]> git.ipfire.org Git - thirdparty/HylaFAX.git/commitdiff
Update release notes
authorAidan Van Dyk <aidan@ifax.com>
Mon, 2 Feb 2009 16:18:56 +0000 (16:18 +0000)
committerAidan Van Dyk <aidan@ifax.com>
Mon, 2 Feb 2009 16:18:56 +0000 (16:18 +0000)
doc/RELEASENOTES-4.3.txt
doc/RELEASENOTES-4.4.txt
doc/RELEASENOTES-CVS.txt

index c19788aeab42cda79ea9a7d280b559c5edfdf4fb..12ce28cba2df52ff957cfbf28cb32717ae40cde6 100644 (file)
@@ -225,3 +225,5 @@ CHANGES since 4.3.7
 * faxq: Check TimeOfDate before batching (2 Apr 2008)
 * hfaxd: Fix RECV_START, RECV_PAGE, RECV_DOC triggers (22 Jul 2008)
 * faxgetty/faxsend: Correct Include config file parsing (22 Jul 2008)
+* b64-encode.awk: Fix bug on old SCO awk (2009-01-30)
+
index 88d20c437049e1dc171d19f794ff3051e8e07c08..855777cd921dfe092d1dc68063e5b5dae2e434b9 100644 (file)
@@ -141,12 +141,11 @@ CHANGES since 4.4.4
 * Fix faxq modem Triggers (16 Jan 2008)
 * Solaris/SunWSPro:  Don't use empty array definitions (23 Jan 2008)
 * Quiet compiler warnings (24 Jan 2008)
-* hfaxd lockJob() - don't blindly O_CREAT job we're trying to lock
-  (22 Feb 2008)
-* hfaxd: Don't update job's last modified time unless it's actually
-  successfull (22 Feb 2008)
+* hfaxd lockJob() - don't blindly O_CREAT job we're trying to lock (22 Feb 2008)
+* hfaxd: Don't update job's last modified time unless it's actually successfull (22 Feb 2008)
 * faxq: Be more careful in choosing jobs to batch (2 Apr 2008)
-* README: Remove unused hyphenation (27 Man 2008)
 * hfaxd: Fix RECV_START, RECV_PAGE, RECV_DOC triggers (22 Jul 2008)
 * faxgetty/faxsend: Correct Include config file parsing (22 Jul 2008)
 * Abort receive session on error writing to file (2008-11-21)
+* Bug 902: Fix non-void function without a return (2009-02-02)
+* b64-encode.awk: Fix bug on old SCO awk (2009-01-30)
index b701b781b18d8a993b22d20e4f03e0243130b029..5194e2b6fc5999216f9ae210d428549ffdabfeca 100644 (file)
@@ -302,3 +302,5 @@ Changes since 4.4 branched off
 * getaddrinfo AI_* hints are not always available (2009-01-20)
 * configure: UnixWare use of variadic macros (2009-01-20)
 * configure: Add define for s6_addr32 if needed on SVR5 systems. (2009-01-21)
+* b64-encode.awk: Fix bug on old SCO awk (2009-01-30)
+* Bug 902: Fix non-void function without a return (2009-02-02)