From 220f7101aadf3d6d653bc94ca959a9a0e14704e6 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Fri, 17 Mar 2006 15:16:17 +0000 Subject: [PATCH] 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) --- CHANGES | 15 +++++++++++++++ VERSION | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) 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