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
|
==============
Version 3.38.0
==============
This is a stable release for GNOME 49.0
* Allow GObject Introspection to automatically cast various numerics into
the arguments of a call-site when the will fit in the destination type
and size.
* Use gi-doc for documentation.
==============
Version 3.37.1
==============
Release for GNOME 49 Beta
* Add `.mangle()` for strings to make it simpler to convert
ClassName to class_name.
* Fix calls to a function in a GIRepository like GLib.strsplit
* Add support for GStrv in GI parameter types
* Allow comparing GStrv for == and != comparison
* Fix handling for null branches
==============
Version 3.37.0
==============
Release for GNOME 49 Alpha
• Port to libgirepository-2.0
• Improve testsuite for ASAN/LSAN findings
==============
Version 3.36.3
==============
Changes in this release:
• Translation updates
==============
Version 3.36.2
==============
This release contains bug fixes only
• Fix trace level define
• Fix unused dlfcn.h include
==============
Version 3.36.1
==============
This release contains important fixes suggested for distribution to end users.
• Fix leak of GObject Introspection interface info
• Document usage of package_subdir
• Translation updates
==============
Version 3.36.0
==============
This release corresponds with GNOME 43.0
No changes since 3.35.0
==============
Version 3.35.0
==============
This is a development release, not intended for end users.
Changes in this release:
• Build system improvements and test suites
• Many fixes to TmplExpr lexing, parsing, and evaluation
• A number of new AST nodes and symbo API
• Various new builtin functions
• Improved support for swallowing newlines from templates
==============
Version 3.34.1
==============
Changes in this release:
• Translation updates
==============
Version 3.34.0
==============
No changes since 3.33.92.
===============
Version 3.33.92
===============
Changes in this release:
• Updated meson build requirement
• Build fixes for macOS
• Translation updates
==============
Version 3.32.0
==============
Changes in this release:
• Translation updates
===============
Version 3.31.91
===============
Changes in this release:
• Improve cross-compilation support.
==============
Version 3.30.0
==============
Changes in this release:
• Documentation fixes
• Check {{include}} for valid path
• Various G-I fixes
==============
Version 3.28.0
==============
No changes since 3.27.90.
===============
Version 3.27.90
===============
Changes in this release:
• Allow iteration of string arrays (GStrv)
==============
Version 3.27.2
==============
Changes in this release:
• A number of imporovements to the template locator.
• Support for more gobject introspection API calls.
• You can know use typeof(expr) to get the GType of the result
of the expression.
• The token stream tries harder to supress newlines.
• require/version expression priority is now lower
• Some memory leaks were plugged
• Versioning of symbols is now down with export macros to be
more portable for alternative platforms.
• We now explicity require a modern C standard.
Updated Translations:
German, Slovenian
==============
Version 3.26.0
==============
Changes in this release:
• Don't store build dir in generated files to help with
build reproducibility.
===============
Version 3.25.92
===============
Changes in this release:
• Use LGPLv2.1+ consistently
• Fix unused variable in eval
• Check for version-script support by the linker
• Bump to more recent meson dependency
Updated Translations:
Hungarian, Spanish, Indonesian, Czech, Slovenian, Brazilian, Serbian
==============
Version 3.25.3
==============
Changes
• Add support for gtk-doc based documentation.
• Add support for using template-glib as a Meson subproject.
Updated Translations:
• Swedish
==============
Version 3.25.2
==============
This is the first release of template-glib.
Template-GLib is a small templating library for GLib based applications. It
supports a fairly simple scripting style for templates as well as integration
with GObject Introspection. This allows templates to be created that need to
iterate through data found in real GObjects.
Currently, Template-GLib is used by the GNOME Builder project for project
templates, but we think it could be useful to other projects as well.
Thanks!
|