]> git.ipfire.org Git - thirdparty/HylaFAX.git/commitdiff
Update releasenotes
authorAidan Van Dyk <aidan@ifax.com>
Fri, 20 Mar 2009 22:43:49 +0000 (22:43 +0000)
committerAidan Van Dyk <aidan@ifax.com>
Fri, 20 Mar 2009 22:43:49 +0000 (22:43 +0000)
doc/RELEASENOTES-4.3.txt
doc/RELEASENOTES-4.4.txt
doc/RELEASENOTES-6.0.txt

index 2bebdd5104cb5048432f92cc6267f4cf9707d533..2c2bbb26331054517081d10f1febf93e077bf14a 100644 (file)
@@ -226,4 +226,4 @@ CHANGES for 4.3.8
 * 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)
-
+* POSIX constants can be set to -1 if the functionnality is unavailable (2009-03-20)
index cbd97ed95ee2fc3700b5407b82cd3523c7385183..4edb04d85ae970fb4c6ab19586f6df61ff3f66b4 100644 (file)
@@ -150,3 +150,4 @@ CHANGES for 4.4.5
 * Bug 902: Fix non-void function without a return (2009-02-02)
 * b64-encode.awk: Fix bug on old SCO awk (2009-01-30)
 * Bug 901: mimeencoding bug in templates handling (2009-02-06)
+* POSIX constants can be set to -1 if the functionnality is unavailable (2009-03-20)
index 7edc3ecc59d2c894ee4b81579f0392c1b98e970e..379ea94dda30b0bcaa983e4beb9e6fd09fa64425 100644 (file)
@@ -304,3 +304,17 @@ Changes for HylaFAX 6.0
 * Bug 902: Fix non-void function without a return (2009-02-02)
 * Bug 901: mimeencoding bug in templates handling (2009-02-06)
 * faxrcvd: Add multiple receipient/message capability (2009-02-07)
+* notify: Add back NOTIFY_FAXMASTER support (2009-02-07)
+* notify: Fix man page discrepancies (2009-02-07)
+* Bug 903: faxrcvd script SENDTO handling (2009-02-13)
+* configure: Allow compiler to be specified with the path (2009-02-17)
+* IPV6 on SunOS (2009-02-27)
+* Rework NLS slightly for old SunOS (2009-02-27)
+* Use ABI_VERSION in libfaxserver (2009-02-27)
+* notifyPageSent() fixup (2009-02-27)
+* Multiple clode cleanups and warning elimination (2009-02-27)
+* POSIX constants can be set to -1 if the functionnality is unavailable (2009-03-20)
+* Make sure B encoded strings stay withing the RFC length limits and
+  never separate UTF-8 characters in multiple encoded words (2009-03-20)
+* Adds Q encoding possibility (2009-03-20)
+* Select between Q and B encoding according to data to encode (2009-03-20)