summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@redhat.com>2013-04-17 09:39:52 +0200
committerStef Walter <stefw@redhat.com>2013-04-17 09:48:22 +0200
commit6d3ecb6811421078a6f46b36bde83d2e12e69e7f (patch)
tree60abf649f0260a163ffa4ca16148cb45d73d9249
parent13274d56758ab2e9ee37482b78306ebc1988f90f (diff)
Release version 0.13.30.13.3
-rw-r--r--Makefile.am1
-rw-r--r--NEWS17
-rw-r--r--configure.ac2
-rw-r--r--po/POTFILES.in1
4 files changed, 19 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index ddd19c6..b62477f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,7 +8,6 @@ SUBDIRS = build dbus service tools tests doc po
DISTCHECK_CONFIGURE_FLAGS = \
--enable-debug=yes \
--disable-coverage \
- --enable-strict \
--disable-silent-rules \
--with-systemd-unit-dir=$(abs_srcdir)/$(top_distdir)/_inst/ \
--enable-doc
diff --git a/NEWS b/NEWS
index b29ec6b..709218a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+0.13.3
+ * Fix permit/deny commands and implementation [#62517 #62518]
+ * Don't exit realmd when clients are still active [#61220]
+ * Send internal warnings/criticals/messages to syslog [#58084]
+ * Example domain fixes [#62215 #62372 #62214 #62162]
+ * Cleanup our 'net ads join' usage [#56023]
+ * Support realm login policy [#60628]
+ * Other tweaks and bug fixes [#62763 #62210 #60656 ...]
+ * Include a systemd unit file [#56012]
+ * Adding build support for SuSE [#55097]
+ * Check that package-kit finds all the packages we ask it to resolve [#60657]
+ * If PackageKit is not available, assume manual package installation [#60654]
+ * License clarification, we are LGPL v2.1 [#57943]
+ * Optionally use systemd's journal for logging [#62225]
+ * Documentation fixes and clarifications
+ * Build and testing fixes
+
0.13
* Pull in translations from transifex
* Detect incorrect passwords when using 'net ads join' login via RPC
diff --git a/configure.ac b/configure.ac
index 6d137bf..3db8d43 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.63)
-AC_INIT([realmd], [0.13.2],
+AC_INIT([realmd], [0.13.3],
[http://bugs.freedesktop.org/enter_bug.cgi?product=realmd],
[realmd])
diff --git a/po/POTFILES.in b/po/POTFILES.in
index e87f377..7b5b27b 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -7,6 +7,7 @@ service/realm-kerberos.c
service/realm-packages.c
service/realm-provider.c
service/realm-samba.c
+service/realm-sssd.c
service/realm-sssd-ad.c
service/realm-sssd-config.c
service/realm-sssd-ipa.c