diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-07-19 10:59:36 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-07-19 11:15:17 -0700 |
commit | f893b7420cdf085dfde809d4ea97cb8c03b81c94 (patch) | |
tree | cca4453eb277e172596a5b327b8b54befdb20c66 | |
parent | 1f976bd03f26b70dfbb26b3f9478df09709db966 (diff) | |
download | git-f893b7420cdf085dfde809d4ea97cb8c03b81c94.tar.gz git-f893b7420cdf085dfde809d4ea97cb8c03b81c94.tar.xz |
Start preparing for 1.8.3.4
Hopefully this will be the final maintenance release before we go to
feature freeze for 1.8.4.
-rw-r--r-- | Documentation/RelNotes/1.8.3.4.txt | 15 | ||||
l--------- | RelNotes | 2 |
2 files changed, 16 insertions, 1 deletions
diff --git a/Documentation/RelNotes/1.8.3.4.txt b/Documentation/RelNotes/1.8.3.4.txt new file mode 100644 index 000000000..24ee2b801 --- /dev/null +++ b/Documentation/RelNotes/1.8.3.4.txt @@ -0,0 +1,15 @@ +Git v1.8.3.4 Release Notes +========================== + +This update is mostly to propagate documentation fixes and test +updates from the master front back to the maintenance track. + +Fixes since v1.8.3.3 +-------------------- + + * The bisect log listed incorrect commits when bisection ends with + only skipped ones. + + * The test coverage framework was left broken for some time. + + * The test suite for HTTP transport did not run with Apache 2.4. @@ -1 +1 @@ -Documentation/RelNotes/1.8.3.3.txt
\ No newline at end of file +Documentation/RelNotes/1.8.3.4.txt
\ No newline at end of file |