changeset 3192:eb00a2fa0e0e maint-0.8 0.8.0

pre-release stuff
author Richard Jones <richard@users.sourceforge.net>
date Wed, 16 Feb 2005 00:29:18 +0000
parents bbe57087e22b
children 5962d6b1a411
files CHANGES.txt doc/announcement.txt doc/whatsnew-0.8.txt roundup/__init__.py templates/classic/html/page.html
diffstat 5 files changed, 61 insertions(+), 36 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGES.txt	Tue Feb 15 23:49:05 2005 +0000
+++ b/CHANGES.txt	Wed Feb 16 00:29:18 2005 +0000
@@ -1,7 +1,7 @@
 This file contains the changes to the Roundup system over time. The entries
 are given with the most recent entry first.
 
-2005-01-?? 0.8.0b3
+2005-02-16 0.8.0
 Fixed:
 - fix roundup-server log and PID file paths to be absolute
 - fix initialisation of roundup-server in daemon mode so initialisation
@@ -24,7 +24,6 @@
 - removed rlog module (py 2.3 is minimum version now)
 - fixed class "help" listing paging (sf bug 1106329)
 - nicer error looking up values of None (response to sf bug 1108697)
-- added "imapServer.py" script (sf patch 934567)
 - fallback for (list) popups if javascript disabled (sf patch 1101626)
 
 
--- a/doc/announcement.txt	Tue Feb 15 23:49:05 2005 +0000
+++ b/doc/announcement.txt	Wed Feb 16 00:29:18 2005 +0000
@@ -1,31 +1,51 @@
-I'm proud to release this 8th major feature release of Roundup. This is
-currently a DEVELOPMENT release, meaning it probably has bugs. If you want
-a STABLE release, use 0.7.x
+I'm proud to release this 8th major feature release of Roundup. 
 
 First up, big thanks go to alexander smishlajev who has done some really
 good work getting the i18n and new configuration components of this release
 going.
 
-Please note that Roundup now requires python 2.3 or later.
+Please note that Roundup now requires Python 2.3 or later. Please continue
+to use 0.7 if you require Python 2.1 compatibility.
 
 Version 0.8 introduces far too many features to list here so I've put
 together a What's New page:
 
   http://roundup.sourceforge.net/doc-0.8/whatsnew-0.8.html
 
-0.8b3 is a bugfix release, fixing:
+This 0.8.0 release fixes some bugs in the previous beta releases:
 
-- note about how to run roundup demo in Windows (sf bug 1082090)
-- fix API for templating utils extensions - remove "utils" arg (sf bug 1081981)
-- back_sqlite.py is missing "import time" (sf bug 1081959)
-- fix (list) popup (sf bug 1083570)
-- fix some security assertions (sf bug 1085481)
-- 'roundup-server -S' always writes [trackers] section heading (sf bug 1088878)
-- fix port number as int in mysql connection info (sf bug 1082530)
-- fix setup.py to work with <Python2.3 (sf bug 1082801)
-- fix permissions checks in cgi templating (sf bug 1082755)
-- fix "Users may only edit their issues" example in docs
-- handle ~/.my.cnf files for MySQL defaults (sf bug 1096031)
+- handle capitalisation of class names in text hyperlinking (sf bug
+  1101043)
+- quote full-text search text in URL generation
+- fixed problem migrating mysql databases
+- fix search_checkboxes macro (sf patch 1113828)
+- fix bug in date editing in Metakit
+- allow suppression of search_text in indexargs_form (sf bug 1101548)
+- hack to fix some anydbm export problems (sf bug 1081454)
+- ignore AutoReply messages (sf patch 1085051)
+- fix ZRoundup syntax error (sf bug 1122335)
+- fix roundup-server log and PID file paths to be absolute
+- fix initialisation of roundup-server in daemon mode so initialisation
+  errors are visible
+- fix: 'Logout' link was enabled on issue index page only
+- have Permissions only test the check function if itemid is suppled
+- modify cgi templating system to check item-level permissions in listings
+- enable batching in message and file listings
+- more documentation of security mechanisms (incl. sf patches 1117932,
+  1117860)
+- better unit tests for security mechanisms
+- code cleanup (sf patch 1115329 and additional)
+- issue search page allows setting of no sorting / grouping (sf bug
+  1119475)
+- better edit conflict handling (sf bug 1118790)
+- consistent text searching behaviour (AND everywhere) (sf bug 1101036)
+- fix handling of invalid date input (sf bug 1102165)
+- retain Boolean selections in edit error handling (sf bug 1101492)
+- fix initialisation of logging module from config file (sf bug 1108577)
+- removed rlog module (py 2.3 is minimum version now)
+- fixed class "help" listing paging (sf bug 1106329)
+- nicer error looking up values of None (response to sf bug 1108697)
+- fallback for (list) popups if javascript disabled (sf patch 1101626)
 
 If you're upgrading from an older version of Roundup you *must* follow
 the "Software Upgrade" guidelines given in the maintenance documentation.
--- a/doc/whatsnew-0.8.txt	Tue Feb 15 23:49:05 2005 +0000
+++ b/doc/whatsnew-0.8.txt	Wed Feb 16 00:29:18 2005 +0000
@@ -9,25 +9,33 @@
 
 .. contents::
 
-In Summary
-==========
+Email improvements
+==================
 
-(this information copied directly from the ``CHANGES.txt`` file)
+Added option to turn off registration confirmation via email
+("instant_registration" in config).
 
-XXX this section needs more detail
 
-- create a new RDBMS cursor after committing
-- roundup-admin reindex command may now work on single items or classes
+Database improvements
+=====================
+
+We create a new RDBMS cursor after committing, allowing further changes and
+commits.
 
-- roundup-server options -g and -u accept both ids and names (sf bug 983769)
-- roundup-server now has a configuration file (-C option)
-- roundup windows service may be installed with command line options
-  recognized by roundup-server (but not tracker specification arguments).
-  Use this to specify server configuration file for the service.
+The roundup-admin reindex command may now work on single items or classes.
+
+
+Server improvements
+===================
 
-- added option to turn off registration confirmation via email
-  ("instant_registration" in config) (sf rfe 922209)
+The roundup-server options -g and -u accept both ids and names.
 
+roundup-server now has a configuration file (see the -C option) and may
+generate a new config file for you (see the -S option).
+
+The Roundup windows service may be installed with command line options
+recognized by roundup-server (but not tracker specification arguments).
+Use this to specify server configuration file for the service.
 
 
 Performance improvements
@@ -152,8 +160,6 @@
 
 The web interface has seen some changes:
 
-Editing
-
 Templating
   We implement __nonzero__ for HTMLProperty - properties may now be used in
   boolean conditions (eg ``tal:condition="issue/nosy"`` will be false if
--- a/roundup/__init__.py	Tue Feb 15 23:49:05 2005 +0000
+++ b/roundup/__init__.py	Wed Feb 16 00:29:18 2005 +0000
@@ -15,7 +15,7 @@
 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
 # 
-# $Id: __init__.py,v 1.31.2.1 2005-01-03 03:17:48 richard Exp $
+# $Id: __init__.py,v 1.31.2.2 2005-02-16 00:29:17 richard Exp $
 
 '''Roundup - issue tracking for knowledge workers.
 
@@ -68,6 +68,6 @@
 '''
 __docformat__ = 'restructuredtext'
 
-__version__ = '0.8.0b2'
+__version__ = '0.8.0'
 
 # vim: set filetype=python ts=4 sw=4 et si
--- a/templates/classic/html/page.html	Tue Feb 15 23:49:05 2005 +0000
+++ b/templates/classic/html/page.html	Wed Feb 16 00:29:18 2005 +0000
@@ -120,7 +120,7 @@
   </p>
   <p class="userblock">
    <b i18n:translate="">Help</b><br>
-   <a href="http://roundup.sourceforge.net/doc-0.7/"
+   <a href="http://roundup.sourceforge.net/doc-0.8/"
     i18n:translate="">Roundup docs</a>
   </p>
  </td>

Roundup Issue Tracker: http://roundup-tracker.org/