Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
glibmm
Commits
042e90ee
Commit
042e90ee
authored
Oct 06, 2021
by
Kjell Ahlstedt
Browse files
2.70.0
parent
692fcb69
Pipeline
#323181
passed with stages
in 20 minutes and 4 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
042e90ee
2.70.0 (stable):
Glib:
* Timer: Add resume() and is_active()
(Kjell Ahlstedt) Issue #87 (chamignoom)
* Add the Environ class
(Kjell Ahlstedt) Issue #89 (Alexander Shaduri)
* Binding: Add dup_source(), dup_target().
Deprecate get_source(), get_target().
TimeZone: Add operator bool(), create_identifier(). Deprecate create().
(Kjell Ahlstedt)
Gio:
* FileInfo: Add get/set_access_date(), get/set_creation_date().
Notification: Add set_category().
TlsCertificate: Add property/get_not_valid_before(),
property/get_not_valid_after(), property/get_subject_name(),
property/get_issuer_name().
TlsConnection: Add property/get_protocol_version(),
property/get_ciphersuite_name().
(Kjell Ahlstedt)
Tests:
* Add test of Glib::Environ
(Kjell Ahlstedt) Issue #89 (Alexander Shaduri)
gmmproc:
* Handle gi-docgen syntax in C documentation
(Kjell Ahlstedt)
Build:
* Require glib-2.0 >= 2.69.1
(Kjell Ahlstedt)
2.68.2 (stable):
Glib:
* Replace all g_quark_from_static_string() by g_quark_from_string()
(Kjell Ahlstedt) Issue #96 (小太)
Gio:
* FileEnumerator: Remove refreturn to avoid memory leak
(talisein) Merge request !53
* ListModel::get_object(): Make it work for interface classes
(Kjell Ahlstedt) Issue #93 (pumkinpal)
* AppInfo::get_all(): Avoid a crash on Windows
(Kjell Ahlstedt) Issue #94 (Lawrence37)
Build:
* MSVC build: Remove extraneous GLIBMM_API in Glib::ustring
(Kjell Ahlstedt) Issue #92 (Christoph Reiter)
2.68.1 (stable):
Glib:
...
...
configure.ac
View file @
042e90ee
...
...
@@ -15,7 +15,7 @@
## You should have received a copy of the GNU Lesser General Public License
## along with this library. If not, see <http://www.gnu.org/licenses/>.
AC_INIT([glibmm], [2.
68.1
],
AC_INIT([glibmm], [2.
70.0
],
[https://gitlab.gnome.org/GNOME/glibmm/issues],
[glibmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
...
...
meson.build
View file @
042e90ee
# This file is part of glibmm.
project
(
'glibmm'
,
'cpp'
,
version
:
'2.
68.1
'
,
version
:
'2.
70.0
'
,
license
:
'LGPLv2.1+'
,
default_options
:
[
'cpp_std=c++17'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment