# HG changeset patch # User lcantey@gmail.com # Date 1138962579 -3600 # Node ID 58894621c87ae8a596e8508514cd89273cc5d3d6 # Parent c6c76ead1cc1eaa80c180f1a52276588821e6d78 Update version strings and add release notes to Windows specific files diff -r c6c76ead1cc1 -r 58894621c87a contrib/win32/ReadMe.html --- a/contrib/win32/ReadMe.html Fri Feb 03 10:54:58 2006 +0100 +++ b/contrib/win32/ReadMe.html Fri Feb 03 11:29:39 2006 +0100 @@ -5,7 +5,7 @@ -

Mercurial version 0.7 for Windows

+

Mercurial version 0.8 for Windows

Welcome to Mercurial for Windows!

diff -r c6c76ead1cc1 -r 58894621c87a contrib/win32/mercurial.iss --- a/contrib/win32/mercurial.iss Fri Feb 03 10:54:58 2006 +0100 +++ b/contrib/win32/mercurial.iss Fri Feb 03 11:29:39 2006 +0100 @@ -4,7 +4,7 @@ [Setup] AppCopyright=Copyright 2005 Matt Mackall and others AppName=Mercurial -AppVerName=Mercurial version 0.7 +AppVerName=Mercurial version 0.8 InfoAfterFile=contrib/win32/postinstall.txt LicenseFile=COPYING ShowLanguageDialog=yes @@ -14,10 +14,10 @@ AppUpdatesURL=http://www.selenic.com/mercurial AppID={{4B95A5F1-EF59-4B08-BED8-C891C46121B3} AppContact=mercurial@selenic.com -OutputBaseFilename=Mercurial-0.7 +OutputBaseFilename=Mercurial-0.8 DefaultDirName={sd}\Mercurial SourceDir=C:\hg\hg-release -VersionInfoVersion=0.7 +VersionInfoVersion=0.8 VersionInfoDescription=Mercurial distributed SCM VersionInfoCopyright=Copyright 2005 Matt Mackall and others VersionInfoCompany=Matt Mackall and others diff -r c6c76ead1cc1 -r 58894621c87a contrib/win32/postinstall.txt --- a/contrib/win32/postinstall.txt Fri Feb 03 10:54:58 2006 +0100 +++ b/contrib/win32/postinstall.txt Fri Feb 03 11:29:39 2006 +0100 @@ -8,6 +8,27 @@ Release Notes ------------- +2006-01-29 v0.8 + +* Upgrade notes: + + - diff and status command are now repo-wide by default + (use 'hg diff .' for the old behavior) + - GPG signing is now done with the gpg extension + - the --text option for commit, rawcommit, and tag has been removed + - the copy/rename --parents option has been removed + +* Major changes from 0.7 to 0.8: + + - faster status, diff, and commit + - reduced memory usage for push and pull + - improved extension API + - new bisect, gpg, hgk, and win32text extensions + - short URLs, binary file handling, and optional gitweb skin for hgweb + - numerous new command options including log --keyword and pull --rev + - improved hooks and file filtering + + 2005-09-21 v0.7 with modifications * New INI files have been added to control Mercurial's behaviour: