]> git.decadent.org.uk Git - dak.git/blobdiff - ChangeLog
Fixed it so the fingerprint table is properly referenced vs the uid
[dak.git] / ChangeLog
index ec9bdc0f73ed2df442ddeb89016ed5148a915f1e..617dcc00f9c1588bf833c6703b04c7bd933fe530 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,53 +1,33 @@
-2008-12-29  Michael Casadevall  <sonicmctails@gmail.com>
+2009-01-01  Michael Casadevall  <sonicmctails@gmail.com>
 
-       * dak/update_db.py         - Modified to use the lockfile and uncommented sleep() call
+       * dak/process_unchecked.pu - Changed it to look up on the correct table
 
-2008-12-28  Michael Casadevall  <sonicmctails@gmail.com>
+       * dak/dakdb/update1.py  - Changed to add the right table
 
-        * dak/process_unchecked.py - Modified DM to comply strictly with the DM GR
-                                     Upload right to a package is determined by the
-                                     newest version of that package in the archive
+2008-12-30  Michael Casadevall  <sonicmctails@gmail.com>
 
-        * dak/process_unchecked.py - Added new REJECT for DM-Upload-Allowed not being set
-                                     and clarified NMU reject message.
+       * src/sql-aptvc.cpp     - Fixed to work on modern postgresql version
 
-        * dak/update_db.py         - Added a update-database mechanism. New database updates
-                                     can be added by simply adding a simple upgrade script to dakdb
-                                     It probably has some bugs, but it can update git HEAD 12-08-2008
-                                     to DB revision 1 without any issues.
+       * src/Makefile          - Gave it a brain on finding postgres headers
 
-        * dak/dakdb/1.py           - Adds DM tables
+        * queue-report.py      - Added changes file to the 822 output for QA team
 
-        * dak/import_keyring       - Fixed an argument typo on the help screen
+2008-12-30  Joerg Jaspert  <joerg@debian.org>
 
-2008-12-28  Frank Lichtenheld  <djpig@debian.org>
-
-       * dak/override.py (main): Handle source-only packages better
-
-2008-12-26  Michael Casadevall <sonicmctails@gmail.com>
-
-        * dak/import_keyring.py - Debrainized the projectb schema w.r.t. to DMs
-                                  Now uses Debian-Maintainer column in uid table
+       * config/debian/cron.hourly: Generate the 822 format for accepted,
+       new, byhand and proposed-updates
 
-        * dak/import_ldap_fingerprints.py - Ditto
+2008-12-30  Michael Casadevall <sonicmctails@gmail.com>
 
-        * dak/process_unchecked.py - Same
+       * dak/queue_report.py   - Added directories option to queue report
 
-        * scripts/debian/byhand-dm - See Above
-
-        * setup/init_pool.sql - More of the same
-
-        * dak/process_unchecked.py - Implemented new dm_upload_allowed field in source
-
-        * dak/process_unchecked.py - Fixed bug where dm-upload-allowed would not be respected
-          in cases where only experimental had the DM-Upload-Allowed: yes flag.
+2008-12-28  Frank Lichtenheld  <djpig@debian.org>
 
-        * dak/process_accepted.py - Ditto, also causes new uploads to include uploaders
-          table to properly include all uploads
+       * dak/override.py (main): Handle source-only packages better
 
-        * setup/init_pool.sql - Updated schema
+2008-12-26  Michael Casadevall <sonicmctails@gmail.com>
 
-        * dak/queue_report.py - Added Last Modified in asctime() for QA team
+       * dak/queue_report.py - Added Last Modified in asctime() for QA team
 
 2008-12-23  Michael Casadevall <sonicmctails@gmail.com>