Skip to content

Commit fbecd99

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

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Documentation/RelNotes/2.2.0.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Ports
99
* Building on older MacOS X systems automatically sets
1010
the necessary NO_APPLE_COMMON_CRYPTO build-time option.
1111

12+
* The support to build with NO_PTHREADS has been resurrected.
13+
1214

1315
UI, Workflows & Features
1416

@@ -144,6 +146,10 @@ Performance, Internal Implementation, etc.
144146
* The scripts in the test suite can be run with "-x" option to show
145147
a shell-trace of each command run in them.
146148

149+
* The "run-command" API learned to manage the argv and environment
150+
array for child process, alleviating the need for the callers to
151+
allocate and deallocate them.
152+
147153

148154
Also contains various documentation updates and code clean-ups.
149155

@@ -261,3 +267,8 @@ notes for details).
261267
* Newer versions of 'meld' breaks the auto-detection we use to see if
262268
they are new enough to support the `--output` option.
263269
(merge b12d045 da/mergetool-meld later to maint).
270+
271+
* "git pack-objects" forgot to disable the codepath to generate
272+
object recheability bitmap when it needs to split the resulting
273+
pack.
274+
(merge 2113471 jk/pack-objects-no-bitmap-when-splitting later to maint).

0 commit comments

Comments
 (0)