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.
This commit is contained in:
ryoon 2013-11-03 12:46:26 +00:00
parent 469fa76a4b
commit 9095babea3
2 changed files with 7 additions and 7 deletions

View file

@ -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/

View file

@ -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