Tags give the ability to mark specific points in history as being important
-
2.82.4
ca20e4ac · ·2.82.4 Git-EVTag-v0-SHA512: 2c9ec110b6eff6799049ed45758101bdd12d0dca2fb7075763902065ee968f0be4800d35e6cba780e7554ed475f172e231a5ceee5496a77fb5710c6a02be4a9c
-
2.83.2
67b5a37f · ·2.83.2 Git-EVTag-v0-SHA512: 5528fa82e4c67081f203b69bde4f303ea1283ba7743e937363ac4b2a789574bf6f50dfdc5a4397dbdaa3180bf3b1cd1d4f650a3d6070d52ff68f2ce97d884c84
-
-
2.82.3
4159df97 · ·2.82.3 Git-EVTag-v0-SHA512: bb477f1cca15199cd27b0d2f5930a6adce34635ad37bab5d737a8f04c00b30a2661db0abb5d38e7b385e0f3d7cfcfaa4eb6a1eb4a658abdbef02a6c94806be0e
-
2.83.0
a429e565 · ·2.83.0 Git-EVTag-v0-SHA512: a8a9368d8c05dc34bab75b4302dc6d9c9b5d4f02aac3f78e55a48978b2e228c2dffd28a6a032c6bbf377b8cbde3302d7bf1c2ecdf9b3c91d3f113655dcdd6b2e
-
2.82.2
45b469ea · ·2.82.2 Git-EVTag-v0-SHA512: 2818b4b83dd3097dc7cbee4e88770af3e7ea28b279f8166a3c6bb4ae319e0ead6075f341234e8ba1f5887176186390ea00720da9f240a7c03883484429eadefc
-
2.82.1
bd40fbba · ·2.82.1 Git-EVTag-v0-SHA512: ef13a76823221845b7727000962d8914893163e0db5ecc87bcda2be5bf78a9d98e0bbaee0d18eee807c36dc95d7a5667d465d92f18e2b4c6ece7c41cffabc2b2
-
2.80.5
6e92ab84 · ·2.80.5 Git-EVTag-v0-SHA512: 0bdfba4cd42d7e05269b40f8d25391fa291db29445de758947f3389b29072b90cf0713588e956913dadff164feef2debeeb5b3731cbaedf95f0ab08cc031c3c9
-
2.82.0
8200545e · ·2.82.0 Git-EVTag-v0-SHA512: fd0aea117c3c537ed86aece4a9423856f58c2705ba05c598eeee48fd75050f78f828d3338b1808ae688bf42898e16c60ad41f0618e600cf3235f2c8c4861149e
-
2.81.2
73f5ca57 · ·2.81.2 Git-EVTag-v0-SHA512: a9204dfe40b574a42d3c90c42932f55bdf1f651df914d7ac095a53efa34b073163f873d90328092876ad4967ebd0aca9c032a46bfceb408094f87620be3bd2b4
-
2.81.1
95eafc07 · ·GLib 2.81.1 (snapshot) Overview of changes in GLib 2.81.1, 2024-08-02 ============================================== * Add g_sort_array() and deprecate g_qsort_with_data(), to ensure that it can be used with GArray without truncating the data set. * Continue the port of the documentation over from gtk-doc to gi-docgen. * Add network monitor implementation for macOS. * Use per-instance locking in GCancellable, and fix races when disposing of a GCancellable. * Ensure that errno is appropriately set when using g_ascii_strtoull() and similar functions. * Bugs fixed: - #774 g_cancellable_connect() doesn't work like its docs claim, has race condition (Marco Trevisan (Treviño)) - #1326 Network monitor support for macOS - #2309 cancellable test leaks many GCancellableSource objects (Marco Trevisan (Treviño)) - #2313 gmenumodel test leaks GCancellableSource objects (Marco Trevisan (Treviño)) - #2765 Descriptions for GSourceFuncs structure's members do not appear in generated docs (Gary Li) - #3370 Fails to build with Clang on Windows with ninja 1.12 - #3393 Crash with Gio.Resolver - #3399 GContentType, GAppInfo, GSpawn, GThread introspection annotations missing on Windows - #3415 module-test-library and module-test-plugin tests fail on FreeBSD and muslc (Philip Withnall) - #3418 g_ascii_string_to_unsigned() can fail when it should succeed if get_C_locale() clobbers errno (Simon McVittie) - #3419 Could not build latest commit in macos sonoma 14.5 (Roshan-R) - !4113 Port some GIO files to gi-docgen - !4127 gqsort: Add g_sort_array() and deprecate g_qsort_with_data() - !4128 gasyncresult: Port all doc comments to gi-docgen - !4130 Fix gsocketclient-slow test on FreeBSD - !4131 GAsyncQueue: Add copy-func and free-func annotations - !4133 replace package.version.Version by internal code - !4136 gobject: Remove unused variable from macro - !4137 codegen: resolve pylint import issues - !4138 gobject: Fix macro name in comment; improve style - !4140 Docs: Replace Gio.MenuModel diagram with SVG - !4142 docs: Add source location URL - !4143 codegen: Drop unused import - !4144 gi: Add missing Since annotation - !4145 gfilteroutputstream.c: Port all doc comments to gi-docgen - !4146 gbufferedinputstream: Port all doc comments to gi-docgen - !4148 gbufferedoutputstream.c: Port doc comments to gi-docgen - !4149 tests: Make an error check less specific in gsocketclient-slow - !4150 glib-private: fix build under Cygwin - !4152 tests: Fix compilation of resolver-parsing test on FreeBSD - !4154 gmodule-dl: fix G_MODULE_BIND_LOCAL on Darwin - !4155 gfile: Add support for x-gvfs-trash mount option - !4157 docs(GNode): Traversal diagrams, color & dark-mode - !4158 gspawn: Move docs/annotations to be platform independent - !4159 introspection: Correct GIO-Windows pkg-config name - !4164 docs: Clarify that G_GNUC_UNUSED can’t be used on definitions - !4165 docs: Clarify conventions about type naming and name mangling in GObject - !4166 gmacros: Define G_STATIC_ASSERT for GI Scanner - !4167 gappinfo and gcontenttype: Make introspection annotations available on all platforms - !4173 CI: Mark msys2-mingw32 as allowing failures - !4174 meson: Fix another kqueue build race on macOS -
2.80.4
0e1647c0 · ·2.80.4 Git-EVTag-v0-SHA512: ef5486103747881a1eb15ce6ecc459e01fad932d57f92774b098e2b53a6deb6735316239ab00a141b6e6ab6afb1e07ae554e59a9b5c9476d538b7f37e54f5ba7
-
2.81.0
616749c1 · ·2.81.0 Git-EVTag-v0-SHA512: 1372216eb1451f8dc715a5d1e79486583bcb3bac522ae2afc0823c1c6ff88f43509e9da630e481e4fa6145f46b1bb21372c6b378db4cbd39fbf487bc7faf6dea
-
2.80.3
8f3ed077 · ·2.80.3 Git-EVTag-v0-SHA512: c2a886d168a0b5314c0fd042a7ed04a0b46a3f7ec2aa94f57da54221fb1c57996851889bc8e61d8e9bdf6ae9de9423085c087debe27d5cdd07af228a33726341
-
2.78.6
d40f72e9 · ·2.78.6 Git-EVTag-v0-SHA512: b0cff067ad5f5d992aaf0978a7911c60d27afbd197fef4e6e3bd4e2ff5b093acbe86cf42c009015e6d49c22b66e8da8f116b3edd0a14bb1085108c0a1984592d
-
2.80.2
d9d93579 · ·2.80.2 Git-EVTag-v0-SHA512: 611ab45d82e68bae6a0e30d903a67457f61845332e35f02a64dbef00c00e1bc954464b914532279ac978ffd94d393cf1055c8e9daa4bfb24a5df62bd296140ea
-
2.78.5
d18807b5 · ·2.78.5 Git-EVTag-v0-SHA512: fec6b1d4793c6a90c16dc0eded20e776b6c3d5c60e21d8ca642533048c39ab5b9e399bb3598ac5e46a5e44fe63f6c977cbb80b39205c51d65d99a6e51accf124
-
2.80.1
dd0e9590 · ·2.80.1 Git-EVTag-v0-SHA512: 6ddf4540af1d8e514e120a8a1b30f374f4e04175b9a6ebff6c086fb20e0f02af997e8433b56e778bb8d6f959a8ff27aea012f16b51c1f022b6b3558cfadfe758
-
2.80.0
763cc3b2 · ·2.80.0 Git-EVTag-v0-SHA512: 165409add9815fd9d0852812017b4f6cfd2f4b4af1387427e94236069c120748835638904a290ac75d67abce4f6ffc19cbeda7c1719702a15d38d5123ae51c24
-
2.79.3
0d31fc6d · ·2.79.3 Git-EVTag-v0-SHA512: 1de637d1378054096fbe6510ca6d0b47d9a6941f366f6a9ed63430413c144e0c23074aac04845bf20466ce826a20e6b7f79e0022882e4d0272ed6625afae8156