summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2003-08-03 00:00:47 +1000
committerDarren Tucker <dtucker@zip.com.au>2003-08-03 00:00:47 +1000
commit40311f2feba510bc646710ca3c44c61b7a21a73c (patch)
tree95f3ed4915b8891c131c1cf20d0913ce1a5f7d0c
parentb2f9d4161a28e6afc4c621bc6848a13668a5aaad (diff)
Add imported progressmeter.c changes to Changelog
-rw-r--r--ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 782d53b56..86bb4ac53 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -23,6 +23,16 @@
23 replace 4 clause BSD licensed progressmeter code with a replacement 23 replace 4 clause BSD licensed progressmeter code with a replacement
24 from Nils Nordman and myself; ok deraadt@ 24 from Nils Nordman and myself; ok deraadt@
25 (copied from OpenBSD an re-applied portable changes) 25 (copied from OpenBSD an re-applied portable changes)
26 - markus@cvs.openbsd.org 2003/07/29 18:26:46
27 [progressmeter.c]
28 fix length for "- stalled -" (included with previous import)
29 - markus@cvs.openbsd.org 2003/07/30 07:44:14
30 [progressmeter.c]
31 use only 4 digits in format_size (included with previous import)
32 - markus@cvs.openbsd.org 2003/07/30 07:53:27
33 [progressmeter.c]
34 whitespace (included with previous import)
35
26 - (dtucker) [openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h] 36 - (dtucker) [openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h]
27 Add a tcgetpgrp function. 37 Add a tcgetpgrp function.
28 - (dtucker) [Makefile.in moduli.c moduli.h] Add new files and to Makefile. 38 - (dtucker) [Makefile.in moduli.c moduli.h] Add new files and to Makefile.
@@ -764,4 +774,4 @@
764 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. 774 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
765 Report from murple@murple.net, diagnosis from dtucker@zip.com.au 775 Report from murple@murple.net, diagnosis from dtucker@zip.com.au
766 776
767$Id: ChangeLog,v 1.2874 2003/08/02 13:51:38 dtucker Exp $ 777$Id: ChangeLog,v 1.2875 2003/08/02 14:00:47 dtucker Exp $