[rkward-cvs] SF.net SVN: rkward:[2793] branches/release_branch_0.4.9
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Thu Mar 18 11:19:34 UTC 2010
Revision: 2793
http://rkward.svn.sourceforge.net/rkward/?rev=2793&view=rev
Author: tfry
Date: 2010-03-18 11:19:30 +0000 (Thu, 18 Mar 2010)
Log Message:
-----------
Prepare 0.4.9c release
Modified Paths:
--------------
branches/release_branch_0.4.9/ChangeLog
branches/release_branch_0.4.9/configure.in.in
branches/release_branch_0.4.9/debian/changelog
branches/release_branch_0.4.9/rkward/main.cpp
Modified: branches/release_branch_0.4.9/ChangeLog
===================================================================
--- branches/release_branch_0.4.9/ChangeLog 2010-03-18 09:21:31 UTC (rev 2792)
+++ branches/release_branch_0.4.9/ChangeLog 2010-03-18 11:19:30 UTC (rev 2793)
@@ -1,3 +1,4 @@
+--- Version 0.4.9c - March-18-2010
- Backport all plugin changes and additions up to RKWard 0.5.2
- Add support for the dynamic help server introduced in R 2.10.0
- Backport some improvements in event handling
Modified: branches/release_branch_0.4.9/configure.in.in
===================================================================
--- branches/release_branch_0.4.9/configure.in.in 2010-03-18 09:21:31 UTC (rev 2792)
+++ branches/release_branch_0.4.9/configure.in.in 2010-03-18 11:19:30 UTC (rev 2793)
@@ -1,6 +1,6 @@
#MIN_CONFIG(3)
-AM_INIT_AUTOMAKE(rkward,0.4.9c-pre1)
+AM_INIT_AUTOMAKE(rkward,0.4.9c)
dnl CXXFLAGS="$NOOPT_CXXFLAGS" dnl __kdevelop[noopt]__
dnl CFLAGS="$NOOPT_CFLAGS" dnl __kdevelop[noopt]__
Modified: branches/release_branch_0.4.9/debian/changelog
===================================================================
--- branches/release_branch_0.4.9/debian/changelog 2010-03-18 09:21:31 UTC (rev 2792)
+++ branches/release_branch_0.4.9/debian/changelog 2010-03-18 11:19:30 UTC (rev 2793)
@@ -1,3 +1,9 @@
+rkward (0.4.9c-1) unstable; urgency=low
+
+ * new upstream release
+
+ -- Thomas Friedrichsmeier <tfry at users.sourceforge.net> Thu, 18 Mar 2010 15:30:00 +0200
+
rkward (0.4.9b-1) unstable; urgency=low
* new upstream release
Modified: branches/release_branch_0.4.9/rkward/main.cpp
===================================================================
--- branches/release_branch_0.4.9/rkward/main.cpp 2010-03-18 09:21:31 UTC (rev 2792)
+++ branches/release_branch_0.4.9/rkward/main.cpp 2010-03-18 11:19:30 UTC (rev 2793)
@@ -2,7 +2,7 @@
main.cpp - description
-------------------
begin : Tue Oct 29 20:06:08 CET 2002
- copyright : (C) 2002, 2005, 2006, 2007 by Thomas Friedrichsmeier
+ copyright : (C) 2002, 2005, 2006, 2007, 2010 by Thomas Friedrichsmeier
email : tfry at users.sourceforge.net
***************************************************************************/
@@ -81,7 +81,7 @@
};
int main(int argc, char *argv[]) {
- KAboutData aboutData( "rkward", I18N_NOOP ("RKWard"), version, description, KAboutData::License_GPL, "(c) 2002, 2004, 2005, 2006, 2007", 0, "http://rkward.sf.net", "rkward-devel at lists.sourceforge.net");
+ KAboutData aboutData( "rkward", I18N_NOOP ("RKWard"), version, description, KAboutData::License_GPL, "(c) 2002, 2004, 2005, 2006, 2007, 2008, 2009, 2010", 0, "http://rkward.sf.net", "rkward-devel at lists.sourceforge.net");
aboutData.addAuthor ("Thomas Friedrichsmeier", I18N_NOOP ("Project leader / main developer"), 0);
aboutData.addAuthor ("Pierre Ecochard", I18N_NOOP ("C++ coder since 0.2.9"), 0);
aboutData.addAuthor ("Stefan Roediger", I18N_NOOP ("Many plugins, suggestions, marketing, translations"), 0);
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