File: ChangeLog.O

package info (click to toggle)
apt-move 4.2.27-5
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 508 kB
  • sloc: sh: 7,946; awk: 275; perl: 170; cpp: 116; makefile: 69
file content (539 lines) | stat: -rw-r--r-- 19,905 bytes parent folder | download | duplicates (5)
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
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
apt-move (4.2.24) unstable; urgency=low

  * Added -a option (closes: #242272).
  * Allow get with no index files if -f is used.
  * Use APTMOVE_SCRIPTS instead of SCRIPTS.

 -- Herbert Xu <herbert@gondor.apana.org.au>  Mon, 23 May 2005 20:16:41 +1000

apt-move (4.2.22) unstable; urgency=low

  * Removed remaining rsync references (closes: #232927).
  * Fixed typo in apt-move(8) manual (Martin Koeppe).
  * Removed ARCHS references in apt-move(8) manual (Martin Koeppe).
  * Fixed code name symlink in apt-move(8) manual (Martin Koeppe).
  * Check list* errors in runmirror/runsync (Daniel Haude).
  * Canonicalise DIST at start-up (Daniel Haude).
  * Do not move files under a subdirectory of FILECACHE (closes: #240328).
  * fetch: Use iostream instead of iostream.h.

 -- Herbert Xu <herbert@debian.org>  Sat, 27 Mar 2004 09:54:05 +1100

apt-move (4.2.21) unstable; urgency=low

  * Implemented new value /all/ for APTSITES.
  * Set default APTSITES to /all/ (closes: #227292).
  * Make sure that ocmd is open in move4 (closes: #227095).
  * Added .udeb to all checks for the .deb suffix.

 -- Herbert Xu <herbert@debian.org>  Sat, 14 Feb 2004 10:13:10 +1100

apt-move (4.2.20) unstable; urgency=low

  * Added note about suite name changes in README (closes: #218263).
  * Added note on apt-move.conf syntax in manual.
  * Trap errors in apt-move.conf (closes: #220720).
  * Return a sensible error if MOVE3 fails in movefiles.

 -- Herbert Xu <herbert@debian.org>  Sat, 13 Dec 2003 19:28:26 +1100

apt-move (4.2.19) unstable; urgency=low

  * Set LC_NUMERIC to C (closes: #205275).
  * Documented incorrect Section header problem in README.

 -- Herbert Xu <herbert@debian.org>  Sat, 11 Oct 2003 21:55:55 +1000

apt-move (4.2.18) unstable; urgency=low

  * Fixed orig.tar.gz symlink bug where there are no files (closes: #203172).
  * Removed references to gz in make_pkg_files message (closes: #203587).

 -- Herbert Xu <herbert@debian.org>  Sat, 20 Sep 2003 16:30:02 +1000

apt-move (4.2.17) unstable; urgency=low

  * Delete old symlinks in source downloading directory (closes: #196880).
  * Fixed typo in del1 (Gerard MacNeil, closes: #200362).
  * Clarified meaning of skipping in apt-move(8) (closes: #202832).
  * Added warning if APTSITES entry does not exist (closes: #202558).
  * Create orig.tar.gz symlinks when mirroring source (closes: #201641).

 -- Herbert Xu <herbert@debian.org>  Sun, 27 Jul 2003 14:18:33 +1000

apt-move (4.2.16) unstable; urgency=low

  * Clarified meaning of DIST in apt-move(8).
  * Sort keys after filling in blanks in make_pkg_list (Dub Spencer,
    closes: #189335).

 -- Herbert Xu <herbert@debian.org>  Sat, 31 May 2003 22:16:23 +1000

apt-move (4.2.15) unstable; urgency=low

  * Bail if nothing in APTSITES exists.
  * Documented that move will copy obsolete packages (closes: #191223).
  * Documented that delete will delete dangling index files (closes: #188583).
  * Removed gcc-2.95 setting (closes: #192412).

 -- Herbert Xu <herbert@debian.org>  Sat, 17 May 2003 10:34:42 +1000

apt-move (4.2.14) unstable; urgency=low

  * Added example binary.local file.
  * Documented inadequecy of the DIST setting when mirroring.
  * Delete index files with no or missing package files.
  * Use normal g++ on hppa.

 -- Herbert Xu <herbert@debian.org>  Mon, 31 Mar 2003 22:06:57 +1000

apt-move (4.2.13) unstable; urgency=low

  * Fixed regexp in getdist.awk that broke contrib/non-free (closes: #185645).
  * Force old gcc until apt is updated (closes: #182203).

 -- Herbert Xu <herbert@debian.org>  Tue, 25 Mar 2003 20:31:17 +1100

apt-move (4.2.12) unstable; urgency=low

  * Added missing existence test in make_release (closes: #182378).
  * Work around some broken package section headers.

 -- Herbert Xu <herbert@debian.org>  Sat,  1 Mar 2003 11:55:26 +1100

apt-move (4.2.11) unstable; urgency=low

  * Fixed source package breakage with CONTENTS.

 -- Herbert Xu <herbert@debian.org>  Sun, 23 Feb 2003 17:39:30 +1100

apt-move (4.2.10) unstable; urgency=low

  * Improved manual entry of PKGCOMP.
  * Accept empty master files in checklist.
  * Fixed handling of non-US packages in foo-updates.
  * Do not generate Release files for debian-installer.
  * Generate overall Release files.
  * Added optional support for Contents files (closes: #129961).

 -- Herbert Xu <herbert@debian.org>  Sat, 22 Feb 2003 21:56:59 +1100

apt-move (4.2.9) unstable; urgency=low

  * Use readlink -f instead of realpath.
  * Dropped compatibility dependencies due to stat -L (closes: #174461).
  * Fixed broken exclude function (Chuan-kai Lin, closes: #174457).

 -- Herbert Xu <herbert@debian.org>  Tue, 31 Dec 2002 07:38:31 +1100

apt-move (4.2.8) unstable; urgency=low

  * Remove duplicate entries from *.arch.* files.
  * Call stat with -L.

 -- Herbert Xu <herbert@debian.org>  Fri,  8 Nov 2002 20:24:58 +1100

apt-move (4.2.7) unstable; urgency=low

  * Unset LC_ALL and replace it with individual LC macros (closes: #163931).
  * Added support for suite aliases.
  * Made updates components closer to the real thing.
  * Added support for udebs.
  * Updated short description to mention package pools.
  * Added option q to synopsis in usage.
  * Added option d to override DIST.
  * Added missing dependency on bc (closes: #166485).
  * Fixed sort order of letters vs. non-letters in version numbers.

 -- Herbert Xu <herbert@debian.org>  Tue, 29 Oct 2002 19:01:01 +1100

apt-move (4.2.6) unstable; urgency=low

  * Fsck now works properly on new archives.
  * Fixed off-by-one bug when fscking sources (closes: #164729).
  * Set LC_COLLATE to C (closes: #163931).
  * Calculate best versions for architectures individually in move6.

 -- Herbert Xu <herbert@debian.org>  Sat, 19 Oct 2002 19:18:29 +1000

apt-move (4.2.5) unstable; urgency=low

  * Ignore symlinks when converting old archives (closes: #163931).

 -- Herbert Xu <herbert@debian.org>  Sun, 13 Oct 2002 22:05:16 +1000

apt-move (4.2.4) unstable; urgency=low

  * Clarified documentation of DIST variable.
  * Do not create version file if dists or pool exists.
  * Do not uniq in createidx since this preempts get2 later on
    (closes: #164311).
  * Removed empty version check from get2.
  * Put mirrored source files in .apt-move/archive.
  * Made move3 succeed when source is missing but destination exists
    (closes: #164361).

 -- Herbert Xu <herbert@debian.org>  Sat, 12 Oct 2002 22:31:16 +1000

apt-move (4.2.3) unstable; urgency=low

  * Attempt to diagnose buggy shells that bombs out on EINTR.
  * Handle non-existant Release files.
  * Use dash until #164134 is fixed.
  * Fixed default LISTSTATE in manual page (Jochen Voss, closes: #164294).

 -- Herbert Xu <herbert@debian.org>  Fri, 11 Oct 2002 22:11:37 +1000

apt-move (4.2.2) unstable; urgency=low

  * Mirror commands now bail out if DIST is set incorrectly.
  * Fixed key calculation for local source file.
  * Fixed binkey expression in proc_idx_diff.
  * Deal with GPG headers in dsc files.
  * Work around bash bugs with background jobs (closes: #164001).
  * Chop result of realpath in move3 (closes: #163786).

 -- Herbert Xu <herbert@debian.org>  Thu, 10 Oct 2002 21:54:11 +1000

apt-move (4.2.1) unstable; urgency=low

  * Removed dependency on textutils since we no longer use paste -f.
  * Added stat as alternative to fileutils for woody compatibility.
  * Handle empty directories in .apt-move/dists.
  * Allow deletion index files even when there are no package files.
  * Dropped unnecessary fifo from domove (closes: #163756).
  * Use realpath to resolve links in move3 (closes: #163786).

 -- Herbert Xu <herbert@debian.org>  Tue,  8 Oct 2002 22:18:36 +1000

apt-move (4.2.0) unstable; urgency=low

  * Store files in package pools (closes: #80191, #106633, #116966).
  * Optionally Generate uncompressed and bzipped Packages and Sources files
    (closes: #81513).
  * Added COPYONLY (closes: #96556).
  * Generate our own index files (closes: #130485).
  * Check whether mirroring is neccesary ourselves (closes: #147920).
  * Only preserve timestamps when calling cp in move3 (closes: #155667).
  * Call getout when configuration file is missing (closes: #152663).
  * Only create directories that have packages in them
    (closes: #80464, #80466).
  * Generate Release files (closes: #100623).

 -- Herbert Xu <herbert@debian.org>  Mon,  7 Oct 2002 19:12:22 +1000

apt-move (4.1.22) unstable; urgency=low

  * Call cp with -p when falling back to it (closes: #143283).
  * Expand LOCALDIR inside the trap (closes: #143494).

 -- Herbert Xu <herbert@debian.org>  Sun, 28 Apr 2002 12:06:35 +1000

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