Skip to content

Commit 7db9f28

Browse files
committed
Update NEWS
Signed-off-by: Stefan Widgren <[email protected]>
1 parent 01fd30d commit 7db9f28

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

Diff for: NEWS

+20
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,26 @@ IMPROVEMENTS
66
* Updated the bundled libgit2 source code to commit (15e1193)
77
(v0.26.0) from 14 June 2017.
88

9+
* Added 'checkout' argument to 'clone()'. Allows to control whether
10+
checkout of HEAD is performed after the clone is complete. Setting
11+
'checkout=FALSE' has similar effect as the git command line option
12+
'--no-checkout'. Andrzej K. Oles in #282.
13+
14+
BUG FIXES
15+
16+
* Fixed memory protection errors in the git2r C source code reported
17+
by the 'rchk' tool.
18+
19+
* Added missing calls to 'R_forceSymbols' and 'R_useDynamicSymbols' in
20+
the C init function.
21+
22+
* Enable argument 'all' to commit multiple modified (or deleted)
23+
files. John Blischak in #283
24+
25+
* Changed the configure script to determine the architecture of the
26+
machine earlier in order to fix an unsupported architecture error
27+
encountered on CentOS (#268, #288).
28+
929
git2r 0.18.0
1030
------------
1131

0 commit comments

Comments
 (0)