Skip to content

Commit a27d83a

Browse files
committed
Merge branch 'maint'
* maint: Prepare for 1.8.1.1 Makefile: detect when PYTHON_PATH changes (cherry-picked)
2 parents 99621af + bf7c3f7 commit a27d83a

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

Documentation/RelNotes/1.8.1.1.txt

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
Git 1.8.1.1 Release Notes
2+
=========================
3+
4+
Fixes since v1.8.1
5+
------------------
6+
7+
* After failing to create a temporary file using mkstemp(), failing
8+
pathname was not reported correctly on some platforms.
9+
10+
* http transport was wrong to ask for the username when the
11+
authentication is done by certificate identity.
12+
13+
* After "git add -N" and then writing a tree object out of the
14+
index, the cache-tree data structure got corrupted.
15+
16+
* "git pack-refs" that ran in parallel to another process that
17+
created new refs had a race that can lose new ones.
18+
19+
* When a line to be wrapped has a solid run of non space characters
20+
whose length exactly is the wrap width, "git shortlog -w" failed
21+
to add a newline after such a line.
22+
23+
* "gitweb", when sorting by age to show repositories with new
24+
activities first, used to sort repositories with absolutely
25+
nothing in it early, which was not very useful.
26+
27+
* Some scripted programs written in Python did not get updated when
28+
PYTHON_PATH changed.
29+
30+
* We have been carrying a translated and long-unmaintained copy of an
31+
old version of the tutorial; removed.
32+
33+
* Portability issues in many self-test scripts have been addressed.
34+
35+
36+
Also contains other minor fixes and documentation updates.

0 commit comments

Comments
 (0)