From df791cb9ef04e558a54ef57a61ea7c81adb3417a Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Fri, 16 Apr 2010 11:48:54 -0400 Subject: sha256 (2.1.0) --- CHANGELOG_v2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'CHANGELOG_v2') diff --git a/CHANGELOG_v2 b/CHANGELOG_v2 index 372c2d66..2666e04d 100644 --- a/CHANGELOG_v2 +++ b/CHANGELOG_v2 @@ -14,9 +14,9 @@ Reverse Chronological: %% 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 - sisu_2.1.0.orig.tar.gz - sisu_2.1.0-1.dsc - sisu_2.1.0-1.diff.gz + ceb7fb71ed815f7f64faac98174639f0008d4d7659053f6832cd3023f656a14b 2745619 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 (sql) database table name and column structure changes, new pgsql db name prefix "sisu_v2a_" (hence breakage & version bump), continue to review -- cgit v1.2.3 From 66d4fb553e13fe817e5aa471ac18586a6c080090 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Mon, 19 Apr 2010 21:18:48 -0400 Subject: update: changelog, version (2.1.1) --- CHANGELOG_v2 | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'CHANGELOG_v2') diff --git a/CHANGELOG_v2 b/CHANGELOG_v2 index 2666e04d..625b247d 100644 --- a/CHANGELOG_v2 +++ b/CHANGELOG_v2 @@ -12,6 +12,30 @@ 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 + + * shared_metadata, fixed wrong reference to md.gutenberg instead of md.pg, + prevents building of latex/pdf in affected cases + + * param, where rights.copyright missing, nag profusely but do not break, fix + + * shared_html_lite, markup heading objects + + * 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_import sqlite, prevent multiple import of file with same filename(.sst) + (cgi form should work correctly, without multiple entries) + + * cgi_sql_common, better presentation for next page where more matches than + limit per page + %% 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 ceb7fb71ed815f7f64faac98174639f0008d4d7659053f6832cd3023f656a14b 2745619 sisu_2.1.0.orig.tar.gz -- cgit v1.2.3 From 64ad02a5161e7b67baa6ef60de4721d0ce7adb61 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 20 Apr 2010 19:04:59 -0400 Subject: update: changelog, version (2.2.0), review --- CHANGELOG_v2 | 50 ++++++++++++++++++++++++++++++++++---------------- 1 file changed, 34 insertions(+), 16 deletions(-) (limited to 'CHANGELOG_v2') 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) -- cgit v1.2.3 From d348ae931a17901eda839ef9501e13c9be51e913 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 20 Apr 2010 19:12:58 -0400 Subject: reverts unique words list column and indexes; fix for drop indexes; changelog & version update * reverts unique word list column on doc_objects and endnotes and associated indexes, may reintroduce at a later time * db_drop, drop TEXT indexes for sqlite only * update: changelog, version date --- CHANGELOG_v2 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'CHANGELOG_v2') diff --git a/CHANGELOG_v2 b/CHANGELOG_v2 index 3d5ebb13..715caef8 100644 --- a/CHANGELOG_v2 +++ b/CHANGELOG_v2 @@ -12,7 +12,7 @@ Reverse Chronological: %% Development branch UNSTABLE -%% 2.2.0.orig.tar.gz (2010-04-19:16/1) +%% 2.2.0.orig.tar.gz (2010-04-20:16/2) 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 @@ -20,8 +20,6 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_2.2.0.orig.tar.gz * 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 -- cgit v1.2.3