Difference between revisions of "Changelog 1.2.0"

From AMule Project FAQ
Jump to: navigation, search
 
(Fixes)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
== Version 1.2.0 ==
 
== Version 1.2.0 ==
 
 
''2003-11-26''
 
''2003-11-26''
  
 
'''Kry:'''
 
'''Kry:'''
; :               * Some memleaks fixed (Thanks to xMule team)
+
; : * Some memleaks fixed (Thanks to xMule team)
; :               * Removed no-needed break statement
+
; : * Removed no-needed break statement
; :               * Added '--help' option to amule.
+
; : * Added '--help' option to amule.
; :               * Fixed (probably) all m_abyPartStatus related bugs (~CUpdownClient related)
+
; : * Fixed (probably) all m_abyPartStatus related bugs (~CUpdownClient related)
; :               * Imported ResetFileStatusInfo() (minor import)
+
; : * Imported ResetFileStatusInfo() (minor import)
; :               * Fixed the bug that made files >2.4Gb get sorted as if size < 0 bytes
+
; : * Fixed the bug that made files >2.4Gb get sorted as if size < 0 bytes
; :               * Fixed the search types bug.
+
; : * Fixed the search types bug.
; :               * Fixed Small Files bug.  
+
; : * Fixed Small Files bug. Thanks to Citroklar for his research on this one. He tested all versions to find when did the bug enter amule.
; :                  Thanks to Citroklar for his research on this one.
+
; : * Added new hashshet handling for sources.
; :                  He tested all versions to find when did the bug enter amule.
+
; : * Added new timeout handling for sources.
; :               * Added new hashshet handling for sources.
+
; : * Finished porting of NewSrcPartsInfo started by Creteil
; :               * Added new timeout handling for sources.
+
; : * New standalone app: amulecmd.
; :               * Finished porting of NewSrcPartsInfo started by Creteil
+
; : * gsocket.c no longer gets compiled if wx version >=2.5
; :               * New standalone app: amulecmd.
+
; : * Added --disable-amulecmd to configure         
; :               * gsocket.c no longer gets compiled if wx version >=2.5
+
; : * Added check on configure for wxbase (needed for amulecmd)
; :               * Added --disable-amulecmd to configure         
+
; :               * Added check on configure for wxbase (needed for amulecmd)
+
  
 
'''Hetfield:'''
 
'''Hetfield:'''
; :               * Added --safe-systray to configure
+
; : * Added --safe-systray to configure
; :               * Added --disable-systray to configure
+
; : * Added --disable-systray to configure
; :               * Much better configure script output.
+
; : * Much better configure script output.
  
 
'''Ganael LAPLANCHE:'''
 
'''Ganael LAPLANCHE:'''
; :               * Kinnda good guy. Fixed BSD compilation and also did BSD packag
+
; : * Kinnda good guy. Fixed BSD compilation and also did BSD packages.
es.
+
  
 
'''eagle:'''
 
'''eagle:'''
; :               * Added --geometry option
+
; : * Added --geometry option
 
          
 
          
 
'''pure_ascii:'''
 
'''pure_ascii:'''
; :               * Fixed a bug on ListenSocket.cpp that crashed amule.
+
; : * Fixed a bug on ListenSocket.cpp that crashed amule.
  
 
'''Creteil:'''
 
'''Creteil:'''
; :               * Updated ServerSocket.cpp for bOutputMessage we always send eve
+
; : * Updated ServerSocket.cpp for bOutputMessage we always send even on error ...
n on error ...
+
; : * Fixed all 'return statements' in all Lists  
; :               * Fixed all 'return statements' in all Lists  
+
; : * Set minimum refresh for stats tree slider to 5 seconds  
; :               * Set minimum refresh for stats tree slider to 5 seconds  
+
; : * Fixed several CVS crashes due to indentation & porting bugs.
; :               * Fixed several CVS crashes due to indentation & porting bugs.
+
; : * Fixed downloadlist expand crash.
; :               * Fixed downloadlist expand crash.
+
; : * Connect 'Verbose (additional program feedback)' CheckBox to so me debug in log window and logfile
; :               * Connect 'Verbose (additional program feedback)' CheckBox to so
+
; : * Fixed bug in ServerList Window when changing priority
; :                me debug in log window and logfile
+
; : * Added preferences box for KeepAlive time.
; :               * Fixed bug in ServerList Window when changing priority
+
; : * Imported code from eMule 0.30
; :               * Added preferences box for KeepAlive time.
+
; : GetMaxFilesPerUDPServerPacket()
; :               * Imported code from eMule 0.30
+
; : SendGlobGetSourcesUDPPacket()  
; :                 GetMaxFilesPerUDPServerPacket() SendGlobGetSourcesUDPPacket()  
+
; : GetSoftFiles()
; :                 GetSoftFiles() SetSoftFiles() GetHardFiles() SetHardFiles()
+
; : SetSoftFiles()
; :                 SetVersion() DbgGetFileInfo()
+
; : GetHardFiles()
 +
; : SetHardFiles()
 +
; : SetVersion()
 +
; : DbgGetFileInfo()

Latest revision as of 02:12, 19 May 2005

Version 1.2.0

2003-11-26

Kry:

 
* Some memleaks fixed (Thanks to xMule team)
 
* Removed no-needed break statement
 
* Added '--help' option to amule.
 
* Fixed (probably) all m_abyPartStatus related bugs (~CUpdownClient related)
 
* Imported ResetFileStatusInfo() (minor import)
 
* Fixed the bug that made files >2.4Gb get sorted as if size < 0 bytes
 
* Fixed the search types bug.
 
* Fixed Small Files bug. Thanks to Citroklar for his research on this one. He tested all versions to find when did the bug enter amule.
 
* Added new hashshet handling for sources.
 
* Added new timeout handling for sources.
 
* Finished porting of NewSrcPartsInfo started by Creteil
 
* New standalone app: amulecmd.
 
* gsocket.c no longer gets compiled if wx version >=2.5
 
* Added --disable-amulecmd to configure
 
* Added check on configure for wxbase (needed for amulecmd)

Hetfield:

 
* Added --safe-systray to configure
 
* Added --disable-systray to configure
 
* Much better configure script output.

Ganael LAPLANCHE:

 
* Kinnda good guy. Fixed BSD compilation and also did BSD packages.

eagle:

 
* Added --geometry option

pure_ascii:

 
* Fixed a bug on ListenSocket.cpp that crashed amule.

Creteil:

 
* Updated ServerSocket.cpp for bOutputMessage we always send even on error ...
 
* Fixed all 'return statements' in all Lists
 
* Set minimum refresh for stats tree slider to 5 seconds
 
* Fixed several CVS crashes due to indentation & porting bugs.
 
* Fixed downloadlist expand crash.
 
* Connect 'Verbose (additional program feedback)' CheckBox to so me debug in log window and logfile
 
* Fixed bug in ServerList Window when changing priority
 
* Added preferences box for KeepAlive time.
 
* Imported code from eMule 0.30
 
GetMaxFilesPerUDPServerPacket()
 
SendGlobGetSourcesUDPPacket()
 
GetSoftFiles()
 
SetSoftFiles()
 
GetHardFiles()
 
SetHardFiles()
 
SetVersion()
 
DbgGetFileInfo()