summaryrefslogtreecommitdiff
path: root/version.m4
AgeCommit message (Collapse)AuthorFilesLines
2013-09-13Bump version to track 1.12 developmentJakub Hrozek1-1/+1
2013-08-28Updating the version for 1.11.1 releaseJakub Hrozek1-1/+1
2013-08-28Updating the version for the 1.11.0 releaseJakub Hrozek1-1/+1
2013-07-24Bumping the version for the 1.11 beta3 releaseJakub Hrozek1-1/+1
2013-06-28Bumping the version for the 1.11 beta2 releaseJakub Hrozek1-1/+1
2013-06-28Bump version to track 1.11 developmentJakub Hrozek1-1/+1
2013-06-27Updating the version for the 1.10.1 releaseJakub Hrozek1-1/+1
2013-06-27Update the version for the 1.10.0 releaseJakub Hrozek1-1/+1
2013-06-11Bumping the version for the 1.10 final releaseJakub Hrozek1-1/+1
2013-06-11rpm: Split providers into separate subpackagesJakub Hrozek1-1/+1
https://fedorahosted.org/sssd/ticket/1510 This patch splits the previously monolithic sssd package into sssd-common that contains the deamon and the responders and per-provider packages such as sssd-ldap or sssd-ipa. This split would benefit two parties: 1) security auditors who are often trying to find the smallest package set including dependencies needed for the package to function. They would be able to i.e. install sssd-ldap and not bother about sssd-ipa or sssd-ad pulling in more dependencies. 2) 3rd party programs such as realmd or authconfig that would only be able to require or install on demand the needed packages.
2013-05-03Update the version for the 1.10 beta2 releaseJakub Hrozek1-1/+1
2013-04-02Updating the version for the 1.10 beta1 releaseJakub Hrozek1-1/+1
2012-12-07Bump the version and reset release back to 0Jakub Hrozek1-1/+1
2012-10-15Bump version to 1.10devJakub Hrozek1-1/+1
2012-10-12Updating the version for the 1.9.3 releaseJakub Hrozek1-1/+1
2012-10-05Bumping the version to 1.9.1 releaseJakub Hrozek1-1/+1
2012-09-24Bumping the version to 1.9.1 releaseJakub Hrozek1-1/+1
2012-09-24Set the version number to 1.9.0 for the releaseJakub Hrozek1-1/+1
2012-09-13Updating the version for the RC1 releaseJakub Hrozek1-1/+1
2012-09-05Bumping version for the 1.9.0 beta 7 releaseJakub Hrozek1-1/+1
2012-08-03Fix the version numberJakub Hrozek1-1/+1
The version number was set incorrectly to the value that should have been set when we release the 1.9.0 final version.
2012-08-01Bumping version for the 1.9.0 releaseJakub Hrozek1-1/+1
2012-07-18Bumping version to 1.9.0 beta 6Jakub Hrozek1-1/+1
2012-07-10Bumping version to 1.9.0 beta 5Jakub Hrozek1-1/+1
2012-06-25Bumping version to 1.9.0 beta 4Stephen Gallagher1-1/+1
2012-06-15Bumping version to 1.9.0 beta 3Stephen Gallagher1-1/+1
2012-05-11Bumping version ton 1.8.92 for beta 2 developmentStephen Gallagher1-1/+1
2012-05-11Bumping version to 1.8.91 for 1.9.0 beta 1 releaseStephen Gallagher1-1/+1
2012-02-06Set version to 1.9devStephen Gallagher1-1/+1
2011-12-20Bump version to 1.8.0Stephen Gallagher1-1/+1
2011-08-02Bumping version to 1.7.0Stephen Gallagher1-1/+1
2011-02-03Bumping version to 1.6.0devStephen Gallagher1-1/+1
2011-01-31Update version to 1.5.2devStephen Gallagher1-1/+1
2010-12-22Bumping version to 1.5.1Stephen Gallagher1-1/+1
2010-10-26Bumping version to 1.5.0 devStephen Gallagher1-1/+1
2010-10-18Updating version for SSSD 1.4.0 releaseStephen Gallagher1-1/+1
2010-08-03Releasing SSSD 1.3.0Stephen Gallagher1-1/+1
2010-07-09Release SSSD 1.2.91 (1.3.0rc1)Stephen Gallagher1-1/+1
2010-04-12Bumping version on master to 1.2.90Stephen Gallagher1-1/+1
2010-03-22Update version in master branch to 1.1.90Stephen Gallagher1-1/+1
2010-02-25Update version to 1.1.0Stephen Gallagher1-1/+1
2010-01-21Use version.m4 for setting the SSSD versionStephen Gallagher1-0/+12
This is the preferred way of setting the version in a file, as autotools will properly monitor this file for changes and rerun autoconf/configure when necessary to update the version. This means that we don't need to manually perform an autoreconf in order to build a new RPM