Package Release Info

viewvc-1.1.26-bp150.2.4

Update Info: Base Release
Available in Package Hub : 15

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

viewvc

Change Logs

* Mon Feb 13 2017 michael@stroeder.com
- vievwc 1.1.26, including one security fix:
  * CVE-2017-5938 escape nav_data name to avoid XSS attack
    (boo#1024393)
* Sun Dec 18 2016 astieger@suse.com
- vievwc 1.1.25:
  * fix _rev2optrev assertion on long input
- license is BSD-2-Clause, package LICENSE text
* Fri May 20 2016 adaugherity@tamu.edu
- Update viewvc.conf for Apache 2.4 syntax.
* Wed Mar 23 2016 astieger@suse.com
- viewvc 1.1.24:
  * fix minor bug in human_readable boolean calculation
  * allow hr_funout option to apply to unidiff diffs, too
  * fix infinite loop in rcsparse
  * fix iso8601 timezone offset handling
  * add support for renamed roots
  * fix minor buglet in viewvc-install error message
* Wed Apr 08 2015 p.drouand@gmail.com
- Update to version 1.1.23
  * fix annotate bug triggered by files with trailing blank lines
    (issue #533)
  * fix markup display of files with trailing blank lines (issue #533)
  * add support for root-relative svnauthz access files (issue #535)
  * fix cvsdb MySQL-python argument conversion error (issue #539)
  * fix double-escaping of revision links (issue #541)
  * fix bug that prevented mod_python 3.4+ deployment (issue #540)
- Drop redundant dependencies
  * pkgconfig(python)
  * pkgconfig(python-2.7)
  * pkgconfig(python2)
* Sat Mar 08 2014 andreas.stieger@gmx.de
- update to 1.1.22:
  * minor directory sorting logic fix (re: show_subdir_lastmod)
  * fix display of show_subdir_lastmod details
  * pay attention to chardet's detection confidence
  * linkify line numbers in markup/annotate view
- some spec file cleaning
* Mon Sep 16 2013 dmueller@suse.com
- update to 1.1.21:
  * restore compatibility with Python 2.6.x
* Thu Apr 25 2013 dmueller@suse.com
- update to 1.1.20:
  * fix tab-to-space handling regression in markup view
  * fix regression in root lookup handling (issue #526)
* Tue Apr 23 2013 dmueller@suse.com
- update to 1.1.19:
  * improve root lookup performance (issue #523)
  * new 'max_filesize_kbytes' config option and handling (issue #524)
  * tarball generation improvements:
  - preserve Subversion symlinks in generated tarballs (issue #487)
  - reduce memory usage of tarball generation logic
  - fix double compression of generated tarballs (issue #525)
  * file content handling improvements:
  - expanded support for encoding detection and transcoding (issue #11)
  - fix tab-to-space conversion bugs in markup, annotate, and diff views
  - fix handling of trailing whitespace in diff view
  * add support for timestamp display in ISO8601 format (issue #46)
  * fix exception raised by BDB-backed SVN repositories (issue #519)
  * hide revision-less files when rcsparse is in use
  * include branchpoints in branch views using rcsparse (issue #347)
  * miscellaneous cvsdb improvements:
  - add --port option to make-database (issue #521)
  - explicitly name columns in queries (issue #522)
  - update MySQL syntax to avoid discontinued "TYPE=" terms
* Fri Oct 26 2012 dmueller@suse.com
- update to 1.1.17 (bnc#787072):
  * fix exception caused by uninitialized variable usage (issue #516)
  * security fix: escape "extra" diff info to avoid XSS attack (issue #515)
  * add 'binary_mime_types' configuration option and handling (issue #510)
  * fix 'select for diffs' persistence across log pages (issue #512)
  * remove lock status and filesize check on directories in remote SVN views
  * fix bogus 'Annotation of' page title for non-annotated view (issue #514)
* Mon Jun 25 2012 dmueller@suse.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 dmueller@suse.de
- add supplements for apache2/subversion-server
* Tue May 17 2011 pascal.bleser@opensuse.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.bleser@opensuse.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.bleser@opensuse.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.bleser@opensuse.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.bleser@opensuse.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.bleser@opensuse.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 dmueller@suse.de
- fix buglink patch again (kde#233525)
* Tue Mar 30 2010 pascal.bleser@opensuse.org
- update to 1.1.5 (bnc#592932):
  * security fix: escape user-provided search_re input to avoid XSS attack