diff --git a/.cvsignore b/.cvsignore index 8ea5e6d..f2db883 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Trac-0.11.2.1.tar.gz +Trac-0.11.3.tar.gz diff --git a/sources b/sources index ab55460..b98b8bf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -984ade4c234539f50c738d6a55a45e80 Trac-0.11.2.1.tar.gz +df29c9be868ab5aa02cfaa0e3bbc7a2b Trac-0.11.3.tar.gz diff --git a/trac.spec b/trac.spec index e35fd3e..5c2ac03 100644 --- a/trac.spec +++ b/trac.spec @@ -1,8 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: trac -Version: 0.11.2.1 -Release: 4%{?dist} +Version: 0.11.3 +Release: 1%{?dist} Summary: Enhanced wiki and issue tracking system Group: Applications/Internet License: BSD @@ -78,6 +78,19 @@ rm -rf $RPM_BUILD_ROOT %{_var}/www/cgi-bin/trac.fcgi %changelog +* Sun Feb 15 2009 Jeffrey C. Ollie - 0.11.3-1 +- Trac 0.11.3 contains a number of bug fixes and minor enhancements. +- The following list contains only a few highlights: +- +- * Compatibility with Python 2.6 (#7876, #7458) +- * PostgreSQL db backend improvement (#4987, #7600) +- * Highlighting of search results is more robust (#7324, #7830) +- * Unicode related fixes (#7672, #7959, #7845, #7935, #8024) +- * Fixed Trac link rendering in ReST (#7712) +- +- You can find a more detailed release note at: +- http://trac.edgewall.org/wiki/TracDev/ReleaseNotes/0.11 + * Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.11.2.1-4 - Rebuild for Python 2.6