summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
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],