# HG changeset patch # User Lee Cantey # Date 1146892436 25200 # Node ID 1cbd10cfcb7c123a7143ebf80472439277dc25ff # Parent afc9a3a43013224b7377ee45ed29aac5d6c3f6ba Update release notes and copyright year for Windows installer. diff --git a/contrib/win32/ReadMe.html b/contrib/win32/ReadMe.html --- a/contrib/win32/ReadMe.html +++ b/contrib/win32/ReadMe.html @@ -14,7 +14,7 @@ -

Mercurial version 0.8 for Windows

+

Mercurial version 0.8.1 for Windows

Welcome to Mercurial for Windows!

@@ -117,7 +117,7 @@ hg href="http://www.serpentine.com/blog">Bryan O'Sullivan.

-

Mercurial is Copyright 2005 Matt Mackall and others. See the +

Mercurial is Copyright 2005, 2006 Matt Mackall and others. See the Contributors.txt file for a list of contributors.

Mercurial is free software; you can redistribute it and/or diff --git a/contrib/win32/mercurial.iss b/contrib/win32/mercurial.iss --- a/contrib/win32/mercurial.iss +++ b/contrib/win32/mercurial.iss @@ -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 @@ AppSupportURL=http://www.selenic.com/mer 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 diff --git a/contrib/win32/postinstall.txt b/contrib/win32/postinstall.txt --- a/contrib/win32/postinstall.txt +++ b/contrib/win32/postinstall.txt @@ -8,6 +8,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 * Upgrade notes: