home *** CD-ROM | disk | FTP | other *** search
/ Freelog 43 / Freelog043.iso / Bas / Systeme / CobBackup / history.txt < prev    next >
Text File  |  2002-11-27  |  9KB  |  194 lines

  1. 2002-11-26 Version 4.1.9.0
  2.  
  3. * A bug fixed. The "store absolute paths" option works OK now.
  4. * The SMTP password is hidden now on the user interface.
  5.  
  6. 2002-11-15  Version 4.1.8.0
  7.  
  8. * The day "Wednesday" is now correctly displayed on the grid.
  9. * When one or more items on the grid where deleted, the number of files and size were not
  10. updated. Fixed.
  11. * The grid shows now the number of files and the total size to backup, considering the
  12. exclude/include list.
  13.  
  14. 2002-11-06 Version 4.1.7.0
  15.  
  16. * When calculating the total file sizes, the user interface doesn't lock now.
  17. The calculating code runs in another thread now.
  18.  
  19. 2002-11-05 Version 4.1.6.0
  20.  
  21. * On XP multiple instances cannot be started now with "fast user switch".
  22. * Hopefully a bug has been fixed on the service-interface interprocess communication
  23. * The "Low priority" option for copy thread has been re-written
  24. * The progress bars indicate now when one big file is beeng zipped or copied by 
  25. changing the caption. This way the user gets the picture that something is going on.
  26.  
  27. 2002-10-30 Version 4.1.5.0
  28.  
  29. * A REAL command line utility has now been included (cobline.exe). If you want to
  30. do a manual backup from the command line, use this program (cobline.exe) and NOT CobBU.exe.
  31. The arguments are the name of the list to backup (using quotes if the name contains spaces)
  32. and and optional /q to close the program when it executes.
  33. Example:
  34. cobline.exe "c:\Cobian Backup\MainList.lst" /Q
  35. If you don't write a file name, you will be prompted to enter one (don't use quotes this time,
  36. if you are prompted by the program).
  37. This command line utility creates a separated log file (logline.txt).
  38.  
  39. 2002-10-28 Version 4.1.0.0
  40.  
  41. * Added a function to "clone" backup items on the list. (right click on any item)
  42. * Live update writes now to the log file. A new version is logged as "error"
  43. to get your attention
  44. * Now it is possible to change the priority of the copying threads. Sometimes when executing
  45. several  backup threads, the performance of the system will go down. If you don't mind a 
  46. longer backup time, change the priority to Low. The default value is Normal.
  47. * The "Day of the Week" combo box is now a drop down list.
  48.  
  49. 2002-10-15 Version 4.0.0.0
  50. A new major version of Cobian backup if out.
  51. * The program engine has been re-written from scratch.
  52. * Two new events has been added to every backup : a "Before backup" event and an "After backup".
  53. These events are useful if you need to automatically close some program before the backup and 
  54. open it again after the backup.Please, read the help file for more information about some
  55. problems when using this feature as a service.
  56. * Every backup item has now it's own unique ID
  57. * The program checks now if a file is in use by another program BEFORE it tries 
  58. to copy it. This way you will no longer get a destination file with 0 bytes in 
  59. it.
  60. * You can now sort the items in the list view by Name, Size, Source, Attributes, Kind or Destination.
  61. * The exclude/include list accepts now wildcards (ex:  *.doc, cob?.ex?, etc)
  62. * The log book's engine is much more robust now
  63. * The inter-process communication between the engine and the user interface works MUCH better now.
  64. * Two progress bars show now the status of the zipping and copying operations.
  65. * The program can now schedule Windows restart-shutdown events.
  66. * Better looking user interface
  67. * An emergency "Abort backup" function added (experimental)
  68. * Multi-language support added for future translations.
  69.  
  70. 2002-07-07 Version 3.9.2.0
  71. * The "information window" has been substituted by a new status bar.
  72. * Help file updated
  73.  
  74. 2002-07-07 Version 3.9.1.0
  75. * All the icons in the user interface has been replaced in favor of better looking ones.
  76. * The password for zip files and for the user interface are now two separated options
  77. * A bug has been fixed when selecting multiple files on a new event
  78. * The list view shows now only one field for the attributes: Zip, Overwrite, Incremental and Include subdirectories.
  79. * About box style changed to a standard one
  80.  
  81. 2002-06-27 Version 3.9.0.5
  82. * The source code has been cleaned up and optimized a bit more
  83. * A new button added to create an empty list
  84.  
  85. 2002-06-26 Version 3.9.0.3
  86. * A new option is available to store the absolute path of the files in the zip
  87. * Fixed an intermitent bug when storing the coordinates of the user interface into the ini file
  88.  
  89. 2002-06-26 Version 3.9.0.2
  90. * Some optimizations done
  91. * Ini file for the backup progress window is now a separated file
  92. * The total number of files and the total size is now correctly calculated
  93. * A new item ID has been introduced for future use
  94. * A bug has been fixed when adding multiple files at the same time
  95. * Some visual changes in the option dialog
  96.  
  97. 2002-06-24 Version 3.9.9.1
  98. * A special way to handle eventual exceptions added to the user interface.
  99.  
  100. 2002-06-19 Version 3.9.0.0 
  101. * A new fonster shows the status of all active threads (everything that is going when backing up)
  102. * The status bar shows now the total size of the set and the total number of files to backup
  103. * A bug fixed (a Quit message was posted to the engine before the exit confirmation)
  104. * NO MAJOR UPDATES OF THIS PROGRAM WILL BE DONE.
  105.  
  106. 2002-06-19 Version 3.8.7.6
  107. * Fixed an issue with incremental backups. Newer files could be replaced by older ones.
  108.  
  109. 2002-06-17 Version 3.8.7.5 released
  110. * A new button (Delete log file) added.
  111. * Now you can set the time when the log file will be mailed. You are no more restricted to 22:00.
  112.  
  113. 2002-05-07 Version 3.8.7.0
  114. * The user interface remerber now the last position and the columns width
  115. * Now you can manually backup separate items. There is no need to manually backup all the items at once.
  116. * The destination and source edit box can be manually editet by double clicking.
  117.  
  118. 2002-05-02 Version 3.8.6.6
  119. Fixed another problem with date conversions. Hopefully it works now on all systems
  120.  
  121. 2002-04-29 Version 3.8.6.4
  122. Fixed a problem when Windows uses the date format DD-MMM-YYY (ex: 23-DEC-02).
  123.  
  124.  
  125. 2002-04-24 Version 3.8.6.3
  126. * A bug fixed. When the program tried to copy a file and failed a dialog box was shown.
  127. This is now fixed.
  128. * The installation program gives a warning if an old version is found on your system
  129.  
  130. 2002-04-24 Version 3.8.6.2 released
  131. * Support for Windows XP themes
  132. * Uses standard Windows colors now (by request)
  133. * Supports drag'n'drop from Windows Explorer
  134. * You can now select multiple files from the "Open File" dialog box
  135. * The program remember your last destination folder
  136. * The zip procedures support now OEM conversion (PKZIP compatible)
  137. * Installation program works MUCH better now.
  138. * When running as an application, the program supports parameters now.
  139. The parameters are:
  140. /backupnow -backups the active list
  141. /nogui  - don't show the user interface
  142. filename (no / is allowed. If the file name contains spaces, use ")-loads the list filename
  143. Exemple:
  144. CobBU.exe "c:\cobian backup\mainlist.lst" /backupnow
  145.  
  146. 2002-04-17 Version 3.8.5.1 released
  147. * Incremental backup implemented
  148. * Now you can add a mask to exclude/include certain extensions
  149. * I don't use CopyFile anymore. I use SHFileOperation to backup files and directories.
  150.  
  151. 2002-03-21 Version 3.7.0.1 released
  152. * Live update added
  153. * A bug fixed when zipping files
  154. * The zipping thread was nearly completly re-writted
  155. * A new enhanced ini file is created now for new features
  156. * Double click bug fixed in the list view
  157.  
  158. 2002-03-19 Version 3.6.0.2 released
  159. * Fixed a nasty bug when backuping a root directory (ex j:\)
  160. * A toolbutton to show the log file added to the interface
  161. * Borland Delphi 6 is shown in the about box now
  162. * A warning is shown when a backup is going on and the user click on Backup Now
  163. * Log file information is much clear now
  164. * Installation program logics changed .
  165.  
  166. 2002-02-03 Version 3.5.0.1 released
  167. * Added an animated icon to the tray interface, indicating when a backup is going on
  168. * When trying to quit the program and a backup is going on, a warning will be diplayed
  169.  
  170.  
  171. 2002-01-28 Version 3.0.0.25
  172. * Fixed Access violation while running in Windows Millenium.
  173. * The timer thread could not be terminated while sleeping.
  174. When the user try to run multiple instances, itbring the interface to the front and doen't show the old message box "Application already running".
  175. * This file "history.txt" was added.
  176.  
  177. **
  178. 2002-01-18 Version 3.0.0.21 
  179. * Button "Backup now" added. Fixed a access violation in Windows Millenium with the SelectDirectory function.
  180. * Fixed a bug in the installation program when uninstalling 
  181. the service
  182.  
  183. **
  184. 2002-01-06 Cobian Backup 3.0 released.
  185.  
  186. **
  187. 2001-09-12 CobBackUp 2.0.0.18 released. Some bugs fixed.
  188.  
  189. **
  190. 2001-08-14 CobBackup 2.0 released 
  191.  
  192. **
  193. 2000-11-04 CobBackup 1.0 released
  194.