--- 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 @@
</head>
<body>
- <h1>Mercurial version 0.7 for Windows</h1>
+ <h1>Mercurial version 0.8 for Windows</h1>
<p>Welcome to Mercurial for Windows!</p>
--- 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
--- 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: