[Python-apps-team] Removing Trac from wheezy?

Daniel Kahn Gillmor dkg at fifthhorseman.net
Fri Apr 5 20:13:12 UTC 2013


On Thu 2013-04-04 11:23:42 -0400, W. Martin Borgert wrote:

> Quoting "Daniel Kahn Gillmor" <dkg at fifthhorseman.net>:
>> If y'all are ok with this, i can go ahead and make an unstable release
>> of 0.12.5 over the next few days, and try to write up a review of the
>> changes to propose for the first wheezy point release.
>
> Yes, please do so!

I've just pushed 0.12.5-2 to unstable, and updated the collab-maint git
repository with a wheezy branch.

You can compare the differences pretty easily with git.  the vast
majority of the lines changed are translation updates:

0 dkg at alice:/tmp$ git clone git://anonscm.debian.org/collab-maint/trac.git
Cloning into 'trac'...
remote: Counting objects: 3204, done.
remote: Compressing objects: 100% (1160/1160), done.
remote: Total 3204 (delta 1850), reused 3105 (delta 1783)
Receiving objects: 100% (3204/3204), 4.75 MiB | 964 KiB/s, done.
Resolving deltas: 100% (1850/1850), done.
0 dkg at alice:/tmp$ cd trac
0 dkg at alice:/tmp/trac$ git diff --shortstat debian/0.12.3-1 debian/0.12.5-2  
 181 files changed, 67927 insertions(+), 26247 deletions(-)
0 dkg at alice:/tmp/trac$ git diff debian/0.12.3-1 debian/0.12.5-2  | filterdiff -x '*.po' | diffstat -s
 134 files changed, 2318 insertions(+), 667 deletions(-)
0 dkg at alice:/tmp/trac$ 

I know from working with one of the Mexican translators that there are
valuable changes in the updates done in es_MX between 0.12.4 and 0.12.5;
i'm sure the other translation changes are similarly useful.

Many of these remaining changes are documentation changes and cmlenz
updating his e-mail address throughout the codebase, and upstream's
basic summary covers the rest:

----------------------
Trac 0.12.5 (January 15, 2013)
http://svn.edgewall.org/repos/trac/tags/trac-0.12.5

Trac 0.12.5 is a maintenance release and contains
a few interesting fixes:
 - upload of .mht files (MHTML web page archive files) now works
   (#9880)
 - more robust parsing of attachment URLs (#10280) and uploaded
   file names (#10850)
 - lots of improvement to the date formatting code, which is now
   much more robust when timezone and daylight saving time
   computations are involved (#10768, #10863, #10864, #10912, #10920)
 - no longer generate invalid JSON encoded data with Python 2.4 and
   2.5 (#10877)
 - ... and a few more!

Trac 0.12.4 (September 7, 2012)
http://svn.edgewall.org/repos/trac/tags/trac-0.12.4

Trac 0.12.4 is a regular maintenance release and contains
a few minor fixes.
----------------------

I think we can make this argument to the release team after wheezy is
released.

> If you have an idea about solving #704607 without introducing a
> new (better said: old) jQuery package, this would be great. Maybe
> we need to backport some JavaScript code from 1.0.1 to 0.12.5.
> (Or we need foreports.debian.org, which would contain older
> software versions for newer Debian releases.)

heh.  i think finding and backporting a fix to the jquery would probably
be the best idea.  i'll try to replicate this problem and see what i can
find in the relevant code.

    --dkg
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 965 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/python-apps-team/attachments/20130405/11b11dcb/attachment.pgp>


More information about the Python-apps-team mailing list