diff options
author | wiz <wiz> | 2009-07-23 21:23:35 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-07-23 21:23:35 +0000 |
commit | ca07bfd6d634ece0d6adf309cb15dc1ce729fcde (patch) | |
tree | 46472724bf6d9351891bf1aa2b9cccb468749f9c /devel/mercurial | |
parent | 388ce49605d7e74908ba6baa2789fca06d91ef31 (diff) | |
download | pkgsrc-ca07bfd6d634ece0d6adf309cb15dc1ce729fcde.tar.gz |
Update to 1.3.1:
Regression fixes:
- fixed excessive memory usage issues with diff and strip
- fixed ssh performance issue on OS X
- fixed slow calculation of branch heads
- fixed handling of port numbers in URLs
- fixed transaction handling exception
- fixed incoming with graphlog extension
- fixed slow commit in fetch extension
- fixed loading of win32mbcs extension
Other fixes:
- fixed http username handling in acl extension
- fixed subrepo path joining on Windows
- allow update --check to cross branches
- miscellaneous small doc and bug fixes
Diffstat (limited to 'devel/mercurial')
-rw-r--r-- | devel/mercurial/Makefile | 4 | ||||
-rw-r--r-- | devel/mercurial/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/mercurial/Makefile b/devel/mercurial/Makefile index f4f82530d04..b329e4b2ef9 100644 --- a/devel/mercurial/Makefile +++ b/devel/mercurial/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2009/07/17 20:35:48 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2009/07/23 21:23:35 wiz Exp $ # -DISTNAME= mercurial-1.3 +DISTNAME= mercurial-1.3.1 CATEGORIES= devel scm MASTER_SITES= http://mercurial.selenic.com/release/ diff --git a/devel/mercurial/distinfo b/devel/mercurial/distinfo index ef4f9592c1c..8ea05c8ac2f 100644 --- a/devel/mercurial/distinfo +++ b/devel/mercurial/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.22 2009/07/17 20:35:48 wiz Exp $ +$NetBSD: distinfo,v 1.23 2009/07/23 21:23:35 wiz Exp $ -SHA1 (mercurial-1.3.tar.gz) = af1bfc2817e0719124593e4ec03f0056a4b2870c -RMD160 (mercurial-1.3.tar.gz) = 20032f18a2bbe1d60969567299bb9ca3392fe6d9 -Size (mercurial-1.3.tar.gz) = 1768227 bytes +SHA1 (mercurial-1.3.1.tar.gz) = a9537fab7c7ead501a6414d1900f46e0ae3e48b8 +RMD160 (mercurial-1.3.1.tar.gz) = 1e43d8697e4d269fdc065ee82c48e1cf132f6d6f +Size (mercurial-1.3.1.tar.gz) = 1770585 bytes |