From 585dd9f0a4351b8bef60c7d35455a67c571b7db9 Mon Sep 17 00:00:00 2001 From: David King Date: Mon, 18 Nov 2013 22:39:07 +0000 Subject: Update NEWS for 3.11.2 release --- .gitignore | 1 + NEWS | 10 ++++++++++ README | 4 ++-- configure.ac | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3df3eaf..6cbb43e 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ Makefile /autom4te.cache/ /build-aux/ /data/.dstamp +/data/gnome-logs.appdata.valid /data/gnome-logs.appdata.xml /data/gnome-logs.desktop /m4/ diff --git a/NEWS b/NEWS index 75acbfc..49f3cab 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +GNOME Logs 3.11.2 +================= + +* add and validate AppData +* load log events for the current category only +* show log events from the current boot only +* pretty timestamp formats +* Hungarian and Italian translation +* updates to Brazilian Portuguese, Polish and Finnish translations + GNOME Logs 3.11.1 ================= diff --git a/README b/README index 501ee70..bdc0339 100644 --- a/README +++ b/README @@ -2,5 +2,5 @@ GNOME Logs is a log viewer for the systemd journal https://wiki.gnome.org/Apps/Logs -It depends on GTK+ 3.10 or above and libsystemd-journal at build time, and -gsettings-desktop-schemas at runtime. +It depends on GTK+ 3.10 or above, libsystemd-journal and appdata-tools at build +time, and gsettings-desktop-schemas at runtime. diff --git a/configure.ac b/configure.ac index d97e0ea..2a46466 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_INIT([Logs], - [3.11.1], + [3.11.2], [davidk@gnome.org], [gnome-logs], [https://wiki.gnome.org/Apps/Logs]) -- cgit v1.2.1