From 41ee6e0ffa75db79418a2eae9d4eb925e25eba51 Mon Sep 17 00:00:00 2001 From: Guenter Obiltschnig Date: Mon, 2 Oct 2006 08:12:41 +0000 Subject: [PATCH] changes for 1.2.4 --- MANIFEST | 4 ++++ VERSION | 2 +- build/config/SunOS | 8 ++++---- components | 10 +++++----- 4 files changed, 14 insertions(+), 10 deletions(-) diff --git a/MANIFEST b/MANIFEST index 29c00a707..b8575197e 100644 --- a/MANIFEST +++ b/MANIFEST @@ -40,6 +40,10 @@ CHANGELOG components configure contrib +contrib/cmake +contrib/cmake/CMakeLists.txt +contrib/cmake/PocoConfig.cmake +contrib/cmake/README contrib/poco-doc.pl CONTRIBUTORS CppUnit diff --git a/VERSION b/VERSION index 9432531b2..f9ec8939d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.4 (2006-09-29) +1.2.4 (2006-10-02) diff --git a/build/config/SunOS b/build/config/SunOS index 56316bb60..d17fa846a 100644 --- a/build/config/SunOS +++ b/build/config/SunOS @@ -1,5 +1,5 @@ # -# $Id: //poco/1.2/build/config/SunOS#1 $ +# $Id: //poco/1.2/build/config/SunOS#2 $ # # SunOS # @@ -51,9 +51,9 @@ STATICOPT_LINK = -Bstatic SHAREDOPT_CC = -KPIC SHAREDOPT_CXX = -KPIC SHAREDOPT_LINK = -Bdynamic -DEBUGOPT_CC = -g -xs -xcheck -D_DEBUG=$(DEBUGLEVEL) -DEBUGOPT_CXX = -g -xs -xcheck -D_DEBUG=$(DEBUGLEVEL) -DEBUGOPT_LINK = -g -xs -xcheck +DEBUGOPT_CC = -g -xs -D_DEBUG=$(DEBUGLEVEL) +DEBUGOPT_CXX = -g -xs -D_DEBUG=$(DEBUGLEVEL) +DEBUGOPT_LINK = -g -xs RELEASEOPT_CC = -O -DNDEBUG RELEASEOPT_CXX = -O -DNDEBUG RELEASEOPT_LINK = diff --git a/components b/components index 65a04c9c0..55e6831dc 100644 --- a/components +++ b/components @@ -1,5 +1,5 @@ -Foundation -XML -Util -Net -CppUnit +Foundation +XML +Util +Net +CppUnit