[PATCH] Update release notes and copyright year for Windows installer

Lee Cantey lcantey at gmail.com
Fri May 5 13:39:25 CDT 2006


# HG changeset patch
# User Lee Cantey <lcantey at gmail.com>
# Node ID 77604c1efa4a60211a6995fe28d7075dc44b7c58
# Parent  3044a3fdae7602654f571859462a4a5407cfb198
Update release notes and copyright year for Windows installer.

diff -r 3044a3fdae76 -r 77604c1efa4a contrib/win32/ReadMe.html
--- a/contrib/win32/ReadMe.html	Mon May 01 19:17:34 2006 +0200
+++ b/contrib/win32/ReadMe.html	Fri May 05 11:03:35 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 @@ hg
 	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
diff -r 3044a3fdae76 -r 77604c1efa4a contrib/win32/mercurial.iss
--- a/contrib/win32/mercurial.iss	Mon May 01 19:17:34 2006 +0200
+++ b/contrib/win32/mercurial.iss	Fri May 05 11:03:35 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/mer
 AppUpdatesURL=http://www.selenic.com/mercurial
 AppID={{4B95A5F1-EF59-4B08-BED8-C891C46121B3}
 AppContact=mercurial at 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
diff -r 3044a3fdae76 -r 77604c1efa4a contrib/win32/postinstall.txt
--- a/contrib/win32/postinstall.txt	Mon May 01 19:17:34 2006 +0200
+++ b/contrib/win32/postinstall.txt	Fri May 05 11:03:35 2006 -0700
@@ -7,6 +7,22 @@ file that comes with this package.
 
 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 
 


More information about the Mercurial mailing list