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 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276
|
News in 1.2.1
---------------
* Compatibility changes for libgit2 >=1.8.0
* Fix definition of GGIT_MICRO_VERSION.
* examples: free allocated objects
News in 1.2.0
---------------
* meson: Use install_symlink
* diff: fix user_data parameter type
* ggit_repository_create_commit_from_ids: add safe checks
* Allow to sign commits
* Add macro GGIT_CHECK_VERSION
* ggit_diff_foreach: Prevent assertions with null callbacks
* Map flags related to conflicts
* meson: Fix vala symlink script
* meson: Replace calls to include_directories by strings
* meson: Use dictionaries in configuration_data objects
* meson: Use generators placeholders
* meson: Replace the package include dir path
* meson: Remove the use of join_paths function
* meson: Simplify introspection detection
* meson: Simplify enum sources generation
* doc: migrate to gi-docgen
* Add mailmap support
* Fix documentation
* Misc bug fixes
News in 1.1.0
---------------
* Add macro GGIT_CHECK_VERSION
* ggit_diff_foreach: Prevent assertions with null callbacks
* Map flags related to conflicts
* Several meson improvements
* Fix documentation
News in 1.0.0.1
---------------
* Fix deprecation
News in 1.0.0
-------------
* Allow diff without repository
* Allow null options on ggit_checkout API
* Invalid path resolving relative path on windows
* Add git_repository_set_head_detached to the public API
* Added a wrapper function for git_remote_prune
* Several meson improvements
* Misc bug fixes
News in 0.99.0.1
----------------
* git_merge: fix their_heads_length parameter
* Use correct free functions
* detect libgit2 version
News in 0.99.0
--------------
* Detect libgit2 version
* Added ggit_repository_rename_remote
* Added ggit_repository_set_remote_url
* Added ggit_repository_remove_remote
* Use python3
* Added ggit_diff_new_buffers
News in 0.28.0.1
--------------
* Added·push·support
* Add merge support
* Fix macOS support
* Add push operation
* Compatibility with libgit2 0.28
* Several meson improvements
* Misc bug fixes
News in 0.27.8
--------------
* Add body property to DiffFormatEmailOptions
* Add submodule update
* Fix missing struct field init in branch enumerator
* Fix cross compilation builds
* Several meson improvements
News in 0.27.7
--------------
* pkg-config pc file generation fixed
* Compatibility with libgit2 0.27
* Fix cached hunks
News in 0.26.4
--------------
* Make meson the official build system
* Misc bug fixes
News in 0.26.2
--------------
* Several fixes on the annotations
* Misc bug fixes
News in 0.26.0
--------------
* Port to libgit2 0.26.x
News in 0.25.0
--------------
* Port to libgit2 0.25.x
* Add initial version of meson build system
News in 0.24.4
--------------
* Do not stat index entry when restoring from blob
News in 0.24.3
--------------
* Reduce memory allocations during diff generation
* Fix ctime in index entry
News in 0.24.1
--------------
* Fix several crashes
* Misc bugfixing
News in 0.24.0
--------------
* Fix api breaks made in libgit2
* Misc bugfixing
News in 0.23.10
--------------
* Protected against empty signature
* Do not mandatorily require gtkdocize
News in 0.23.8
--------------
* Misc bugfixing
News in 0.23.6
--------------
* Fix corrupted memory on diff
* Bind more api
* Misc bugfixing
News in 0.23.4
--------------
* Bind more api
* Misc bugfixing
News in 0.23.2
--------------
* Add ggit_config_snapshot
* Allow to enable debug builds
* Misc bugfixing
News in 0.23.0
--------------
* Fix api breaks made in libgit2
* Misc bugfixing
News in 0.22.8
--------------
* Include passed in cflags for ssh check
News in 0.22.6
--------------
* Add ggit_repository_path_is_ignored
News in 0.22.4
--------------
* Fix crash when cloning
News in 0.22.2
--------------
* Misc bugfixing
News in 0.22.0
--------------
* Fix api breaks made in libgit2
* Follow libgit2's version
* Misc bugfixing
News in 0.0.24
--------------
* Support Notes
* Misc bugfixing
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
|