Autogenerated HTML docs for v1.6.0-2-g2ebc0
authorJunio C Hamano <junio@hera.kernel.org>
Mon, 18 Aug 2008 02:48:07 +0000 (02:48 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Mon, 18 Aug 2008 02:48:07 +0000 (02:48 +0000)
RelNotes-1.6.0.1.txt [new file with mode: 0644]
RelNotes-1.6.1.txt [new file with mode: 0644]

diff --git a/RelNotes-1.6.0.1.txt b/RelNotes-1.6.0.1.txt
new file mode 100644 (file)
index 0000000..3ee85a7
--- /dev/null
@@ -0,0 +1,15 @@
+GIT v1.6.0.1 Release Notes
+==========================
+
+Fixes since v1.6.0
+------------------
+
+* ...
+
+Contains other various documentation fixes.
+
+--
+exec >/var/tmp/1
+O=v1.6.0
+echo O=$(git describe maint)
+git shortlog --no-merges $O..maint
diff --git a/RelNotes-1.6.1.txt b/RelNotes-1.6.1.txt
new file mode 100644 (file)
index 0000000..efaf9ac
--- /dev/null
@@ -0,0 +1,42 @@
+GIT v1.6.1 Release Notes
+========================
+
+Updates since v1.6.0
+--------------------
+
+(subsystems)
+
+* ...
+
+(portability)
+
+* ...
+
+(documentation)
+
+* ...
+
+(performance)
+
+* ...
+
+(usability, bells and whistles)
+
+* ...
+
+(internal)
+
+* ...
+
+
+Fixes since v1.6.0
+------------------
+
+All of the fixes in v1.6.0.X maintenance series are included in this
+release, unless otherwise noted.
+
+--
+exec >/var/tmp/1
+O=v1.6.0
+echo O=$(git describe master)
+git shortlog --no-merges $O..master ^maint