Update release notes and copyright year for Windows installer.
--- a/contrib/win32/ReadMe.html Fri May 05 11:07:29 2006 -0700
+++ b/contrib/win32/ReadMe.html Fri May 05 22:13:56 2006 -0700
@@ -14,7 +14,7 @@
</head>
<body>
- <h1>Mercurial version 0.8 for Windows</h1>
+ <h1>Mercurial version 0.8.1 for Windows</h1>
<p>Welcome to Mercurial for Windows!</p>
@@ -117,7 +117,7 @@
href="http://www.serpentine.com/blog">Bryan
O'Sullivan</a>.</p>
- <p>Mercurial is Copyright 2005 Matt Mackall and others. See the
+ <p>Mercurial is Copyright 2005, 2006 Matt Mackall and others. See the
<tt>Contributors.txt</tt> file for a list of contributors.</p>
<p>Mercurial is free software; you can redistribute it and/or
--- a/contrib/win32/mercurial.iss Fri May 05 11:07:29 2006 -0700
+++ b/contrib/win32/mercurial.iss Fri May 05 22:13:56 2006 -0700
@@ -2,9 +2,9 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
[Setup]
-AppCopyright=Copyright 2005 Matt Mackall and others
+AppCopyright=Copyright 2005, 2006 Matt Mackall and others
AppName=Mercurial
-AppVerName=Mercurial version 0.8
+AppVerName=Mercurial version 0.8.1
InfoAfterFile=contrib/win32/postinstall.txt
LicenseFile=COPYING
ShowLanguageDialog=yes
@@ -14,12 +14,12 @@
AppUpdatesURL=http://www.selenic.com/mercurial
AppID={{4B95A5F1-EF59-4B08-BED8-C891C46121B3}
AppContact=mercurial@selenic.com
-OutputBaseFilename=Mercurial-0.8
+OutputBaseFilename=Mercurial-0.8.1
DefaultDirName={sd}\Mercurial
SourceDir=C:\hg\hg-release
-VersionInfoVersion=0.8
+VersionInfoVersion=0.8.1
VersionInfoDescription=Mercurial distributed SCM
-VersionInfoCopyright=Copyright 2005 Matt Mackall and others
+VersionInfoCopyright=Copyright 2005, 2006 Matt Mackall and others
VersionInfoCompany=Matt Mackall and others
InternalCompressLevel=max
SolidCompression=true
--- a/contrib/win32/postinstall.txt Fri May 05 11:07:29 2006 -0700
+++ b/contrib/win32/postinstall.txt Fri May 05 22:13:56 2006 -0700
@@ -8,6 +8,22 @@
Release Notes
-------------
+2006-04-07 v0.8.1
+
+* Major changes from 0.8 to 0.8.1:
+
+ - new extensions:
+ mq (manage a queue of patches, like quilt only better)
+ email (send changes as series of email patches)
+ - new command: merge (replaces "update -m")
+ - improved commands: log (--limit option added), pull/push ("-r" works
+ on specific revisions), revert (rewritten, much better)
+ - comprehensive hook support
+ - output templating added, supporting e.g. GNU changelog style
+ - Windows, Mac OS X: prebuilt binary packages, better support
+ - many reliability, performance, and memory usage improvements
+
+
2006-01-29 v0.8
* Upgrade notes: