forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ViewVC 1.2.0 is a sort of interim release (and release line) intended to be the last ViewVC release line that offers Python 2 support. Rather than bundle into the next major post-1.1 release both the switch to Python 3 plus all the ViewVC-1.1-incompatible changes that have been baking unreleased for the past decade, we decided to roll out those changes as ViewVC 1.2 without the Python 3 upgrade bit. ChangeLog: bumped minimum supported Python version to 2.4 implemented support for property diffs (Tigris #383) allow user-configurable cvsgraph display (Tigris #336) allow rNNNN syntax for Subversion revision numbers (Tigris #441) display revision numbers in CVS tag/branch selector (Tigris #546) allow roots to have optional context (#58) use a more secure temporary file generator (#159) fix problems with make-database and special characters (#141, #182) fix bogus default ci_when value in cvsdb (#200) standalone query interface removed (#206) GUI support (--gui) removed from standalone.py
- Loading branch information
Showing
4 changed files
with
117 additions
and
186 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
$NetBSD: distinfo,v 1.16 2019/08/26 17:06:45 rin Exp $ | ||
$NetBSD: distinfo,v 1.17 2020/03/17 22:14:15 wiz Exp $ | ||
|
||
SHA1 (viewvc-1.1.27.tar.gz) = 8c3743a43c05ccd87d8197a60885c6f9cec18f41 | ||
RMD160 (viewvc-1.1.27.tar.gz) = f60942d160e5001818b9d2b63a1706fab92318f3 | ||
SHA512 (viewvc-1.1.27.tar.gz) = d82bf694cfe281e0385df3a4ec3e67cb25c8371bb442962d14454c841f7f8e5aa5156420abad12cfdd894aa3b92ede3cb87164106c72a418ac45df643dba6e7a | ||
Size (viewvc-1.1.27.tar.gz) = 668188 bytes | ||
SHA1 (viewvc-1.2.0.tar.gz) = 14e31bae1ed12ea8d535fefc962119b0cd64f5cf | ||
RMD160 (viewvc-1.2.0.tar.gz) = cfb729ba8549c17c1638b036ee26ed329c3ca4da | ||
SHA512 (viewvc-1.2.0.tar.gz) = 8748225a0974cdf5f71e3a6ff90ec02bf3d0b563e328106829fdcfe9f2dba83d7c9150c6143e0408791f1868938aee184e02639b810bccaaf9299950049c51d4 | ||
Size (viewvc-1.2.0.tar.gz) = 361033 bytes | ||
SHA1 (patch-aa) = ff0a6e52ea66c838ba3ab7b1d055c27bf561a376 | ||
SHA1 (patch-ab) = f5abf6bd824d121338882423c34e3464c8ba5fd4 | ||
SHA1 (patch-ab) = 20a2c3c168914ce11b1580434c960e0d8e25f4ed |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters