summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-05-08 17:05:22 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-05-08 17:05:22 (GMT)
commit86ae05127449b88a55f120634d809a765af12a82 (patch)
tree0b7b4a27ededb534d0fe0712ab78227badef3eb9
parentbd513393554217c1f224d1a18cd20529e21055a5 (diff)
downloadgit-86ae05127449b88a55f120634d809a765af12a82.zip
git-86ae05127449b88a55f120634d809a765af12a82.tar.gz
git-86ae05127449b88a55f120634d809a765af12a82.tar.bz2
Start preparing for 1.9.3
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/1.9.3.txt21
l---------RelNotes2
2 files changed, 22 insertions, 1 deletions
diff --git a/Documentation/RelNotes/1.9.3.txt b/Documentation/RelNotes/1.9.3.txt
new file mode 100644
index 0000000..17b05ca
--- /dev/null
+++ b/Documentation/RelNotes/1.9.3.txt
@@ -0,0 +1,21 @@
+Git v1.9.3 Release Notes
+========================
+
+Fixes since v1.9.2
+------------------
+
+ * "git p4" dealing with changes in binary files were broken by a
+ change in 1.9 release.
+
+ * The shell prompt script (in contrib/), when using the PROMPT_COMMAND
+ interface, used an unsafe construct when showing the branch name in
+ $PS1.
+
+ * "git rebase" used a POSIX shell construct FreeBSD /bin/sh does not
+ work well with.
+
+ * Some more Unicode codepoints defined in Unicode 6.3 as having
+ zero width have been taught to our display column counting logic.
+
+ * Some tests used shell constructs that did not work well on
+ FreeBSD.
diff --git a/RelNotes b/RelNotes
index 58c32c3..7b78eb9 120000
--- a/RelNotes
+++ b/RelNotes
@@ -1 +1 @@
-Documentation/RelNotes/1.9.2.txt \ No newline at end of file
+Documentation/RelNotes/1.9.3.txt \ No newline at end of file