Changelog for
viewvc-1.1.15-7.5.2.noarch.rpm :
* Mon Jun 25 2012 dmuellerAATTsuse.com- update to 1.1.15 (bnc#768680):
* security fix: complete authz support for remote SVN views (CVE-2012-3356)
* security fix: log msg leak in SVN revision view with unreadable copy source (CVE-2012-3357)
* fix several instances of incorrect information in remote SVN views
* increase performance of some revision metadata lookups in remote SVN views
* fix RSS feed regression introduced in 1.1.14
* fix annotation of svn files with non-URI-safe paths
* handle file:/// Subversion rootpaths as local roots
* fix bug caused by trying to case-normalize anon usernames
* speed up log handling by reusing tokenization results
* add support for custom review log markup rules
* fix svndbadmin failure on deleted paths under Subversion 1.7
* fix annotation of files in svn roots with non-URI-safe paths
* fix stray annotation warning in markup display of images
* more gracefully handle attempts to display binary content
* fix path display in patch and certain diff views
* fix broken cvsdb glob searching
* allow svn revision specifiers to have leading r\'s
* allow environmental override of configuration location
* fix exception HTML-escaping non-string data under WSGI
* add links to root logs from roots view
* use Pygments lexer-guessing functionality
* Fri Aug 12 2011 dmuellerAATTsuse.de- add supplements for apache2/subversion-server
* Tue May 17 2011 pascal.bleserAATTopensuse.org- update to 1.1.11 (bnc#694785):
* security fix: remove user-reachable override of cvsdb row limit
* fix broken standalone.py -c and -d options handling
* add --help option to standalone.py
* fix stack trace when asked to checkout a directory (issue #478)
* improve memory usage and speed of revision log markup (issue #477)
* fix broken annotation view in CVS keyword-bearing files (issue #479)
* warn users when query results are incomplete (issue #443)
* avoid parsing errors on RCS newphrases in the admin section (issue #483)
* make rlog parsing code more robust in certain error cases (issue #444)
* Tue Mar 15 2011 pascal.bleserAATTopensuse.org- update to 1.1.10:
* 1.1.9 shipped with a stack-trace-causing bug in the Subversion revision info gathering logic
* Sat Feb 19 2011 pascal.bleserAATTopensuse.org- update to 1.1.9:
* vcauth universal access determinations (issue #425)
* rework svn revision info cache for performance
* make revision log \"extra pages\" count configurable
* fix Subversion 1.4.x revision log compatibility code regression
* display sanitized error when authzfile is malformed
* handle file:/// Subversion rootpaths as local roots (issue #446)
* restore markup of URLs in file contents (issue #455)
* optionally display last-committed metadata in roots view (issue #457)
* Thu Dec 02 2010 pascal.bleserAATTopensuse.org- update to 1.1.8:
* fix slowness triggered by allow_compress=1 configuration (issue #467)
* yield more useful error on directory markup/annotate request (issue #472)
* Sat Sep 11 2010 pascal.bleserAATTopensuse.org- update to 1.1.7:
* maintenance release that includes all the bugfixes and enhancements made thus far to the 1.1.x line
* adds a few features: + FastCGI deployment support + Basic authentication in the standalone server + Subversion revision property display
* Sun Jun 06 2010 pascal.bleserAATTopensuse.org- update to 1.1.6:
* fixes a regression introduced in 1.1.5
* corrects some bits of the RSS feed support
* introduces rudimentary support for WSGI-based deployments
* Tue Apr 06 2010 dmuellerAATTsuse.de- fix buglink patch again (kde#233525)
* Tue Mar 30 2010 pascal.bleserAATTopensuse.org- update to 1.1.5 (bnc#592932):
* security fix: escape user-provided search_re input to avoid XSS attack
* Thu Mar 11 2010 pascal.bleserAATTopensuse.org- update to 1.1.4 (bnc#587357):
* security fix: escape user-provided query form input to avoid XSS attack
* fix standalone.py failure (when per-root options aren\'t used) (issue #445)
* fix annotate failure caused by ignored svn_config_dir (issue #447)
* Mon Jan 18 2010 dmuellerAATTsuse.de- rediff buglink.patch
* Thu Dec 31 2009 dmuellerAATTsuse.de- update to 1.1.3 (bnc#570605):
* security fix: add root listing support of per-root authz config
* security fix: query.py requires \'forbidden\' authorizer (or none) in config
* fix URL-ification of truncated log messages (issue #3)
* fix regexp input validation (issue #426, #427, #440)
* add support for configurable tab-to-spaces conversion
* fix not-a-sequence error in diff view
* allow viewvc-install to work when templates-contrib is absent
* minor template improvements/corrections
* expose revision metadata in diff view (issue #431)
* markup file/directory item property URLs and email addresses (issue #434)
* make ViewVC cross copies in Subversion history by default
* fix bug that caused standalone.py failure under Python 1.5.2 (issue #442)
* fix support for per-vhost overrides of authorizer parameters (issue #411)
* fix root name identification in query.py interface
* Tue Aug 11 2009 poemlAATTsuse.de- update to 1.1.2:
* security fix: validate the \'view\' parameter to avoid XSS attack
* security fix: avoid printing illegal parameter names and values
* add optional support for character encoding detection (issue #400)
* fix username case handling in svnauthz module (issue #419)
* fix cvsdbadmin/svnadmin rebuild error on missing repos (issue #420)
* don\'t drop leading blank lines from colorized file contents (issue #422)
* add file.ezt template logic for optionally hiding binary file contents- update to 1.1.1:
* fix broken query form (missing required template variables) (issue #416)
* fix bug in cvsdb which caused rebuild operations to lose data (issue #417)
* fix cvsdb purge/rebuild repos lookup to error on missing repos
* fix misleading file contents view page title- forward-ported the buglink patch (viewvc-buglink.patch) to 1.1.2
* Tue May 26 2009 poemlAATTnovell.com- update viewvc-buglink.patch, where the configuration object (cfg) is an attribute of the DiffSource class
* Tue May 26 2009 poemlAATTsuse.de- fix viewvc-buglink.patch (a variable name was missing an underscore)- merge with openSUSE:Factory package (broken link)
* Wed May 13 2009 pascal.bleserAATTopensuse.org- marked package as BuildArch:noarch- update to 1.1.0:
* extensible path-based authorization with Subversion authz support
* Subversion versioned properties display
* unified markup and annotation views
* hassle-free Pygments-based syntax highlighting
* support for full content diffs
* many bugfixes and additional enhancements