aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2014-07-23 18:06:58 -0400
committerRalph Amissah <ralph@amissah.com>2014-07-23 18:06:58 -0400
commit09223f6ac8e547d465b01b99566aaecb993358cd (patch)
treef7ded5568324669d44ba63f07d100c9753b6f674
parentdocumentation related (diff)
v5 v6: version & changelog (& rakefile)
-rw-r--r--data/doc/sisu/CHANGELOG_v57
-rw-r--r--data/doc/sisu/CHANGELOG_v67
-rw-r--r--data/sisu/v5/v/version.yml6
-rw-r--r--data/sisu/v6/v/version.yml6
-rw-r--r--rbuild4
5 files changed, 22 insertions, 8 deletions
diff --git a/data/doc/sisu/CHANGELOG_v5 b/data/doc/sisu/CHANGELOG_v5
index c9416620..1a596776 100644
--- a/data/doc/sisu/CHANGELOG_v5
+++ b/data/doc/sisu/CHANGELOG_v5
@@ -31,6 +31,13 @@ v2 branch is removed; it is available in sisu =< 3.3.2
%% Reverse Chronological:
+%% 5.5.3.orig.tar.xz (2014-07-23:29/3)
+http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_5.5.3
+http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/debian/sisu_5.5.3-1
+http://www.jus.uio.no/sisu/pkg/src/sisu_5.5.3.orig.tar.xz
+ sisu_5.5.3.orig.tar.xz
+ sisu_5.5.3-1.dsc
+
%% 5.5.2.orig.tar.xz (2014-07-22:29/2)
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_5.5.2
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/debian/sisu_5.5.2-1
diff --git a/data/doc/sisu/CHANGELOG_v6 b/data/doc/sisu/CHANGELOG_v6
index e41a12e0..e1201c3c 100644
--- a/data/doc/sisu/CHANGELOG_v6
+++ b/data/doc/sisu/CHANGELOG_v6
@@ -21,6 +21,13 @@ v2 branch is removed; it is available in sisu =< 3.3.2
%% Reverse Chronological:
+%% 6.1.3.orig.tar.xz (2014-07-23:29/3)
+http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_6.1.3
+http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/debian/sisu_6.1.3-1
+http://www.jus.uio.no/sisu/pkg/src/sisu_6.1.3.orig.tar.xz
+ sisu_6.1.3.orig.tar.xz
+ sisu_6.1.3-1.dsc
+
%% 6.1.2.orig.tar.xz (2014-07-22:29/2)
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_6.1.2
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/debian/sisu_6.1.2-1
diff --git a/data/sisu/v5/v/version.yml b/data/sisu/v5/v/version.yml
index af2b37c3..cb6a11a3 100644
--- a/data/sisu/v5/v/version.yml
+++ b/data/sisu/v5/v/version.yml
@@ -1,5 +1,5 @@
---
:project: SiSU
-:version: 5.5.2
-:date_stamp: 2014w29/2
-:date: "2014-07-22"
+:version: 5.5.3
+:date_stamp: 2014w29/3
+:date: "2014-07-23"
diff --git a/data/sisu/v6/v/version.yml b/data/sisu/v6/v/version.yml
index 426aff5d..ce0764ed 100644
--- a/data/sisu/v6/v/version.yml
+++ b/data/sisu/v6/v/version.yml
@@ -1,5 +1,5 @@
---
:project: SiSU
-:version: 6.1.2
-:date_stamp: 2014w29/2
-:date: "2014-07-22"
+:version: 6.1.3
+:date_stamp: 2014w29/3
+:date: "2014-07-23"
diff --git a/rbuild b/rbuild
index 74afe9be..ed867d94 100644
--- a/rbuild
+++ b/rbuild
@@ -37,8 +37,8 @@
#require 'mkmf'
#create_makefile("sisu")
#% manual settings, edit/update as required (note current default settings are obtained from sisu version yml file)
-SiSU_version_next_stable = '5.5.2' #% set version
-SiSU_version_next_unstable = '6.1.2' #% set version
+SiSU_version_next_stable = '5.5.3' #% set version
+SiSU_version_next_unstable = '6.1.3' #% set version
#% rake file
SiSU_version_generic_next_stable = '5.4.x'
SiSU_version_generic_next_unstable = '6.0.x'