mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
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:
parent
f116f40b6b
commit
5bcc25939c
2 changed files with 19 additions and 3 deletions
20
CHANGES
20
CHANGES
|
|
@ -205,10 +205,26 @@ o uclnt: - Added YMsgDispatcher::getAddress()
|
|||
- made some getXX() functions const
|
||||
o slog: - now not logging date, process id, id to console anylonger by default
|
||||
- introduced mutex to be able to use static buffer
|
||||
|
||||
1.1.10-0
|
||||
--------
|
||||
o YError: - added setFile() and setLine() methods
|
||||
o YOptString: newly added
|
||||
o usrv: - fixed memory leaks in YServer.cpp
|
||||
o YOptString: - newly added
|
||||
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
|
||||
- added memory debugger
|
||||
o misc: - now logging mpatrol mem_dump() to syslog
|
||||
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
|
||||
|
|
|
|||
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
|||
1.1.9-0-dev
|
||||
1.1.10-0-dev
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue