File tree Expand file tree Collapse file tree 3 files changed +32
-2
lines changed Expand file tree Collapse file tree 3 files changed +32
-2
lines changed Original file line number Diff line number Diff line change
1
+ GIT v1.5.1.4 Release Notes
2
+ ==========================
3
+
4
+ Fixes since v1.5.1.3
5
+ --------------------
6
+
7
+ * Bugfixes
8
+
9
+ - "git-http-fetch" did not work around a bug in libcurl
10
+ earlier than 7.16 (curl_multi_remove_handle() was broken).
11
+
12
+ - "git cvsserver" handles a file that was once removed and
13
+ then added again correctly.
14
+
15
+ - import-tars script (in contrib/) handles GNU tar archives
16
+ that contain pathnames longer than 100 bytes (long-link
17
+ extension) correctly.
18
+
19
+ - xdelta test program did not build correctly.
20
+
21
+ - gitweb sometimes tried incorrectly to apply function to
22
+ decode utf8 twice, resulting in corrupt output.
23
+
24
+ - "git blame -C" mishandled text at the end of a group of
25
+ lines.
26
+
27
+ - "git log/rev-list --boundary" did not produce output
28
+ correctly without --left-right option.
29
+
30
+ - Many documentation updates.
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
3
GVF=GIT-VERSION-FILE
4
- DEF_VER=v1.5.1.3 .GIT
4
+ DEF_VER=v1.5.1.4 .GIT
5
5
6
6
LF='
7
7
'
Original file line number Diff line number Diff line change 1
- Documentation/RelNotes-1.5.1.3 .txt
1
+ Documentation/RelNotes-1.5.1.4 .txt
You can’t perform that action at this time.
0 commit comments