Update to 2.8.2:
This is a regularly-scheduled bugfix release. fileset, revset: do not use global parser object for thread safety hgweb: avoid initialization race (issue3953) mpatch: rewrite pointer overflow checks
This commit is contained in:
parent
5ca07b6c8b
commit
3d710cae2b
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.96 2013/12/02 16:37:53 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.97 2014/01/02 23:51:45 wiz Exp $
|
||||
|
||||
DISTNAME= mercurial-2.8.1
|
||||
DISTNAME= mercurial-2.8.2
|
||||
CATEGORIES= devel scm
|
||||
MASTER_SITES= http://mercurial.selenic.com/release/
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.81 2013/12/02 16:37:53 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.82 2014/01/02 23:51:45 wiz Exp $
|
||||
|
||||
SHA1 (mercurial-2.8.1.tar.gz) = f44c5ca419ed8fb2d83f6945c093349a0602908c
|
||||
RMD160 (mercurial-2.8.1.tar.gz) = 2c89244c198abafc14bdda37a2302dd10820f34c
|
||||
Size (mercurial-2.8.1.tar.gz) = 3838833 bytes
|
||||
SHA1 (mercurial-2.8.2.tar.gz) = a724217d66f4a3f0a8ade971aefa66523e7a2ea9
|
||||
RMD160 (mercurial-2.8.2.tar.gz) = 186a0fe71ed94098e830de5a350ed574a9f7bbc7
|
||||
Size (mercurial-2.8.2.tar.gz) = 3839304 bytes
|
||||
|
|
Loading…
Reference in a new issue