home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / zpars106.zip / history < prev    next >
Text File  |  1996-03-03  |  3KB  |  104 lines

  1. Gamma Release 5 (build .049)
  2.  
  3.    Rewrote the index creation routines 75% decrease in runtime.
  4.    
  5.    Minor code cleanups.
  6.  
  7.    Added absolute modem byte values based upon nodelist flags, 
  8.      maintaining also the current bit mode definitions.
  9.    
  10.  
  11. Gamma Release 4 (build .007)
  12.  
  13.    Changed the minor version number & restarted build number.
  14.      Version 1.04
  15.    
  16.    Minor code cleanups.
  17.  
  18.    Streamlined the translation and IO modules,
  19.      25% speedup in primary module, 13% overall speed increase.
  20.    
  21.  
  22. Gamma Release 3 (build .273)
  23.  
  24.    Redesigned the dial statement parsing engine.
  25.    
  26.    Minor code cleanups.
  27.  
  28.    Added StripDash config verb to strip dashes from phone numbers.
  29.  
  30. Gamma Release 2 (build .267)
  31.  
  32.    Removed some leftover debugging code (speedup of 35%).
  33.    
  34.    General code cleaning, CSet++ compiler fix applied.
  35.  
  36.    Rewrote the config parser.
  37.    Added a command line switch -VC to verify config file.
  38.  
  39. Gamma Release 1 (build .263)
  40.  
  41.    Added Modem$ to allow redefining the ModemByte and CallCost based upon 
  42.    the current values.
  43.    
  44.    Added HubMode to the redirection code to eliminate redirection for hubs.
  45.    
  46.    Added status indicator to function building the indices.
  47.  
  48. Beta Release 5 (build .259)
  49.  
  50.    Cleaned up code for the 16bit OS/2 version and DOS Protected-mode. 
  51.  
  52.    Added config verb "internal" to override internal compile-time limits.
  53.     ie Internal N<number> -- where <#> is the total number of processed nodes.
  54.     
  55.    Corrected phone redirection code when target node was ones self.
  56.    
  57.    Added code to open nodelist(s) in share mode, denywrite
  58.  
  59.    Added UserFlags config verb and processing code for user defined strings.
  60.    
  61.    Cleaned up the old error messages in the config parser.
  62.  
  63. Beta Release 4 (build .253)
  64.  
  65.    Added NoZones, AddZones, and DelZones config verbs.
  66.    
  67.    Rewrote the override creating/application code.
  68.  
  69.    Unrolled and Inlined sysop name comparison functions
  70.  
  71.    Removed the linear searches from the modem flag routines.
  72.    
  73. Beta Release 3 (build .247)
  74.    
  75.    Added Default config verb
  76.     ie Default cost {National|Intl} <cost> [<fee>]
  77.     
  78.    Added Phone keyword ie. phone <4d-addr> <replacement phone #>
  79.    
  80.    Consolidated several routines for better streamlining.
  81.    
  82.    Added more kevlar to config parsing routines.
  83.    
  84.    Squashed glitches in the 16bit heap management code.
  85.    
  86.  
  87. Beta Release 2
  88.  
  89.    Added override verb to assign an absolute cost, fee, modem byte value
  90.      to a node.
  91.      
  92.    Added a null string (@) to the phone translation table.
  93.      To strip an area code use.
  94.        1-604-  @/  [cost [fee]]
  95.  
  96.    Rewrite completed on the heap management routines to deal with OS/2 1.x 
  97.    segmented 16bit code. (Ooouuuccchhh!)
  98.  
  99.    Removed most of the linear searches from the code. The logic appears to 
  100.     be correct, time to work on the speed.
  101.     
  102.  
  103. Beta Release 1
  104.