aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG_v2
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2010-04-20 19:04:59 -0400
committerRalph Amissah <ralph@amissah.com>2010-04-20 19:04:59 -0400
commit64ad02a5161e7b67baa6ef60de4721d0ce7adb61 (patch)
tree3bf04ae7ca14f923360e9022b5c4d277de4e2d60 /CHANGELOG_v2
parentcgi take account of db name prefix change SiSUv2b_ and changed column names (diff)
update: changelog, version (2.2.0), review
Diffstat (limited to 'CHANGELOG_v2')
-rw-r--r--CHANGELOG_v250
1 files changed, 34 insertions, 16 deletions
diff --git a/CHANGELOG_v2 b/CHANGELOG_v2
index 625b247d..3d5ebb13 100644
--- a/CHANGELOG_v2
+++ b/CHANGELOG_v2
@@ -12,29 +12,45 @@ Reverse Chronological:
%% Development branch UNSTABLE
-%% 2.1.1.orig.tar.gz (2010-04-18:15/7)
-http://www.jus.uio.no/sisu/pkg/src/sisu_2.1.1.orig.tar.gz
- sisu_2.1.1.orig.tar.gz
- sisu_2.1.1-1.dsc
- sisu_2.1.1-1.diff.gz
+%% 2.2.0.orig.tar.gz (2010-04-19:16/1)
+http://www.jus.uio.no/sisu/pkg/src/sisu_2.2.0.orig.tar.gz
+ sisu_2.2.0.orig.tar.gz
+ sisu_2.2.0-1.dsc
+ sisu_2.2.0-1.diff.gz
- * shared_metadata, fixed wrong reference to md.gutenberg instead of md.pg,
- prevents building of latex/pdf in affected cases
+ * db (sql) table structure, further review and changes (hence breakage & version bump)
+ * new pgsql db name prefix "sisu_v2b_"
+ * new table column words in doc_objects & endnotes, VARCHAR 3000 to contain
+ list of unique sorted words in object
+ * increase use of VARCHAR
+ * new indexes
- * param, where rights.copyright missing, nag profusely but do not break, fix
+ * multiple fixes
- * shared_html_lite, markup heading objects
+ * db_sqltxt, sql issue at times with missing author field, fix
- * db_sqltxt, sql issue at times with missing author field, fix
+ * db_select, check for whether db exists, note this does not check whether
+ tables have been created though
- * db_select, check for whether db exists, note this does not check whether
- tables have been created though
+ * db_import sqlite, prevent multiple import of file with same
+ filename(.sst) (cgi form should work correctly, without multiple entries)
- * db_import sqlite, prevent multiple import of file with same filename(.sst)
- (cgi form should work correctly, without multiple entries)
+ * db_indexes, db_drop fixes
- * cgi_sql_common, better presentation for next page where more matches than
- limit per page
+ * cgi_sql_common, better presentation for next page where more matches than
+ limit per page
+
+ * shared_metadata, fixed wrong reference to md.gutenberg instead of md.pg,
+ prevents building of latex/pdf in affected cases
+
+ * param, extensive db column size checks for metadata
+
+ * param, where rights.copyright missing, nag profusely but do not break,
+ fix
+
+ * shared_html_lite, markup heading objects
+
+ [2.1.1 fix release was not built, changes appear under 2.2.0]
%% 2.1.0.orig.tar.gz (2010-04-16:15/5)
http://www.jus.uio.no/sisu/pkg/src/sisu_2.1.0.orig.tar.gz
@@ -42,6 +58,8 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_2.1.0.orig.tar.gz
a1a452dc0ff287a746a408862156afa054c51ae9efc232f8fa59a67d9af6b4b6 1145 sisu_2.1.0-1.dsc
a94c9bf7cf6eb340a27055967abbc8a6726a2eb974daf221fee0940b6f85bc66 275748 sisu_2.1.0-1.diff.gz
+ * db table structure, further review, minor, but disruptive
+
* db (sql) database table name and column structure changes, new pgsql db
name prefix "sisu_v2a_" (hence breakage & version bump), continue to review
(db_columns, db_create, db_import, db_sqltxt)