source: trunk/athena/bin/delete/debian/changelog @ 23667

Revision 23667, 1.7 KB checked in by broder, 16 years ago (diff)
In delete: * Apply patches from jik: - When adding to an array, leave some extra space at the end so that we don't have to keep growing it every time.
Line 
1debathena-delete (10.0.1-0debathena1) unstable; urgency=low
2
3  * Patches from Jonathan Kamens:
4    - When recursively deleting a directory, read in the directory's
5      entire contents before deleting anything so readdir doesn't get
6      confused
7    - Change the ENOMATCH error constant to DELETE_ENOMATCH to avoid
8      conflicting with a system error constant of the same name
9    - When printing an amount of space, print it in friendly units, e.g.,
10      KB, MB or GB, rather than always printing kb.
11    - Fix a double free in lsdel
12    - Fix compiler nit by including <string.h> in stack.c
13    - Fix compiler nit by adding missing prototyle to directories.h
14    - Change the "st_chtime" structure member to "st_ctim" to avoid a
15      potential header file conflict.
16    - Don't try to use symbolic links on platforms that don't have them.
17    - When adding to an array, leave some extra space at the end so that
18      we don't have to keep growing it every time.
19
20 -- Evan Broder <broder@mit.edu>  Sun, 29 Mar 2009 15:07:52 -0400
21
22debathena-delete (10.0.0-0debathena1) unstable; urgency=low
23
24  * Change DEB_AUTO_UPDATE_AUTOCONF to 2.50, not 1.
25  * Remove DEB_AUTO_UPDATE_DEBIAN_CONTROL.
26  * Change "Debian-Athena Project" to "Debathena Project".
27  * Remove debian/control from version control.
28  * Clean up debian/copyright.
29
30 -- Tim Abbott <tabbott@mit.edu>  Sat, 24 Jan 2009 14:29:57 -0500
31
32debathena-delete (9.4.0-0debathena2) unstable; urgency=low
33
34  * Section: debathena/utils.
35
36 -- Anders Kaseorg <andersk@mit.edu>  Tue, 17 Jul 2007 06:33:40 -0400
37
38debathena-delete (9.4.0-0debathena1) unstable; urgency=low
39
40  * Initial release.
41
42 -- Anders Kaseorg <andersk@mit.edu>  Mon,  5 Feb 2007 20:28:16 -0500
Note: See TracBrowser for help on using the repository browser.