From b5971f084632732b572b87e7dc8d8759d1005fe4 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Wed, 21 Jun 2017 14:13:59 +0200 Subject: [PATCH] 3.10.8 --- NEWS | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 2b50100..5fb16c5 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,13 @@ New features and significant updates in version... +3.10.8: +- Use Unicode in translatable strings +- Autotools build changes +- Enable videosite support even without quvi +- Port from GSimpleAsyncResult to GTask +- Fix shadowed URI variable in PLA parser +- Add support for GMime 3.0 API + 3.10.7: - Don't consider M3U playlists as text/plain - Simplify ITMS link parsing diff --git a/configure.ac b/configure.ac index f9fd4a5..dda59f7 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ(2.62) m4_define(totem_version_major, 3) m4_define(totem_version_minor, 10) -m4_define(totem_version_micro, 7) +m4_define(totem_version_micro, 8) AC_INIT([totem-pl-parser], [totem_version_major.totem_version_minor.totem_version_micro], -- GitLab