pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/fossil Update to 1.27



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ba8d5a390c3e
branches:  trunk
changeset: 626174:ba8d5a390c3e
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sun Nov 03 12:46:26 2013 +0000

description:
Update to 1.27

Changelog:
This is Version 1.27. Key changes in this release include:

    Enhance the fossil changes, fossil clean, fossil extras, fossil ls and fossil status commands to restrict operation to files and directories named on the command-line.
    New --integrate option to fossil merge, which automatically closes the merged branch when committing.
    Renamed /stats_report page to /reports. Graph width is now relative, not absolute.
    Added yw=YYYY-WW (year-week) filter to timeline to limit the results to a specific year and calendar week number, e.g. /timeline?yw=2013-01.
    Updates to SQLite to prevent opening a repository file using file descriptors 1 or 2 on unix. This fixes a bug under which an assertion failure could overwrite part of a repository database file, 
corrupting it.
    Added support for unlimited line lengths in side-by-side diffs.
    New --close option to fossil commit, which immediately closes the branch being committed.
    Added chart option to fossil bisect.
    Improvements to the "human or bot?" determination.
    Reports errors about missing CGI-standard environment variables for HTTP servers which do not support them.
    Minor improvements to sync support on Windows.
    Added --scgi option to fossil server.
    Internal improvements to the sync process.
    The internals of the JSON API are now MIT-licensed, so downstream users/packagers are no longer affected by the "do no evil" license clause.

diffstat:

 devel/fossil/Makefile |  6 +++---
 devel/fossil/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 1d2df14c8431 -r ba8d5a390c3e devel/fossil/Makefile
--- a/devel/fossil/Makefile     Sun Nov 03 11:29:34 2013 +0000
+++ b/devel/fossil/Makefile     Sun Nov 03 12:46:26 2013 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2013/07/15 02:02:20 ryoon Exp $
+# $NetBSD: Makefile,v 1.28 2013/11/03 12:46:26 ryoon Exp $
 
-DISTNAME=      fossil-src-20130618210923
-PKGNAME=       fossil-1.26
+DISTNAME=      fossil-src-20130911114349
+PKGNAME=       fossil-1.27
 CATEGORIES=    devel scm
 MASTER_SITES=  http://www.fossil-scm.org/download/
 
diff -r 1d2df14c8431 -r ba8d5a390c3e devel/fossil/distinfo
--- a/devel/fossil/distinfo     Sun Nov 03 11:29:34 2013 +0000
+++ b/devel/fossil/distinfo     Sun Nov 03 12:46:26 2013 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2013/06/30 06:04:39 ryoon Exp $
+$NetBSD: distinfo,v 1.20 2013/11/03 12:46:26 ryoon Exp $
 
-SHA1 (fossil-src-20130618210923.tar.gz) = b8de07de92483ba491c7e11c1d82147bce1cdaf9
-RMD160 (fossil-src-20130618210923.tar.gz) = 5c75225beefca8f07f4fa693e44d9de30c35b5fb
-Size (fossil-src-20130618210923.tar.gz) = 3641306 bytes
+SHA1 (fossil-src-20130911114349.tar.gz) = 2e2149fff30d63a1869ecb5a7d6b17996477612a
+RMD160 (fossil-src-20130911114349.tar.gz) = 677b0a16c24da548fec4ce8f8b1b3e042f044c24
+Size (fossil-src-20130911114349.tar.gz) = 3682124 bytes



Home | Main Index | Thread Index | Old Index