Skip to content

Commit 670a3c1

Browse files
committed
Update draft release notes to 2.2
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 337233c commit 670a3c1

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Documentation/RelNotes/2.2.0.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ Performance, Internal Implementation, etc.
6565
all-or-none atomic updates and migrating the storage to something
6666
other than the traditional filesystem based one (e.g. databases).
6767

68+
* The lockfile API and its users have been cleaned up.
69+
6870
* We no longer attempt to keep track of individual dependencies to
6971
the header files in the build procedure, relying on automated
7072
dependency generation support from modern compilers.
@@ -164,6 +166,11 @@ notes for details).
164166
* "git checkout -m" did not switch to another branch while carrying
165167
the local changes forward when a path was deleted from the index.
166168

169+
* "git daemon" (with NO_IPV6 build configuration) used to incorrectly
170+
use the hostname even when gethostbyname() reported that the given
171+
hostname is not found.
172+
(merge 107efbe rs/daemon-fixes later to maint).
173+
167174
* With sufficiently long refnames, "git fast-import" could have
168175
overflown an on-stack buffer.
169176

@@ -215,3 +222,17 @@ notes for details).
215222
* "rev-parse --verify --quiet $name" is meant to quietly exit with a
216223
non-zero status when $name is not a valid object name, but still
217224
gave error messages in some cases.
225+
226+
* A handful of C source files have been updated to include
227+
"git-compat-util.h" as the first thing, to conform better to our
228+
coding guidelines.
229+
(merge 1c4b660 da/include-compat-util-first-in-c later to maint).
230+
231+
* t7004 test, which tried to run Git with small stack space, has been
232+
updated to give a bit larger stack to avoid false breakage on some
233+
platforms.
234+
(merge b9a1907 sk/tag-contains-wo-recursion later to maint).
235+
236+
* A few documentation pages had example sections marked up not quite
237+
correctly, which passed AsciiDoc but failed with AsciiDoctor.
238+
(merge c30c43c bc/asciidoc-pretty-formats-fix later to maint).

0 commit comments

Comments
 (0)