[glom] 1.22.1



commit 3c6eaa1d699dd271c2dd1adc7ce5b84e2883b093
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Nov 7 13:40:31 2012 +0100

    1.22.1

 ChangeLog    |    2 ++
 NEWS         |   19 +++++++++++++++++++
 configure.ac |    2 +-
 3 files changed, 22 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index f95da10..65e885c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+1.22.1 (stable):
+
 2012-11-02  Murray Cumming  <murrayc murrayc com>
 
         Move a test out the ui tests.
diff --git a/NEWS b/NEWS
index 80bb596..aeb6745 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+1.22.1 (stable):
+
+* Self hosting:
+  - Do not allow ident authorization.
+    We use trust instead when not sharing.
+  - Only allow attempts from localhost when not shared.
+  (Murray Cumming)
+* Film Manager example: Correct the Contacts reports.
+  (Murray Cumming)
+
+Build:
+* Add the --enable-ui-tests configure option.
+  This lets package builders (debian and Ubuntu, for instance)
+  run make check as a sanity check.
+* Windows build: Fix some typos.
+  (Murray Cumming) Bug #674009 (alien)
+* OpenBSD: std:cerr needs <iostream>.
+  (Antoine Jacoutot) Bug #673914
+
 1.22.0 (stable):
 
 libglom:
diff --git a/configure.ac b/configure.ac
index 69deb99..e1a6120 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
 ## You should have received a copy of the GNU General Public License
 ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-AC_INIT([Glom],[1.22.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
+AC_INIT([Glom],[1.22.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
 AC_PREREQ(2.63)
 
 AC_CONFIG_SRCDIR([glom/main.cc])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]