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 \
* 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)
* 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)
-HylaFAX 6.0.0
+HylaFAX 6.0.3
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.
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)
* 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)
+++ /dev/null
-Nothing has happend since 6.0, please refer to RELEASENOTES-6.0.txt
--- /dev/null
+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)