diff options
author | Roland McGrath <roland@gnu.org> | 1999-10-08 22:56:43 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-10-08 22:56:43 +0000 |
commit | 41efadd2b9330400deda2c417743e07ce3d414aa (patch) | |
tree | 1ca346b84a3a5924df780a86bc411d9aaa77d529 | |
parent | f3fe7656d00377188237ec2a9b144408bb790384 (diff) |
1999-10-09 Marcus Brinkmann <marcus@gnu.org>
* postinst, prerm: New Files.
* shlibs,shlibs.local: Remove libmom.
* changelog: Update to reflect Debian uploads.
-rw-r--r-- | debian/changelog | 44 | ||||
-rw-r--r-- | debian/shlibs | 1 | ||||
-rw-r--r-- | debian/shlibs.local | 1 |
3 files changed, 42 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 638509c7..5585f88e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,48 @@ -hurd (19990601) unstable; urgency=low +hurd (19991004) unstable; urgency=high * New snapshot from CVS. + term: Realize bogus devices. + ext2fs: Important bug fixes! - -- Marcus Brinkmann <brinkmd@debian.org> Tue, 1 Jun 1999 19:25:37 +0200 + -- Marcus Brinkmann <brinkmd@debian.org> Sun, 3 Oct 1999 18:01:17 +0200 + +hurd (19990923) unstable; urgency=low + + * New snapshot from CVS. + MAKEDEV: pty created with mode 0666. + Implements pathconf for libdiskfs and libnetfs. + Various bug fixes. + * Development package now includes pic libraries. + + -- Marcus Brinkmann <brinkmd@debian.org> Sun, 19 Sep 1999 19:29:00 +0200 + +hurd (19990907) unstable; urgency=low + + * New snapshot from CVS. + * gzip /boot/serverboot to /boot/serverboot.gz + + -- Marcus Brinkmann <brinkmd@debian.org> Mon, 23 Aug 1999 15:12:10 +0200 + +hurd (19990725) unstable; urgency=low + + * New snapshot from CVS. + + -- Marcus Brinkmann <brinkmd@debian.org> Thu, 25 Jul 1999 16:16:03 +0200 + +hurd (19990714) unstable; urgency=low + + * New snapshot from CVS. + * debian/rules: etc/motd is in base-files, do not include it. + * Activate split-init. + + -- Marcus Brinkmann <brinkmd@debian.org> Wed, 14 Jul 1999 16:38:00 +0200 + +hurd (19990616) unstable; urgency=low + + * New snapshot from CVS. + * Now contains info and ps documentation. + + -- Marcus Brinkmann <brinkmd@debian.org> Thu, 17 Jun 1999 17:35:54 +0200 hurd (19990524) unstable; urgency=low diff --git a/debian/shlibs b/debian/shlibs index cfa417e5..267f4976 100644 --- a/debian/shlibs +++ b/debian/shlibs @@ -1,7 +1,6 @@ libshouldbeinlibc 0.2 hurd libftpconn 0.2 hurd libports 0.2 hurd -libmom 0.2 hurd libthreads 0.2 hurd libhurdbugaddr 0.2 hurd libstore 0.2 hurd diff --git a/debian/shlibs.local b/debian/shlibs.local index b4fbdcc5..910a73c7 100644 --- a/debian/shlibs.local +++ b/debian/shlibs.local @@ -1,7 +1,6 @@ libshouldbeinlibc 0.2 libftpconn 0.2 libports 0.2 -libmom 0.2 libthreads 0.2 libhurdbugaddr 0.2 libstore 0.2 |