changeset 3550:55bcd5673097

*** empty log message ***
author Richard Jones <richard@users.sourceforge.net>
date Wed, 08 Feb 2006 04:46:41 +0000
parents f6719836e521
children 3c70ab03c917
files CHANGES.txt doc/upgrading.txt roundup/__init__.py
diffstat 3 files changed, 11 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGES.txt	Wed Feb 08 04:03:54 2006 +0000
+++ b/CHANGES.txt	Wed Feb 08 04:46:41 2006 +0000
@@ -4,16 +4,16 @@
 2006-02-06 1.1.0
 Feature:
 - trackers may configure custom stop-words for the full-text indexer
-- login may now be for a single session
+- login may now be for a single session (and this is the default)
 - trackers may hide exceptions from web users (they will be mailed to the
-  tracker admin)
+  tracker admin) (hiding is the default)
 
 Fixed:
 - fixes in scripts/import_sf.py
 - fix some unicode bugs in roundup-admin import
-- Xapian indexer wasn't actually being used
-- fix reindexing in Xapian
-- fix indexing of message content on roundup-admin import
+- Xapian indexer wasn't actually being used and its reindexing of existing
+  data was busted to boot
+- roundup-admin import wasn't indexing message content
 - allow dispname to be passed to renderWith (sf bug 1424587)
 - rename dispname to @dispname to avoid name clashes in the future
 
--- a/doc/upgrading.txt	Wed Feb 08 04:03:54 2006 +0000
+++ b/doc/upgrading.txt	Wed Feb 08 04:46:41 2006 +0000
@@ -13,11 +13,11 @@
 
 .. contents::
 
-Migrating from 1.0 to 1.1
-=========================
+Migrating from 1.0.x to 1.1.0
+=============================
 
-1.1 Login for Session Only
---------------------------
+1.1 Login "For Session Only"
+----------------------------
 
 In 1.1, web logins are alive for the length of a session only, *unless* you
 add the following to the login form in your tracker's ``page.html``::
--- a/roundup/__init__.py	Wed Feb 08 04:03:54 2006 +0000
+++ b/roundup/__init__.py	Wed Feb 08 04:46:41 2006 +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.35 2006-02-07 04:59:05 richard Exp $
+# $Id: __init__.py,v 1.36 2006-02-08 04:46:41 richard Exp $
 
 '''Roundup - issue tracking for knowledge workers.
 
@@ -68,6 +68,6 @@
 '''
 __docformat__ = 'restructuredtext'
 
-__version__ = '1.0.2p1'
+__version__ = '1.1.0'
 
 # vim: set filetype=python ts=4 sw=4 et si

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