summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-01-10 22:17:13 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-01-10 22:17:13 (GMT)
commitbf7c3f749db88906dfb040194974808b6151ec22 (patch)
tree06df50412d64894d730e97b528a1932d65cde3b4
parent022250adfd2d64ca871c9d4a7873038e33c069f5 (diff)
downloadgit-bf7c3f749db88906dfb040194974808b6151ec22.zip
git-bf7c3f749db88906dfb040194974808b6151ec22.tar.gz
git-bf7c3f749db88906dfb040194974808b6151ec22.tar.bz2
Prepare for 1.8.1.1
-rw-r--r--Documentation/RelNotes/1.8.1.1.txt36
l---------RelNotes2
2 files changed, 37 insertions, 1 deletions
diff --git a/Documentation/RelNotes/1.8.1.1.txt b/Documentation/RelNotes/1.8.1.1.txt
new file mode 100644
index 0000000..0dc37dc
--- /dev/null
+++ b/Documentation/RelNotes/1.8.1.1.txt
@@ -0,0 +1,36 @@
+Git 1.8.1.1 Release Notes
+=========================
+
+Fixes since v1.8.1
+------------------
+
+ * After failing to create a temporary file using mkstemp(), failing
+ pathname was not reported correctly on some platforms.
+
+ * http transport was wrong to ask for the username when the
+ authentication is done by certificate identity.
+
+ * After "git add -N" and then writing a tree object out of the
+ index, the cache-tree data structure got corrupted.
+
+ * "git pack-refs" that ran in parallel to another process that
+ created new refs had a race that can lose new ones.
+
+ * When a line to be wrapped has a solid run of non space characters
+ whose length exactly is the wrap width, "git shortlog -w" failed
+ to add a newline after such a line.
+
+ * "gitweb", when sorting by age to show repositories with new
+ activities first, used to sort repositories with absolutely
+ nothing in it early, which was not very useful.
+
+ * Some scripted programs written in Python did not get updated when
+ PYTHON_PATH changed.
+
+ * We have been carrying a translated and long-unmaintained copy of an
+ old version of the tutorial; removed.
+
+ * Portability issues in many self-test scripts have been addressed.
+
+
+Also contains other minor fixes and documentation updates.
diff --git a/RelNotes b/RelNotes
index 2860714..5964e1c 120000
--- a/RelNotes
+++ b/RelNotes
@@ -1 +1 @@
-Documentation/RelNotes/1.8.1.txt \ No newline at end of file
+Documentation/RelNotes/1.8.1.1.txt \ No newline at end of file