diff options
author | Ralph Amissah <ralph@amissah.com> | 2008-05-10 12:15:04 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2008-05-10 12:15:04 -0400 |
commit | 61a533c385db51965fb85148a5791ded161ec639 (patch) | |
tree | 4e64a0d1cf78ed5cfca03687219350695c0f1226 /CHANGELOG | |
parent | use debhelper 7, add vcs info to debian/control (diff) | |
parent | update changelog (diff) |
Merge branch 'upstream' into debian/sid
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 34 |
1 files changed, 31 insertions, 3 deletions
@@ -9,11 +9,39 @@ Reverse Chronological: %% STABLE MANIFEST +%% sisu_0.66.3.orig.tar.gz (2008-05-10:18/6) +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 + + * debian/control package homepage moved to sisudoc.org + %% 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 |