home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / BGFAX150.ZIP / WHATS.NEW < prev   
Encoding:
Text File  |  1995-08-12  |  20.1 KB  |  440 lines

  1. Changes between BGFAX 1.50 and BGFAX 1.47                    THU 17 AUG 95
  2. =========================================                    =============
  3.  
  4. NOTE: If you receive faxes in a directory other than your BGFAX directory,
  5.       you must move FAXIN.LOG into the directory where all the faxes are
  6.       received before installing 1.47 Beta!!!
  7.  
  8. MAKEFAX.EXE show now properly handle page breaks (Ctrl-L) when converting
  9. ASCII files to FAX.
  10.  
  11. New Features in VIEW.EXE
  12. ~~~~~~~~~~~~~~~~~~~~~~~~
  13. 1. VIEW supports XMS memory now!
  14.  
  15. 2. VIEW can now view TIFF Class F (Faxworks, Word Perfect, QLII *.REC,
  16.    etc) files, as well as 2-color PCX and DCX files.
  17.  
  18. 3. Some new magnification factors have been added.  Use Alt-S to cycle
  19.    through the scales when viewing a fax.
  20.  
  21.       BGFAX starts in full mode (no on-screen compression)
  22.       Alt-S once, makes the image 1/3 width
  23.       Alt-S twice, makes the image 1/3 width "bold"
  24.       Alt-S thrice, makes the image 1/2 width
  25.       Alt-S 4 times, makes the image 1/2 width "bold"
  26.       Alt-S 5 times, cycles back to the original full mode (no width compress)
  27.  
  28.    The "bold" is just a different algorithm for the on screen compression,
  29.    which sometimes makes it easier to read, other times, it makes it harder
  30.    to read.  (That's why I leave both options in VIEW.)
  31.  
  32. 4. When you are viewing the fax, if you want to print a particular page
  33.    rather than the whole fax, simply press Ctrl-Enter to print the page
  34.    you are currently viewing!
  35.  
  36. 5. VIEW would detect the video adapter on startup, and on many systems
  37.    would identity it as "SVGA" (800x600), but would fail to display images.
  38.    Since I have not yet been able to debug this, I am now making VIEW only
  39.    auto detect up to VGA adapters.  To use 800x600 mode, use /SVGA on the
  40.    VIEW command line.  To use 1024x768, use /1024.
  41.  
  42. New VIEW.EXE command line switches...
  43.  
  44. /P39     Use PCL (laser printer) 150x150 dpi mode.  Useful with laser
  45.          printers with small (512K) memory, and for people who want
  46.          super-fast printing.  (/P40 PCL mode is 300x300 dpi).  Only
  47.          1/4 the amount of data sent in /P40 mode is sent in /P39 mode.
  48.  
  49. /DCX     VIEW filename.fax /DCX will convert the fax to a multipage DCX
  50.          file.  DCX is nothing but a black-and-white multipage PCX file.
  51.          See the BGFAX.DOC for a quick description of the DCX format.
  52.          Also, <F3> at the VIEW main menu is available for FAX->DCX.
  53.  
  54. /HS      When VIEW creates PCX or DCX files, it will "half size" them so
  55.          that they are only 864 pixels wide (similar to the way Quick Link
  56.          II performs FAX->PCX) instead of the normal 1728 pixels wide.
  57.  
  58. /LP      Select legal paper size during printout (Ex: VIEW /P40:LPT2 /LP)
  59.          Only valid if using laser printers (/P39 or /P40 mode)
  60.  
  61. /A4      Select A4 paper size during printout (Ex: VIEW /P40 /A4)
  62.          Only valid if using laser printers (/P39 or /P40 mode)
  63.  
  64. /NF      If you are using the NFAX.COM TSR program, if you place the /NF
  65.          switch on the VIEW.EXE command line, if any "FAX" message appears
  66.          on the screen, it will turn it off.  (Same as FAXOFF.COM program.)
  67.  
  68. New Features in BGFAX
  69. ~~~~~~~~~~~~~~~~~~~~~
  70. 1. Improved Class 1 performance.  (BGFAX now follows the timing specs in
  71.    T.30 better.)
  72.  
  73. 2. Improved BGFAX/2 screen write speed significantly.  Fixed a bug in BGFAX/2
  74.    /HOST mode which caused Maximus/2 users problems when downloading files.
  75.  
  76. 3. In /HOST mode, if a non-error correcting call came in, the "%4" variable
  77.    in the DOBBS.BAT file was not being set to anything.  Now, non-EC calls
  78.    will have that variable set to "N/A".  I think this is the way FD and IM
  79.    do it.  Let me know if this is wrong.  Note: You _might_ have to adjust
  80.    your FBBS.BAT files regarding this, depending upon BBS software.
  81.  
  82. 4. A new BGFAX.CNF entry for /HOST mode... Example: vm=CONNECT VOICE
  83.  
  84.    If the "CONNECT VOICE" string is encountered, BGFAX will exit with an
  85.    errorlevel of 8.  You can also use this will distingtive ringing modems,
  86.    i.e., vm=RING B to have BGFAX exit with errorlevel 8 if it encounters
  87.    the second RING cadence pattern (must have a distingtive ringing modem
  88.    and feature from the phone company, as well as some kind of voicemail
  89.    application that supports a "hot" port.)
  90.  
  91. 5. If you are using a ZyXEL 2864I (ISDN) and want to /SEND faxes, you will
  92.    need to put a "ss=AT&O0" in your BGFAX.CNF file.  That will tell BGFAX
  93.    to send using the Fax/Modem DTE channel instead of the ISDN DTE channel.
  94.  
  95. New BGFAX.EXE command line switches...
  96.  
  97. /SP:nn   Tells BGFAX to start sending pages from page number nn.
  98.          Example: BGFAX /SEND OUTPUT.FAX 555-1212 /SP:14
  99.          Tells BGFAX to send the OUTPUT.FAX file, starting at page #14.
  100.  
  101. /C2      For modems such as the ZyXEL, forces BGFAX /SEND mode to use
  102.          Class 2 mode for fax sending instead of Class 2.0 mode.
  103.          Examples: BGFAX /SEND OUTPUT.FAX 555-1212 /C2
  104.  
  105. The /DW and /OU switches have been removed.
  106.  
  107. ##############################################################################
  108.  
  109. Changes between BGFAX 1.47 and BGFAX 1.40                     MON 2 MAY 95
  110. =========================================                     ============
  111.  
  112. New help files (*.TXT in HELPME.ARJ) included for...
  113.  
  114.        PC Board     Wildcat!     Maximus/2     MainDoor/2     WWIV
  115.  
  116. NOTE: Tranquility Base (BGFAX support BBS) is now on the Internet!
  117.       You can TELNET/FTP/VMODEM to IP address 198.65.189.2 to logon.
  118.       We now have an ISDN connection (64K) rather than the old slow
  119.       V.34 (29K) connection, so things are much faster now.  This is
  120.       a _different_ IP address than before.
  121.  
  122. The BGFAX147.ARJ file is protected using a ARJ Security Envelope.
  123.  
  124. AUSTRALIA: Users of BGFAX in OZ who do not have access to a credit card
  125.       can now register by cheque or money order.  See the REGISTER.AUS
  126.       file included with this archive for more information.
  127.  
  128. <<< BRIEF SUMMARY OF MAJOR CHANGES >>>
  129.  
  130.    a. Faxworks/2 fax format added
  131.    b. Many BGFAX/2 releated bugs have been fixed (TRAP errors, etc.)
  132.    c. BGFAX/DOS now allows one to use hardware (CTS) flow control while
  133.       sending, which helps under multitasking environments (DV and Windows)
  134.    d. Many LaserJet and DeskJet printing (PCL) problems fixed
  135.  
  136. New stuff
  137. ~~~~~~~~~
  138. 1. Finally have added another fax format type into BGFAX.  Now, along with
  139.    ZFAX and QLIIFAX format, BGFAX supports the Faxworks/2.  Faxworks/2 is
  140.    the fax program that comes on the OS/2 Warp Bonus Pack.
  141.  
  142.    At present, VIEW.EXE will _NOT_ correctly view Faxworks/2 files.  You
  143.    must use the Faxworks/2 program ("open log" function) to do this.  Since
  144.    you must use the "open log" function, you must tell BGFAX to save faxes
  145.    in the \FAXWORKS directory rather than the \BGFAX directory.
  146.  
  147.    NOTE: When BGFAX saves the files, the naming convention is as follows:
  148.  
  149.          ZFAX 2.xx.... FAXnnnn.FAX
  150.          QuickLink.... FAXnnnn.QFX
  151.          Faxworks/2... FXnnnnnn.FAX
  152.  
  153. 2. BGFAX/2 now allows for OS/2 programs to pass the hot com handle number
  154.    to BGFAX/2.  (Binkley/2, MainDoor/2, Lora/2 people.)  Example startup
  155.    of BGFAX/2 if using Lora/2 where the com handle is passed as the third
  156.    command line parameter:
  157.  
  158.          bgfax2 /fax c:\bgfax h%3 z
  159.  
  160.    If you are using a strange OS/2 BBS program like VBBS which does not
  161.    pass OS/2 com handles to BGFAX/2, you will need to use a V in front
  162.    of the com port NUMBER (not the handle) on the BGFAX/2 command line
  163.    to tell BGFAX/2 to use "VBBS compatibility mode".  Example for COM1...
  164.  
  165.          bgfax2 /fax c:\bgfax v1 z
  166.  
  167. 3. New command line switch: BGFAX /HOST /SB     Spawn DOBBS.CMD, OS/2
  168.    version only, relating to use with Maximus/2, see MAXIMUS2.TXT
  169.  
  170. 4. BGFAX/2 will now store the COM HANDLE in the DOBBS.CMD file instead of
  171.    the com port number as it was doing before.  (BGFAX/DOS will continue
  172.    to write the com port number in the DOBBS.BAT file.)
  173.  
  174. 5. New command line switch: BGFAX /SEND /HW     Hardware (CTS) flow control
  175.  
  176.    This will tell BGFAX to use CTS handshaking when sending the fax image.
  177.    If you are using a Class 2.0 modem, BGFAX will automatically set the
  178.    correct flow control command (AT+FLO=2 for RTS/CTS).  If you are using
  179.    a Class 1 or 2 modem, you _might_ (you might not) have to change the
  180.    BGFAX dial string so that the modem is set to be in the same mode as
  181.    BGFAX.  Example, for Rockwell-based modems, you might have
  182.      ds=ATM2&K4DT      for a regular XON/XOFF send fax dial string
  183.      ds=ATM2&K3DT      for a hardware RTS/CTS send fax dial string
  184.  
  185. 6. BGFAX /HOST mode can now be terminated by semaphore files.  When BGFAX
  186.    is running in /HOST mode, if you put a file called "EXITnnn.SEM" in the
  187.    BGFAX directory, it will cause BGFAX to exit with errorlevel nnn.
  188.    i.e., "EXIT72.SEM" will cause /HOST mode to terminate with level 72.
  189.    This is useful on multitasking or networked systems.
  190.  
  191. 7. BGFAX will now pass a second parameter to the DOPRINT.BAT (DOPRINT.CMD)
  192.    file.  The second parameter will be the remote fax ID, with underscores
  193.    replacing spaces.  This can be used in case your EXEPRINT.BAT/CMD file
  194.    will need to scan for certain bad numbers (fax advertising) and not
  195.    print them, or, can be used to pass to programs designed to page you
  196.    with the remote fax ID.  Confused??  Don't worry about it.  Here is a
  197.    sample of the new DOPRINT.BAT/CMD file:
  198.  
  199. CALL C:\BGFAX\EXEPRINT.BAT C:\BGFAX\FAX0872.FAX                (old way)
  200. CALL C:\BGFAX\EXEPRINT.BAT C:\BGFAX\FAX0873.FAX 713_893_9124   (new way)
  201.  
  202. 8. Some of the older Class 1 modems do require a 19200 shift.  I thought
  203.    all Class 1 modems behaved like the Hayes Optima 288, but apparently
  204.    I was wrong about that.  (The Optima 288 doesn't use 19200 shifting,
  205.    while I recently discovered modems such as the Hayes Accura 14400 do
  206.    require 19200 shifting.)  To handle this situation, a new com port
  207.    modifier is available, the minus sign.  Example:
  208.  
  209.          bgfax /fhay:713_555_1212 c:\bgfax 2- z
  210.  
  211.    The above line would tell BGFAX to use Class 1 mode on COM2, but it
  212.    will perform 'old-style' Class 1 DTE shifting.  (Notice it is "2-"
  213.    instead of "2").  If you are using a Hayes Accura 14400 in BGFAX's
  214.    /HOST mode, make your BGFAX.CNF file say po=2- if you are using COM2.
  215.  
  216. 9. A new command line switch for VIEW, /LP --- this switch means you plan
  217.    to use 'legal sized' paper on your laser printer.  (Legal sized paper
  218.    is 8.5 x 14" instead of the normal USA 8.5 x 11" size).
  219.  
  220. 10. New command line switch: BGFAX /HOST /ND     No incoming data callers
  221.  
  222. Bugs fixed
  223. ~~~~~~~~~~
  224. 1. In /SEND mode, if the input fax file is not found, BGFAX will immediately
  225.    exit.  If BGFAX send mode is in extended results mode (/ER command line
  226.    switch), this file not found condition will cause BGFAX to exit with
  227.    errorlevel 18, rather than errorlevel 0 (generic failure).
  228.  
  229. 2. Numeric result codes work better when BGFAX is used in rear-end mode
  230.    (Required for people using Syncronet software.)
  231.  
  232. 3. Fixed problem when running BGFAX in /HOST mode when using a FOSSIL
  233.    driver.  BGFAX 1.36 and 1.40 would refuse to answer the phone.
  234.  
  235. 4. I think I fixed the problem with BGFAX/2 generating a TRAP-D error
  236.    on many systems when trying to run it in /HOST mode.
  237.  
  238. 5. Fixed problem with BGFAX thinking a "CONNECT 14400 REL" was a 0 bps
  239.    connection.  :-) ... Before, BGFAX was expecting "CONNECT 14400/REL".
  240.  
  241. 6. If you were receiving a 2D-MR coded fax and BGFAX was not receiving
  242.    a valid 2D-MR RTC code at the end of the page, BGFAX was trying to
  243.    'help' by adding a 1D-MH RTC code.  (It should have added a 2D-MR
  244.    RTC code, as this version should now do.)
  245.  
  246. 7. I have attempted to fix a problem during PCX conversion that existed
  247.    in VIEW 1.40 and 1.40A.
  248.  
  249. 8. Many people have reported problems trying to print faxes on Laser or
  250.    Desk Jet printers.  This VIEW.EXE update tries to fix the problem by
  251.    sending printer output via software interrupt $17, rather than opening
  252.    'LPT1' as a 'binary file'.  The printing screen has had an overhaul as
  253.    well.  Here is some example command line parameters:
  254.  
  255.        view /p40              will print to LPT1 via Int 17 (new way)
  256.        view /p40:lpt1         will print to LPT1 via Int 17 (new way)
  257.        view /p40:lpt2         will print to LPT2 via Int 17 (new way)
  258.        view /p40:hello.you    will print to file 'HELLO.YOU' via binary file
  259.        view /p40:+lpt1        will print to LPT1 via binary file (old way)
  260.  
  261.    Under OS/2, it appears as if printing the old way is faster, that's why
  262.    I made it possible to print using the old way (by inserting the plus).
  263.  
  264. 9. A user with a new Practical Peripheral's V.FC modem reported trouble
  265.    sending faxes.  Apparently, the modem would echo "ATDTphonenumber   "
  266.                                       ...instead of "ATDT phonenumber"
  267.    which would confuse BGFAX and BGFAX/2.  The extra spaces in the modem
  268.    output are the problem.  This update to BGFAX should fix this problem.
  269.  
  270. ##############################################################################
  271.  
  272. Changes between BGFAX 1.40 and BGFAX 1.36                    SUN  1 JAN 95
  273. =========================================                    =============
  274.  
  275. <<< BRIEF SUMMARY OF MAJOR NEW FEATURES >>>
  276.  
  277.    a. OS/2 executables now included
  278.    b. EXAR based fax modem related bugs in BGFAX addressed
  279.    c. VIEW now supports VESA SVGA display modes for viewing faxes
  280.    d. VIEW now supports printing in PCL mode (LaserJet, DeskJet)
  281.    e. CALLER ID info in /HOST mode is now saved to DOBBS.BAT files
  282.  
  283. <<< Detailed summary of changes and new features >>>
  284.  
  285. OS/2 EXECUTABLES NOW INCLUDED!
  286. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  287.    BGFAX2.EXE and MAKEFAX2.EXE are included with this release!
  288.  
  289.    You can use BGFAX2.EXE for sending faxes under OS/2.
  290.  
  291.    For receiving faxes with BGFAX2.EXE under OS/2, you must be using a BBS
  292.    software or Fido mailer software that is OS/2 native (i.e., Lora/2 or
  293.    MAINDOOR/2).  If your BBS or Fido mailer software is DOS native (i.e.,
  294.    FrontDoor or InterMail) you still must use BGFAX/DOS.
  295.  
  296.    If you are using BGFAX/2 in /HOST or /SEND mode, a small change in the
  297.    BGFAX.CNF file will be required.  Instead of using "po=1" to represent
  298.    COM1, for example, you will need to use "p2=1".  Where "po=" is the port
  299.    used in BGFAX/DOS and "p2=" is the port used in BGFAX/2.
  300.  
  301.    Why this change?  Say, under DOS you have "po=2e8x5", but under OS/2, you
  302.    have SIO set up to map $2e8, IRQ5 to COM4, therefore "p2=4".
  303.  
  304.    BGFAX/DOS creates *.BAT files (DOBBS.BAT, DOPRINT.BAT).  BGFAX/2 will
  305.    instead create *.CMD files (DOBBS.CMD, DOPRINT.CMD).
  306.  
  307.    Please report any TRAP errors to me.  I tried my best to make sure I
  308.    squashed all TRAP related bugs, but just a few days ago, someone said they
  309.    got a TRAP error in /HOST mode.
  310.  
  311. Bugs fixed
  312. ~~~~~~~~~~
  313. 1. Many USR and PPI owners often came home from work to find BGFAX sitting
  314.    there on the screen after several hours.  This big, bad bug is now fixed.
  315.    BGFAX will now timeout correctly after 40 seconds of no activity.
  316.  
  317. 2. BGFAX was not correctly logging some hangup status codes on Class 2.0
  318.    modems.  (Such as the +FHS:A2 code, which the string-to-integer unit
  319.    was reporting as "0", now it should report "A2", etc.)
  320.  
  321. 3. Numerous VIEW.EXE problems have been touched.  EGA graphics mode now
  322.    appears to work on EGA-only systems.
  323.  
  324. New stuff
  325. ~~~~~~~~~
  326. 1. VIEW now supports VESA SVGA resolution modes of 800x600 and 1024x768.
  327.  
  328.    If VIEW detects a functioning VESA adapter, it will use a default
  329.    resolution of 800x600.  If you want to use 1024x768, you will have to
  330.    force VIEW into that mode by using the /1024 command line switch.
  331.    Your VESA card must support use 64K banks for 1024x768 mode to work.
  332.  
  333.    If something goes wrong, VGA mode can always be forced with /VGA switch.
  334.  
  335.    I have tested both of the new high res modes on my Farenheight 1280
  336.    and Trident SVGA cards.  (1024x768 mode was very slow, even on my
  337.    486DX4/100 machine, that's why I default VESA mode to 800x600).
  338.  
  339.    Please note that many SVGA cards are _not_ VESA compatible.  Sometimes,
  340.    these non-standard cards come with VESA-drivers for DOS.
  341.  
  342. 2. VIEW.EXE now supports printing using the PCL command set (i.e., you can
  343.    now print faxes on LaserJet and DeskJet printers!)  To tell BGFAX to use
  344.    PCL mode, start VIEW with the /P40 command line parameter.
  345.  
  346. 3. Before VIEW would always use "LPT1" when printing.  Now, you can tell
  347.    VIEW which port (or file) to use, i.e.:
  348.  
  349.       VIEW /P24            <-- means use 24-pin printer on LPT1
  350.       VIEW /P26:LPT2       <-- means use Bubble Jet on LPT2
  351.       VIEW /P40:LPT3       <-- means use Laser Jet on LPT3
  352.       VIEW /P24:DUMP.PRN   <-- means 24-pin printer output saved to file
  353.         [ Send DUMP.PRN to printer doing "COPY DUMP.PRN PRN" at DOS prompt ]
  354.  
  355.  
  356. 4. Caller ID information is now logged in the DOBBS.BAT files in /HOST mode.
  357.    (BGFAX presently supports Rockwell Caller ID, ZyXEL Caller ID will
  358.    probably be added in the future.)
  359.  
  360.    To demonstrate, here's the data from the modem (DEBUG.LOG):
  361.  
  362. 12-03-94 17:21:58  f=[RING]
  363. 12-03-94 17:21:59  f=[DATE = 1203]
  364. 12-03-94 17:21:59  f=[TIME = 1727]
  365. 12-03-94 17:21:59  f=[NMBR = 7138939124]
  366. 12-03-94 17:21:59  f=[NAME = GUILLOT B J    ]
  367. 12-03-94 17:22:04  f=[RING]
  368. 12-03-94 17:22:05  f=[ata]
  369. 12-03-94 17:22:17  f=[CARRIER 28800]
  370. 12-03-94 17:22:17  f=[PROTOCOL: LAP-M]
  371. 12-03-94 17:22:17  f=[COMPRESSION: V.42BIS]
  372. 12-03-94 17:22:17  f=[CONNECT 28800/ARQ]
  373.  
  374.    Here's the data from the BGFAX.LOG:
  375.  
  376. 12-03-94 17:22:04  caller id [1203 1727 7138939124 GUILLOT_B_J]
  377. 12-03-94 17:22:04  answering phone
  378. 12-03-94 17:22:17  extra id [PROTOCOL: LAP-M]
  379. 12-03-94 17:22:17  extra id [COMPRESSION: V.42BIS]
  380. 12-03-94 17:22:17  data inbound [CONNECT 28800/ARQ]
  381. 12-03-94 17:22:18  reliable connection
  382.  
  383.    And, here's what DOBBS.BAT ends up looking like:
  384.  
  385. C:\BGFAX\EXEBBS.BAT 28800 3E8X3 819 /ARQ 1203 1727 7138939124 GUILLOT_B_J
  386.  
  387.    If no caller ID was detected, DOBBS.BAT would look like this:
  388.  
  389. C:\BGFAX\EXEBBS.BAT 28800 3E8X3 819 /ARQ N/A
  390.  
  391. 5. One user reported problems with MSDOS 5.0 not letting BGFAX/DOS use
  392.    commas in the fax number when /SENDing.  i.e.,
  393.  
  394.       bgfax /send output.fax 555.1212    actually uses "555,1212"
  395.  
  396. EXAR based fax modems supported correctly
  397. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  398.    People with EXAR based fax modems (a few non-USA users) can now correct
  399.    the dreaded DLE/error, bad scan line problem by putting a /EX at the end
  400.    of the BGFAX command line.  This seems to reduce nearly all bad scan
  401.    lines.  DO NOT USE /EX ON A NON-EXAR MODEM.  If you try using the /EX
  402.    switch on a Rockwell, USR, or Sierra based fax modem, your faxes will
  403.    become garbled.
  404.  
  405.  
  406. Important change for multinode users of BGFAX
  407. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  408. BGFAX before offered a syntax of "BGFAX /FAX path c x p" where 'c' is the
  409. com port, 'x' is Q or Z, and 'p' was a PID number.  The 'p' syntax was
  410. also available with the /PID:ppp switch.  Now, the old syntax for using
  411. a PID number on the command line is removed.  So, if you are running BGFAX
  412. in a multi-node environment, you now must use "BGFAX /FAX c x /PID:p"
  413. I think it is more readable this way.
  414.  
  415.     BGFAX /FAX C:\BGFAX 1 Z /PID:5
  416.  
  417. ...would mean BGFAX5.LOG would be created instead of BGFAX.LOG.
  418.  
  419. ##############################################################################
  420.  
  421. Release History
  422. ~~~~~~~~~~~~~~~
  423.  
  424. Version      Date              Comments
  425. -----------  ---------------   -------------------------------------
  426. Alpha 4      Fri 21 May 1993   (first open alpha test)
  427. Beta 1       Sat 19 Jun 1993   (first open beta test)
  428. BGFAX 1.06   Tue 14 Sep 1993   (initial public release, DOS version)
  429. BGFAX 1.07   Sun 14 Nov 1993
  430. BGFAX 1.08   Sun 21 Nov 1993
  431. BGFAX 1.09   Wed 22 Dec 1993
  432. BGFAX 1.10   Mon  4 Jan 1994
  433. BGFAX 1.21   Fri 25 Mar 1994
  434. BGFAX 1.30   Sat 11 Jun 1994
  435. BGFAX 1.36   Sun 25 Sep 1994
  436. BGFAX 1.40   Sun  1 Jan 1995   (initial public release, OS/2 version)
  437. BGFAX 1.47   Mon  2 May 1995
  438. BGFAX 1.50   Thu 17 Aug 1995   (released at ONE BBSCON TAMPA)
  439.  
  440.