Subversion Repositories

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

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

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