]> git.ipfire.org Git - thirdparty/HylaFAX.git/commitdiff
Update release notes
authorAidan Van Dyk <aidan@ifax.com>
Mon, 17 Sep 2007 19:35:53 +0000 (19:35 +0000)
committerAidan Van Dyk <aidan@ifax.com>
Mon, 17 Sep 2007 19:35:53 +0000 (19:35 +0000)
doc/RELEASENOTES-4.3.txt
doc/RELEASENOTES-4.4.txt

index 3df1a1da2f584e8cee6a1644e8663d048ce90d39..40cebc727f174a1ccb962bf278e0720aacbc4409 100644 (file)
@@ -1,4 +1,4 @@
-HylaFAX 4.3.4
+HylaFAX 4.3.5
 
 OVERVIEW
 -----------------------------------------------------------------------------
@@ -171,7 +171,7 @@ CHANGES for 4.3.2 - February 16, 2007
 
 CHANGES for 4.3.3 - March 2, 2007
 -----------------------------------------------------------------------------
-* Make ConverFile return filename even for noop on PDF files (20 Feb 2007)
+* Make ConvertFile return filename even for noop on PDF files (20 Feb 2007)
 * Correctly named notify "rejected" templates (bug 849) (20 Feb 2007)
 * Include jobtag in Subject of notification emails (bug 850) (22 Feb 2007)
 * Remove unused CHARSET setting (bug 843) (23 Feb 2007)
@@ -187,3 +187,12 @@ CHANGES for 4.3.4 - May 14, 2007
 * Fix faxq trigger bugs which can cause faxq to crash (26 Mar 2007)
 * Fix faxq modem handling which can cause multiple concurrent faxsend
   invocations on the same device (8 May 2007)
+
+CHANGES for 4.3.5 - August 22, 2007
+-----------------------------------------------------------------------------
+* Fix faxrcvd/notify application/PDF mimetype (5 Aug 2007)
+* faxaddmodem doesn't fuser -k by default, allowing iaxmodem to be
+  detected by faxaddmodem (17 Aug 2007)
+* Fix faxmail handling of RFC 822 comments in headers  (21 Aug 2007)
+* Fix faxq handling of large formatter output (21 Aug 2007)
+* Fix configure GCC version detection for Gentoo (22 Aug 2007)
index 8728d8ec3e2ad250015dfabb1edc75bd0107a88b..d76d7c0f1c520a31f913623c0176d3c0cb2bfc55 100644 (file)
@@ -21,6 +21,9 @@ Things to watch:
   option changes
 * rerun faxsetup - changes to the encode selection and use for the
   faxrcvd/notify/pollrcvd scripts
+* faxmail is now a direct-delivery HylaFAX client.  It no longer formats
+  the entire e-mail into a single postscript document, but hands the
+  documents to HylaFAX directly.
 
 CHANGES for 4.4.0
 -----------------------------------------------------------------------------
@@ -85,3 +88,17 @@ CHANGES for 4.4.0
 * Add preliminary Class2 JBIG Support (11 May 2007)
 * Add JPEC (colour fax) to Class2 (12 May 2007)
 * Remove broken JobControlWait (23 July 2007)
+
+
+CHANGES for 4.4.1
+-----------------------------------------------------------------------------
+* faxmail: don't submit an empty postscript file if not formatting was
+  done (17 Aug 2007)
+* faxaddmodem doesn't fuser -k by default, allowing iaxmodem to be
+  detected by faxaddmodem (17 Aug 2007)
+* fix status/statuscode parsing of the job qfile which showed artifacts
+  in the notify emails (20 Aug 2007)
+* Fix faxmail handling of RFC 822 comments in headers  (21 Aug 2007)
+* Fix faxq handling of large formatter output (21 Aug 2007)
+* Fix configure GCC version detection for Gentoo (22 Aug 2007)
+* Fix faxq trigger handling (14 Sep 2007)