diff options
| author | Ralph Amissah <ralph@amissah.com> | 2008-05-11 14:29:30 -0400 | 
|---|---|---|
| committer | Ralph Amissah <ralph@amissah.com> | 2008-05-11 14:29:30 -0400 | 
| commit | 16727b041ad2d26129634a154415c7c62dde2faf (patch) | |
| tree | 144dae74eb55a2269f06aa7df2c28ca58128d183 | |
| parent | minor sync (diff) | |
changelog and version updatedsisu_0.66.3
| -rw-r--r-- | conf/sisu/version.yml | 6 | ||||
| -rw-r--r-- | data/doc/sisu/CHANGELOG | 32 | 
2 files changed, 32 insertions, 6 deletions
| diff --git a/conf/sisu/version.yml b/conf/sisu/version.yml index 7402f4a3..ded9517e 100644 --- a/conf/sisu/version.yml +++ b/conf/sisu/version.yml @@ -1,5 +1,5 @@  ---  -:version: 0.66.2 -:date_stamp: 2008w16/5 -:date: "2008-04-25" +:version: 0.66.3 +:date_stamp: 2008w18/0 +:date: "2008-05-11"  :project: SiSU diff --git a/data/doc/sisu/CHANGELOG b/data/doc/sisu/CHANGELOG index 229f3575..9a667b42 100644 --- a/data/doc/sisu/CHANGELOG +++ b/data/doc/sisu/CHANGELOG @@ -9,11 +9,37 @@ Reverse Chronological:  %% STABLE MANIFEST +%% sisu_0.66.3.orig.tar.gz (2008-05-11:18/7) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.66.3.orig.tar.gz +  sisu_0.66.3.orig.tar.gz +  sisu_0.66.3-1.dsc +  sisu_0.66.3-1.diff.gz + +  * sqlite3, problem with transaction commits and disconnecting from db +    (including query and close), frustrating as sqlite is invaluable, bug has +    arisen with attempt to upgrade sisu from use of sqlite2 to sqlite3, may be +    within sisu [re-check connection requirements] but appears to be with +    sqlite3 component of (libdbi-ruby, libdbm-ruby); writing on the net at +    present suggests there may be a problem[1]; file bug report against +    sisu-sqlite and against libdbd-sqlite3-ruby, libdbd-sqlite3-ruby1.8, +    [1] http://www.sqlite.org/cvstrac/wiki?p=SqliteWrappers discussing +    different program apis at this time writes the following on ruby-dbi (in +    bold) "Ruby DBI (dbd_sqlite). This needs some work (see mailing list!)." + +  * sql, work on ability to create sql transaction file for manual sql commit + +  * particulars, introduced an abstraction for getting: basic environment; +    document parameters; and machine coded document + +  * debian/control use debhelper version 7 + +  * debian/control introduce vcs info git repo, browser +  %% sisu_0.66.2.orig.tar.gz (2008-04-25:16/5)  http://www.jus.uio.no/sisu/pkg/src/sisu_0.66.2.orig.tar.gz -  sisu_0.66.2.orig.tar.gz -  sisu_0.66.2-1.dsc -  sisu_0.66.2-1.diff.gz +  6af989ae3bc57889ce0e02eaa8d45d384fdec7ef 1496216 sisu_0.66.2.orig.tar.gz +  989f5cde491ee3890ce083461d0dbf769371c306 1003 sisu_0.66.2-1.dsc +  d76cede86c178164c37a1f1b8f441c2ed48cf2fa 146135 sisu_0.66.2-1.diff.gz    * sisu-sqlite use sqlite3, unresolved issue finalizing transaction | 
