Update to Fossil 1.18 (2011-07-13)
Major changes in this release: * Added sequential version numbering * Added a optional configure script - the Makefile still works for most systems. * Improvements to the "annotate" algorithm: only search primary ancestors and ignore branches. * Update the "scrub" command to remove traces of login-groups and subrepositories. * Added the --type option to the "fossil tag find" command. * In contexts where only a check-in makes sense, resolve branch and tag names to checkins only, never events or other artifacts. * Improved display of file renames on a diff. A rebuild is required to take full advantage of this change. * Update the built-in SQLite to version 3.7.7.
This commit is contained in:
parent
372c9b0796
commit
c62c4934cd
2 changed files with 7 additions and 8 deletions
|
@ -1,8 +1,7 @@
|
||||||
# $NetBSD: Makefile,v 1.14 2011/05/28 10:33:00 asau Exp $
|
# $NetBSD: Makefile,v 1.15 2011/08/17 13:42:50 asau Exp $
|
||||||
#
|
|
||||||
|
|
||||||
DISTNAME= fossil-src-20110523151112
|
DISTNAME= fossil-src-20110713230341
|
||||||
PKGNAME= ${DISTNAME:S/-src//:C/-(2........)/-\1./}
|
PKGNAME= fossil-1.18
|
||||||
CATEGORIES= devel scm
|
CATEGORIES= devel scm
|
||||||
MASTER_SITES= http://www.fossil-scm.org/download/
|
MASTER_SITES= http://www.fossil-scm.org/download/
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
$NetBSD: distinfo,v 1.13 2011/05/28 15:28:41 drochner Exp $
|
$NetBSD: distinfo,v 1.14 2011/08/17 13:42:50 asau Exp $
|
||||||
|
|
||||||
SHA1 (fossil-src-20110523151112.tar.gz) = 23f9f988c2a71166fc4c6120999af5347331ebf3
|
SHA1 (fossil-src-20110713230341.tar.gz) = 41162f4db6711210bc19271414454e953e348c5e
|
||||||
RMD160 (fossil-src-20110523151112.tar.gz) = a972c5401aa0336342cb7bcd366660d9ecba7b14
|
RMD160 (fossil-src-20110713230341.tar.gz) = c0033a685457e032eea8ad9804be61121e8c8492
|
||||||
Size (fossil-src-20110523151112.tar.gz) = 2309227 bytes
|
Size (fossil-src-20110713230341.tar.gz) = 2528443 bytes
|
||||||
|
|
Loading…
Reference in a new issue