[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Trac 0.10.3 final release



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello,

We're waiting rc1 release to migrate to testing but upstream release
the final release and I checked the interdiff between both. It's
basically the version change and one file that was removed.
diff -Nur trac-0.10.3~rc1/ChangeLog trac-0.10.3/ChangeLog
--- trac-0.10.3~rc1/ChangeLog	2006-12-07 18:10:35.000000000 -0200
+++ trac-0.10.3/ChangeLog	2006-12-12 16:44:08.000000000 -0200
@@ -1,3 +1,16 @@
+Trac 0.10.3 (Dec 12, 2006)
+http://svn.edgewall.org/repos/trac/tags/trac-0.10.3
+
+ Trac 0.10.3 is a bug fix release. The following list contains only a 
+ few highlights:
+
+ * Timeline fail to load with a "NoSuchChangeset" error message (#4132).
+ * Timed out MySQL connections not handled properly (#3645).
+ * Subversion repository resync broken. (#4204).
+
+ The complete list of closed tickets can be found here:
+   http://trac.edgewall.org/query?status=closed&milestone=0.10.2
+
 Trac 0.10.3rc1 (Dec 7, 2006)
 http://svn.edgewall.org/repos/trac/tags/trac-0.10.3rc1
 
Binary files trac-0.10.3~rc1/doc/trac_icon_16x16.png and trac-0.10.3/doc/trac_icon_16x16.png differ
Binary files trac-0.10.3~rc1/doc/trac_icon_32x32.png and trac-0.10.3/doc/trac_icon_32x32.png differ
diff -Nur trac-0.10.3~rc1/PKG-INFO trac-0.10.3/PKG-INFO
--- trac-0.10.3~rc1/PKG-INFO	1969-12-31 21:00:00.000000000 -0300
+++ trac-0.10.3/PKG-INFO	2006-12-12 16:45:14.000000000 -0200
@@ -0,0 +1,15 @@
+Metadata-Version: 1.0
+Name: trac
+Version: 0.10.3
+Summary: Integrated scm, wiki, issue tracker and project environment
+Home-page: http://trac.edgewall.org/
+Author: Edgewall Software
+Author-email: info@edgewall.com
+License: BSD
+Description: 
+        Trac is a minimalistic web-based software project management and bug/issue
+        tracking system. It provides an interface to the Subversion revision control
+        systems, an integrated wiki, flexible issue tracking and convenient report
+        facilities.
+        
+Platform: UNKNOWN
diff -Nur trac-0.10.3~rc1/RELEASE trac-0.10.3/RELEASE
--- trac-0.10.3~rc1/RELEASE	2006-12-07 18:10:35.000000000 -0200
+++ trac-0.10.3/RELEASE	2006-12-12 16:44:08.000000000 -0200
@@ -1,11 +1,8 @@
-Release Notes for Trac 0.10.3rc1
-================================
-December 7, 2006
+Release Notes for Trac 0.10.3
+=============================
+December 12, 2006
 
-NOTE: This is a release candidate, the real 0.10.3 will hopefully be
-      released early next week.
-
-We're happy to announce the Trac 0.10.3-rc1 release, available from:
+We're happy to announce the Trac 0.10.3 release, available from:
 
   http://trac.edgewall.org/wiki/TracDownload
 
@@ -14,7 +11,7 @@
 
   http://trac.edgewall.org/wiki/MailingList
 
-Trac 0.10.3 is a bug fix release and fixes few bugs introduced in the 
+Trac 0.10.3 is a bug fix release and fixes a few bugs introduced in the 
 0.10.1 and 0.10.2 releases. A brief summary of major changes:
 
  * Timeline fail to load with a "NoSuchChangeset" error message (#4132).
Binary files trac-0.10.3~rc1/setup_wininst.bmp and trac-0.10.3/setup_wininst.bmp differ
diff -Nur trac-0.10.3~rc1/trac/__init__.py trac-0.10.3/trac/__init__.py
--- trac-0.10.3~rc1/trac/__init__.py	2006-12-07 18:33:46.000000000 -0200
+++ trac-0.10.3/trac/__init__.py	2006-12-12 16:44:08.000000000 -0200
@@ -11,7 +11,7 @@
 """
 __docformat__ = 'epytext en'
 
-__version__ = '0.10.3dev'
+__version__ = '0.10.3'
 __url__ = 'http://trac.edgewall.org/'
 __copyright__ = '(C) 2003-2006 Edgewall Software'
 __license__ = 'BSD'
diff -Nur trac-0.10.3~rc1/trac/scripts/tests/admin-tests.txt trac-0.10.3/trac/scripts/tests/admin-tests.txt
--- trac-0.10.3~rc1/trac/scripts/tests/admin-tests.txt	2006-12-07 18:33:46.000000000 -0200
+++ trac-0.10.3/trac/scripts/tests/admin-tests.txt	2006-12-12 16:44:07.000000000 -0200
@@ -1,5 +1,5 @@
 ===== test_help_ok =====
-trac-admin - The Trac Administration Console 0.10.3dev
+trac-admin - The Trac Administration Console 0.10.3
 
 Usage: trac-admin </path/to/projenv> [command [subcommand] [option ...]]
 
diff -Nur trac-0.10.3~rc1/wiki-default/checkwiki.py trac-0.10.3/wiki-default/checkwiki.py
--- trac-0.10.3~rc1/wiki-default/checkwiki.py	2006-08-28 14:22:51.000000000 -0300
+++ trac-0.10.3/wiki-default/checkwiki.py	1969-12-31 21:00:00.000000000 -0300
@@ -1,131 +0,0 @@
-#!/usr/bin/python
-#
-# Check/update default wiki pages from the Trac project website.
-#
-# Note: This is a development tool used in Trac packaging/QA, not something
-#       particularly useful for end-users.
-#
-# Author: Daniel Lundin <daniel@edgewall.com>
-
-import httplib
-import re
-import sys
-import getopt
-
-# Pages to include in distribution
-wiki_pages = [
- "CamelCase",
- "InterMapTxt",
- "InterTrac",
- "InterWiki",
- "RecentChanges",
- "TitleIndex",
- "TracAccessibility",
- "TracAdmin",
- "TracBackup",
- "TracBrowser",
- "TracCgi",
- "TracChangeset",
- "TracEnvironment",
- "TracFastCgi",
- "TracGuide",
- "TracImport",
- "TracIni",
- "TracInstall",
- "TracInterfaceCustomization",
- "TracLinks",
- "TracLogging",
- "TracModPython",
- "TracNotification",
- "TracPermissions",
- "TracPlugins",
- "TracQuery",
- "TracReports",
- "TracRevisionLog",
- "TracRoadmap",
- "TracRss",
- "TracSearch",
- "TracStandalone",
- "TracSupport",
- "TracSyntaxColoring",
- "TracTickets",
- "TracTicketsCustomFields",
- "TracTimeline",
- "TracUnicode",
- "TracUpgrade",
- "TracWiki",
- "WikiDeletePage",
- "WikiFormatting",
- "WikiHtml",
- "WikiMacros",
- "WikiNewPage",
- "WikiPageNames",
- "WikiProcessors",
- "WikiRestructuredText",
- "WikiRestructuredTextLinks"
- ]
-
-def get_page_from_file (pname):
-    d = ''
-    try:
-        f = open(pname ,'r')
-        d = f.read()
-        f.close()
-    except:
-        print "Missing page: %s" % pname
-    return d
-
-def get_page_from_web (pname):
-    host = "trac.edgewall.org"
-    rfile = "/wiki/%s?format=txt" % pname
-    c = httplib.HTTPConnection(host)
-    c.request("GET", rfile)
-    r = c.getresponse()
-    d = r.read()
-    if r.status != 200 or d == ("describe %s here\n" % pname):
-        c.close()
-        print "Missing page: %s" % pname
-    c.close()
-    f = open(pname, 'w+')
-    f.write(d)
-    f.close()
-    return d
-
-def check_links (data):
-    def get_refs(t, refs=[]):
-        r = "(?P<wikilink>(^|(?<=[^A-Za-z]))[!]?[A-Z][a-z/]+(?:[A-Z][a-z/]+)+)"
-        m = re.search (r, t)
-        if not m:
-            refs.sort()
-            result = []
-            orf = None
-            for rf in refs:
-                if rf != orf:
-                    result.append(rf)
-                    orf = rf
-            return result
-        refs.append(m.group())
-        return get_refs( t[m.end():], refs)
-    for p in data.keys():
-        links = get_refs(data[p], [])
-        for l in links:
-            if l not in data.keys():
-                print "Broken link:  %s -> %s" % (p, l)
-
-if __name__ == '__main__':
-    try:
-        opts, args = getopt.getopt(sys.argv[1:], "ds")
-    except getopt.GetoptError:
-        # print help information and exit:
-        print "%s [-d]" % sys.argv[0]
-        print "\t-d  -- Download pages from the main project wiki."
-        sys.exit()
-    get_page = get_page_from_file
-    for o,a in opts:
-        if o == '-d':
-            get_page = get_page_from_web
-    data = {}
-    for p in wiki_pages:
-        data[p] = get_page (p)
-    check_links(data)
-
diff -Nur trac-0.10.3~rc1/wiki-default/WikiStart trac-0.10.3/wiki-default/WikiStart
--- trac-0.10.3~rc1/wiki-default/WikiStart	2006-12-07 18:33:46.000000000 -0200
+++ trac-0.10.3/wiki-default/WikiStart	2006-12-12 16:44:07.000000000 -0200
@@ -1,4 +1,4 @@
-= Welcome to Trac 0.10.3dev =
+= Welcome to Trac 0.10.3 =
 
 Trac is a '''minimalistic''' approach to '''web-based''' management of
 '''software projects'''. Its goal is to simplify effective tracking and handling of software issues, enhancements and overall progress.
I would like to get auth to upload this final release to avoid
confusion from our users and make simple to backport the fixes for
security team.

Can I do it? I would upload it as high since it fixes a important
#400849 bug on Etch (this fix is already on rc1).

- -- 
        O T A V I O    S A L V A D O R
- ---------------------------------------------
 E-mail: otavio@debian.org      UIN: 5906116
 GNU/Linux User: 239058     GPG ID: 49A5F855
 Home Page: http://otavio.ossystems.com.br
- ---------------------------------------------
"Microsoft sells you Windows ... Linux gives
 you the whole house."
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8+ <http://mailcrypt.sourceforge.net/>

iD8DBQFFf+h9LqiZQEml+FURAgt5AJ9/m5Rf0oPfnK6pqCqWGU2RfH45uACfZg27
QQQTuVKqj6G++H0MF7L9elA=
=q6nh
-----END PGP SIGNATURE-----

Reply to: