@@ -5,6 +5,44 @@ respond to bugs in this release, to stabilize it for the major release.
5
5
6
6
### Changes or improvements
7
7
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
+
8
46
* The ` HEAD ` symbolic reference can no longer be deleted.
9
47
10
48
* ` git_merge_driver_source_repo ` no longer returns a ` const git_repository * ` ,
0 commit comments