[rkward-cvs] SF.net SVN: rkward:[2413] trunk/rkward

tfry at users.sourceforge.net tfry at users.sourceforge.net
Wed Mar 25 16:19:37 UTC 2009


Revision: 2413
          http://rkward.svn.sourceforge.net/rkward/?rev=2413&view=rev
Author:   tfry
Date:     2009-03-25 16:19:37 +0000 (Wed, 25 Mar 2009)

Log Message:
-----------
Bookkeeping

Modified Paths:
--------------
    trunk/rkward/CMakeLists.txt
    trunk/rkward/ChangeLog
    trunk/rkward/version.h

Modified: trunk/rkward/CMakeLists.txt
===================================================================
--- trunk/rkward/CMakeLists.txt	2009-03-25 16:19:14 UTC (rev 2412)
+++ trunk/rkward/CMakeLists.txt	2009-03-25 16:19:37 UTC (rev 2413)
@@ -1,5 +1,7 @@
 PROJECT(rkward)
 
+CMAKE_MINIMUM_REQUIRED(VERSION 2.4)	# KDElibs seems to need 2.6, though
+
 IF(NOT CMAKE_VERBOSE_MAKEFILE)
 	SET (FORCE_PRETTY_MAKEFILE ON)
 ENDIF(NOT CMAKE_VERBOSE_MAKEFILE)

Modified: trunk/rkward/ChangeLog
===================================================================
--- trunk/rkward/ChangeLog	2009-03-25 16:19:14 UTC (rev 2412)
+++ trunk/rkward/ChangeLog	2009-03-25 16:19:37 UTC (rev 2413)
@@ -1,8 +1,12 @@
+--- Version 0.5.0c - ????????
+- Fix immediate crash issue wirh R 2.9.0 (requires recompilation against R 2.9)
+- Fixed some shortcut problems with KDElibs 4.2.x
+- Fixed: Several icons would not be loaded
+- Fix device window capturing Qt 4.4.3 (possibly other versions were broken as well)
+- Fix device window capturing with R 2.8.0
+- Extended Boxplot plugin
+- Internal code change in Barplot plugin
 
---- Version 0.5.?? - Feb-20-2009
-- Extended Boxplot
-- little code change in Barplot
-
 --- Version 0.5.0b - Apr-20-2008
 - Support compilation with R 2.7
 - New plugin: Hodrick-Prescott Filter

Modified: trunk/rkward/version.h
===================================================================
--- trunk/rkward/version.h	2009-03-25 16:19:14 UTC (rev 2412)
+++ trunk/rkward/version.h	2009-03-25 16:19:37 UTC (rev 2413)
@@ -1,2 +1,2 @@
 /* Version number of package */
-#define VERSION "0.5.0b"
+#define VERSION "0.5.0c-test1"


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the rkward-tracker mailing list