diff --git a/_service b/_service
index aa91621..2cbf17f 100644
--- a/_service
+++ b/_service
@@ -2,9 +2,9 @@
https://github.com/hughsie/appstream-glib.git
git
- 0.6.5
+ 0.6.6
enable
- refs/tags/appstream_glib_0_6_5
+ refs/tags/appstream_glib_0_6_6
*.tar
diff --git a/_servicedata b/_servicedata
index 8eef3ab..753d013 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
https://github.com/hughsie/appstream-glib.git
- df67bd4d9da7dd58fe5628f758bf229417f2c38c
\ No newline at end of file
+ b006ed551ef9296342bf695d3d0b2bab69beb63b
\ No newline at end of file
diff --git a/appstream-glib-0.6.5.tar.xz b/appstream-glib-0.6.5.tar.xz
deleted file mode 100644
index 8dcfc43..0000000
--- a/appstream-glib-0.6.5.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:27d8141af0d525de40b6aca148fbb94a8493542fbf2db1ac5a5608c7eb76449e
-size 2216176
diff --git a/appstream-glib-0.6.6.tar.xz b/appstream-glib-0.6.6.tar.xz
new file mode 100644
index 0000000..f96ebcc
--- /dev/null
+++ b/appstream-glib-0.6.6.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e67c3fff26ca82f0471b30c61fc0c4d644b08648627900a0e3cf6771f6802cd5
+size 2222016
diff --git a/appstream-glib.changes b/appstream-glib.changes
index 09cc1fc..efc2eef 100644
--- a/appstream-glib.changes
+++ b/appstream-glib.changes
@@ -1,3 +1,61 @@
+-------------------------------------------------------------------
+Fri Dec 16 17:25:55 UTC 2016 - zaitor@opensuse.org
+
+- Update to version 0.6.6:
+ + trivial:
+ - Remove two unused variables.
+ - Use g_autoptr to avoid a Coverity warning.
+ - Do not leak the entry if the file cannot be read.
+ - Fix the self tests now we're stemming the tag cache.
+ - Show a total process time when using appstream-util
+ --profile.
+ - Don't split the text every time in the XML parsing hot path.
+ - Add as_ref_string_debug().
+ - Add as_ref_string_new_static().
+ - Fix a tiny memory leak when escaping cdata.
+ - Fix unused variable warnings.
+ - Use -Wunused.
+ - Remove an ununsed variable.
+ - Remove a tiny compiler warning.
+ - Do not attempt to parse unknown tags when converting.
+ - Don't include trailing whitespace from AppData files.
+ - Output the release state if the export is trusted
+ - Add some asserts to shut up clang.
+ + Check the return value of the stat call.
+ + Do not save the XML attributes if the node or parent node is
+ being ignored.
+ + Don't recommend use of DISTCHECK_CONFIGURE_FLAGS.
+ + Deduplicate the AsNode attribute key and value using a hash
+ table.
+ + Deduplicate common AsNode cdata sections for some tag types.
+ + Dedupliate nonstandard tag names using a hash table.
+ + Detect invalid files in the libyaml read handler.
+ + Don't export NULL tags from AppData file.
+ + Add a refcounted overloaded C string object.
+ + Use refcounted strings in all objects.
+ + Lazy load structures in AsRelease.
+ + Use refcounted strings as the localised key.
+ + Lazy load the screenshot captions storage.
+ + Allocate the release sizes at runtime.
+ + trivial: Use a finer threshold when performing massif.
+ + Cache the stemmer results in a hash table.
+ + Add support for ONLY_NATIVE_LANGS when parsing yaml files.
+ + Use full RELRO in the client executables.
+ + Enable the stack protection in local builds.
+ + Set a better icon for codecs.
+ + Make AsRefString thread safe.
+ + Fix one more thread safety issue with AsRefString.
+ + Don't regenerate .pot files with every build.
+ + Don't add for addons.
+ + Don't add for addons.
+ + Don't add for addons.
+ + Don't add for addons.
+ + Do not absorb core addons into the main application.
+ + Add Geary to the app id fallbacks.
+ + Add AS_APP_QUIRK_IS_PROXY.
+ + Add as_release_state_to_string().
+ + Subsume the AppData releases into AppStream items.
+
-------------------------------------------------------------------
Mon Nov 07 16:30:58 UTC 2016 - dimstar@opensuse.org
diff --git a/appstream-glib.spec b/appstream-glib.spec
index 027534d..811d650 100644
--- a/appstream-glib.spec
+++ b/appstream-glib.spec
@@ -20,7 +20,7 @@
%define _build_from_vcs 1
Name: appstream-glib
-Version: 0.6.5
+Version: 0.6.6
Release: 0
Summary: AppStream Abstraction Library
License: LGPL-2.1+