This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
update Changes for the 5.10.1 release
authorDavid Mitchell <davem@iabyn.com>
Sat, 25 Jul 2009 12:22:13 +0000 (13:22 +0100)
committerDavid Mitchell <davem@iabyn.com>
Sat, 25 Jul 2009 12:22:13 +0000 (13:22 +0100)
Changes

diff --git a/Changes b/Changes
index 0ffddf6..b2f9bad 100644 (file)
--- a/Changes
+++ b/Changes
@@ -16,6 +16,13 @@ then run a command like
 
 to view all the changes between 5.10.0 and 5.11.0.
 
+Specifically, the changes for this release, (i.e. between 5.10.0 and
+5.10.1), is shown with with following command. Note that the range
+specification is slightly unusual for this release due to some kinks while
+migrating to git.
+
+    git log --name-status perl-5.10.0^..perl-5.10.1 ^f7c6915850
+
 See pod/perlrepository.pod for more details on using git and accessing the
 commit history.