Skip to content

Commit

Permalink
sssd 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jhrozek authored and sgallagher committed Apr 20, 2009
1 parent 500a877 commit ae923be
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PACKAGE_NAME = sssd
PACKAGE_VERSION = 0.3.0
PACKAGE_VERSION = 0.3.2
TARGET ?= master
SUBDIRS = common server replace sss_client
TARBALL_PREFIX = $(PACKAGE_NAME)-$(PACKAGE_VERSION)
Expand Down
2 changes: 1 addition & 1 deletion server/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ AC_DEFUN([SMB_MODULE_DEFAULT], [echo -n ""])
AC_DEFUN([SMB_LIBRARY_ENABLE], [echo -n ""])
AC_DEFUN([SMB_EXT_LIB], [echo -n ""])
AC_DEFUN([SMB_ENABLE], [echo -n ""])
AC_INIT(sssd, 0.3.1)
AC_INIT(sssd, 0.3.2)
AC_CONFIG_SRCDIR([autogen.sh])

AC_LIBREPLACE_ALL_CHECKS
Expand Down
2 changes: 1 addition & 1 deletion sss_client/configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ(2.50)
AC_INIT(nss_sss, 0.3.1)
AC_INIT(nss_sss, 0.3.2)
AC_CONFIG_HEADER(config.h)

AC_LIBREPLACE_ALL_CHECKS
Expand Down
5 changes: 4 additions & 1 deletion sssd.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: sssd
Version: 0.3.1
Version: 0.3.2
Release: 1%{dist}
Group: Applications/System
Summary: System Security Services Daemon
Expand Down Expand Up @@ -128,6 +128,9 @@ if [ $1 -ge 1 ] ; then
fi

%changelog
* Mon Apr 20 2009 Jakub Hrozek <[email protected]> - 0.3.2-1
- bugfix release 0.3.2

* Mon Apr 13 2009 Simo Sorce <[email protected]> - 0.3.1-1
- bugfix release

Expand Down

0 comments on commit ae923be

Please sign in to comment.