File trac.changes of Package trac

-------------------------------------------------------------------
Tue Sep  1 23:03:51 UTC 2015 - chris@computersalat.de

- update to 1.0.8
  * Trac 1.0.8 fixes a regression introduced in Trac 1.0.7: the session
    for an authenticated username containing non-alphanumeric characters
    could not be retrieved, resulting in the user being denied access to
    every realm and resource ([trac:#12129]).
- update to 1.0.7
  * Trac 1.0.7 contains more than a dozen minor fixes and enhancements,
    including the following highlights:
  * Custom `svn:keywords` definitions are expanded in Subversion 1.8
    and later ([trac:#11364]).
  * Fixed MySQL performance regression in query with custom fields
    ([trac:#12113]).

-------------------------------------------------------------------
Mon Jun 22 10:03:08 UTC 2015 - jweberhofer@weberhofer.at

- reformatted spec using spec-cleaner

- removed several build warnings "non-break-space" by replacing strange
  spaces in regular spaces within the changelog for version 1.0.2

- update to bugfix release 1.0.6
  * Hash changeset ids are not allowed in revision log (#11050)
  * Trap exceptions from invalid database connection string (#11415)
  * Ability to send chunked response in Request.send (#11802)
  * Improve git repository performance (#11971)
  * Limit parameter in log view has off-by-one error (#11979)
  * Add support for the nginx X-Accel-Redirect header (#11981)
  * Cannot connect PostgreSQL database if password uses single quote characters
  * (#11983)

  * Release Trac 1.0.6 / 1.1.5 (#11987)
  * Repository admin message assumes all non-editable repositories are defined
    in trac.ini (#11994)
  * postgres_backend does not quote all identifiers (#11998)
  * Errors from ca localization when running easy_install (#11999)
  * Symbolic link for trac.ini overwritten when saving Configuration object
    (#12000)
  * Use lower logging level for "Invalid unified diff content" (#12005)
  * Use lower logging level for "Invalid Date" (#12007)
  * Failures of trac.tests.config on Windows since Trac 1.1.3 (#12019)
  * Test failures on OSX due to incorrect unicode normalization (#12020)
  * [wiki] wikiprocessor fails to properly render tag attributes with dashes
    hyphens eg. "data-collapse" (#12023)
  * Use namedtuple for RevCache in PyGIT module (#12027)
  * Intermittent test failures in Travis CI (#12039)
  * About page doesn't use access key as documented (#12045)
  * Inconsistent title attribute on Admin navigation item (#12049)

- update to bugfix release 1.0.5
  * wiki [[Image(URL)]] breaks when the URL contains commas (#8168)
  * Mention hotcopy in UPGRADE document (#10102)
  * Image macro now shows up in inline wiki markup (#10751)
  * Test failures in trac.wiki.tests.formatter when executed in isolation
    (#11316)
  * Ignore whitespace changes does not always work (#11687)
  * [PATCH] Image links based on RFC2397 not supported (#11773)
  * UnicodeError with its traceback should be logged while rendering genshi
    template (#11780)
  * FCGI gateway does not adequately detect URL scheme (#11793)
  * BaseException.message has been deprecated as of Python 2.6 (#11886)
  * Configuration.parse_if_needed takes forever to reload if clock is going
    back (#11904)
  * AttributeError: 'NoneType' object has no attribute 'get_youngest_rev'
    (#11912)
  * Release Trac 1.0.5 / 1.1.4 (#11914)
  * Workflow macro should trap exceptions when parsing content (#11915)
  * query:? link with duplicated group parameters leads a TypeError (#11920)
  * CachedRepository._next_prev_rev is very slow if node_change table is too
    large on mysql (#11955)
  * MilestoneOperation hint is incorrect if milestone doesn't exist (#11962)
  * Tag in git repository is not shown in browser view (#11964)
  * Support of journal_mode=WAL and synchronous=NORMAL in SQLite (#11967)
  * Historian leaves the git log instance open (#11973)
  * TICKET_BATCH_MODIFY defined if BatchModifyModule disabled (#11974)

-------------------------------------------------------------------
Sun Feb  8 11:57:28 UTC 2015 - opensuse@dstoecker.de

- update to bugfix release 1.0.4

-------------------------------------------------------------------
Mon Jan 19 09:44:27 UTC 2015 - opensuse@dstoecker.de

- update to version 1.0.3
 - Graph log support in the revision log (#1492)
 - Added support for Git (#10594)
 - Refreshed default theme for the user interface (#10012)
 - Added TracBatchModify functionality (#525)
 - Added workflow graph visualization macro (#10270)
 - Improved date / time handling (#9777, #10245, #10756) 

-------------------------------------------------------------------
Thu Dec 11 22:01:00 UTC 2014 - jengelh@inai.de

- Avoid potentially running fdupes on etc/
- Apache 2.4 needs "Require all granted" for /trac to not run
  into a 403 error.

-------------------------------------------------------------------
Sun Oct 26 11:23:54 UTC 2014 - opensuse@dstoecker.de

- update to 1.0.2
 - Subversion keywords are expanded and EOL substitutions made
   when viewing a file in the repository browser and when
   downloading a file (#717).
 - Notification email is sent to the old owner when a ticket
   is reassigned (#2311).
 - Ticket change history is updated when renaming and deleting a
   milestone, and when retargeting tickets to another milestone
   (#4582, #5658).
 - Numerous fixes for the Authz permissions policy in
   the browser/repository (#10961, #11646), wiki (#8976, #11067),
   admin (#11069) and report (#11176) realms.
 - Multiple form submits are disallowed (#10138).
 - `ConfigurationError` is raised if any of the `permission_policies`
   can't be loaded, preventing possible information leakage due
   to internal and installation errors (#10285).
 - Wiki toolbars can be disabled through a configuration
   setting (#10837)
 - The number of entries in a table is shown next to heading
   on applicable admin pages (#11027).
 - //Cancel// buttons are consistently located on all pages (#11076).
 - Focus is placed on a text element when an edit page is
   loaded (#11084).
 - The //Edit conflict// and //Merge// warning messages are
   always visible in side-by-side edit mode (#11102).
 - Improvements to the layout of the Report (#11106, #11664)
   and Ticket pages (#11471).
 - Genshi 0.7 compatibility (#11218).
 - Numerous minor fixes for Git repository support.

-------------------------------------------------------------------
Thu Sep  5 13:39:02 UTC 2013 - opensuse@dstoecker.de

- require python-configobj, or AuthzPolicy will silently fail

-------------------------------------------------------------------
Wed Feb  6 08:29:22 UTC 2013 - opensuse@dstoecker.de

- update to maintenance relase trac 1.0.1
  * Fix zip source download for large directories in Subversion
    repositories
  * Performance improvement for the Roadmap, by caching milestone
    properties
  * Added a ''select all'' checkbox to table of components for each
    plugin on the Plugins admin panel
  * Restore the ''Modify'' link at the top of the ticket page, as it was
    in Trac 0.12
  * `ListOption` keeps values other than empty string and None in raw
    list as default
  * Prevent possibility of multiple identical info or warning messages
    being presented to the user
  * The BatchModify select-all checkboxes are toggled with tri-state
    behavior when the ticket checkboxes are toggled
  * Update the ticket changetime to the current time when deleting a
    ticket comment

-------------------------------------------------------------------
Mon Sep 10 16:50:02 UTC 2012 - opensuse@dstoecker.de

- update to version 1.0
  *  Graph log support in the revision log (#1492)
  *  Added support for Git (#10594)
  *  Refreshed default theme for the user interface (#10012)
  *  Added TracBatchModify functionality (#525)
  *  Added workflow graph visualization macro (#10270)
  *  Improved date / time handling (#9777, #10245, #10756)
- remove trac auth patch as upstream did not accept it

-------------------------------------------------------------------
Mon Apr 23 13:18:23 UTC 2012 - opensuse@dstoecker.de

- Update to 0.12.3
   * compatibility with Subversion 1.7 (#10414)
   * easier troubleshooting of common startup errors (#10024)
   * jQuery upgraded to 1.4.4 (#10001)
   * improve fine-grained permission handling in the source browser (#9976, #10208, #10110)
   * added compatibility with MySQL 5.5.3 utf8mb4 databases (#9766)

-------------------------------------------------------------------
Sat Apr 23 21:09:31 EEST 2011 - koprok@nand.bg

- fix the installation of /etc/sysconfig/tracd

-------------------------------------------------------------------
Fri Feb  4 00:17:57 UTC 2011 - bitshuffler@opensuse.org

- Update to 0.12.2
   * install: improved robustness of Trac installation if Babel is
     installed after the fact (#9439, #9595, #9961)
   * notifications: support for Asian character width (#4717)
   * roadmap: fix display of progress bar in some corner cases (#9718)
     and respect the overall_completion milestone group setting (#9721)
   * reports: reports and queries look much better, as the columns now
     keep the same width across groups; the absence of word wrapping in
     reports has been fixed (#9825)
   * web admin: improved layout (#8866, #9963)
   * web: it's now possible to log in different Trac instances sharing
     the same URL prefix (e.g. /project and /project-test) (#9951)

-------------------------------------------------------------------
Mon Oct 11 15:56:25 UTC 2010 - pascal.bleser@opensuse.org

- update to 0.12.1:
  * db: improve concurrency behavior (#9111)
  * fcgi: add an environment variable TRAC_USE_FLUP to control the usage of flup vs. bundled _fcgi.py (defaults to 0, i.e. use bundled as before)
  * svn authz: improve compatibility with svn 1.5 format (#8289)
  * milestone: allow to set the time for the due date (#6369, #9582)
  * ticket: fixes for the CC: property (#8597, #9522)
  * notification: improved the formatting of ticket fields in notification e-mails (#9484, #9494)
  * i18n: added a configuration option to set the default language (#8117)
  * several fixes for upgrade (#9400, #9416, #9483, #9556) 

- spec file cleanup
- add rpmlintrc

-------------------------------------------------------------------
Tue Jun 15 12:00:00 UTC 2010 - opensuse@dstoecker.de

- Update to 0.12
- multi repository handling may need adjustements to configuration,
  be careful when updating from previous versions

-------------------------------------------------------------------
Tue May 18 09:13:53 UTC 2010 - chris@computersalat.de

- patch with fuzz=0

-------------------------------------------------------------------
Wed Mar 10 15:38:09 UTC 2010 - nix@opensuse.org

- Update to 0.11.7

-------------------------------------------------------------------
Sun Nov 29 19:37:23 UTC 2009 - bitshuffler@opensuse.org

- Updated to 0.11.6

-------------------------------------------------------------------
Thu Oct  1 19:25:40 UTC 2009 - bitshuffler@opensuse.org

- Make root:www the owner of /srv/trac instead of wwwrun:www

-------------------------------------------------------------------
Mon Sep 28 16:17:59 UTC 2009 - bitshuffler #suse@irc.freenode.org

- Split -server package
- Removed unnecessary Requires and BuildRequires
- moved CGI scipts to /usr/share/trac/cgi-bin
- Adapted trac.conf
- Added Requires for python-pygments & python-tz

-------------------------------------------------------------------
Sat Jul 18 12:00:00 CEST 2009 - pascal.bleser@opensuse.org

- update to 0.11.5:
  * bugfixes and minor enhancements
  * implements pre-upgrade backup support for PostgreSQL and MySQL
  * more robust diff parsing

-------------------------------------------------------------------
Wed Jun  3 16:59:38 CEST 2009 - anschneider@exsuse.de

- Fix the installation of the cgi scripts.

-------------------------------------------------------------------
Thu May 14 12:00:00 CEST 2009 - herbert@graeber-clan.de

- add support for cgi and fcgi

-------------------------------------------------------------------
Thu Apr  2 12:00:00 CEST 2009 - herbert@graeber-clan.de

- update to version 0.11.4
  * Custom mainnav links regression
  * Fixed Python 2.3 incompatibility
  * Fixed Python 2.6 notification issue
  * Fixed PostgreSQL multi column index issue

-------------------------------------------------------------------
Wed Feb 18 12:00:00 CEST 2009 - herbert@graeber-clan.de

- update to version 0.11.3
  * 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)

-------------------------------------------------------------------
Sun Nov  9 12:00:00 CEST 2008 - herbert@graeber-clan.de

- Update to version 0.11.2
  * Fixes potential DOS vulnerability with certain wiki markup.
  * Improved HTML sanitizer filter to detect possible phishing attempts. Reported by Simon Willison. 
  * MySQL db backend improvement (reconnect after idle timeout #4465) 
  * TicketQuery speed improvements (#6436) 
  * fixes for RSS feeds (timeline entries no longer truncated #7316, no longer download some feeds under Firefox #3899) 
  * search now works for custom fields (#2530) 
  * same order for ticket fields for new and existing tickets (#7018) 
  * enforce fine-grained permission for "quickjump" search results (#7655) 
  * e-mail obfuscation was not done in a few remaining places (#7688, #6532) 
  * uninstall of plugins from WebAdmin was not working - feature disabled for now 
  * more robust pagination of results for reports and custom queries (#7424, #7544) 
  * support for newer version of pygments (#7622) 
  * documentation updated (#7603, #7205, #7318) 
  * better support for Wiki page hierarchy (show path #2780, link to parent #2150) 
  * custom query allow to search in description and other text fields (#4824)
- Add Short-Description to tracd init script

-------------------------------------------------------------------
Wed Nov  5 12:00:00 CEST 2008 - herbert@graeber-clan.de

- Build requires apache2 for configuration directories
- add /etc/trac to file list

-------------------------------------------------------------------
Sun Oct  5 12:00:00 CEST 2008 - herbert@graeber-clan.de

- Update to version 0.11.1
- Tracd needs python-setuptools

-------------------------------------------------------------------
Wed Aug  6 12:00:00 CEST 2008 - herbert@graeber-clan.de

- Update of the trac.ini template file

-------------------------------------------------------------------
Tue Jun 24 12:00:00 CEST 2008 - herbert@graeber-clan.de

- Update to version 0.11

-------------------------------------------------------------------
Sun Dec  2 12:00:00 CEST 2007 - herbert@graeber-clan.de

- Fixed location of trac.ini in siteconfig.py

-------------------------------------------------------------------
Sat Dec  1 12:00:00 CEST 2007 - herbert@graeber-clan.de

- Moved the trac.ini file into /etc/trac. Try to relocate it from /usr/share/trac/conf
  if possible. [#343646]
- Make the trac_auth domain configurable [#344775]

-------------------------------------------------------------------
Sat Nov 24 12:00:00 CEST 2007 - herbert@graeber-clan.de

- no reqirement for python-sqlite in openSUSE 10.3

-------------------------------------------------------------------
Fri Nov 23 12:00:00 CEST 2007 - herbert@graeber-clan.de

- Fixed generation of siteconfig.py
- Marked trac.conf with noreplace flag
- Added an example trac.ini 

-------------------------------------------------------------------
Tue Nov 20 12:00:00 CEST 2007 - herbert@graeber-clan.de

- Added "PythonInterpreter main_interpreter" to trac.conf as suggested
  by http://trac.edgewall.org/wiki/TracModPython (Fixes #343045)

-------------------------------------------------------------------
Thu Jun  7 12:00:00 CEST 2007 - herbert@graeber-clan.de

- Fixed some wrong paths and typos in README.SUSE.html

-------------------------------------------------------------------
Sun Apr 22 12:00:00 CEST 2007 - herbert@graeber-clan.de

- update to version 0.10.4
  * Repository cache improvements: 
    More robust repository cache synchronizing
    Improved trac-admin resync command
  * Fix a possible freeze under heavy load
  * Improved MySQL support 
  * Better documentation for MySQL support (see MySqlDb) 
  * Slightly improved key size for the revision index, but the limitation is still there
  * Several other minor fixes

-------------------------------------------------------------------
Thu Mar  8 12:00:00 CEST 2007 - herbert@graeber-clan.de

- update to version 0.10.3.1 (Major security fixes)

-------------------------------------------------------------------
Mon Mar  5 12:00:00 CEST 2007 - herbert@graeber-clan.de

- no requirement of python-sqlite for openSUSE > 10.2 (already part of python 2.5).

-------------------------------------------------------------------
Wed Jan 31 12:00:00 CEST 2007 - herbert@graeber-clan.de

- fixed wrong -q option in /etc/init.d/tracd

-------------------------------------------------------------------
Tue Dec 12 12:00:00 CEST 2006 - herbert@graeber-clan.de

- update to version 0.10.3

-------------------------------------------------------------------
Mon Nov 14 12:00:00 CEST 2006 - herbert@graeber-clan.de

- update to version 0.10.2 (security fix)

-------------------------------------------------------------------
Wed Nov  9 12:00:00 CEST 2006 - herbert@graeber-clan.de

- update to version 0.10.1 (security fix)

-------------------------------------------------------------------
Tue Oct  3 12:00:00 CEST 2006 - herbert@graeber-clan.de

- make it python 2.5 compatible

-------------------------------------------------------------------
Mon Oct  2 12:00:00 CEST 2006 - herbert@graeber-clan.de

- update to version 0.10
- migrated into the SUSE build service

-------------------------------------------------------------------
Fri Jul  7 12:00:00 CEST 2006 - herbert@graeber-clan.de

- added python-devel to requirements (needed for plugins)

-------------------------------------------------------------------
Thu Jul  6 12:00:00 CEST 2006 - herbert@graeber-clan.de

- update to version 0.9.6

-------------------------------------------------------------------
Fri Apr 21 12:00:00 CEST 2006 - herbert@graeber-clan.de

- update to version 0.9.5

-------------------------------------------------------------------
Thu Apr 13 12:00:00 CEST 2006 - herbert@graeber-clan.de

- added a --prefix to installation (for SUSE 10.1)

-------------------------------------------------------------------
Thu Feb 26 12:00:00 CEST 2006 - herbert@graeber-clan.de

- update to version 0.9.4 

-------------------------------------------------------------------
Wed Feb 08 12:00:00 CEST 2006 - herbert@graeber-clan.de

- initial version (not published)

openSUSE Build Service is sponsored by