diff options
author | Michal Hruby <michal.mhr@gmail.com> | 2012-03-20 13:41:42 +0100 |
---|---|---|
committer | Michal Hruby <michal.mhr@gmail.com> | 2012-03-20 13:41:42 +0100 |
commit | 48cd06cfe0ef050147aa6431eb2173163818237c (patch) | |
tree | c3cc74ac8ef949e7e9acf332ad52f890bc909cc3 | |
parent | ac5283853c76df238388757d008c0a7cd89e1fc7 (diff) |
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -1,8 +1,10 @@ -Zeitgeist-datahub 0.8.X +Zeitgeist-datahub 0.8.2 ======================= * Download monitor: don't log *.part files (Siegfried Gevatter) +* Download monitor: ignore hidden and backup files + Zeitgeist-datahub 0.8.1 ======================= diff --git a/configure.ac b/configure.ac index e722832..a6269ba 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([zeitgeist-datahub], [0.8.1]) +AC_INIT([zeitgeist-datahub], [0.8.2]) #AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([.]) |