File: NEWS

package info (click to toggle)
libgit2-glib 0.0.22-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 4,456 kB
  • ctags: 4,162
  • sloc: ansic: 15,757; sh: 11,230; makefile: 308; python: 52
file content (88 lines) | stat: -rw-r--r-- 1,951 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
News in 0.0.22
--------------
* More API support
* Fixes to build on win32

News in 0.0.20
--------------
* More API support
* Added vala bindings
* Fixes to build on win32

News in 0.0.18
--------------
* Add checkout API
* Add ssh credential schemes
* Improve coverage
* Cover more of the API

News in 0.0.16
--------------
* Fix important crash

News in 0.0.14
--------------
* Bump libgit2 requirement to 0.21.0
* API changes to match libgit2 0.21.0 API
* Misc bugfixing

News in 0.0.12
--------------
* Add push progress API
* Fix install of pygobject overrides
* Bump libgit2 requirement to 0.20.0
* Misc bugfixing

News in 0.0.10
--------------
* Bind blaming API
* Initial binding of attribute API
* Automatic conversion of diff text to UTF-8
* Fixes in GgitBlobOutputStream

News in 0.0.8
-------------
* Add ggit_patch_get_hunk
* Added ggit_patch_get_delta
* Add API to set remote callbacks in clone options
* Add _ggit_native_release
* Implement GgitRemoteCallbacks
* Added coverage tool
* Update enums
* Rename _head_orphan to _head_unborn
* Implemented branch enumerator
* Added GgitRemoteHead
* Add GgitDiffHunk
* Add GgitDiffLine
* Update to libgit2 0.20.0 api
* Misc bugfixing

News in 0.0.6
-------------
* Rename GgitDiff to GgitDiffList
* Bind GgitMergeTreeOptions
* Added ggit_diff_patch_to_stream
* Added writing blob using output stream
* Bind more index API (write_tree, add_bypath, owner)
* Rename FILEMODE constants to FILE_MODE
* Bind create_commit
* Bind ggit_message_prettify
* Bind get_patch and patch_to_string
* Added new status options
* Added ggit_index_entry_stat
* Added _set API for GgitIndexEntry
* Bind tree builder API
* Misc bugfixing

News in 0.0.4
-------------
* Update bindings to the latest libgit2 API changes 0.19.0
* Rename GgitStatusFlag to GgitStatusOption
* Add GgitStatusOptions
* Added tree builder API
* Bind create_blob_from... API
* Misc bugfixing

News in 0.0.2
-------------
* Initial release