Skip to content

Commit 6f4663a

Browse files
committed
Update NEWS
1 parent 618a930 commit 6f4663a

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

NEWS

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
git2r 0.15.0.9000
22
-----------------
33

4+
IMPROVEMENTS
5+
6+
* Updated libgit2 source code to commit (6b0510e) from
7+
17 November 2016.
8+
9+
* Add the option 'all_untracked' to the 'status' method to show
10+
individual files in untracked directories if the 'untracked' option
11+
is TRUE.
12+
13+
* Add the 'tag_delete' method to delete an existing tag reference.
14+
15+
* Update build configuration to support OpenSSL 1.1.0.
16+
17+
* If the the 'getPass' package is installed the 'cred_ssh_key' method
18+
to create a new passphrase-protected ssh key credential object will
19+
call the 'getPass::getPass()' method if the private key is
20+
passphrase protected to allow for interactive input of the
21+
passphrase. The 'getPass' package is a suggested package. (Peter
22+
Meissner in PR #254)
23+
24+
* Add 'path' argument to the 'reset' method to enable path-specific
25+
unstage, i.e. resets the index entries for all paths to their state
26+
at HEAD
27+
28+
BUG FIXES
29+
30+
* Build configuration: use portable string equality comparison
31+
operator. This fixes the build e.g. for those without Bash as
32+
/bin/sh. (Sander Maijers in PR #243).
433

534
git2r 0.15.0
635
------------

0 commit comments

Comments
 (0)