]> git.ipfire.org Git - thirdparty/HylaFAX.git/log
thirdparty/HylaFAX.git
19 years agoFirst release candidate of 4.3.2. HYLAFAX-4_3_2RC1
Darren Nickerson [Sat, 10 Feb 2007 19:57:35 +0000 (19:57 +0000)] 
First release candidate of 4.3.2.

19 years ago- Added framework to quote or encode headers using B encoding as needed.
Patrice Fournier [Fri, 9 Feb 2007 22:24:08 +0000 (22:24 +0000)] 
- Added framework to quote or encode headers using B encoding as needed.
- Use this to encode the subject when necessary.
- From/To header encoding is currently disabled because the name/address parsing is not strong enough.

19 years agoWe need to HTML sanitize some more fields
Aidan Van Dyk [Fri, 9 Feb 2007 19:57:41 +0000 (19:57 +0000)] 
We need to HTML sanitize some more fields

19 years agoWe need to install all the template's files, now that they can include other
Aidan Van Dyk [Fri, 9 Feb 2007 18:47:08 +0000 (18:47 +0000)] 
We need to install all the template's files, now that they can include other
files.

19 years agoWhups - missed updating CHANGES.
Darren Nickerson [Fri, 9 Feb 2007 15:55:37 +0000 (15:55 +0000)] 
Whups - missed updating CHANGES.

19 years agoAdd one reference example to illustrate what can be done with templates, and
Darren Nickerson [Fri, 9 Feb 2007 15:52:49 +0000 (15:52 +0000)] 
Add one reference example to illustrate what can be done with templates, and
for folks to use as a stepping stone to branding HylaFAX with their own 'look
and feel'. This is not meant to be the 'one true way' to do it, but rather
just a sample that illustrates most of the features/functionality. We hope
to see several other samples in here in future releases.

19 years agoMinor cleanup to restore previous (4.3.0 and earlier) subject line behaviour.
Darren Nickerson [Fri, 9 Feb 2007 15:41:12 +0000 (15:41 +0000)] 
Minor cleanup to restore previous (4.3.0 and earlier) subject line behaviour.

19 years agoAllow templates to have a hook defined with them
Aidan Van Dyk [Thu, 8 Feb 2007 21:33:19 +0000 (21:33 +0000)] 
Allow templates to have a hook defined with them

19 years agoPatch from Giuseppe Sacco:
Aidan Van Dyk [Wed, 7 Feb 2007 14:32:40 +0000 (14:32 +0000)] 
Patch from Giuseppe Sacco:
  When faxinfo read a badly formed TIFF file, it should return a non-zero
  exit code.

19 years agoGCC linker flags are -Wl, not -wl
Aidan Van Dyk [Mon, 5 Feb 2007 19:26:36 +0000 (19:26 +0000)] 
GCC linker flags are -Wl, not -wl

19 years agoWe need to close "file" as we opened it (p), not as file.
Aidan Van Dyk [Tue, 30 Jan 2007 16:20:14 +0000 (16:20 +0000)] 
We need to close "file" as we opened it (p), not as file.

19 years agoInstall the templates README file as well
Aidan Van Dyk [Tue, 30 Jan 2007 16:00:03 +0000 (16:00 +0000)] 
Install the templates README file as well

19 years agobeta2 - this one's ready for primetime HYLAFAX-4_3_2BETA2
Darren Nickerson [Mon, 29 Jan 2007 23:36:31 +0000 (23:36 +0000)] 
beta2 - this one's ready for primetime

19 years agoSpelling cleanup
Darren Nickerson [Mon, 29 Jan 2007 21:37:59 +0000 (21:37 +0000)] 
Spelling cleanup

19 years agoConsistent case on charset defs
Darren Nickerson [Mon, 29 Jan 2007 21:34:26 +0000 (21:34 +0000)] 
Consistent case on charset defs

19 years agoMinor formatting cleanups, and don't return session log information on
Darren Nickerson [Mon, 29 Jan 2007 21:31:52 +0000 (21:31 +0000)] 
Minor formatting cleanups, and don't return session log information on
successfully sent faxes

19 years agoThe subtle way BuildAttachArgs uses quotes and whitespace was missed when
Aidan Van Dyk [Mon, 29 Jan 2007 19:58:20 +0000 (19:58 +0000)] 
The subtle way BuildAttachArgs uses quotes and whitespace was missed when
it was taken for use in pollrcvd and faxrcvd.  This makes them both use
it was intended.

Also - fix file_XXX to be files_XXX which is what BuildAttachArgs expects.

19 years agoWrapping the $COMMAND in ($COMMAND) to allow command to pipe/redirect, etc.
Aidan Van Dyk [Mon, 29 Jan 2007 19:55:08 +0000 (19:55 +0000)] 
Wrapping the $COMMAND in ($COMMAND) to allow command to pipe/redirect, etc.
isn't quite enough, because bash "quotes" the | in the string.  We need to use eval
if we want the admin to be able to write complicated strings for programs.

19 years agoFirst beta of 4.3.2. HYLAFAX-4_3_2BETA1
Darren Nickerson [Mon, 29 Jan 2007 17:48:31 +0000 (17:48 +0000)] 
First beta of 4.3.2.

19 years agoBasic README file in the template directory.
Aidan Van Dyk [Fri, 26 Jan 2007 20:44:51 +0000 (20:44 +0000)] 
Basic README file in the template directory.

19 years agoThis expands the #INCLUDE functionality of the template AWK code to allow
Aidan Van Dyk [Fri, 26 Jan 2007 19:13:15 +0000 (19:13 +0000)] 
This expands the #INCLUDE functionality of the template AWK code to allow
it to search for the included file in a set of paths.  This set's the path
to the file the initial template is taken from, so templates using #INCLUDE
don't have to put full paths in.

19 years agoRemove extra - in SED command:
Aidan Van Dyk [Thu, 25 Jan 2007 21:18:27 +0000 (21:18 +0000)] 
Remove extra - in SED command:
/bin/sed: -e expression #1, char 1: Unknown command: `-'

19 years agoForgot to add the file needed for the PAM patch...
Aidan Van Dyk [Thu, 25 Jan 2007 20:54:09 +0000 (20:54 +0000)] 
Forgot to add the file needed for the PAM patch...

19 years agoThis changes how PAM authentication is done.
Aidan Van Dyk [Thu, 25 Jan 2007 15:50:15 +0000 (15:50 +0000)] 
This changes how PAM authentication is done.

1) Straightens out hosts/pam checks in checkUser/checkPasswd
2) Moves all PAM related functions to PAM.c++ from both User.c++ and Login.c++
3) Changes PAM to not try and re-use existing sessions.  This has
   been reported to cause problems, using separate sessions seems to fix this.

19 years agoDebian stuff intended for creating a debian package with
Giuseppe Sacco [Sun, 21 Jan 2007 17:50:05 +0000 (17:50 +0000)] 
Debian stuff intended for creating a debian package with
latest source code from CVS. The package created is different from the
"standard" Debian package since:
1. there is "twin directory" configuration: all configuration files are
   in $SPOOL/etc
2. debconf isn't used
3. there are no Debian patches
4. on package instead of three (-client, -server, -doc)
5. this package is not compliant to debian policy standard

19 years ago- Make sure the file redirections apply to the complete command, even when pipes...
Patrice Fournier [Fri, 12 Jan 2007 22:23:49 +0000 (22:23 +0000)] 
- Make sure the file redirections apply to the complete command, even when pipes are part of it.
- Also use the fallback encoders when encoders are defined but not executable.

19 years agoInstall the English templates which were moved to a subdirectory.
Patrice Fournier [Fri, 12 Jan 2007 16:51:31 +0000 (16:51 +0000)] 
Install the English templates which were moved to a subdirectory.

19 years agoAdd standard copyright/notice
Aidan Van Dyk [Tue, 9 Jan 2007 14:14:12 +0000 (14:14 +0000)] 
Add standard copyright/notice

19 years agoAWK based encoders for base64 and quoted-printable.
Aidan Van Dyk [Tue, 9 Jan 2007 14:11:50 +0000 (14:11 +0000)] 
AWK based encoders for base64 and quoted-printable.

19 years agoThis simplifies the mime encoder selection and handling to follow the design:
Aidan Van Dyk [Tue, 9 Jan 2007 14:09:10 +0000 (14:09 +0000)] 
This simplifies the mime encoder selection and handling to follow the design:
1) configure no longer *searches* for encoders.  If they are passed
   into configure (args, config.*) fine.  configure only uses them for
   setting the defaults when processing faxsetup.sh.in

2) faxsetup.sh does the looking/verifying of encoders.  It verifies only
   3 things:
   - BASE64ENCODE (tries mimencode, base64-encode,  then uuencode -m)
   - QPENCODE (ties mimencode -q, the qp-encode)
   - MIMENCODE (looks for mimencode)

3) MIMENCODE is set for bacwards compatibly (notify-4.2, notify-4.1,
   etc)

4) mimeEncode in common-functions tries *only* the one encoder, then
   falls back to $AWK based encoders

19 years agoAdd the Include: option to FaxConfig for all config parsing
Aidan Van Dyk [Mon, 8 Jan 2007 19:46:23 +0000 (19:46 +0000)] 
Add the Include: option to FaxConfig for all config parsing

19 years agoThese lines should be separate, probalby a <SHIFT>j in vi before I commited
Aidan Van Dyk [Mon, 8 Jan 2007 18:07:48 +0000 (18:07 +0000)] 
These lines should be separate, probalby a <SHIFT>j in vi before I commited
previously... Sorry.

19 years agogrep for '-- data' nees to use the grep -e <PATTERN> method or else the
Aidan Van Dyk [Fri, 5 Jan 2007 19:08:31 +0000 (19:08 +0000)] 
grep for '-- data' nees to use the grep -e <PATTERN> method or else the
"-- data" is taken as regular arguments to grep.

19 years agoRemoved unwanted output from ps2pdf that confused the notify script.
Giuseppe Sacco [Sun, 24 Dec 2006 20:53:59 +0000 (20:53 +0000)] 
Removed unwanted output from ps2pdf that confused the notify script.

19 years ago@SCRIPT_SH@
Aidan Van Dyk [Sun, 24 Dec 2006 01:44:53 +0000 (01:44 +0000)] 
@SCRIPT_SH@

19 years agoShell scripts we use should use @SCRIPT_SH@ intsead of hard-coded /bin/sh.
Aidan Van Dyk [Sun, 24 Dec 2006 01:43:49 +0000 (01:43 +0000)] 
Shell scripts we use should use @SCRIPT_SH@ intsead of hard-coded /bin/sh.

Most scripts did this already - correct these that didn't.

19 years ago- Moved BuildAttachArgs to common-functions
Patrice Fournier [Sat, 23 Dec 2006 02:18:39 +0000 (02:18 +0000)] 
- Moved BuildAttachArgs to common-functions
- Used BuildAttachArgs in faxrcvd.
- Add templating support to pollrcvd. (default to faxrcvd templates if pollrcvd specific ones are not found)

19 years ago- Moved BuildAttachArgs to common-functions
Patrice Fournier [Sat, 23 Dec 2006 02:14:42 +0000 (02:14 +0000)] 
- Moved BuildAttachArgs to common-functions
- Used BuildAttachArgs in faxrcvd.
- Added templating support to pollrcvd. (default to faxrcvd templates if pollrcvd specific ones are not found)

19 years agoMaking notify From match faxrcvd From
Aidan Van Dyk [Fri, 22 Dec 2006 21:59:01 +0000 (21:59 +0000)] 
Making notify From match faxrcvd From

19 years agoMaking notify From match faxrcvd From
Aidan Van Dyk [Fri, 22 Dec 2006 20:57:47 +0000 (20:57 +0000)] 
Making notify From match faxrcvd From

19 years agoMake notify From match faxrcvd From.
Aidan Van Dyk [Fri, 22 Dec 2006 20:57:05 +0000 (20:57 +0000)] 
Make notify From match faxrcvd From.

19 years agoMake the From: line consistent amount languages.
Aidan Van Dyk [Fri, 22 Dec 2006 20:19:17 +0000 (20:19 +0000)] 
Make the From: line consistent amount languages.
FAX should be HylaFAX.

19 years ago*** empty log message ***
Aidan Van Dyk [Fri, 22 Dec 2006 18:40:47 +0000 (18:40 +0000)] 
*** empty log message ***

19 years agoAdd the en directory templates
Aidan Van Dyk [Fri, 22 Dec 2006 16:21:27 +0000 (16:21 +0000)] 
Add the en directory templates

19 years agoMove the default templates into an en subdirectory. This should clean up the
Aidan Van Dyk [Fri, 22 Dec 2006 16:18:30 +0000 (16:18 +0000)] 
Move the default templates into an en subdirectory.  This should clean up the
template directory structure a bit.

19 years agoMore exports needed for variables...
Aidan Van Dyk [Wed, 6 Dec 2006 20:53:11 +0000 (20:53 +0000)] 
More exports needed for variables...

19 years agoRobert Fries notes that we're missing "was requeued" in the Subject line.
Aidan Van Dyk [Wed, 6 Dec 2006 15:59:51 +0000 (15:59 +0000)] 
Robert Fries notes that we're missing "was requeued" in the Subject line.

19 years agoGreat work everyone, thanks to everyone who contributed and helped us get HYLAFAX-4_3_1
Darren Nickerson [Tue, 5 Dec 2006 04:11:03 +0000 (04:11 +0000)] 
Great work everyone, thanks to everyone who contributed and helped us get
4.3.1 out the door!

19 years agonotify should have $mailaddr "quoted" as well.
Aidan Van Dyk [Mon, 4 Dec 2006 21:13:40 +0000 (21:13 +0000)] 
notify should have $mailaddr "quoted" as well.

19 years ago*** empty log message ***
Aidan Van Dyk [Mon, 4 Dec 2006 21:05:14 +0000 (21:05 +0000)] 
*** empty log message ***

19 years agoWe need to quote SENDTO and TOADDR in the sendmail invocation as well...
Aidan Van Dyk [Mon, 4 Dec 2006 21:03:51 +0000 (21:03 +0000)] 
We need to quote SENDTO and TOADDR in the sendmail invocation as well...

19 years agoBug 796:
Aidan Van Dyk [Mon, 4 Dec 2006 21:01:17 +0000 (21:01 +0000)] 
Bug 796:
faxalter exit codes to note when resubmitting a job has failed

19 years agoAnd another variable export
Aidan Van Dyk [Mon, 4 Dec 2006 20:58:27 +0000 (20:58 +0000)] 
And another variable export

19 years agoMore variable exports in faxrcvd to allow templates to use them.
Aidan Van Dyk [Mon, 4 Dec 2006 19:14:28 +0000 (19:14 +0000)] 
More variable exports in faxrcvd to allow templates to use them.

19 years agoThird time lucky? ;-) HYLAFAX-4_3_1RC3
Darren Nickerson [Thu, 23 Nov 2006 02:22:23 +0000 (02:22 +0000)] 
Third time lucky? ;-)

19 years ago$FROMADDR, when used with -f to sendmail should be "QUOTED", so that a multi-word...
Aidan Van Dyk [Wed, 22 Nov 2006 20:32:13 +0000 (20:32 +0000)] 
$FROMADDR, when used with -f to sendmail should be "QUOTED", so that a multi-word value works:

FROMADDR="FAX Agent <fax@example.com>"

$SENDMAIL ... -f"$FROMADDR" ...

19 years agoSome shells don't handle the " nested in the `sub-command`, when the whole `` is...
Aidan Van Dyk [Wed, 22 Nov 2006 18:38:35 +0000 (18:38 +0000)] 
Some shells don't handle the " nested in the `sub-command`, when the whole `` is wrapped in ".

This gathers the output first, and then evals it, so we don't have to nest levels of "".

19 years agoBecause faxqclean notion of cover page naming was not complete (following the naming...
Patrice Fournier [Tue, 21 Nov 2006 03:56:03 +0000 (03:56 +0000)] 
Because faxqclean notion of cover page naming was not complete (following the naming change), there were some instances where faxqclean would delete data files which were still needed. There was also a possibility of a segfault.
Thanks to Rob Poe for having reported there was a problem with faxqclean on hylafax-users.

Details:
* faxqclean would crash on doc#.cover left from an older release
  where # is less than 10
* faxqclean would remove cover already sent for jobs in sendq
* faxqclean would remove doc###.cover for jobs created by an older
  release but still in sendq
* faxqclean would remove prepared cover even for jobs in sendq

19 years agoMoving the include parsing after variable allows us to use variables in
Aidan Van Dyk [Tue, 14 Nov 2006 18:55:59 +0000 (18:55 +0000)] 
Moving the include parsing after variable allows us to use variables in
the include line.

19 years agoSecond release candidate ... nearly there! -d HYLAFAX-4_3_1RC2
Darren Nickerson [Tue, 14 Nov 2006 14:51:17 +0000 (14:51 +0000)] 
Second release candidate ... nearly there! -d

19 years agoVerified files before using them in HylaFAX-4.3.1
Claudiu Cristea [Mon, 13 Nov 2006 17:24:25 +0000 (17:24 +0000)] 
Verified files before using them in HylaFAX-4.3.1
Added $number var in some templates at the begining of that messages

19 years agosendfax PDF page counting was sometime off by one. (bug 830)
Patrice Fournier [Mon, 13 Nov 2006 14:57:03 +0000 (14:57 +0000)] 
sendfax PDF page counting was sometime off by one. (bug 830)
Thanks to Adam D. Morley for reporting this and Lee for the Fix.

19 years ago* Notify templates were missing the beginning of the message for all languages (ro...
Patrice Fournier [Fri, 10 Nov 2006 09:50:37 +0000 (09:50 +0000)] 
* Notify templates were missing the beginning of the message for all languages (ro still need to be checked).
* pl templates were incorrectly encoded
* To header was missing for notify-failed.txt in all languages.
* fr templates had missing or wrong translations
Also for French templates (other were already done):
 * Destination line (fax info) appears twice in many messages
 * Wrong or missing To headers in faxrcvd templates
 * Pager templates contain non-pager queue information.

19 years agoRemove duplicate destination from ro templates.
Aidan Van Dyk [Thu, 9 Nov 2006 16:23:26 +0000 (16:23 +0000)] 
Remove duplicate destination from ro templates.

19 years agoRemove duplicate destination from pt_BR templates
Aidan Van Dyk [Thu, 9 Nov 2006 16:22:13 +0000 (16:22 +0000)] 
Remove duplicate destination from pt_BR templates

19 years agoRemove duplicate destination in pt templates
Aidan Van Dyk [Thu, 9 Nov 2006 16:21:33 +0000 (16:21 +0000)] 
Remove duplicate destination in pt templates

19 years agoRemove dupliate destination from pl templates.
Aidan Van Dyk [Thu, 9 Nov 2006 16:19:44 +0000 (16:19 +0000)] 
Remove dupliate destination from pl templates.

19 years agoRemove duplicate destinatin from it templates
Aidan Van Dyk [Thu, 9 Nov 2006 16:18:04 +0000 (16:18 +0000)] 
Remove duplicate destinatin from it templates

19 years agoRemove duplicate destination number from es templates.
Aidan Van Dyk [Thu, 9 Nov 2006 16:17:07 +0000 (16:17 +0000)] 
Remove duplicate destination number from es templates.

19 years agoRemove double Ziel (destination) from de templats
Aidan Van Dyk [Thu, 9 Nov 2006 16:16:14 +0000 (16:16 +0000)] 
Remove double Ziel (destination) from de templats

19 years agoPut To headers in ro faxrcvd templates
Aidan Van Dyk [Thu, 9 Nov 2006 16:14:22 +0000 (16:14 +0000)] 
Put To headers in ro faxrcvd templates

19 years agoPut To headers in pt_BR templates
Aidan Van Dyk [Thu, 9 Nov 2006 16:13:31 +0000 (16:13 +0000)] 
Put To headers in pt_BR templates

19 years agoPut To headers in pt faxrcvd templates
Aidan Van Dyk [Thu, 9 Nov 2006 16:12:55 +0000 (16:12 +0000)] 
Put To headers in pt faxrcvd templates

19 years agoPut To headers on pl faxrcvd templates
Aidan Van Dyk [Thu, 9 Nov 2006 16:12:14 +0000 (16:12 +0000)] 
Put To headers on pl faxrcvd templates

19 years agoPut To headers on it faxrcvd headers
Aidan Van Dyk [Thu, 9 Nov 2006 16:11:33 +0000 (16:11 +0000)] 
Put To headers on it faxrcvd headers

19 years agoCorrect To headers in es faxrcvd headers
Aidan Van Dyk [Thu, 9 Nov 2006 16:10:41 +0000 (16:10 +0000)] 
Correct To headers in es faxrcvd headers

19 years agoTo headers in de faxrcvd templates
Aidan Van Dyk [Thu, 9 Nov 2006 16:10:08 +0000 (16:10 +0000)] 
To headers in de faxrcvd templates

19 years agoPut proper To: lines in the faxrcvd templates
Aidan Van Dyk [Thu, 9 Nov 2006 16:09:14 +0000 (16:09 +0000)] 
Put proper To: lines in the faxrcvd templates

19 years agoRemove the duplicate Destination line from the templates.
Aidan Van Dyk [Thu, 9 Nov 2006 16:05:55 +0000 (16:05 +0000)] 
Remove the duplicate Destination line from the templates.

19 years agoPage template had fax details in it
Aidan Van Dyk [Thu, 9 Nov 2006 16:04:36 +0000 (16:04 +0000)] 
Page template had fax details in it

19 years agoUpdate the default templates - they were a bit rough.
Aidan Van Dyk [Thu, 9 Nov 2006 16:02:14 +0000 (16:02 +0000)] 
Update the default templates - they were a bit rough.

19 years agoDisable JPEG support when compiling with older libtiff [bug 829]
Patrice Fournier [Sat, 4 Nov 2006 07:51:10 +0000 (07:51 +0000)] 
Disable JPEG support when compiling with older libtiff [bug 829]
Thanks Lee and Aidan.

19 years agoDialRules should have been DestControls. Thanks Lee.
Patrice Fournier [Sat, 4 Nov 2006 01:39:56 +0000 (01:39 +0000)] 
DialRules should have been DestControls. Thanks Lee.

19 years agoSession log were missing (while being announced) from faxrcvd failure messages.
Patrice Fournier [Sat, 4 Nov 2006 01:29:50 +0000 (01:29 +0000)] 
Session log were missing (while being announced) from faxrcvd failure messages.

19 years agoCorrect typo
Darren Nickerson [Sat, 28 Oct 2006 11:11:25 +0000 (11:11 +0000)] 
Correct typo

19 years agoRC1 - here we go! HYLAFAX-4_3_1RC1
Darren Nickerson [Sat, 28 Oct 2006 11:04:25 +0000 (11:04 +0000)] 
RC1 - here we go!

19 years agodistclean didn't remove the [cs]man.{apps,files} directories, only their content.
Patrice Fournier [Sat, 21 Oct 2006 05:35:56 +0000 (05:35 +0000)] 
distclean didn't remove the [cs]man.{apps,files} directories, only their content.

19 years agoReally install/clean notify-4.2
Patrice Fournier [Sat, 21 Oct 2006 05:35:21 +0000 (05:35 +0000)] 
Really install/clean notify-4.2

19 years agoMore explicit about the TEMPLATE variable use.
Aidan Van Dyk [Sat, 21 Oct 2006 04:07:50 +0000 (04:07 +0000)] 
More explicit about the TEMPLATE variable use.

19 years agoSCO OpenServer 6 uses old style lock files.
Tim Rice [Sat, 21 Oct 2006 02:30:15 +0000 (02:30 +0000)] 
SCO OpenServer 6 uses old style lock files.

19 years agoLee noticed that we don't always update the disk qfile when jobs become ready.
Aidan Van Dyk [Fri, 20 Oct 2006 05:29:16 +0000 (05:29 +0000)] 
Lee noticed that we don't always update the disk qfile when jobs become ready.

Let's update the disk so others can see the proper job state.

19 years agoGrammar, spelling and capitalization cleanups - thanks JPR!
Darren Nickerson [Sat, 14 Oct 2006 05:21:02 +0000 (05:21 +0000)] 
Grammar, spelling and capitalization cleanups - thanks JPR!

19 years agofrom beta2 straight to beta4 - beta3 was forgettable HYLAFAX-4_3_1BETA4
Darren Nickerson [Thu, 12 Oct 2006 20:43:58 +0000 (20:43 +0000)] 
from beta2 straight to beta4 - beta3 was forgettable

19 years agoInstall all the translation langauges...
Aidan Van Dyk [Thu, 12 Oct 2006 20:22:06 +0000 (20:22 +0000)] 
Install all the translation langauges...

19 years agoJohn Perkins gives us flags for supporting Solaris DSO...
Aidan Van Dyk [Thu, 12 Oct 2006 20:03:47 +0000 (20:03 +0000)] 
John Perkins gives us flags for supporting Solaris DSO...

19 years ago*** empty log message ***
Patrice Fournier [Wed, 11 Oct 2006 05:14:56 +0000 (05:14 +0000)] 
*** empty log message ***

19 years agobeta3 - are we there yet?
Darren Nickerson [Wed, 11 Oct 2006 03:38:27 +0000 (03:38 +0000)] 
beta3 - are we there yet?

19 years ago* Base64 encoding with uuencode was broken on 3 Oct HYLAFAX-4_3_1BETA3
Patrice Fournier [Sat, 7 Oct 2006 03:12:33 +0000 (03:12 +0000)] 
* Base64 encoding with uuencode was broken on 3 Oct
* uuencode STDERR was not redirected to $ERRORSTO
* There was a small possibility of corruption a base64 output produced
  by uuencode if an encoded line started with "begin"

19 years ago* Private tmpdir was not set by faxrcvd, but used for body encoding
Patrice Fournier [Sat, 7 Oct 2006 02:49:29 +0000 (02:49 +0000)] 
* Private tmpdir was not set by faxrcvd, but used for body encoding
* Added missing CHANGES entries for Quoted-Printable/body encoding work

19 years agoMissed one of the $SED Q function calls
Aidan Van Dyk [Wed, 4 Oct 2006 22:30:35 +0000 (22:30 +0000)] 
Missed one of the $SED Q function calls