]> git.ipfire.org Git - thirdparty/HylaFAX.git/commitdiff
Update release notes
authorPatrice Fournier <pfournier@ifax.com>
Fri, 31 Jul 2009 16:24:22 +0000 (12:24 -0400)
committerPatrice Fournier <pfournier@ifax.com>
Fri, 7 Aug 2009 14:59:57 +0000 (10:59 -0400)
distrules
doc/RELEASENOTES-4.3.txt
doc/RELEASENOTES-4.4.txt
doc/RELEASENOTES-6.0.txt
doc/RELEASENOTES-CVS.txt [deleted file]
doc/RELEASENOTES-GIT.txt [new file with mode: 0644]

index 10392d492f98ddb12c872f4c0b58f8320b61caf8..ecdf12f48559e4e8ba797cace9acdab2b820109a 100644 (file)
--- a/distrules
+++ b/distrules
@@ -227,7 +227,7 @@ HYLAFAXSRC=\
        doc/RELEASENOTES-4.3.txt                                              \
        doc/RELEASENOTES-4.4.txt                                              \
        doc/RELEASENOTES-6.0.txt                                              \
-       doc/RELEASENOTES-CVS.txt                                              \
+       doc/RELEASENOTES-GIT.txt                                              \
        etc/Makefile.in                                                       \
        etc/copy.h                                                            \
        etc/copy.m                                                            \
index 2c2bbb26331054517081d10f1febf93e077bf14a..76207e102a56ea46fc5c252afd87309e5ffd48ce 100644 (file)
@@ -227,3 +227,8 @@ CHANGES for 4.3.8
 * 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)
+* configure:  Modern C++ compilers no-longer support the STL <file.h> syntax (2009-04-03)
+* [etc/faxaddmodem.sh.in etc/probemodem.sh.in] shell portability fix (2009-04-17)
+* [pkg/postinstall.in] typo in cron example (2009-04-17)
+* configure: Work on deprecated CXX Headers (2009-04-20)
+* Signal handlers need to be careful with errno (2009-07-03)
index 4edb04d85ae970fb4c6ab19586f6df61ff3f66b4..f28b05b29d7e941fb78a09d537730d92e3bc6517 100644 (file)
@@ -151,3 +151,9 @@ CHANGES for 4.4.5
 * 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)
+* configure:  Modern C++ compilers no-longer support the STL <file.h> syntax (2009-04-03)
+* [etc/faxaddmodem.sh.in etc/probemodem.sh.in] shell portability fix (2009-04-17)
+* [pkg/postinstall.in] typo in cron example (2009-04-17)
+* configure: Work on deprecated CXX Headers (2009-04-20)
+* templates: Update Polish translation (2009-05-15)
+* Signal handlers need to be careful with errno (2009-07-03)
index 1f21d986794171637db199bc94162e65ebe49803..b3115228b21fee965d22cf4507bc11c9d2b6369b 100644 (file)
@@ -1,4 +1,4 @@
-HylaFAX 6.0.0
+HylaFAX 6.0.3
 
 Overview
 -----------------------------------------------------------------------------
@@ -20,7 +20,7 @@ Overview
   removed.
 
 
-Upgrade to CVS from previous 4.4 releases
+Upgrade to 6.0 from previous 4.4 releases
 -----------------------------------------------------------------------------
   There are only 2 differences to note yet during the upgrade
   process, probably neither of which affect most people.
@@ -32,7 +32,7 @@ Upgrade to CVS from previous 4.4 releases
   default, as the jobs re not being requeued, or done.  To continue
   receiving them, you'll need to configure it in FaxNotify.
 
-Changes for HylaFAX 6.0
+Changes for HylaFAX 6.0.0
 -----------------------------------------------------------------------------
 * faxmail: don't submit an empty postscript file if no formatting was
   done (17 Aug 2007)
@@ -325,3 +325,25 @@ Changes for HylaFAX 6.0
 * Select between Q and B encoding according to data to encode (2009-03-20)
 * notify: Don't send blocked notifications as "requeued" (2009-03-27)
 * configure/build: Multiple cleanups for portablity and simplicity (2009-04-23)
+
+CHANGES for 6.0.1
+-----------------------------------------------------------------------------
+* Cleanup distrules (2009-05-15)
+* Adds RPM building right from tarball (2009-05-15)
+* templates: Update Polish translation (2009-05-15)
+
+CHANGES for 6.0.2
+-----------------------------------------------------------------------------
+* distrules: Add rpm patches (2009-05-19)
+* RPM spec:  Don't try and force all client programs to $BIN (2009-05-19)
+* Socket.h:  OpenBSD portability (2009-05-19)
+* FaxClient: Apparently <modem>@ is used and common (2009-05-22)
+* Have RPM patched faxsetup check for the right -server package name to detect
+  server installation. (2009-05-22)
+* Socket fixes for BSD 4.4 sockets (2009-05-23)
+
+CHANGES for 6.0.3
+-----------------------------------------------------------------------------
+* Remove debugging statements (2009-06-04)
+* More debug statements need to be removed (2009-06-04)
+* Signal handlers need to be careful with errno (2009-07-03)
diff --git a/doc/RELEASENOTES-CVS.txt b/doc/RELEASENOTES-CVS.txt
deleted file mode 100644 (file)
index 612ae02..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Nothing has happend since 6.0, please refer to RELEASENOTES-6.0.txt
diff --git a/doc/RELEASENOTES-GIT.txt b/doc/RELEASENOTES-GIT.txt
new file mode 100644 (file)
index 0000000..322acf9
--- /dev/null
@@ -0,0 +1,28 @@
+HylaFAX 6.1
+
+Overview
+-----------------------------------------------------------------------------
+  HylaFAX 6.1 is currently in development and no new features has been
+  commited yet.
+
+
+Upgrade to 6.1 from previous 6.0 releases
+-----------------------------------------------------------------------------
+  There are no special notes about upgrading from a 6.0 release.
+
+  For information about upgrading from a version prior to 6.0.0, see
+  the RELEASENOTES-6.0.txt documentation.
+
+
+Changes for HylaFAX 6.1.0
+-----------------------------------------------------------------------------
+* Cleanup distrules (2009-07-31)
+* Adds RPM building right from tarball (2009-07-31)
+* templates: Update Polish translation (2009-07-31)
+* Socket.h:  OpenBSD portability (2009-07-31)
+* FaxClient: Apparently <modem>@ is used and common (2009-07-31)
+* Socket fixes for BSD 4.4 sockets (2009-07-31)
+* Remove debugging statements (2009-07-31)
+* More debug statements need to be removed (2009-07-31)
+* Signal handlers need to be careful with errno (2009-07-31)
+* Page sent protocol trace fixes (2009-07-31)