summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid King <davidk@gnome.org>2013-11-18 22:39:07 +0000
committerDavid King <davidk@gnome.org>2013-11-18 22:39:07 +0000
commit585dd9f0a4351b8bef60c7d35455a67c571b7db9 (patch)
tree8d9496bb8d21a57f8ef36daa80da94493904cf02
parent0557b869691116c061bebcedbb62e225fce5e030 (diff)
downloadgnome-logs-3.11.2.tar.gz
Update NEWS for 3.11.2 releasegnome-logs-3.11.2
-rw-r--r--.gitignore1
-rw-r--r--NEWS10
-rw-r--r--README4
-rw-r--r--configure.ac2
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])