home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 3 Comm / 03-Comm.zip / superpg.zip / HISTORY.TXT < prev    next >
Text File  |  1998-05-30  |  25KB  |  719 lines

  1.  
  2.             Revision History
  3.  
  4. These following changes/additions that were made.
  5. 5/30/98
  6.     Fixed software to work with nextel paging system.  There system counld not handle 
  7.     a quick responce to there ID request.  A 1 second delay was added to fix the problem.
  8.  
  9. 5/25/98
  10.     Added Windows NT/95 command line client(PAGEIP32.EXE) for SNPP.  
  11.  
  12. 5/12/98
  13.     Fixed Windows snpp client displaying trash at top of screen.
  14.  
  15.     Make windows clients beable to select more then 100 names at a time.
  16.  
  17. 4/16/98
  18.     If user name or group name is to large the system will limit the size.
  19.  
  20. 4/06/98
  21.     Fixed bug from code to log sequence numbers
  22.  
  23. 3/28/98
  24.     Added SNPP support to the NT web client
  25.  
  26.     Added a sequence number to all pages.  This is so queued log messages, message send log messages
  27.     and error log messages can be matched up.
  28.  
  29. -----------------------------------------------------------------------------------------------------
  30. 3/19/98            Changed version number to 1.8 and released new version.
  31. -----------------------------------------------------------------------------------------------------
  32. 3/16/98
  33.     Fixed delay when the cancel button is pressed.
  34.  
  35. 3/15/98
  36.     Added Auto modem init.  To use Auto modem setup make:
  37.     ModemInitString = Auto
  38.  
  39. 3/09/98
  40.     Changed the wait time to 50 for the modem connect time.   Most modems default connect 
  41.     time is 50 seconds. 
  42.  
  43.     Changed the wait time for TAP ID= message to 17 seconds.   Tap spec. has 10 as MAX, so
  44.     it should would on slow paging providers.
  45.  
  46. 3/01/98
  47.     Removed keyboard imput on the NT paging server.  This is so it can run as a service.
  48.  
  49. 2/24/98
  50.     Fixed CRLF error in e-mail gateway
  51.  
  52. 2/23/98
  53.     Fixed some things Add more debug info to the e-mail gateway
  54.  
  55. 2/22/98
  56.     Automatic PAGE.INI reload.   Every 2 min. 
  57.  
  58. 2/19/98
  59.     Fixed NT paging server is it would send a list of names in a group
  60.  
  61.     On paging server's console you can now get some stats.   A ? will give a list of 
  62.     commands
  63.  
  64. 2/16/98
  65.     Made the paging server use all the modems at the same time!!!!!!!!!!!!!!!!!!!
  66.     This is for high end paging server needs
  67.  
  68.     Added QueueSize = XXX      This was also added for high end paging server needs
  69.  
  70.     Added * and # in the for numeric pagers
  71.  
  72.     Fixed the problem with having , in the names when you are using groups 
  73.  
  74. 2/08/98
  75.     Fixed NT paging server so a CTRL-Break and Close window work.
  76.  
  77. 1/31/98
  78.     Made the ICON's work under win 95/NT
  79.  
  80. 1/28/98
  81.     Fixed some spelling errors
  82.  
  83.     Changed the way numeric pages work, also found bug
  84.  
  85.     Made it so you can have a direct line to a TAP device(No modem)
  86.  
  87. 1/25/98
  88.     Added some new ICON's
  89.  
  90. 1/20/98
  91.     Fixed SNPP and Lan Server clients so they do not display the unregisted message 
  92.     in the dialog box
  93.  
  94. 1/12/98
  95.     Changed time out in POP pager from 5 sec to 15 sec.   This will help mail servers
  96.     that are very busy.
  97.  
  98.     Fixed Error Queuing Page message in NT POP paging server.
  99.  
  100.     Added ICON for editing the page.ini file
  101.  
  102.     Fixed web cgi client.  All % were not being sent to the web browser, now a %% in 
  103.     the page.htm file will produce a %
  104.  
  105.     Added Feed back form.
  106.  
  107. 12/12/97
  108.     Fixed spelling errors.
  109.  
  110.     Fixed bug when web page client sending "From: x.x.x.x" text too many times
  111.  
  112. 12/08/97
  113.     Added Unregisted Super Pager messages to all out going pages.  If its unregisted
  114.  
  115.     Added Reply-To email address to log on the POP page server.  It will only log 
  116.     the Reply-To address if it is different from the from address.
  117.  
  118. 12/04/97
  119.     SNPP Server will now check to see if the page.ini file has changed and if it 
  120.     was changed the list of names will be re-read from the paging server.
  121.  
  122.     SNPP Server will loop till it can bind to the TCP/IP port.
  123.  
  124.     Web cgi will not add the Host name or Ip address to the message.   For host
  125.     name to work DNS lookup must be truned on.
  126.  
  127. 11/27/97
  128.     Changed the way digital pagers work.   Digital pagers can work two ways, 1.  Dial 
  129.     pager phone number, wait, enter message.  2.  Dial phone number, wait, dial pin,
  130.     wait, enter message.  This will support SkyTel with out a script.
  131.  
  132. 11/20/97
  133.     Fixed bug in rereading page.ini file.   This bug was caused by making the group size
  134.     varible
  135.  
  136. 11/19/97
  137.     Fixed modem init string.  If set to "" it will not try to send anything
  138.  
  139.     Added demo mode.   Run the paging server like: 
  140.     paged demo
  141.     paged32 demo
  142.  
  143.     Changed the poll time of the paging server.   Now the paging server check every 
  144.     second(was every 5 sec)
  145.  
  146.     Added pageadv.htm and changed the page.htm file.  The pageadv.htm is the original
  147.     file with delayed paging.  The new page.htm uses tables and does not have any
  148.     setup for delayed paging.
  149.  
  150. 11/16/97
  151.     Fixed Windows Pager so after paging it will deselect any names that were selected.
  152.  
  153.     Fixed Windows SNPP client IP bugs
  154.  
  155. 11/15/97
  156.     Added Windows NT SNPP Server(SNPPD32.EXE).   Window NT now support all the SNPP 
  157.     clients; these include: OS/2 PM, OS/2 Command line and windows.
  158.  
  159.     Fixed bug in the SNPP server if the client would try to send more than 1 page
  160.     at a time and the pager ID was in valid, all pages after that would 
  161.     get a error too.
  162.  
  163. 11/12/97
  164.     Fixed:  SYS1808: The process has stopped.  The software diagnostic code (exception 
  165.     code) is 5.
  166.  
  167. 11/09/97
  168.     Changed Max number of groups to 200.  Made the group size varible(60K max)
  169.  
  170.     Changed Now Queue size to 100.
  171.  
  172.     Fixed bug in PMPAGEIP sending large messages.
  173.  
  174. 10/19/97
  175.     Fixed memory problem with e-mail gateway.  At startup it would get 49M bytes memory.  
  176.     Now at startup it will only get memory for 5 gateways(less than 300K) and get more as needed.
  177.  
  178. 10/16/97
  179.     Added from e-mail address in log for e-mail gateway.
  180.  
  181.     Cleaned up e-malil message before sending to paging server
  182.  
  183.     Added loging the message on script paging
  184.  
  185. 10/14/97
  186.     Fixed E-Mail gateway bug finding start of message body.
  187.  
  188. 10/12/97
  189.     Added multiple recipients the E-Mail gateway.  The Subject field can have more the one
  190.     pager ID/name in it seperated by a comma(,).  
  191.     Example:  Subject:  bill,brent borghese,ted,bob
  192.  
  193.     Added %%EndPage%% to the E-Mail gateway.   If a the E-Mail has %%EndPage%% in the
  194.     body of the message all text after %%EndPage%% will not be sent to the pager.
  195.  
  196.     Fixed memory error when E-Mail gateway starts up.
  197.  
  198.     Made NT version of E-Mail gateway. (Only took 2 hours to port, I'm getting better)
  199.  
  200. 10/09/97
  201.     Added a OS/2 E-Mail gateway.   PopPaged.exe will read mail accounts from a 
  202.     Pop3 mail server and page a user with a message.    The pager ID or User 
  203.     Name is in the Subject field. And the message is in the body of the E-Mial
  204.  
  205. 9/27/97
  206.     Made the basic PM Page and winpage "Who to page" list box bigger.
  207.  
  208. 9/20/97
  209.     Added IP paging to the wwwpage(OS/2 web pager).   Now the paging server and the web server 
  210.     does not need to be on the same computer(If you only have a TCP/IP network).   Paging,
  211.     receiving a list of names, Viewing log file and system status(no delayed pages).
  212.  
  213. 9/19/97
  214.     Added HostName = "IPHostNameOrIPAddress" to the wwwpage.ini file.   This is the host name/address
  215.     of the computer that is running the SNPPD server.   If HostName is set the Lan Server name is not used.
  216.  
  217.     Added TcpPort = SnppPort to the wwwpage.ini file.   Default is 5100.   This is the TCP/IP port that 
  218.     the SNPPD server is running on.
  219.  
  220. 9/15/97
  221.    Added Group = "Group Name"  to the NameSection.  This will give you two
  222.    different ways to create groups.  You can use the GroupSection to make 
  223.    a list of users.  Or include the group in the NameSection with the users 
  224.    pager setup.
  225.  
  226. 9/13/97
  227.     Added %g to page.htm file.   This will let you select a Display Group for the web pager.
  228.     Before you had to use the URL to display a list of users in a group, now it can be put 
  229.     in the html file.
  230.  
  231. 8/27/97
  232.    Fixed Logging message.   A text buffer was only 100 bytes for formating the Log message, this has
  233.    been fixed.
  234.  
  235.    Added WRAP=VIRTUAL to the page.htm file
  236.  
  237. 8/16/97
  238.    Added minimize button to the windows and PM pager programs
  239.  
  240.    Added MSTA command to the SNPP server to view the status of the paging server.
  241.  
  242.    Added MLOG command to the SNPP server to view the paging server's log file.
  243.  
  244.    Added delayed paging to the windows Lan server client
  245.  
  246.    Added log message for deleting pages in the AT queue
  247.  
  248.    Fixed deleting AT pages from wpagels.exe and PMPAGELS.EXE
  249.  
  250.    Added MaxPagesPerConnection = 20 to the page.ini file, this is used to limit the number of pages to 
  251.    a paging system at one time.
  252.  
  253.    Added  ClientType = Slim|Full.   This changes the item on the screen for the Lan server clients 
  254.    PMPAGELS.EXE and WPAGELS.EXE.   If is to slim it will only let you page now.  If set to Full it
  255.    gives you the option to have delay pages.
  256.  
  257. 8/06/97
  258.     Fixed bug in PMPAGEIP.EXE, the list of pagers was not being received from the SNPPD server.
  259.  
  260. 8/05/97
  261.     Fixed bug in delayed pages.   Bug was caused by the year 2000 fix
  262.  
  263. 7/27/97
  264.     Added more error checking in the WIN32 com port API
  265.  
  266. 7/24/97
  267.     After paging all selected names in the who to page list box will be deselected
  268.    
  269.     Add more code page 850 translation
  270.  
  271. 7/14/97
  272.     Changed the max number of systems to 50.
  273.  
  274. 6/27/97
  275.    Fixed Delete page from PM pager.
  276.  
  277.    Removed '<option value="" => Blank' from the web page exe and added to the page.htm file
  278.  
  279.    Made it posible to enter dates in 2 formats MM-DD-YY HH:MM or YYYY-MM-DD HH:MM.  If a 2 
  280.    digit year is used 00-96 is 2000-2096 and 97-99 is 1997-1999
  281.  
  282. 6/26/97
  283.    Fixed Queued text message in paging server.
  284.  
  285. 6/24/97
  286.     Add SuppressNameDisplay to the NameSection of the page.ini file.   This option will keep the persons
  287.     name from being sent to the clients.
  288.  
  289. 6/23/97
  290.     Add automatic PAGE.INI reload.   Every 5 min. the paging server will check to see if the PAGE.INI file has
  291.     changed, and if it did it will reload it.
  292.  
  293.     Changed the log date format to YYYY-MM-DD HH:MM.   This makes it that ISO standard to be year 2000
  294.     compatible.
  295.  
  296. 6/22/97
  297.     Made the log file display 1600 byte instead of 1000 bytes.
  298.  
  299. 6/19/97
  300.     Fixed web cgi program's date memory problem.  It a %d was used in the html file the cgi would crash.
  301.  
  302. 6/18/97
  303.     Fixed windows SNPP client to receive names from the server.
  304.  
  305. 6/05/97
  306.     Fixed NT comm port parity setup problem.
  307.  
  308. -----------------------------------------------------------------------------------------------------
  309. 5/10/97            Changed version number to 1.7 and released new version.
  310. -----------------------------------------------------------------------------------------------------
  311.  
  312. 5/10/97
  313.     Added code to SNPPD to make sure all sockets are closed on exit.  This
  314.     was to get rid of the Bind(): Address already in use error but it did not.
  315.  
  316. 5/01/97
  317.     Fixed bug in script files.  If more then one script was used it would 
  318.     leave part the first script in memory when the second one was read in.
  319.  
  320. 4/28/97
  321.     Added a HTML documentation file.
  322.  
  323. 4/18/97
  324.     Added DialingPrefix, ReadNamesFromServer flag,  OverrideTcpPort ,
  325.     OverrideHostName, OverrideLanServerName to the page.ini file.
  326.  
  327. 4/14/97
  328.     Changed the TAP responce function.  The only error now is a NAK
  329.  
  330.     Made the history file in reverse.
  331.  
  332. 3/14/97
  333.     SNPPD would exit when it was started and paged was not running, SNPPD now will wait for paged
  334.     to start so a list of names can be received from paged.
  335.  
  336. 3/13/97
  337.     Fixed pageip.exe it was not setup the tcp/ip connnection.
  338.     Fixed SNPPD to report error if paging server is not running.
  339.     Fixed SNPPD error when a connection is disconnected.
  340.     Fixed PMPAGEIP sending long messages.
  341.  
  342. 2/16/97
  343.     Fixed web paging to work right with Microsoft's web server.
  344.  
  345. 2/9/97
  346.     Fixed Lan server client group paging.   If a group was paged the group name was not passed
  347.     to the paging server.
  348.  
  349.     Fixed text in windows winreg.exe.
  350.  
  351.     Added a error message if the comm port was not able to be opened up.
  352.  
  353. 2/8/97
  354.     Added %e substitution in the page.htm file(%e=wwwpage.exe or wwwpgnt.exe).   This is so
  355.     one page.htm file can be used for OS/2 and NT.
  356.  
  357. 1/30/97
  358.     Added NT Web paging client
  359.  
  360. 1/29/97
  361.     Added better error checking on TAP paging system.
  362.  
  363. 1/27/97
  364.     Changed so all errors when paging will get retried.
  365.  
  366. 1/10/97
  367.     Added Super Pager Installer for Windows(SETUP.EXE) and OS/2 (SETUP2.EXE)
  368.  
  369. 11/14/96
  370.     Added code to wpageip.exe and pmpageip.exe to make uses of the DisplayGroupName
  371.     setting in the INI file
  372.  
  373. 11/13/96
  374.     Web server client(wwwpage.exe) will now get a list a name from a group name. This
  375.     is done by adding ?group=DisplayGroup to the URL.
  376.     Like:  http://www.server.com/cgi-bin/wwwpage/page.htm?group=DisplayGroup
  377.  
  378. 11/12/96
  379.     Added LIST GROUP_NAME command to the SNPPD TCP/IP network server.  This is used
  380.     to show all the uses in a group.
  381.  
  382.     Added DisplayGroupName = "Group Name" to the PAGE.INI file.   This lets you select a smaller
  383.     group to display in the windows or PM list box.
  384.  
  385. 11/08/96
  386.     Added LISTNAMES(LIST for short) command to the SNPPD TCP/IP network server.
  387.  
  388. 11/06/96
  389.     Web server client(wwwpage.exe) will now get a list of the people and groups from
  390.     the paging server.  Also, changed the page.hml file to have a %p in the file where the
  391.     names are subituted.
  392.  
  393. 11/05/96
  394.     Tested the 32 bit windows paging server on windows 95, It do not work.  Windows 95
  395.     does not support the name pipe connect funtion.  This function is need to make a name
  396.     pipe server.  You can thank Microsoft for this one.  There is no work around for this
  397.     so there will not be a Lan server paging server that runs on Windows 95.
  398.  
  399. 11/02/96
  400.     Fixed web pager looping problem.  The web browsers would hang some times.
  401.  
  402.     Added new html code for paging status, paging system status and log file.
  403.  
  404.     Added more error messages.  If the person is not in the paging server's INI file
  405.     a error message is logged.
  406.  
  407.     Fixed modem init string problem.  Different modems handle parity different ways.
  408.     Whem talking to the modem super pager uses 8N1 then when connected to a paging
  409.     system super pager uses whats in the ini file.   This seems to work better when
  410.     just trying to use ATZ has the modem init string.
  411.  
  412. 10/20/96
  413.     Fixed list box in PM pager.  You were not able to page the first name on the list.
  414.  
  415. 10/18/96
  416.     Added a list box to the Windows pager.  Now more than one person can be paged at one time.
  417.  
  418. 10/17/96
  419.     Fixed TapM to it will send more than one page at a time
  420.  
  421.     Added Logging the messages to a file.   LogMessages = Enabled|Disabled
  422.  
  423.     Added MultipleMessageMode = Enabled|Disabled.  The is for TAP paging system that support
  424.     multiple pages per call.
  425.  
  426.     Added a list box to the PM pager.  Now more than one person can be paged at one time.
  427.  
  428.     Added MaxReTrys to the ini file.  This is the number of times super pager will try to send
  429.     the page to the paging system.  0 Will try forever.  The default is 10
  430.  
  431. 9/26/96
  432.     Fixed the SNPPD server so it does no hard loop if the client disconnects in
  433.     the middle of session.
  434.  
  435. 7/22/96
  436.     Fixed split message bug in paging server.  If the message was greater then
  437.     MaxMessageLength only the first part of the message was sent.  The bug was realy in
  438.     PMpage, wpagels, winpage.
  439.  
  440. 7/20/96
  441.     Added Windows NT version of the paging server(paged32.exe).
  442.  
  443. 7/18/96
  444.     Added loaging diaglog box at startup.
  445.  
  446.     Added new message type for getting a list of name from the server/(Lan Server)
  447.  
  448.     Added new message type for getting a list of groups from the server/(Lan Server)
  449.  
  450.     Make a seperat version of Windows and PM PAGER for lan server. It will
  451.     get the list of name/groups from the paging server
  452.  
  453. 7/01/96
  454.     Add pgstart.htm, pgok.htm and pgbad.htm and pgend.htm files so the web
  455.     server paging status can look the way you want it too.
  456.  
  457.     Added wwwpage.ini file with:
  458.         LanServerName    = "PagingNode"
  459.         StartingHtmlFile = "c:\www\docs\pgstart.htm"
  460.         OkHtmlFile       = "c:\www\docs\pgok.htm"
  461.         BadHtmlFile      = "c:\www\docs\pgbad.htm"
  462.         EndingHtmlFile   = "c:\www\docs\pgend.htm"
  463.     What the wwwpage.exe will do is take pgstart.htm, pgok.htm and pgend.htm and
  464.     merge them in to one html file and send that to the browser as the status
  465.     of the page.   The %n in the pgok.htm or pgbad.htm is subsituted with the
  466.     name of the person paged.
  467.  
  468. 6/25/96
  469.     Fixed PM Pager not puting it self in the window list.
  470.  
  471. 6/18/96
  472.     Fixed PM client dialog box so it fits on a 640x460 screen.
  473.  
  474.     Add lan server web client,
  475.  
  476.     Add pgok.htm and pgbad.htm files so the web server paging status can
  477.     look the way you want it too.
  478.  
  479. -----------------------------------------------------------------------------------------------------
  480. 6/09/96         Changed version to 1.6  Rel. 1 and released.
  481. -----------------------------------------------------------------------------------------------------
  482.  
  483. 6/05/96
  484.     Fixed "amd" text
  485.  
  486. 5/22/96
  487.     The program would try to send the modem init string every if there was not
  488.     one.  The program now checks to see if there is a string to send
  489.  
  490.     On OS/2 if your code page is set to 850 super pager will map the character
  491.     set.
  492.  
  493.     Added MapCodePage = CP437|CP850 to the page.ini file.  This line is only
  494.     needed in windows, OS/2 will set it for you.
  495.  
  496. 5/17/96
  497.     Added code page 850 maping to TAP and UCP
  498.  
  499. 5/16/96
  500.     Added command line args to the windows pager and the windows SNPP pager.
  501.     Added message clear button to the OS/2 PM pager.
  502.     Added message clear button to the windows pager program.
  503.  
  504. 5/15/96
  505.     Added DOS command line client.  This connand line client will run on NT in
  506.     a DOS window, OS/2 VDM and Windows for workgroups DOS session.
  507.  
  508. 5/13/96
  509.     Added windows lan server client.  The same program is used for standalone
  510.     pageing and the lan server client
  511.  
  512. 5/12/96
  513.     Fixed message spliting.  If the message had no spaces it would send 60 char
  514.     at a time.  Now it will only look back 20 chars for a space before spliting
  515.     the message.
  516.  
  517. 5/11/96
  518.     Fixed errors in ini file not being loged.
  519.  
  520. 5/10/96
  521.     Fixed named pipe connection.  Added a total of 10 threads to read the name
  522.     pipe.
  523.  
  524. 5/06/96
  525.     Fixed UCP sending international character's
  526.  
  527. 5/05/96
  528.     Add Lan Server network paging in the PM client. LanServerName = "ServerName"
  529.  
  530. 4/22/96
  531.     Add error message, Error opening PAGE.INI file - File not found
  532.  
  533. 4/21/96
  534.     Fixed UCP sending ASCII 128 - 255 char's
  535.  
  536.     Added a list of modem init strings
  537.  
  538. 4/19/96
  539.     Fix paging by id with snpp
  540.  
  541. 4/17/96
  542.     Added GlobalSection.
  543.  
  544.     Added LogFileName = "X:\LogFileName.TXT".  This will let you override the
  545.     default log file name to anything you want.
  546.  
  547.     Added error message when paging with TAP, "Pager acknowledgment not received"
  548.  
  549.     Added TapPassWord in the pager system section.   Lets you set the TAP system
  550.     password.
  551.  
  552.     Fixed problem when running in win95, the log file would get printed to the
  553.     screen.
  554.  
  555. 4/07/96
  556.     Added message spliting.  A big(16K or less) message can be sent at once and
  557.     Super Pager will break the message in to smaller messages and send them
  558.     one at a time.
  559.  
  560.     Added MaxMessageLength to the pager system area.  This is so we known where
  561.     to split the message.  The min size is 60 and the max is 4000 bytes.
  562.     The default is 230.   A min size we needed for the shareware version.
  563.  
  564.     Took the 230 byte limmit off the windows.
  565.  
  566.     Fixed problem with paging one page right after another.  Add delay and
  567.     buffer flush then closeing the comm port.
  568.  
  569. 3/27/96
  570.     On page errors it will try 3 times about 2 min appart, then wait 5 min and
  571.     try one last time.  It will log the error and go to the next page.
  572.  
  573.     Added Universal Computer Protocol. SystemType = UCP.  This paging format is
  574.     popular in europe.
  575.  
  576. -----------------------------------------------------------------------------------------------------
  577. 3/22/96                Changed version to 1.5  Rel. 1 and released.
  578. -----------------------------------------------------------------------------------------------------
  579.  
  580. 3/20/96
  581.     Added real TAP, SystemType = Tap.  The manual mode tap is still there to
  582.     access it use SystemType = TapM
  583.  
  584. 2/11/96
  585.     Fixed SNPP server not logging errors if it can not send a page message to
  586.     the paging server.
  587.  
  588.     Fixed SNPP command line and PM client to report errors.
  589.  
  590.     Added def file to SNPP command line client.
  591.  
  592. 2/06/96
  593.     Added a OS/2 command line SNPP client.
  594.  
  595. 1/10/96
  596.     On slow 386 systems the SNPPD server does not get cpu time.  Fixed by
  597.     uping the priority.
  598.  
  599.     On the OS/2 PM snpp client if you cancel the page you can not send any more
  600.     pages.    The task must be restarted to work again.  This has been Fixed.
  601.  
  602. -----------------------------------------------------------------------------------------------------
  603. 1/06/96                 Changed version to 1.4  Rel. 1 and released.
  604. -----------------------------------------------------------------------------------------------------
  605.  
  606. 1/05/96
  607.     Added Simple network paging protocol(SNPP) client.  It uses Windows Winsock
  608.     DLL.  It is a Windows based program that sends paging data to a TCP/IP
  609.     SNPP server.
  610.  
  611. 1/04/96
  612.     Add registration programs.   Windows version(WINREG.EXE) and OS/2
  613.     version(PMREG.EXE).   Both programs will update both INI file formats.
  614.  
  615. 12/11/95
  616.     Added Simple network paging protocol(SNPP) server.  It uses warps TCP/IP
  617.     sockets.  It is a os/2 text based program that sends name pipe messages to
  618.     paged.exe.  The program is multi threaded and will let mutiple TCP/IP SNPP
  619.     clients connect at the same time.
  620.  
  621.     Added Simple network paging protocol(SNPP) client.  It uses Warps TCP/IP
  622.     sockets.  It is a OS/2 PM based program that sends paging data to a TCP/IP
  623.     SNPP server.
  624.  
  625. 11/13/95
  626.     New ini file layout.
  627.  
  628.         PagerSystemsSection
  629.         [Numeric]
  630.         ModemInitString    = "AT Z"
  631.         Port            = "COM1"
  632.         Baud            = 1200
  633.         Parity            = None
  634.         DataBits        = 8
  635.         StopBits        = 1
  636.  
  637.         [Name of System 1]
  638.         ModemInitString    = "AT Z"
  639.         Port            = "COM1"
  640.         Baud            = 1200
  641.         Parity            = None
  642.         DataBits        = 8
  643.         StopBits        = 1
  644.         SystemPhoneNumber     = "690-1234"
  645.         SystemType            = Tap|Script
  646.         ScriptFileName        = "c:\pageos2\systema.src"
  647.  
  648.         [Name of System 2]
  649.         ModemInitString    = "AT Z"
  650.         Port            = "COM1"
  651.         Baud            = 1200
  652.         Parity            = None
  653.         DataBits        = 8
  654.         StopBits        = 1
  655.         SystemPhoneNumber     = "690-1234"
  656.         SystemType            = Tap|Script
  657.         ScriptFileName        = "c:\pageos2\systemb.src"
  658.  
  659.         NameSection
  660.         [Bob Smith]
  661.         PageID      = "630-2222"
  662.         PagerType    =  Numeric|Alphanumeric
  663.         SystemName    = "Name of System"
  664.  
  665.         [Mr. Bill]
  666.         PageID      = "630-1122"
  667.         PagerType    =  Numeric|Alphanumeric
  668.         SystemName    = "Name of System"
  669.  
  670.         GroupSection
  671.         [Group Name 1]
  672.             Name = "Bob Smit"
  673.             Name = "Mr. Bill"
  674.  
  675.         [Group Name 2]
  676.             Name = "Some ones name"
  677.             Name = "Some one else"
  678.  
  679. 11/07/95
  680.     Add comm shareing.  Now caller id for os/2 and pageos2 can share a modem.
  681.  
  682. -----------------------------------------------------------------------------------------------------
  683. 11/05/95                       Changed version to 1.0  Rel. 3 and released.
  684. -----------------------------------------------------------------------------------------------------
  685.  
  686. 11/05/95
  687.     Changed version to 1.0  Rel. 3 and released.
  688.  
  689. 11/05/95
  690.     Fixed bug in pageing script.  If useing the script option
  691.     it will only page one person per call.
  692.  
  693.     Fixed delay problem when multiple pages are queue in scrip mode.
  694.  
  695.     Fixed modem baud rate problem in script dialing
  696.  
  697. 11/02/95
  698.     When done with now list entry it is zeroed out.
  699.  
  700. -----------------------------------------------------------------------------------------------------
  701. 10/30/95                       Changed version to 1.0  Rel. 2 and released.
  702. -----------------------------------------------------------------------------------------------------
  703.  
  704. 10/17/95
  705.     Changed paged.ini file name to page.ini
  706.     Changed paged.scr file name to page.scr
  707.  
  708. 10/15/95
  709.     Wrote PM Pager - Standalone and Client in one program: pmpage.exe
  710.     You can run pmpage by it self or run paged and use pmpage to
  711.     queue pages.
  712.  
  713.     Add pm window code to comm code
  714.  
  715. 10/5/95
  716.     Add paged.scr file script
  717.  
  718.  
  719.