Release 1.1.10-0

- YError: - Add setFile() and setLine() methods
  - YOptString: - newly added
  - Usrv: - Fix crash due to race in unregistering from connection list
          - Fix memory leaks in YServer.cpp
          -  Major rewrite and renaming of classes
          - Optimized memory management
          - Add memory debugger
  - Misc: - Log mpatrol mem_dump() to syslog
  - Contr: - Add module YLifo
  - YOsc: - rewrite
  - Slog, platform, misc unified into module base
  - YThread: - Add setFlags(), addFlags(), delFlags() and changed setName() to
               avoid deadlock
  - Inifile: - Support quoted strings as values
             - Add inifile_val() and inifile_str() macros
  - Scripts: - some fixes to cvs_mail.sh
  - Make: - some indentation cleanup in defs.mk.in
          - Make all targets depend on all.done
          - Fix plugin.mk
  - Platform: - Add winerrno.h; will be removed again
This commit is contained in:
Jan Lindemann 2005-12-05 12:37:31 +00:00 committed by Jan Lindemann
commit 5bcc25939c
2 changed files with 19 additions and 3 deletions

20
CHANGES
View file

@ -205,10 +205,26 @@ o uclnt: - Added YMsgDispatcher::getAddress()
- made some getXX() functions const - made some getXX() functions const
o slog: - now not logging date, process id, id to console anylonger by default o slog: - now not logging date, process id, id to console anylonger by default
- introduced mutex to be able to use static buffer - introduced mutex to be able to use static buffer
1.1.10-0
--------
o YError: - added setFile() and setLine() methods o YError: - added setFile() and setLine() methods
o YOptString: newly added o YOptString: - newly added
o usrv: - fixed memory leaks in YServer.cpp o usrv: - fixed crash due to race in unregistering from connection list
- fixed memory leaks in YServer.cpp
- major rewrite and renaming of classes
- optimized memory management - optimized memory management
- added memory debugger - added memory debugger
o misc: - now logging mpatrol mem_dump() to syslog o misc: - now logging mpatrol mem_dump() to syslog
o contr: - added module YLifo o contr: - added module YLifo
o YOsc: - rewrite
o slog, platform, misc unified into module base
o YThread: - added setFlags(), addFlags(), delFlags() and changed setName() to
avoid deadlock
o inifile: - now supporting quoted strings as values
- added inifile_val() and inifile_str() macros
o scripts: - some fixes to cvs_mail.sh
o make: - some indentation cleanup in defs.mk.in
- made all targets depend on all.done
- fixed plugin.mk
o platform: - added winerrno.h; will be removed again

View file

@ -1 +1 @@
1.1.9-0-dev 1.1.10-0-dev