diff options
| -rw-r--r-- | CHANGELOG | 17 | ||||
| -rw-r--r-- | conf/sisu/version.yml | 6 | 
2 files changed, 19 insertions, 4 deletions
| @@ -9,6 +9,19 @@ Reverse Chronological:  %% STABLE MANIFEST +%% sisu_0.70.2.orig.tar.gz (2008-12-16:50/2) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.70.2.orig.tar.gz +  sisu_0.70.2.orig.tar.gz +  sisu_0.70.2-1.dsc +  sisu_0.70.2-1.diff.gz + +  * harvest_authors, sort authors works + +  * i18n (translation of manifest) fix, related to variable renaming in +    previous release (see git log) + +  * manpage, help include: sisu --harvest *.ss[tm] +  %% sisu_0.70.1.orig.tar.gz (2008-12-14:49/7)  http://www.jus.uio.no/sisu/pkg/src/sisu_0.70.1.orig.tar.gz    9a04b4d7e89b1ff39a8745f4a1ad31841200f8f880508a56806e1b7ad45e7623 1544135 sisu_0.70.1.orig.tar.gz @@ -39,7 +52,9 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_0.70.1.orig.tar.gz    * latex/pdf bullet mark (bug in texlive, missing (at this instant) provide      workaround) -  * param, additional metadata fields +  * param +    * additional metadata fields +    * variable renaming (that affects modules that use param)    * sql (postgresql), add proposed metadata fields for though not yet populated      [if changes correctly anticipated, will enable future use of database diff --git a/conf/sisu/version.yml b/conf/sisu/version.yml index 1f43d712..b9661470 100644 --- a/conf/sisu/version.yml +++ b/conf/sisu/version.yml @@ -1,5 +1,5 @@  ---  -:version: 0.70.1 -:date_stamp: 2008w49/0 -:date: "2008-12-14" +:version: 0.70.2 +:date_stamp: 2008w50/2 +:date: "2008-12-16"  :project: SiSU | 
