Skip to content

Commit ab5d01a

Browse files
committed
Git 2.8-rc1
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 28ab768 commit ab5d01a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Documentation/RelNotes/2.8.0.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,13 @@ Performance, Internal Implementation, Development Support etc.
233233
* There is a new DEVELOPER knob that enables many compiler warning
234234
options in the Makefile.
235235

236+
* The way the test scripts configure the Apache web server has been
237+
updated to work also for Apache 2.4 running on RedHat derived
238+
distros.
239+
240+
* Out of maintenance gcc on OSX 10.6 fails to compile the code in
241+
'master'; work it around by using clang by default on the platform.
242+
236243

237244
Also contains various documentation updates and code clean-ups.
238245

@@ -410,6 +417,11 @@ notes for details).
410417
but didn't say the reason correctly.
411418
(merge 638fa62 js/config-set-in-non-repository later to maint).
412419

420+
* The code to read the pack data using the offsets stored in the pack
421+
idx file has been made more carefully check the validity of the
422+
data in the idx.
423+
(merge 7465feb jk/pack-idx-corruption-safety later to maint).
424+
413425
* Other minor clean-ups and documentation updates
414426
(merge f459823 ak/extract-argv0-last-dir-sep later to maint).
415427
(merge 63ca1c0 ak/git-strip-extension-from-dashed-command later to maint).

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v2.8.0-rc0
4+
DEF_VER=v2.8.0-rc1
55

66
LF='
77
'

0 commit comments

Comments
 (0)