8000 v0.99: the last of the changes · libgit2/libgit2@11de7f6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 11de7f6

Browse files
committed
v0.99: the last of the changes
1 parent 6442abd commit 11de7f6

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

docs/changelog.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,44 @@ respond to bugs in this release, to stabilize it for the major release.
55

66
### Changes or improvements
77

8+
* Some credential structures, enums and values have been renamed:
9+
`git_cred` is now `git_credential`. `git_credtype_t` is now
10+
`git_credential_t`. Functions and types beginning with
11+
`git_cred_` now begin with `git_credential`, and constants beginning
12+
with `GIT_CREDTYPE` now begin with `GIT_CREDENTIAL`. The former names
13+
are deprecated.
14+
15+
* Several function signatures have been changed to return an `int` to
16+
indicate error conditions. We encourage you to check them for errors
17+
in the standard way.
18+
19+
* `git_attr_c 8000 ache_flush`
20+
* `git_error_set_str`
21+
* `git_index_name_clear`
22+
* `git_index_reuc_clear`
23+
* `git_libgit2_version`
24+
* `git_mempack_reset`
25+
* `git_oid_cpy`
26+
* `git_oid_fmt`
27+
* `git_oid_fromraw`
28+
* `git_oid_nfmt`
29+
* `git_oid_pathfmt`
30+
* `git_remote_stop`
31+
* `git_remote_disconnect`
32+
* `git_repository__cleanup`
33+
* `git_repository_set_config`
34+
* `git_repository_set_index`
35+
* `git_repository_set_odb`
36+
* `git_repository_set_refdb`
37+
* `git_revwalk_reset`
38+
* `git_revwalk_simplify_first_parent`
39+
* `git_revwalk_sorting`
40+
* `git_treebuilder_clear`
41+
* `git_treebuilder_filter`
42+
43+
* The NTLM and Negotiate authentication mechanisms are now supported when
44+
talking to git implementations hosted on Apache or nginx servers.
45+
846
* The `HEAD` symbolic reference can no longer be deleted.
947

1048
* `git_merge_driver_source_repo` no longer returns a `const git_repository *`,

0 commit comments

Comments
 (0)
0