[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    =?utf-8?q?=5Bchoqok/1=2E0=5D_/=3A_Version_and_changelog_updated_?=
From:       Mehrdad Momeny <mehrdad.momeny () gmail ! com>
Date:       2011-01-26 15:12:55
Message-ID: 20110126151255.98F00A6094 () git ! kde ! org
[Download RAW message or body]

Git commit 8ae242a5b0d5b98c164765479bc1f86474c809a0 by Mehrdad Momeny.
Pushed by momeny into branch '1.0'.

Version and changelog updated for ver 1.0 release

M  +1    -1    CMakeLists.txt     
M  +4    -0    changelog     
M  +1    -1    choqok/main.cpp     
M  +2    -2    helperlibs/twitterapihelper/CMakeLists.txt     
M  +2    -2    libchoqok/CMakeLists.txt     
M  +2    -2    microblogs/ocs/CMakeLists.txt     

http://commits.kde.org/choqok/8ae242a5b0d5b98c164765479bc1f86474c809a0

diff --git a/CMakeLists.txt b/CMakeLists.txt
index a37bb74..5aec2f8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -15,7 +15,7 @@ find_package(QCA2 REQUIRED)
 find_package(QtOAuth REQUIRED)
 
 if(NOT QTINDICATE_DISABLE)
-    find_package(QtIndicate)
+    find_package(QtIndicate QUIET)
     if(QtIndicate_FOUND)
         set(QTINDICATE_BUILD TRUE)
 	endif(QtIndicate_FOUND)
diff --git a/changelog b/changelog
index 64ba44a..e0c1c90 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,7 @@
+=== Version 1.0 -- 26-Jan-2011 ===
+* Several bug fixes and improvements around RC1
+* Redesigned Icon and splash screen
+
 === Version 0.9.98 (1.0 RC1) -- 06-Dec-2010 ===
 * Twitter Lists support in Choqok [FEATURE:216249]
 * Option to show timelines in reverse order [FEATURE:241743]
diff --git a/choqok/main.cpp b/choqok/main.cpp
index 13b4b5d..c0d04ea 100644
--- a/choqok/main.cpp
+++ b/choqok/main.cpp
@@ -32,7 +32,7 @@
 static const char description[] =
     I18N_NOOP( "KDE Micro-Blogging Client." );
 
-static const char version[] = "0.9.98 (1.0 RC1)";
+static const char version[] = "1.0";
 
 int main( int argc, char **argv )
 {
diff --git a/helperlibs/twitterapihelper/CMakeLists.txt b/helperlibs/twitterapihelper/CMakeLists.txt
index 053723f..01f6560 100644
--- a/helperlibs/twitterapihelper/CMakeLists.txt
+++ b/helperlibs/twitterapihelper/CMakeLists.txt
@@ -32,8 +32,8 @@ target_link_libraries( twitterapihelper
                        choqok)
 
 set_target_properties(twitterapihelper PROPERTIES
-VERSION 0.9.8
-SOVERSION 0
+VERSION 1.0.0
+SOVERSION 1
 )
 
 install(TARGETS twitterapihelper ${INSTALL_TARGETS_DEFAULT_ARGS})
diff --git a/libchoqok/CMakeLists.txt b/libchoqok/CMakeLists.txt
index 0837bb1..ba99001 100644
--- a/libchoqok/CMakeLists.txt
+++ b/libchoqok/CMakeLists.txt
@@ -56,8 +56,8 @@ if(QtIndicate_FOUND)
 endif(QtIndicate_FOUND)
 
 set_target_properties(choqok PROPERTIES
-VERSION 0.9.98
-SOVERSION 0
+VERSION 1.0.0
+SOVERSION 1
 )
 
 if(MSVC)
diff --git a/microblogs/ocs/CMakeLists.txt b/microblogs/ocs/CMakeLists.txt
index da1081f..518ef77 100644
--- a/microblogs/ocs/CMakeLists.txt
+++ b/microblogs/ocs/CMakeLists.txt
@@ -1,5 +1,5 @@
 
-find_package(LibAttica)
+find_package(LibAttica QUIET)
 
 IF(LIBATTICA_FOUND)
     message(STATUS "FOUND LibAttica: Will build OCS plugin")
@@ -30,5 +30,5 @@ IF(LIBATTICA_FOUND)
 
     add_subdirectory(icons)
 ELSE(LIBATTICA_FOUND)
-    message(WARNING "LibAttica NOT FOUND, won't build OCS plugin")
+    message(STATUS "Optional dependency LibAttica not found, won't build OCS plugin")
 ENDIF(LIBATTICA_FOUND)

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic