diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/NEWS | 19 | ||||
| -rw-r--r-- | debian/changelog | 16 | 
2 files changed, 35 insertions, 0 deletions
| diff --git a/debian/NEWS b/debian/NEWS new file mode 100644 index 00000000..b5169d8f --- /dev/null +++ b/debian/NEWS @@ -0,0 +1,19 @@ +sisu (0.62.0-1) unstable; urgency=medium + +  Output directory structure related to images and optional shared source +  files has been changed, existing sites will need to be manually adjusted + +  * site images: +    [outputpath]/_sisu/image_local is now [outputpath]/_sisu/image + +  * package images: +    [outputpath]/_sisu/image is now [outputpath]/_sisu/image_sys + +  shared source if any now is placed in separate directories +  * shared markup text in: +    [outputpath]/src + +  * shared (zipped) sisupods in: +    [outputpath]/pod + + -- Ralph Amissah <ralph@amissah.com>  Sat, 20 Oct 2007 00:21:34 +0100 diff --git a/debian/changelog b/debian/changelog index 2a8a3838..2bb67dd1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +sisu (0.62.0-1) unstable; urgency=medium + +  * new upstream, several things, see upstream changelog + +  * some output directories moved that will require manual fixing for existing +    sites, [outputpath]/_sisu/image_local becomes [outputpath]/_sisu/image; +    [outputpath]/_sisu/image for system images becomes +    [outputpath]/_sisu/image_sys; shared source if any now is placed in separate +    directories, [outputpath]/src for shared markup text, [outputpath]/pod for +    shared (zipped) sisupods [accounts for version bump] + +  * debian/control added 'Depends' on rsync (previously 'Recommends') as used +    even more extensively + + -- Ralph Amissah <ralph@amissah.com>  Sat, 20 Oct 2007 00:21:34 +0100 +  sisu (0.61.0-1) unstable; urgency=medium    * new upstream, consolidates changes introduced in 0.59 and 0.60 series, | 
