[rkward] /: Start release process

Thomas Friedrichsmeier null at kde.org
Thu Jan 16 08:25:57 GMT 2020


Git commit 98939ca962a5231f4369ba22224ca6b08cfbd543 by Thomas Friedrichsmeier.
Committed on 16/01/2020 at 08:25.
Pushed by tfry into branch 'master'.

Start release process

M  +3    -3    ChangeLog
M  +4    -4    INSTALL
M  +1    -1    VERSION.cmake
M  +1    -1    rkward/plugins/pluginmap_meta.inc
M  +1    -1    rkward/rbackend/rpackages/rkward/DESCRIPTION

https://commits.kde.org/rkward/98939ca962a5231f4369ba22224ca6b08cfbd543

diff --git a/ChangeLog b/ChangeLog
index 0fd0ceff..ffe12612 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
---- Version 0.7.1 - UNRELEASED
-- Instead of installing rkward R packages at build time, install them at runtime, when needed     TODO: Testing, document removal of -DR_LIBDIR for packagers
+--- Version 0.7.1 - Jan-23-2020
+- Instead of installing rkward R packages at build time, install them at runtime, when needed
 - Add new commandline option "--r-executable=auto" for auto-detection of R installation
 - Fixed: Underscore (_) was not accepted in names of newly created data.frames
 - <browser> element in save file mode gains checkbox to control overwriting of existing files
@@ -8,7 +8,7 @@
 - Add command-line option --autoreuse to avoid shipping two separate .desktop files
 - <select> elements in plugin dialogs can be set to accept only a single selection
 - New R functions rk.capture.output() and and rk.end.capture.output()
-- Allow to reference current script file in plugins      TODO: Test this
+- Allow to reference current script file in plugins
 - Add various live-preview options for R scripts, including a preview of R markdown rendering
 - Make it possible to "link" to specific settings pages from the internal documentation
 - Slighlty less confusing output in case a package is installed from require(), such as in many plugins
diff --git a/INSTALL b/INSTALL
index 302efa68..23d389f7 100644
--- a/INSTALL
+++ b/INSTALL
@@ -2,10 +2,10 @@ Requirements
 ===================
 
 RKWard requires:
-- KDE-libraries and headers (>= 4.0) (http://www.kde.org)
-- Qt-libraries and headers (>= 4.3) (http://www.trolltech.com)
-- R and headers (http://www.r-project.org)
-- CMake (http://cmake.org)
+- Several KF5-libraries and headers (>= 5.4) (https://www.kde.org)
+- Qt-libraries and headers (>= 5.2) (http://www.trolltech.com)
+- R and headers (https://www.r-project.org)
+- CMake (https://cmake.org)
 
 
 Compilation
diff --git a/VERSION.cmake b/VERSION.cmake
index f0456d2b..38a3b340 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -1,3 +1,3 @@
 # DO NOT CHANGE THIS FILE MANUALLY!
 # It will be overwritten by scripts/set_dist_version.sh
-SET(RKVERSION_NUMBER 0.7.0z+0.7.1+devel2)
+SET(RKVERSION_NUMBER 0.7.1)
diff --git a/rkward/plugins/pluginmap_meta.inc b/rkward/plugins/pluginmap_meta.inc
index 6750c405..3d71c477 100644
--- a/rkward/plugins/pluginmap_meta.inc
+++ b/rkward/plugins/pluginmap_meta.inc
@@ -8,7 +8,7 @@
 		</snippet>
 		<snippet id="rkward_version_guard">
 			<!-- Guard against accidental inclusion of pluginmaps in a different installed version of RKWard -->
-			<dependencies rkward_min_version="0.7.0z" rkward_max_version="0.7.1y" />
+			<dependencies rkward_min_version="0.7.1" rkward_max_version="0.7.1y" />
 		</snippet>
 	</snippets>
 </document>
diff --git a/rkward/rbackend/rpackages/rkward/DESCRIPTION b/rkward/rbackend/rpackages/rkward/DESCRIPTION
index b2b87e8c..a2d2585f 100755
--- a/rkward/rbackend/rpackages/rkward/DESCRIPTION
+++ b/rkward/rbackend/rpackages/rkward/DESCRIPTION
@@ -18,7 +18,7 @@ Authors at R: c(person(given="Thomas", family="Friedrichsmeier",
         role=c("aut")), person(given="the RKWard team",
         email="rkward-devel at kde.org", role=c("cre","ctb")))
 Version: 0.7.1
-Date: 2019-12-30
+Date: 2020-01-16
 RoxygenNote: 6.1.0
 Collate: 
     'base_overrides.R'



More information about the rkward-tracker mailing list