Autogenerated HTML docs for v1.5.3.1-1-g1e61
authorJunio C Hamano <junio@hera.kernel.org>
Tue, 4 Sep 2007 01:19:24 +0000 (01:19 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Tue, 4 Sep 2007 01:19:24 +0000 (01:19 +0000)
RelNotes-1.5.3.1.txt [new file with mode: 0644]
RelNotes-1.5.3.txt
RelNotes-1.5.4.txt [new file with mode: 0644]
git.html
git.txt

diff --git a/RelNotes-1.5.3.1.txt b/RelNotes-1.5.3.1.txt
new file mode 100644 (file)
index 0000000..7ff546c
--- /dev/null
@@ -0,0 +1,10 @@
+GIT v1.5.3.1 Release Notes
+==========================
+
+Fixes since v1.5.3
+------------------
+
+This is solely to fix the generated RPM's dependencies.  We used
+to have git-p4 package but we do not anymore.  As suggested on
+the mailing list, this release makes git-core "Obsolete" git-p4,
+so that yum update would not complain.
index 317c8b9db6badda58278e1df43204b6997e331e4..d03894b92645f2dd0d7cb464d3ab1905d8cb62ed 100644 (file)
@@ -152,7 +152,7 @@ Updates since v1.5.2
     cloning locally.
 
   - URL used for "git clone" and friends can specify nonstandard SSH port
-    by using sh://host:port/path/to/repo syntax.
+    by using ssh://host:port/path/to/repo syntax.
 
   - "git bundle create" can now create a bundle without negative refs,
     i.e. "everything since the beginning up to certain points".
diff --git a/RelNotes-1.5.4.txt b/RelNotes-1.5.4.txt
new file mode 100644 (file)
index 0000000..1df66af
--- /dev/null
@@ -0,0 +1,14 @@
+GIT v1.5.4 Release Notes
+========================
+
+Updates since v1.5.3
+--------------------
+
+
+
+Fixes since v1.5.3
+------------------
+
+All of the fixes in v1.5.3 maintenance series are included in
+this release, unless otherwise noted.
+
index 88020b0c97bec73acc11d65576457693d41ebd46..0437c7e4e6c9c4bd38ffae928cd4aac3254d0794 100644 (file)
--- a/git.html
+++ b/git.html
@@ -2440,7 +2440,7 @@ contributors on the git-list &lt;git@vger.kernel.org&gt;.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 01-Sep-2007 11:16:26 UTC\r
+Last updated 04-Sep-2007 01:18:30 UTC\r
 </div>\r
 </div>\r
 </body>\r
diff --git a/git.txt b/git.txt
index ceca892a0d845134e49abc0eceb5eb0c31081911..6f7db2935bab455a60880b5f410948288325378e 100644 (file)
--- a/git.txt
+++ b/git.txt
@@ -43,7 +43,10 @@ unreleased) version of git, that is available from 'master'
 branch of the `git.git` repository.
 Documentation for older releases are available here:
 
-* link:v1.5.2.5/git.html[documentation for release 1.5.2.5]
+* link:v1.5.3/git.html[documentation for release 1.5.3]
+
+* release notes for
+  link:RelNotes-1.5.3.1.txt[1.5.3.1].
 
 * release notes for
   link:RelNotes-1.5.2.5.txt[1.5.2.5],