Git 2.3.0-rc1
authorJunio C Hamano <gitster@pobox.com>
Wed, 21 Jan 2015 00:54:58 +0000 (16:54 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Jan 2015 01:35:41 +0000 (17:35 -0800)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.3.0.txt
GIT-VERSION-GEN
index 72ef007a002176708bbbac28692ec4aabfa80dcc..11dc73c383bf35db349dda7a7fee1dcdc6b616f1 100644 (file)
@@ -136,6 +136,11 @@ Unless otherwise noted, all the fixes since v2.2 in the maintenance
 track are contained in this release (see the maintenance releases'
 notes for details).
 
 track are contained in this release (see the maintenance releases'
 notes for details).
 
+ * "git http-push" over WebDAV (aka dumb http-push) was broken in
+   v2.2.2 when parsing a symbolic ref, resulting in a bogus request
+   that gets rejected by recent versions of cURL library.
+   (merge f6786c8 jk/http-push-symref-fix later to maint).
+
  * The logic in "git bisect bad HEAD" etc. to avoid forcing the test
    of the common ancestor of bad and good commits was broken.
    (merge 07913d5 cc/bisect-rev-parsing later to maint).
  * The logic in "git bisect bad HEAD" etc. to avoid forcing the test
    of the common ancestor of bad and good commits was broken.
    (merge 07913d5 cc/bisect-rev-parsing later to maint).
index 57dc9635aaf9f699bb56418701e05473d983de91..b8624d3eb9116d19e229c9e021655e7d87f3b173 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.3.0-rc0
+DEF_VER=v2.3.0-rc1
 
 LF='
 '
 
 LF='
 '