aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-12-27 14:25:10 -0800
committerJunio C Hamano <gitster@pobox.com>2008-12-27 14:25:10 -0800
commit78f8fbc9d641096eef495dd877de3438d8a000e0 (patch)
treeac4203006c0964c2bae04d6cb17711f55176cd84
parent8104ebfe8276657ee803cca7eb8665a78cf3ef83 (diff)
downloadgit-78f8fbc9d641096eef495dd877de3438d8a000e0.tar.gz
git-78f8fbc9d641096eef495dd877de3438d8a000e0.tar.xz
Start 1.6.2 cycle
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes-1.6.2.txt28
l---------RelNotes2
2 files changed, 29 insertions, 1 deletions
diff --git a/Documentation/RelNotes-1.6.2.txt b/Documentation/RelNotes-1.6.2.txt
new file mode 100644
index 000000000..1a8062678
--- /dev/null
+++ b/Documentation/RelNotes-1.6.2.txt
@@ -0,0 +1,28 @@
+GIT v1.6.2 Release Notes
+========================
+
+Updates since v1.6.1
+--------------------
+
+(subsystems)
+
+(portability)
+
+(performance)
+
+(usability, bells and whistles)
+
+(internal)
+
+
+Fixes since v1.6.1
+------------------
+
+All of the fixes in v1.6.1.X maintenance series are included in this
+release, unless otherwise noted.
+
+--
+exec >/var/tmp/1
+O=v1.6.1
+echo O=$(git describe master)
+git shortlog --no-merges $O..master ^maint
diff --git a/RelNotes b/RelNotes
index 3d420845b..ecced0873 120000
--- a/RelNotes
+++ b/RelNotes
@@ -1 +1 @@
-Documentation/RelNotes-1.6.1.txt \ No newline at end of file
+Documentation/RelNotes-1.6.2.txt \ No newline at end of file