[Linux-decnet-commit] CVS: dnprogs NEWS,1.14,1.15
Brought to you by:
chrissie_c,
ph3-der-loewe
|
From: Patrick C. <pa...@us...> - 2001-10-16 16:37:51
|
Update of /cvsroot/linux-decnet/dnprogs
In directory usw-pr-cvs1:/tmp/cvs-serv8439
Modified Files:
NEWS
Log Message:
NEWS for 2.16
Index: NEWS
===================================================================
RCS file: /cvsroot/linux-decnet/dnprogs/NEWS,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** NEWS 2001/09/07 07:42:33 1.14
--- NEWS 2001/10/16 15:01:52 1.15
***************
*** 1,2 ****
--- 1,25 ----
+ dnprogs (2.16-1) unstable; urgency=low
+
+ * Remove pre-increment in FAL so that close-time attributes get
+ applied to the right file - and don't crash on the last file.
+ * Look at OPEN as well as CLOSE time attributes for SPL, DLT and TEF.
+ * fal's directory output now correctly sends the new directory information
+ if a double wildcard is used: eg [*]*
+ * Fix bug in fal where binary files got corrupted if copied in "record"
+ mode
+ * setether now also sets the default interface for 2.4 kernels
+
+ -- Patrick Caulfield <pa...@de...> Tue, 16 Oct 2001 14:25:38 +0100
+
+ dnprogs (2.15-1) unstable; urgency=low
+
+ * in librms/parse.cc pass va_list in a wrapper struct so that it works on
+ powerpc systems. Closes: bug#111680
+ * add set -e to Makefile so it gives up on error. I never was any good at
+ writing Makefiles.
+ * Minor manpage changes.
+
+ -- Patrick Caulfield <pa...@de...> Sat, 15 Sep 2001 13:26:46 +0100
+
dnprogs (2.14-1) unstable; urgency=low
***************
*** 289,296 ****
-- Patrick Caulfield <pa...@pa...> Fri, 3 May 1999 19:33:06 +0000
-
- Local variables:
- mode: debian-changelog
- add-log-mailing-address: "pa...@ty..."
- End:
--- 312,314 ----
|