GIT update to branch: master, updated. 6.1-GIT-57-gbfa9539

[email protected] Wed, 29 Jun 2011 10:01:07 -0400
Newsgroups gmane.comp.telephony.fax.hylafax.devel
Message-ID <[email protected]>
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "HylaFAX".

The branch, master has been updated
       via  bfa9539fc35a75d1121063973f7550b1a933016b (commit)
       via  ac0d6f39221f10b5eba44f27e1a02f070c305986 (commit)
       via  edc22a397b09e54666f012c4b7ec80e2fa72e6d0 (commit)
       via  95e2f2babb658cf94b9340d48db34f0c7222e760 (commit)
       via  67fdc548eb4577a024c1ba2f3fc461963a620e37 (commit)
       via  7a26120f6148736143cfd00cf60875ace8c59c33 (commit)
       via  d1642ba2fa4e11225dd6208463dd1a1e207c16c3 (commit)
       via  3e7db15e6148cf3aa2b49296a142970e4e39af9a (commit)
       via  98e0e97bc676306efb18f202f83d9e32c75102f3 (commit)
       via  0c2a3cba4f6ee281d23d7dd82414dd0a26794849 (commit)
       via  8870d528019b9186aa4b3e54d58f7239a0fa4cb7 (commit)
       via  34bc18adad2889f21b251de70c773a10a06bff93 (commit)
       via  409ef5679b0eda1e377734c63d3fd6cd09069d63 (commit)
       via  5b2e63aee0e40ffc062de7ac265c638bf29d4f2b (commit)
       via  f4a4f8fda08aaa0d66a781fe210860fb77f1b59d (commit)
       via  85fec40ac622545ef397989074724e9adb5c9fc1 (commit)
       via  56c64d66a6c8998363173ce4db8199ff2313bf08 (commit)
       via  3067084ad47540b2de083741e66d3a9a6bf0cc7e (commit)
       via  aa781806c11f77b4fa569e2e8a995ea859d3833e (commit)
       via  99fc34da190c957ca8fd0f8a245ee4615584a168 (commit)
       via  8c9cc943e95842f5bccbc9b75131af26895d5256 (commit)
       via  529a445a2946bf182be20eb98dd68a0197bae47e (commit)
       via  4053e1de0619701be17d17a50cf54ec6b72fd6eb (commit)
       via  fee0f92b06363d1833d745c1e2fce9747bf09529 (commit)
       via  c3a378ce4130b1da292fd42a0e5f705c510ac8d5 (commit)
       via  62d88f61e4de56145603e1a4eb04d2bde41238d9 (commit)
       via  83f5ee8bf547a8e544360043747850ac9fbf420b (commit)
       via  50252de7b5200e5b1f5ec17c7c0890e2a5944ac0 (commit)
      from  09ad7eb6244e6160b42e9646495f0496f80d63fc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit bfa9539fc35a75d1121063973f7550b1a933016b
Author: Aidan Van Dyk <[email protected]>
Date:   Wed Jun 29 09:45:18 2011 -0400

    Update releasenotes

commit ac0d6f39221f10b5eba44f27e1a02f070c305986
Author: Aidan Van Dyk <[email protected]>
Date:   Thu Sep 16 11:51:24 2010 -0400

    Bug 934: We need to avoid a 0-index in playList

commit edc22a397b09e54666f012c4b7ec80e2fa72e6d0
Author: Patrice Fournier <[email protected]>
Date:   Sun Apr 10 22:58:32 2011 -0400

    Combine all Fontmap files in memory, including new Fontmap.HylaFAX
    
    Reads the Fontmap.HylaFAX created by faxsetup when existing Fontmap
    is missing filename mappings. Combine all Fontmap files so that aliases
    can now point to entries in other Fontmap files.

commit 95e2f2babb658cf94b9340d48db34f0c7222e760
Author: Patrice Fournier <[email protected]>
Date:   Fri Mar 5 13:53:32 2010 -0500

    Use a private Fontmap.HylaFAX file of .pfb files
    
    If the existing Fontmap files do not provide the information to
    find the default font, creates a private Fontmap.HylaFAX file
    that will list all pfb fonts found to their font names. No
    aliases are generated by this and every Fontmap file is searched
    for any alias.

commit 67fdc548eb4577a024c1ba2f3fc461963a620e37
Author: Patrice Fournier <[email protected]>
Date:   Fri Mar 5 13:40:13 2010 -0500

    Reworked how faxsetup looks for Fontmap
    
    If a previous faxsetup had added Fontmap/Fontpath lines in
    hyla.conf and the hardcoded Fontmap path is the same as the
    installed Ghostscript search path, the previously added
    Fontmap/Fontpath lines were left untouched even if they
    were not valid anymore.
    
    This patch now looks for a valid combination to set in hyla.conf
    and will remove unneeded lines if necessary. It will even set
    a default font (using a font filename) if the default "Courier"
    font (or any font specified in hyla.conf) is not found using
    the Fontmap files.

commit 7a26120f6148736143cfd00cf60875ace8c59c33
Author: Patrice Fournier <[email protected]>
Date:   Fri Feb 5 16:20:54 2010 -0500

    Do not warn about one of the Fontpath directories not existing
    
    Fontpath usually contain multiple directories with one or more
    not existing. Having faxsetup warn the user about this directory
    not existing and having the possibility of causing problems just
    confuse users. There is already a warning if no .afm file is
    found in any of those directories. That should be enough.

commit d1642ba2fa4e11225dd6208463dd1a1e207c16c3
Author: David Oxley <[email protected]>
Date:   Tue Apr 19 12:10:49 2011 -0400

    typerules: adding missing comma to typeNames array

commit 3e7db15e6148cf3aa2b49296a142970e4e39af9a
Author: Aidan Van Dyk <[email protected]>
Date:   Tue Apr 19 12:58:43 2011 -0400

    man: JobReqError/JobRetryError were missing in hylafax-config.4f

commit 98e0e97bc676306efb18f202f83d9e32c75102f3
Author: Aidan Van Dyk <[email protected]>
Date:   Tue Dec 14 15:02:26 2010 -0500

    faxalter: Wire up the page range -Z options
    
    Code for range was in place, but the Z: was left out of the option string.

commit 0c2a3cba4f6ee281d23d7dd82414dd0a26794849
Author: Aidan Van Dyk <[email protected]>
Date:   Mon Aug 30 13:52:31 2010 -0400

    Compiler warning cleanup

commit 8870d528019b9186aa4b3e54d58f7239a0fa4cb7
Author: Aidan Van Dyk <[email protected]>
Date:   Mon Aug 30 13:51:42 2010 -0400

    Class2: Fix hangup cause handling
    
    This makes sur that errors on reception in Class2 aren't "missed", as seen in:
    	Date: Mon, 30 Aug 2010 16:20:51 +0200
    	From: Giuseppe Sacco <[email protected]>
    	Subject: [hylafax-users] COMREC error (code 72), Normal and proper end of connection,
    	To: [email protected]
    	Message-ID: <1283178051.5043.21.camel@scarafaggio>

commit 34bc18adad2889f21b251de70c773a10a06bff93
Author: Aidan Van Dyk <[email protected]>
Date:   Tue Aug 10 16:18:25 2010 -0400

    faxq: better capturing of failed conversion output

commit 409ef5679b0eda1e377734c63d3fd6cd09069d63
Author: Patrice Fournier <[email protected]>
Date:   Thu Jun 24 10:56:09 2010 -0400

    Fixes compilation on some platforms
    
    At least on avr32 Linux with gcc, there was missing casts to a fxmin parameters.

commit 5b2e63aee0e40ffc062de7ac265c638bf29d4f2b
Author: Aidan Van Dyk <[email protected]>
Date:   Wed May 5 11:54:31 2010 -0400

    Bug 928: issues with installClient target of Hylafax
    
    make installClient needed:
        installDSO in libhylafax
        installClient in libhylafax
        a fix in the NLS syntax

commit f4a4f8fda08aaa0d66a781fe210860fb77f1b59d
Author: Aidan Van Dyk <[email protected]>
Date:   Wed May 5 11:42:46 2010 -0400

    pdf2fax/ps2fax: Use -dMaxStripSize=0
    
    Ghostscript changed their default from 0.  Unfortunately, in 8.71, they used a
    small 8K, which causes "blank images" when this is send in 2D-MMR right to the
    client by faxsend assuming it's a single strip.
    
    This can be overridden/changed using FaxModify.

commit 85fec40ac622545ef397989074724e9adb5c9fc1
Author: Aidan Van Dyk <[email protected]>
Date:   Wed May 5 11:41:55 2010 -0400

    manpages: Updates from debian

commit 56c64d66a6c8998363173ce4db8199ff2313bf08
Author: Aidan Van Dyk <[email protected]>
Date:   Wed May 5 11:31:23 2010 -0400

    notify: FaxMaster notifications wildcard fixups
    
    In the faxmaster notification case, * instead of "*" is needed to match everything.
    
    From David Oxley @ D. E. Shaw & Co.

commit 3067084ad47540b2de083741e66d3a9a6bf0cc7e
Author: Patrice Fournier <[email protected]>
Date:   Fri Apr 2 11:01:43 2010 -0400

    Fix calls to pdf2fax/ps2fax in ConvertFile
    
    Jorn Dreyer noticed that the call to pdf2fax from ConvertFile
    was incorrect in it's handling of the output filename.
    The same problem affected the ps2fax call.

commit aa781806c11f77b4fa569e2e8a995ea859d3833e
Author: Patrice Fournier <[email protected]>
Date:   Fri Feb 5 18:34:34 2010 -0500

    Correctly check for long lines when checking for the last match
    
    Bodo Meissner found that textfmt would wrongfully return a line
    too long error message in some circumstances and suggested a
    fix for this.

commit 99fc34da190c957ca8fd0f8a245ee4615584a168
Author: Patrice Fournier <[email protected]>
Date:   Fri Mar 5 12:06:39 2010 -0500

    Updated ftp site address in setup error message

commit 8c9cc943e95842f5bccbc9b75131af26895d5256
Author: Patrice Fournier <[email protected]>
Date:   Fri Feb 5 15:13:44 2010 -0500

    Updates LibTIFF homepage URLs

commit 529a445a2946bf182be20eb98dd68a0197bae47e
Author: Patrice Fournier <[email protected]>
Date:   Fri Jan 22 16:24:26 2010 -0500

    Allow "any" as answer method for FIFO messages
    
    "ANSWER modem" hfaxd command with no method sends "any" as the method.
    faxanswer defaults to an empty method, but lists "any" as a valid method
    in the man page.This method was not accepted by faxgetty. This adds the
    "any" method as an alias to no method at all.

commit 4053e1de0619701be17d17a50cf54ec6b72fd6eb
Author: Patrice Fournier <[email protected]>
Date:   Fri Nov 6 10:01:13 2009 -0500

    Typo in CONFIG_UNIXTRANSPORT define checks

commit fee0f92b06363d1833d745c1e2fce9747bf09529
Author: Aidan Van Dyk <[email protected]>
Date:   Fri Nov 13 14:35:25 2009 -0500

    Update releasenotes in preparation for 6.0.4-rc2

commit c3a378ce4130b1da292fd42a0e5f705c510ac8d5
Author: Patrice Fournier <[email protected]>
Date:   Mon Nov 9 07:30:06 2009 -0500

    Class1: ECM page and block count should be sent as modulus.

commit 62d88f61e4de56145603e1a4eb04d2bde41238d9
Author: Aidan Van Dyk <[email protected]>
Date:   Wed Nov 4 15:38:43 2009 -0500

    faxsend: Class1 1 ECM when skipping pages needs to be more careful
    
    pageNumberOfCall is not a generic number - it's used explicitly for putting the
    page number in the ECM frames... This is ECM specific to Class 1, and needs to
    marge forwared 1 every page sent in a call, regardless of job, skipping, etc.

commit 83f5ee8bf547a8e544360043747850ac9fbf420b
Author: Aidan Van Dyk <[email protected]>
Date:   Fri Nov 6 11:55:10 2009 -0500

    hfaxd: log what address(es) we're listing on when starting

commit 50252de7b5200e5b1f5ec17c7c0890e2a5944ac0
Author: Patrice Fournier <[email protected]>
Date:   Tue Oct 12 11:35:25 2010 -0400

    Re-order library files in fchmod() configure check
    
    Newer gcc -E stops it's output on the first missing include file so we must
    make sure that a possibly missing file in the list of headers to check is at
    the end.

-----------------------------------------------------------------------

Summary of changes:
 Makefile.in                 |    5 +-
 configure                   |    4 +-
 doc/RELEASENOTES-4.3.txt    |   18 +++-
 doc/RELEASENOTES-4.4.txt    |   19 ++++-
 doc/RELEASENOTES-6.0.txt    |   38 +++++++-
 etc/faxsetup.sh.in          |  239 ++++++++++++++++++++++++++++++++++++-------
 faxalter/faxalter.c++       |    3 +-
 faxd/Class1.h               |    1 +
 faxd/Class1Send.c++         |   11 ++-
 faxd/Class2.c++             |    3 +-
 faxd/Class2Send.c++         |    2 +-
 faxd/FaxModem.c++           |    6 +-
 faxd/FaxModem.h             |    7 +-
 faxd/ModemConfig.c++        |    2 +-
 faxd/faxGettyApp.c++        |    2 +-
 faxd/faxQueueApp.c++        |    9 +-
 hfaxd/InetFaxServer.c++     |   11 ++
 libhylafax/TextFormat.c++   |  217 ++++++++++++++++++++-------------------
 libhylafax/TextFormat.h     |   17 +++-
 libhylafax/Transport.c++    |    6 +-
 libhylafax/TypeRules.c++    |    2 +-
 man/hylafax-config.4f       |   11 ++
 man/sendpage.1              |    2 +-
 man/tiffcheck.1m            |    2 +-
 util/common-functions.sh.in |    4 +-
 util/notify.sh.in           |    6 +-
 util/pdf2fax.gs.sh.in       |    2 +
 util/ps2fax.gs.sh.in        |    2 +
 28 files changed, 465 insertions(+), 186 deletions(-)


hooks/post-receive
-- 
HylaFAX


____________________ HylaFAX(tm) Developers Mailing List ____________________
  To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi
On UNIX: mail -s unsubscribe [email protected] < /dev/null