diff options
| -rw-r--r-- | debian/NEWS.Debian | 13 | ||||
| -rw-r--r-- | debian/changelog | 9 | 
2 files changed, 22 insertions, 0 deletions
| diff --git a/debian/NEWS.Debian b/debian/NEWS.Debian index b892282a..4ac46b1d 100644 --- a/debian/NEWS.Debian +++ b/debian/NEWS.Debian @@ -1,3 +1,16 @@ +sisu (2.3.0-1) unstable; urgency=medium + +  SQL db structure addition (of Online Computer Library Center number) (v2c), +  (if you use sisu search) it is necessary to: (a) recreate db and tables and +  populate them, and; (b) to regenerate the sample search form (or modify any +  search forms) + +  The postgresql db name prefix is now "SiSUv2c_" + +  This version includes many small fixes, see upstream changelog + + -- Ralph Amissah <ralph@amissah.com>  Tue, 27 Apr 2010 19:51:23 -0400 +  sisu (2.2.0-1) unstable; urgency=medium    SQL db structure changes (v2b), (if you use sisu search) it is necessary to: diff --git a/debian/changelog b/debian/changelog index 675c0175..ef07bcf3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +sisu (2.3.0-1) unstable; urgency=medium + +  * new upstream including sql db structure change, addition of oclc number +    (v2c), disruptive where sisu search is used it is necessary to recreate db +    and tables and populate; search forms must be redone to take account of db +    changes; release includes many small fixes, see upstream changelog + + -- Ralph Amissah <ralph@amissah.com>  Tue, 27 Apr 2010 19:51:23 -0400 +  sisu (2.2.0-1) unstable; urgency=medium    * new upstream, sql db structure changes (v2b), disruptive where sisu search | 
