Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 6 | Rev 8 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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