summaryrefslogtreecommitdiffstats
path: root/version.m4
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to track 1.11 developmentJakub Hrozek2013-06-281-1/+1
|
* Updating the version for the 1.10.1 releaseJakub Hrozek2013-06-271-1/+1
|
* Update the version for the 1.10.0 releasesssd-1_10_0Jakub Hrozek2013-06-271-1/+1
|
* Bumping the version for the 1.10 final releaseJakub Hrozek2013-06-111-1/+1
|
* rpm: Split providers into separate subpackagesJakub Hrozek2013-06-111-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.
* Update the version for the 1.10 beta2 releaseJakub Hrozek2013-05-031-1/+1
|
* Updating the version for the 1.10 beta1 releaseJakub Hrozek2013-04-021-1/+1
|
* Bump the version and reset release back to 0Jakub Hrozek2012-12-071-1/+1
|
* Bump version to 1.10devJakub Hrozek2012-10-151-1/+1
|
* Updating the version for the 1.9.3 releaseJakub Hrozek2012-10-121-1/+1
|
* Bumping the version to 1.9.1 releaseJakub Hrozek2012-10-051-1/+1
|
* Bumping the version to 1.9.1 releaseJakub Hrozek2012-09-241-1/+1
|
* Set the version number to 1.9.0 for the releaseJakub Hrozek2012-09-241-1/+1
|
* Updating the version for the RC1 releaseJakub Hrozek2012-09-131-1/+1
|
* Bumping version for the 1.9.0 beta 7 releaseJakub Hrozek2012-09-051-1/+1
|
* Fix the version numberJakub Hrozek2012-08-031-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.
* Bumping version for the 1.9.0 releaseJakub Hrozek2012-08-011-1/+1
|
* Bumping version to 1.9.0 beta 6Jakub Hrozek2012-07-181-1/+1
|
* Bumping version to 1.9.0 beta 5Jakub Hrozek2012-07-101-1/+1
|
* Bumping version to 1.9.0 beta 4Stephen Gallagher2012-06-251-1/+1
|
* Bumping version to 1.9.0 beta 3Stephen Gallagher2012-06-151-1/+1
|
* Bumping version ton 1.8.92 for beta 2 developmentStephen Gallagher2012-05-111-1/+1
|
* Bumping version to 1.8.91 for 1.9.0 beta 1 releasesssd-1_9_0_beta1sssd-1_8_91Stephen Gallagher2012-05-111-1/+1
|
* Set version to 1.9devStephen Gallagher2012-02-061-1/+1
|
* Bump version to 1.8.0Stephen Gallagher2011-12-201-1/+1
|
* Bumping version to 1.7.0Stephen Gallagher2011-08-021-1/+1
|
* Bumping version to 1.6.0devStephen Gallagher2011-02-031-1/+1
|
* Update version to 1.5.2devStephen Gallagher2011-01-311-1/+1
|
* Bumping version to 1.5.1Stephen Gallagher2010-12-221-1/+1
|
* Bumping version to 1.5.0 devStephen Gallagher2010-10-261-1/+1
|
* Updating version for SSSD 1.4.0 releasesssd-1_4_0Stephen Gallagher2010-10-181-1/+1
|
* Releasing SSSD 1.3.0sssd-1_3_0Stephen Gallagher2010-08-031-1/+1
|
* Release SSSD 1.2.91 (1.3.0rc1)sssd-1_2_91Stephen Gallagher2010-07-091-1/+1
|
* Bumping version on master to 1.2.90Stephen Gallagher2010-04-121-1/+1
|
* Update version in master branch to 1.1.90Stephen Gallagher2010-03-221-1/+1
|
* Update version to 1.1.0Stephen Gallagher2010-02-251-1/+1
|
* Use version.m4 for setting the SSSD versionStephen Gallagher2010-01-211-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