Difference between revisions of "Changelog 1.0.7"

From AMule Project FAQ
Jump to: navigation, search
 
m (for html)
 
Line 1: Line 1:
 
== Version 1.0.7 ==
 
== Version 1.0.7 ==
 
 
''2003-10-03''
 
''2003-10-03''
  
 
'''Fixes:'''
 
'''Fixes:'''
  
; :       * Fix the annoying message when searching "Client too old ...".
+
; : * Fix the annoying message when searching "Client too old ...".
; :       * Fix compilation a compilation bug introduced in 1.0.6.
+
; : * Fix compilation a compilation bug introduced in 1.0.6.
; :       * Move the code to put the toolbar in the gui file (no more designed
+
; : * Move the code to put the toolbar in the gui file (no more designed by hand gui code for this part).
; :          by hand gui code for this part).
+
  
 
'''Code Cleaning:'''
 
'''Code Cleaning:'''
  
; :       * Changed the Connection Wizard with SpinCtrl in place of the
+
; : * Changed the Connection Wizard with SpinCtrl in place of the TextCtrl to handle values of line capacities (no more atoi converssion since we use already int return from SpinCtrl).
; :          TextCtrl to handle values of line capacities (no more atoi
+
; :          converssion since we use already int return from SpinCtrl).
+
  
 
'''Need to be Fixed:'''
 
'''Need to be Fixed:'''
  
; :       * Localization Languages are broken for the moment, don't panic it's
+
; : * Localization Languages are broken for the moment, don't panic it's just temporary ... (i'm thinking about removing totally this functionnality)
; :          just temporary ... (i'm thinking about removing totally this
+
; :          functionnality)
+

Latest revision as of 16:10, 4 October 2004

Version 1.0.7

2003-10-03

Fixes:

 
* Fix the annoying message when searching "Client too old ...".
 
* Fix compilation a compilation bug introduced in 1.0.6.
 
* Move the code to put the toolbar in the gui file (no more designed by hand gui code for this part).

Code Cleaning:

 
* Changed the Connection Wizard with SpinCtrl in place of the TextCtrl to handle values of line capacities (no more atoi converssion since we use already int return from SpinCtrl).

Need to be Fixed:

 
* Localization Languages are broken for the moment, don't panic it's just temporary ... (i'm thinking about removing totally this functionnality)