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-2
- Support gcc 4.0, fixed some uninitialized vars and some syntax while at it
- Support x86_64
- Base/misc: Add consume_bytes_from_pipe()
- Slog: slog() inline
- Beautify some Makefiles (FIND_SUBDIRS)
- Make:
- Decoupled USE_COMPILER_OPTIMIZATION_OPTS from USE_DEBUG_OPS
- Add USE_ASSERTIONS
- Not using qt4 debug libs anylonger
- Add run.mk
- YShMem: Make a couple of functions inline
- Uclnt/cpp: Fix some uninitialized variables, possibly harming stability (thread id)
This commit is contained in:
parent
8069fb25cd
commit
220f7101aa
2 changed files with 16 additions and 1 deletions
15
CHANGES
15
CHANGES
|
|
@ -244,3 +244,18 @@ o inifile: - bugfix in dump()
|
|||
o YApplication: newly added MVC framework
|
||||
o make: - moved compiler optimization and such from project dirs into defs.mk.in
|
||||
|
||||
1.1.10-2
|
||||
--------
|
||||
o now supporting gcc 4.0, fixed some uninitialized vars and some syntax while at it
|
||||
o now supporting x86_64
|
||||
o base/misc: added consume_bytes_from_pipe()
|
||||
o slog: slog() inline
|
||||
o beautified some Makefiles (FIND_SUBDIRS)
|
||||
o make:
|
||||
- decoupled USE_COMPILER_OPTIMIZATION_OPTS from USE_DEBUG_OPS
|
||||
- added USE_ASSERTIONS
|
||||
- not using qt4 debug libs anylonger
|
||||
- added run.mk
|
||||
o YShMem: made a couple of functions inline
|
||||
o uclnt/cpp: fixed some uninitialized variables, possibly harming stability (thread id)
|
||||
|
||||
|
|
|
|||
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
|||
1.1.10-1-dev
|
||||
1.1.10-2-dev
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue