File: changelog

package info (click to toggle)
apt-move 4.1.21
  • links: PTS
  • area: main
  • in suites: woody
  • size: 160 kB
  • ctags: 62
  • sloc: sh: 818; awk: 205; cpp: 113; makefile: 63; perl: 53
file content (308 lines) | stat: -rw-r--r-- 11,300 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
apt-move (4.1.21) unstable; urgency=low

  * Unset CDPATH (closes: #140119).
  * Fixed exclusion processing when mirroring.
  * Added exclusion processing when deleting.

 -- Herbert Xu <herbert@debian.org>  Sun, 14 Apr 2002 17:23:07 +1000

apt-move (4.1.20) unstable; urgency=low

  * Ignore blank lines in exclude file (closes: #136089).
  * Fixed path names in apt-move manual (closes: #80467).
  * Only chown files if chowning .archive succeeds (closes: #129122).

 -- Herbert Xu <herbert@debian.org>  Sat,  2 Mar 2002 18:56:42 +1100

apt-move (4.1.19) unstable; urgency=low

  * Added pathnames in expanddsc so that files are deleted (closes: #117014).
  * Make everything owned by root if possible (closes: #117015).
  * Fixed typos (Eric Van Buggenhaut, me, closes: #120331).

 -- Herbert Xu <herbert@debian.org>  Sat,  1 Dec 2001 23:20:09 +1100

apt-move (4.1.18) unstable; urgency=low

  * Fixed gcc-3.0 compilation errors (closes: #115305)

 -- Herbert Xu <herbert@debian.org>  Sat, 13 Oct 2001 10:45:01 +1000

apt-move (4.1.17) unstable; urgency=low

  * Recompiled with new apt (closes: #109554)
  * Fixed expanddsc for weird dsc files (closes: #104180).

 -- Herbert Xu <herbert@debian.org>  Tue, 28 Aug 2001 19:52:52 +1000

apt-move (4.1.16) unstable; urgency=low

  * Get the highest available version instead of the candidate version
    (closes: #96072).

 -- Herbert Xu <herbert@debian.org>  Thu,  3 May 2001 21:50:48 +1000

apt-move (4.1.15) unstable; urgency=low

  * Rebuilt with apt 0.5.2.

 -- Herbert Xu <herbert@debian.org>  Tue,  6 Mar 2001 22:16:34 +1100

apt-move (4.1.14) unstable; urgency=low

  * Fixed build problem with apt 5 (loic.lefort, #87008).

 -- Herbert Xu <herbert@debian.org>  Fri, 23 Feb 2001 20:06:03 +1100

apt-move (4.1.13) unstable; urgency=low

  * Make fsck delete any {Packages, Sources}[.gz] files (closes: #76288).
  * Added -c option to use an alternative configuration file.
  * Added the commands listbin, listsrc, mirrorbin and mirrorsrc
    (closes: #78675).

 -- Herbert Xu <herbert@debian.org>  Sun, 17 Dec 2000 16:52:34 +1100

apt-move (4.1.12) unstable; urgency=low

  * Added more pointers for the need to list apt-move in /etc/sources.list,
    per suggestions from Jochen Pawletta.
  * Debian control file field names are case-insensitive.  Thanks to
    Petr Vandrovec for reporting it, though Brandon had something to do with it
    as well.

 -- Herbert Xu <herbert@debian.org>  Wed,  1 Nov 2000 22:20:54 +1100

apt-move (4.1.11) unstable; urgency=low

  * Fixed a typo in procsrc() where the wrong directory is used.  This broke
    the mirroring of source packages.
  * Work around parser bug in bash.

 -- Herbert Xu <herbert@debian.org>  Sun, 15 Oct 2000 07:37:53 +1100

apt-move (4.1.10) unstable; urgency=low

  * Fixed typo that broke the source field (closes: #72986).

 -- Herbert Xu <herbert@debian.org>  Thu,  5 Oct 2000 19:29:28 +1100

apt-move (4.1.9) unstable; urgency=low

  * Use local temporary files instead of global ones (closes: #67413).
  * Documented the need to list apt-move in /etc/sources.list.

 -- Herbert Xu <herbert@debian.org>  Wed, 19 Jul 2000 13:01:33 +1000

apt-move (4.1.8) unstable; urgency=low

  * Treat multiline fields correctly.

 -- Herbert Xu <herbert@debian.org>  Mon, 17 Jul 2000 18:54:38 +1000

apt-move (4.1.7) unstable; urgency=high

  * Replaced $DIST in dodelete() by $dist.  This caused all files to be deleted
    if they are not available in the current distribution.
  * Use getopt(3) instead of GetOpt from libg++ (closes: #66646).

 -- Herbert Xu <herbert@debian.org>  Mon,  3 Jul 2000 21:15:26 +1000

apt-move (4.1.6) unstable; urgency=high

  * Replaced $DIST in dopackages() by $dist.
  * Fixed incorrect invocation of xargs (introduced in 4.1.5) which caused
    files to be deleted rather than moved.

 -- Herbert Xu <herbert@debian.org>  Sun,  2 Jul 2000 21:19:26 +1000

apt-move (4.1.5) unstable; urgency=low

  * Fixed boundary cases with move1 and dpkg-scan*.
  * Added build-time dependency on libg++-dev (closes: #66515).
  * Fixed a bug in getfile() where local packages weren't being added to
    $DIST.binary.$ARCH, which will cause them to be deleted later on.

 -- Herbert Xu <herbert@debian.org>  Sat,  1 Jul 2000 23:11:06 +1000

apt-move (4.1.4) unstable; urgency=low

  * Added a stderr redirection for tee in dodeleteobsoleteind() as join may
    exit early.
  * Fixed runsync() so that it only fetches packages marked "install"
    (closes: #66444).
  * Use fetch -t and apt-get --print-uris in runsync() and runmirror() when
    -t is used.  This will show what is really going to be fetched.

 -- Herbert Xu <herbert@debian.org>  Thu, 29 Jun 2000 21:09:05 +1000

apt-move (4.1.3) unstable; urgency=low

  * The removal of .archive needed a -f since it may not exist.
  * When moving files fetched by apt-get -d source, skip all symbolic links as
    they will be ignored later on anyway.

 -- Herbert Xu <herbert@debian.org>  Tue, 27 Jun 2000 22:02:55 +1000

apt-move (4.1.2) unstable; urgency=low

  * Remove .archive before trying to create it (closes: #66262, #66282).

 -- Herbert Xu <herbert@debian.org>  Mon, 26 Jun 2000 22:03:33 +1000

apt-move (4.1.1) unstable; urgency=low

  * Added build-time dependency on debhelper (closes: #65879).
  * Fixed runmirror() and runsync() when there is no exlucde file.  Spotted by
    Brian Moore.
  * Fix bad filenames in dofsck() as well (closes: #65931).
  * Added STRICTMOVE which when set causes packages whose version differs from
    the value in the master file to be skipped when moving.
  * Use readlink instead of realpath.
  * Don't complain if index files don't exist in dodeleteobsoletepkg()
    (closes: #65970).
  * No longer complains about missing Source files when PKGTYPE is set to
    binary in getfiles() (closes: #65972, #66128).
  * Document how local files should be treated (closes: #66011).
  * Check for empty dirlist in dodelete().
  * No longer complains about missing source master file when PKGTYPE is set to
    binary in checklist() (closes: #66047).
  * Fixed incorrect test in dodeleteobsoletepkg().
  * Made paths absolute in procsrc().  Both of these were spotted and fixed by
    Petr Vandrovec.
  * Fixed typo in manual page, spotted by Jarkko Niemi.

 -- Herbert Xu <herbert@debian.org>  Sun, 25 Jun 2000 19:25:32 +1000

apt-move (4.1) unstable; urgency=low

  * Packages in binary-all are now removed at the same time as when all
    symbolic links to them disappear.
  * Added dependency on dwww.
  * Fixed a syntax error in dofsck() (closes: #65846).
  * Fixed an error in checklist().
  * Replaced character classes from all awk scripts to work with mawk.
  * Fixed ancient file creation in postinst (closes: #65821).

 -- Herbert Xu <herbert@debian.org>  Mon, 19 Jun 2000 09:31:34 +1000

apt-move (4.0) unstable; urgency=low

  * New maintainer.
  * Completely rewritten.  Changes too numerous to list here, read
    /usr/share/doc/apt-move/README[.gz] for details (closes: #53656, #55838,
    #61798, #63452, #48044, #52076, #55993, #56246, #57337, #57823, #62973,
    #65775).

 -- Herbert Xu <herbert@debian.org>  Sat, 17 Jun 2000 21:26:20 +1000

apt-move (3.0-13) unstable; urgency=low

  * Fixed a typo which caused the removal of obsolete source packages to
    fail.  closes: Bug#54684 

 -- Gregory T. Norris <adric@debian.org>  Tue, 11 Jan 2000 15:11:04 -0600

apt-move (3.0-12) unstable; urgency=low

  * In certain circumstances the MAXDELETE option was handled incorrectly, and
    would effectively double the specified threshold.  Fixed.
  * The original author's ``cleandebs'' script has been merged.
    closes: Bug#50073

 -- Gregory T. Norris <adric@debian.org>  Mon, 27 Dec 1999 18:07:11 -0600

apt-move (3.0-11) unstable; urgency=low

  * Cleanup of empty directories within the local mirror will be restricted
    to $LOCALDIR/dists/$DIST/ and below.  closes: Bug#52636
  * Debfiles within the apt cache are no longer renamed using dpkg-name.
    Instead the new names are determined using a sed pattern, and the files
    are only renamed when being moved to the local mirror.
    closes: Bug#51506, Bug#51606

 -- Gregory T. Norris <adric@debian.org>  Sun, 26 Dec 1999 17:53:46 -0600

apt-move (3.0-10) unstable; urgency=low

  * If a section named ``local'' exists within the local mirror (i.e.
    dists/unstable/local), it will be silently ignored.  closes: Bug#51550
  * Fixed a bug in which tracking a distribution by name (i.e. ``potato''
    rather than ``unstable'') would generate an error stating that the
    requested DIST did not exist.  closes: Bug#52152
  * Fixed a bug which could cause apt-move to attempt to remove $LOCALDIR,
    if it contained no visible files.

 -- Gregory T. Norris <adric@debian.org>  Mon,  6 Dec 1999 17:19:45 -0600

apt-move (3.0-9) unstable; urgency=low

  * Fixed a nasty bug which could cause entire architectures to be removed
    when multiple systems of different architectures shared the same local
    mirror.  closes: Bug#50900
  * Some mirrors integrate the non-US tree under /debian rather than
    /debian-non-US, which is the usual location.  Both cases are handled now.
    closes: Bug#50699
  * Tempfiles should always be cleaned up properly now.  closes: Bug#51215

 -- Gregory T. Norris <adric@debian.org>  Tue, 23 Nov 1999 04:44:35 -0600

apt-move (3.0-8) unstable; urgency=low

  * rsync updates.  closes: Bug#49815
  * Updates to the ``rsync optional'' handling.  closes: Bug#49733
  * Added information on using proxies to ``README.Debian''.  closes: Bug#48578
  * Miscellaneous list-generation fixes.  closes Bug#49760, Bug#49861

 -- Gregory T. Norris <adric@debian.org>  Wed, 17 Nov 1999 17:44:52 -0600

apt-move (3.0-7) unstable; urgency=low

  * Added support for local ``Packages'' files downloaded by apt(8).

 -- Gregory T. Norris <adric@debian.org>  Wed,  3 Nov 1999 16:51:26 -0600

apt-move (3.0-6) unstable; urgency=low

  * Updates to the SIGINT (^C) handling

 -- Gregory T. Norris <adric@debian.org>  Sun, 31 Oct 1999 10:22:22 -0600

apt-move (3.0-5) unstable; urgency=low

  * Added SIGINT (^C) handling.  closes: Bug#43357

 -- Gregory T. Norris <adric@debian.org>  Mon, 25 Oct 1999 17:33:02 -0500

apt-move (3.0-4) unstable; urgency=high

  * Corrected error in relative pathnames, which caused empty directories
    below the cwd to be deleted.  closes: Bug#46956

  * Added clarification of rsync version requirement to ``README.Debian''.
    closes: 46829

 -- Gregory T. Norris <adric@debian.org>  Fri,  8 Oct 1999 19:52:20 -0500

apt-move (3.0-3) unstable; urgency=low

  * /etc/cron.weekly/apt-move wasn't registered as a conffile... oopsie.
    closes: Bug#46323

 -- Gregory T. Norris <adric@debian.org>  Thu, 30 Sep 1999 17:02:29 -0500

apt-move (3.0-2) unstable; urgency=low

  * Added sanity checking to the cron script, to allow for a graceful
    exit if the package has been removed.
  * Downgraded the Standards Version from 3.0.1 to 2.5.1, since it should
    be using `logrotate' instead of `savelog' for the higher designation.

 -- Gregory T. Norris <adric@debian.org>  Mon, 30 Aug 1999 05:59:44 -0500

apt-move (3.0-1) unstable; urgency=low

  * Initial Release.

 -- Gregory T. Norris <adric@debian.org>  Fri, 20 Aug 1999 19:17:35 -0500