]> git.tokkee.org Git - roundup.git/commitdiff

Code

minor changes for 0.4.0b2
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Fri, 11 Jan 2002 03:24:15 +0000 (03:24 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Fri, 11 Jan 2002 03:24:15 +0000 (03:24 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@529 57a73879-2fb5-44c3-a270-3262357dd7e2

CHANGES.txt
setup.py

index dc058318900efe558f80ad712c60beded4e2ee1d..513cbf7566cead23b7541257e24cf13d9326bf55 100644 (file)
@@ -1,14 +1,14 @@
 This file contains the changes to the Roundup system over time. The entries
 are given with the most recent entry first.
 
-2002-01-?? - 0.4.0b2
+2002-01-11 - 0.4.0b2
 Fixed:
  . #495392 ] empty nosy -patch
  . #500574 ] messageid must have format <part1@part2>
  . fixed some problems with web editing and change detection
  . mail splitting wasn't detecting responses in the same "section" as quoted
    text
-
+ . missed a "from i18n import _" in date.py
 
 2002-01-08 - 0.4.0b1
 Feature:
index 2be7e912b18cf3ca6e60a30c88a929a9fe6623ad..75f4fc5c550b9141d40fcb7e5f88807856dd8418 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -16,7 +16,7 @@
 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
 # 
-# $Id: setup.py,v 1.27 2002-01-05 02:09:46 richard Exp $
+# $Id: setup.py,v 1.28 2002-01-11 03:24:15 richard Exp $
 
 from distutils.core import setup, Extension
 from distutils.util import get_platform
@@ -64,7 +64,7 @@ for template in templates:
 
 setup(
     name = "roundup", 
-    version = "0.4.0b1",
+    version = "0.4.0b2",
     description = "Roundup issue tracking system.",
     author = "Richard Jones",
     author_email = "richard@users.sourceforge.net",
@@ -77,6 +77,9 @@ setup(
 
 #
 # $Log: not supported by cvs2svn $
+# Revision 1.27  2002/01/05 02:09:46  richard
+# make setup abort if tests fail
+#
 # Revision 1.26  2001/12/08 07:06:20  jhermann
 # Install html template files to share/roundup/templates
 #