diff --git a/CHANGES b/CHANGES index 88c3a211..eb7b6285 100644 --- a/CHANGES +++ b/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) + diff --git a/VERSION b/VERSION index 6416154e..de688a7d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.10-1-dev +1.1.10-2-dev