Rev 7 | Rev 9 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 7 | Rev 8 | ||
---|---|---|---|
1 | debpool (0.2.3+mh1) experimental; urgency=low |
1 | debpool (0.2.3+mh1) experimental; urgency=low |
2 | 2 | ||
3 | * Check the require_sigs_meta option, not require_sigs, to see whether |
3 | * Check the require_sigs_meta option, not require_sigs, to see whether |
4 | .dsc and .changes files have to be signed. |
4 | .dsc and .changes files have to be signed. |
5 | * Release.pm: Store the checksum hashes in a list instead of a hash |
5 | * Release.pm: Store the checksum hashes in a list instead of a hash |
6 | (Closes: #415323). |
6 | (Closes: #415323). |
- | 7 | * Release.pm: Simplify Generate_Release_Triple() and |
|
- | 8 | Generate_Release_Dist() by factoring out the checksum calculation to |
|
- | 9 | Compute_Checksums(). Furthermore, instead of reading the whole file |
|
- | 10 | into memory, create digester objects and let them read the file. |
|
7 | 11 | ||
8 | -- Magnus Holmgren <magnus@kibibyte.se> Sun, 1 Apr 2007 15:11:37 +0200 |
12 | -- Magnus Holmgren <magnus@kibibyte.se> Sun, 1 Apr 2007 15:14:31 +0200 |
9 | 13 | ||
10 | debpool (0.2.3) experimental; urgency=low |
14 | debpool (0.2.3) experimental; urgency=low |
11 | 15 | ||
12 | * Handle sections with no subsection more usefully in |
16 | * Handle sections with no subsection more usefully in |
13 | Strip_Subsection. (Closes: #317390, #319959) |
17 | Strip_Subsection. (Closes: #317390, #319959) |
14 | * Refactor various bits to use Strip_Subsection, rather than re- |
18 | * Refactor various bits to use Strip_Subsection, rather than re- |
15 | implementing it badly. I don't know what on earth I was thinking, |
19 | implementing it badly. I don't know what on earth I was thinking, |
16 | but things should behave better now. (Closes: #320062) |
20 | but things should behave better now. (Closes: #320062) |
17 | * Don't hardcode the pool base path as 'pool'; determine it from |
21 | * Don't hardcode the pool base path as 'pool'; determine it from |
18 | archive_dir and pool_dir, instead. (Closes: #323625) |
22 | archive_dir and pool_dir, instead. (Closes: #323625) |
19 | * Updated to Policy 3.7.2.0 (no changes). |
23 | * Updated to Policy 3.7.2.0 (no changes). |
20 | * Moved dependancy on debhelper from Build-Depends-Indep to Build- |
24 | * Moved dependancy on debhelper from Build-Depends-Indep to Build- |
21 | Depends (to shut up various build tools). |
25 | Depends (to shut up various build tools). |
22 | 26 | ||
23 | -- Joel Aelwyn <fenton@debian.org> Mon, 3 Jul 2006 12:08:12 -0600 |
27 | -- Joel Aelwyn <fenton@debian.org> Mon, 3 Jul 2006 12:08:12 -0600 |
24 | 28 | ||
25 | debpool (0.2.2) experimental; urgency=low |
29 | debpool (0.2.2) experimental; urgency=low |
26 | 30 | ||
27 | * Handle stripping of epoch versions where they aren't used. |
31 | * Handle stripping of epoch versions where they aren't used. |
28 | * Properly handle each possibly version type (meta or 'package' |
32 | * Properly handle each possibly version type (meta or 'package' |
29 | version, source version, binary version(s)). This change is |
33 | version, source version, binary version(s)). This change is |
30 | backward-compatible, but old version information will only work as |
34 | backward-compatible, but old version information will only work as |
31 | well as it did in previous releases (that is, all of the versions |
35 | well as it did in previous releases (that is, all of the versions |
32 | are assumed to have the same value for a given package version). |
36 | are assumed to have the same value for a given package version). |
33 | 37 | ||
34 | -- Joel Aelwyn <fenton@debian.org> Wed, 23 Feb 2005 10:47:20 -0700 |
38 | -- Joel Aelwyn <fenton@debian.org> Wed, 23 Feb 2005 10:47:20 -0700 |
35 | 39 | ||
36 | debpool (0.2.1) experimental; urgency=low |
40 | debpool (0.2.1) experimental; urgency=low |
37 | 41 | ||
38 | * Added proper support for archive sections (contrib, non-free as |
42 | * Added proper support for archive sections (contrib, non-free as |
39 | separate from main). Unfortunately, this means changing the |
43 | separate from main). Unfortunately, this means changing the |
40 | directory structure of the pool area. Thus, bumping to version to |
44 | directory structure of the pool area. Thus, bumping to version to |
41 | 0.2.x |
45 | 0.2.x |
42 | * Rewrite and re-enable auditing of package area when a new version is |
46 | * Rewrite and re-enable auditing of package area when a new version is |
43 | installed (or, in short, 'discard old package versions'). |
47 | installed (or, in short, 'discard old package versions'). |
44 | * Make the GnuPG module dynamically detect the GnuPG header, as it |
48 | * Make the GnuPG module dynamically detect the GnuPG header, as it |
45 | already did for the trailer, rather than always assuming it is a |
49 | already did for the trailer, rather than always assuming it is a |
46 | single size. While I can't replicate the situation, it appears to |
50 | single size. While I can't replicate the situation, it appears to |
47 | not be true on some architecture/version combinations. |
51 | not be true on some architecture/version combinations. |
48 | (Closes: #294945) |
52 | (Closes: #294945) |
49 | 53 | ||
50 | -- Joel Aelwyn <fenton@debian.org> Mon, 21 Feb 2005 13:27:09 -0700 |
54 | -- Joel Aelwyn <fenton@debian.org> Mon, 21 Feb 2005 13:27:09 -0700 |
51 | 55 | ||
52 | debpool (0.1.11) experimental; urgency=low |
56 | debpool (0.1.11) experimental; urgency=low |
53 | 57 | ||
54 | * Handle origional tarballs more strictly; if the Changes file claims |
58 | * Handle origional tarballs more strictly; if the Changes file claims |
55 | to have one, treat it as the only valid source; if not, treat the |
59 | to have one, treat it as the only valid source; if not, treat the |
56 | pool as the only valid source. (No bug) |
60 | pool as the only valid source. (No bug) |
57 | * Added support for virtual distributions (testing-volatile, unstable- |
61 | * Added support for virtual distributions (testing-volatile, unstable- |
58 | ganneff, etc) which are remapped to normal distributions at upload. |
62 | ganneff, etc) which are remapped to normal distributions at upload. |
59 | (Closes: #275642) |
63 | (Closes: #275642) |
60 | * Support Section and Priority fields for Source packages (uses the |
64 | * Support Section and Priority fields for Source packages (uses the |
61 | values found on the DSC file line in the Changes file). (No bug; |
65 | values found on the DSC file line in the Changes file). (No bug; |
62 | TODO) |
66 | TODO) |
63 | * Fixed a couple of problems that occured when sign_release was |
67 | * Fixed a couple of problems that occured when sign_release was |
64 | enabled. I don't know what I was smoking when I wrote those bits of |
68 | enabled. I don't know what I was smoking when I wrote those bits of |
65 | code, but it must have been good. (Closes: #291809) |
69 | code, but it must have been good. (Closes: #291809) |
66 | 70 | ||
67 | -- Joel Aelwyn <fenton@debian.org> Tue, 25 Jan 2005 23:46:59 -0700 |
71 | -- Joel Aelwyn <fenton@debian.org> Tue, 25 Jan 2005 23:46:59 -0700 |
68 | 72 | ||
69 | debpool (0.1.10) experimental; urgency=low |
73 | debpool (0.1.10) experimental; urgency=low |
70 | 74 | ||
71 | * Fixes for incorrect information in README.User (Closes: #291151) |
75 | * Fixes for incorrect information in README.User (Closes: #291151) |
72 | * Added timestamp to log entries. (Closes: #291055) |
76 | * Added timestamp to log entries. (Closes: #291055) |
73 | * Fixed bad built-in default value for sleep time in daemon mode (was |
77 | * Fixed bad built-in default value for sleep time in daemon mode (was |
74 | 0, should have been 300 seconds / 5 minutes). (Closes: #291152) |
78 | 0, should have been 300 seconds / 5 minutes). (Closes: #291152) |
75 | * If we reject a package, skip to the next one; everything else is |
79 | * If we reject a package, skip to the next one; everything else is |
76 | pointless (and will just generate useless errors in the logs). (No |
80 | pointless (and will just generate useless errors in the logs). (No |
77 | bug) |
81 | bug) |
78 | * Added special case handling for DSC file MD5Sum validations; the |
82 | * Added special case handling for DSC file MD5Sum validations; the |
79 | orig tarball is allowed to appear in this file, but must be checked |
83 | orig tarball is allowed to appear in this file, but must be checked |
80 | in the pool, rather than in the incoming directory, if it already |
84 | in the pool, rather than in the incoming directory, if it already |
81 | exists. (Closes: #291036) |
85 | exists. (Closes: #291036) |
82 | 86 | ||
83 | -- Joel Aelwyn <fenton@debian.org> Wed, 19 Jan 2005 14:28:27 -0700 |
87 | -- Joel Aelwyn <fenton@debian.org> Wed, 19 Jan 2005 14:28:27 -0700 |
84 | 88 | ||
85 | debpool (0.1.9) experimental; urgency=low |
89 | debpool (0.1.9) experimental; urgency=low |
86 | 90 | ||
87 | * Correct the fact that the debhelper control file debpool.docs was |
91 | * Correct the fact that the debhelper control file debpool.docs was |
88 | completely missing. Definite oops. Also, move 'README' to |
92 | completely missing. Definite oops. Also, move 'README' to |
89 | 'README.Debian' for general consistance with other packages, as this |
93 | 'README.Debian' for general consistance with other packages, as this |
90 | is Debian-specific information. (Closes: #285751) |
94 | is Debian-specific information. (Closes: #285751) |
91 | 95 | ||
92 | -- Joel Aelwyn <fenton@debian.org> Wed, 12 Jan 2005 22:45:00 -0700 |
96 | -- Joel Aelwyn <fenton@debian.org> Wed, 12 Jan 2005 22:45:00 -0700 |
93 | 97 | ||
94 | debpool (0.1.8) experimental; urgency=low |
98 | debpool (0.1.8) experimental; urgency=low |
95 | 99 | ||
96 | * Fixed a regex bug in Packages module which caused things to fail |
100 | * Fixed a regex bug in Packages module which caused things to fail |
97 | when a dpkg info field was only 1 character long (most often |
101 | when a dpkg info field was only 1 character long (most often |
98 | Installed-Size: 0, or at least < 10). (Closes: #274060) |
102 | Installed-Size: 0, or at least < 10). (Closes: #274060) |
99 | 103 | ||
100 | -- Joel Aelwyn <fenton@debian.org> Thu, 14 Oct 2004 19:06:58 -0600 |
104 | -- Joel Aelwyn <fenton@debian.org> Thu, 14 Oct 2004 19:06:58 -0600 |
101 | 105 | ||
102 | debpool (0.1.7) experimental; urgency=low |
106 | debpool (0.1.7) experimental; urgency=low |
103 | 107 | ||
104 | * Fix documentation bug regarding command-line options. |
108 | * Fix documentation bug regarding command-line options. |
105 | (Closes: #257447) |
109 | (Closes: #257447) |
106 | * Include README files in docs. (Closes: #254301) |
110 | * Include README files in docs. (Closes: #254301) |
107 | * Updated maintainer name (same person, legal name change only). |
111 | * Updated maintainer name (same person, legal name change only). |
108 | * Fixed call from Logging to DB::Close_Databases problem when trying |
112 | * Fixed call from Logging to DB::Close_Databases problem when trying |
109 | to bail on fatal logging errors so that it works now, rather than |
113 | to bail on fatal logging errors so that it works now, rather than |
110 | producing a secondary error. (Closes: #275760) |
114 | producing a secondary error. (Closes: #275760) |
111 | * Include .dsc file information in Sources records. (Closes: #276232) |
115 | * Include .dsc file information in Sources records. (Closes: #276232) |
112 | * Fixed a reported typo in an error message in the GnuPG module. |
116 | * Fixed a reported typo in an error message in the GnuPG module. |
113 | (Closes: #271529) |
117 | (Closes: #271529) |
114 | * Fixed an improperly bound call to Release::Install_Release in the |
118 | * Fixed an improperly bound call to Release::Install_Release in the |
115 | case of a failed GnuPG signature on the Release file. |
119 | case of a failed GnuPG signature on the Release file. |
116 | (Closes: #254300) |
120 | (Closes: #254300) |
117 | 121 | ||
118 | -- Joel Aelwyn <fenton@debian.org> Thu, 14 Oct 2004 15:29:51 -0600 |
122 | -- Joel Aelwyn <fenton@debian.org> Thu, 14 Oct 2004 15:29:51 -0600 |
119 | 123 | ||
120 | debpool (0.1.6) experimental; urgency=low |
124 | debpool (0.1.6) experimental; urgency=low |
121 | 125 | ||
122 | * Forcibly protect + characters when dealing with regex matching. |
126 | * Forcibly protect + characters when dealing with regex matching. |
123 | Oops. (Closes: #248189) |
127 | Oops. (Closes: #248189) |
124 | * Fixed problem with not reporting the (optional but very important if |
128 | * Fixed problem with not reporting the (optional but very important if |
125 | present) Essential header. Based on patch submitted by Frederick |
129 | present) Essential header. Based on patch submitted by Frederick |
126 | Schueler. (Closes: #248766, #248585) |
130 | Schueler. (Closes: #248766, #248585) |
127 | 131 | ||
128 | -- Joel Baker <fenton@debian.org> Fri, 14 May 2004 09:25:42 -0600 |
132 | -- Joel Baker <fenton@debian.org> Fri, 14 May 2004 09:25:42 -0600 |
129 | 133 | ||
130 | debpool (0.1.5) experimental; urgency=low |
134 | debpool (0.1.5) experimental; urgency=low |
131 | 135 | ||
132 | * Cope properly with things when package filename version numbers do |
136 | * Cope properly with things when package filename version numbers do |
133 | not match source version numbers (anything with an epoch, and some |
137 | not match source version numbers (anything with an epoch, and some |
134 | oddities like gcc-defaults). (Closes: #245180) |
138 | oddities like gcc-defaults). (Closes: #245180) |
135 | * Switch away from trying to move files at all, even using |
139 | * Switch away from trying to move files at all, even using |
136 | File::Copy's move - too many issues with it. Use a copy/chmod/unlink |
140 | File::Copy's move - too many issues with it. Use a copy/chmod/unlink |
137 | series (wrapped up in DebPool::Util::Move_File) instead. |
141 | series (wrapped up in DebPool::Util::Move_File) instead. |
138 | (Closes: #247191) |
142 | (Closes: #247191) |
139 | * Generate distribution top-level Release files, including optional |
143 | * Generate distribution top-level Release files, including optional |
140 | signatures. (Closes: #247025) |
144 | signatures. (Closes: #247025) |
141 | * Switch to using File::Temp for tempfile management, since it is in |
145 | * Switch to using File::Temp for tempfile management, since it is in |
142 | the standard core as of 5.6, so we can depend on it being present, |
146 | the standard core as of 5.6, so we can depend on it being present, |
143 | and it's much cleaner than using Fcntl and tmpnam to manually do the |
147 | and it's much cleaner than using Fcntl and tmpnam to manually do the |
144 | same. (No bug specifically against this, but it should fix the |
148 | same. (No bug specifically against this, but it should fix the |
145 | 'Subroutine O_*' error messages reported in bug #245180). |
149 | 'Subroutine O_*' error messages reported in bug #245180). |
146 | 150 | ||
147 | -- Joel Baker <fenton@debian.org> Thu, 6 May 2004 16:13:15 -0600 |
151 | -- Joel Baker <fenton@debian.org> Thu, 6 May 2004 16:13:15 -0600 |
148 | 152 | ||
149 | debpool (0.1.4) experimental; urgency=low |
153 | debpool (0.1.4) experimental; urgency=low |
150 | 154 | ||
151 | * Handle non-existant distributions correctly. (Closes: #245132) |
155 | * Handle non-existant distributions correctly. (Closes: #245132) |
152 | * Fork to avoid reader deadlocks when running external processes via |
156 | * Fork to avoid reader deadlocks when running external processes via |
153 | open2. I'd prefer threads, but I don't trust perl's threading much. |
157 | open2. I'd prefer threads, but I don't trust perl's threading much. |
154 | (Closes: #245843) |
158 | (Closes: #245843) |
155 | * Fix serious issue with dropping the first entry in the changes file. |
159 | * Fix serious issue with dropping the first entry in the changes file. |
156 | (Closes: #245896) |
160 | (Closes: #245896) |
157 | 161 | ||
158 | -- Joel Baker <fenton@debian.org> Sun, 25 Apr 2004 20:36:15 -0600 |
162 | -- Joel Baker <fenton@debian.org> Sun, 25 Apr 2004 20:36:15 -0600 |
159 | 163 | ||
160 | debpool (0.1.3) experimental; urgency=low |
164 | debpool (0.1.3) experimental; urgency=low |
161 | 165 | ||
162 | * Handle binary-only uploads correctly. (No bug filed) |
166 | * Handle binary-only uploads correctly. (No bug filed) |
163 | 167 | ||
164 | -- Joel Baker <fenton@debian.org> Sun, 18 Apr 2004 17:02:43 -0600 |
168 | -- Joel Baker <fenton@debian.org> Sun, 18 Apr 2004 17:02:43 -0600 |
165 | 169 | ||
166 | debpool (0.1.2) experimental; urgency=low |
170 | debpool (0.1.2) experimental; urgency=low |
167 | 171 | ||
168 | * Print a separator newline after every package in the Packages file, |
172 | * Print a separator newline after every package in the Packages file, |
169 | not after every set of packages. (No bug filed) |
173 | not after every set of packages. (No bug filed) |
170 | * Use the package name, not the source name, when trying to scan for |
174 | * Use the package name, not the source name, when trying to scan for |
171 | the upload file. Duh. (No bug filed) |
175 | the upload file. Duh. (No bug filed) |
172 | * Removed an erroneous error logging message; it really is OK to have |
176 | * Removed an erroneous error logging message; it really is OK to have |
173 | some architectures without some packages (in particular, binary-* |
177 | some architectures without some packages (in particular, binary-* |
174 | and 'all' should never occur together). |
178 | and 'all' should never occur together). |
175 | 179 | ||
176 | -- Joel Baker <fenton@debian.org> Thu, 15 Apr 2004 16:39:40 -0600 |
180 | -- Joel Baker <fenton@debian.org> Thu, 15 Apr 2004 16:39:40 -0600 |
177 | 181 | ||
178 | debpool (0.1.1) experimental; urgency=low |
182 | debpool (0.1.1) experimental; urgency=low |
179 | 183 | ||
180 | * Updated to Policy 3.6.1 (no changes). |
184 | * Updated to Policy 3.6.1 (no changes). |
181 | * Fixed use of deprecated hashref semantics. |
185 | * Fixed use of deprecated hashref semantics. |
182 | * Use non-deprecated perl version requirement form. |
186 | * Use non-deprecated perl version requirement form. |
183 | * Package file entries should no longer run together; stupid error |
187 | * Package file entries should no longer run together; stupid error |
184 | printing to the wrong file handle. (Closes: #242435) |
188 | printing to the wrong file handle. (Closes: #242435) |
185 | * Use File::Copy::move() instead of rename() when moving files, to |
189 | * Use File::Copy::move() instead of rename() when moving files, to |
186 | deal with cross-filesystem moves properly. (Closes: #230510) |
190 | deal with cross-filesystem moves properly. (Closes: #230510) |
187 | * Switched from Build-Depends to Build-Depends-Indep; not sure if I |
191 | * Switched from Build-Depends to Build-Depends-Indep; not sure if I |
188 | agree this makes sense, but linda is being loud about it, so. |
192 | agree this makes sense, but linda is being loud about it, so. |
189 | 193 | ||
190 | -- Joel Baker <fenton@debian.org> Thu, 15 Apr 2004 11:12:30 -0600 |
194 | -- Joel Baker <fenton@debian.org> Thu, 15 Apr 2004 11:12:30 -0600 |
191 | 195 | ||
192 | debpool (0.1.0) experimental; urgency=low |
196 | debpool (0.1.0) experimental; urgency=low |
193 | 197 | ||
194 | * Initial upload (to experimental). (Closes: #200654) |
198 | * Initial upload (to experimental). (Closes: #200654) |
195 | 199 | ||
196 | -- Joel Baker <fenton@debian.org> Tue, 7 Oct 2003 09:16:09 -0600 |
200 | -- Joel Baker <fenton@debian.org> Tue, 7 Oct 2003 09:16:09 -0600 |