2013-04-29 23:22:18 +01:00
|
|
|
Version 1.5.5:
|
|
|
|
* Fixed a variable error in the new pressed feature.
|
|
|
|
|
|
|
|
|
2013-04-23 11:31:36 +01:00
|
|
|
Version 1.5.4:
|
2013-04-23 11:15:54 +01:00
|
|
|
* Fixed an issue we had when /proc/cpuinfo had more than one CPU. Detected on AMD cpu's.
|
|
|
|
* OpenSUSE 12.3 uses lsb_release. Fix the returned distro name "openSUSE project" to "openSUSE"
|
|
|
|
which the script handles.
|
|
|
|
* Added an custom move function which will only override if required and if we permit it.
|
|
|
|
* Implemented the necessary function to pre-seed minion keys on a salt master as an optional
|
|
|
|
argument.
|
2013-04-12 12:36:52 +01:00
|
|
|
* Distro Support Fixed:
|
2013-04-23 11:15:54 +01:00
|
|
|
* FreeBSD (Don't let the script fail if PACKAGESITE is not set)
|
2013-04-23 11:24:57 +01:00
|
|
|
* Debian Stable installations(the function search was not working as supposed)
|
2013-04-18 11:00:11 +01:00
|
|
|
* Distro Support Added:
|
2013-04-23 11:15:54 +01:00
|
|
|
* Ubuntu 13.04 (Was disabled because of a bad beta1. Fixed in beta2)
|
2013-04-12 12:36:52 +01:00
|
|
|
|
|
|
|
|
2013-04-10 18:51:59 +01:00
|
|
|
Version 1.5.3:
|
|
|
|
* Return 0 or 1 from functions
|
|
|
|
* Convert several pipes into a single awk call
|
|
|
|
* Fixed `/etc/os-release` parsing
|
|
|
|
* Fixed `config_salt()`
|
|
|
|
* Distro Support Fixed:
|
|
|
|
* EPEL based installations (CentOS, Amazon Linux, RedHat)
|
2013-04-23 11:15:54 +01:00
|
|
|
* SuSE/OpenSUSE (problem running the script twice, ie, existing `devel_languages_python`
|
|
|
|
repository)
|
2013-04-10 18:51:59 +01:00
|
|
|
* SuSE 11 SP1 (pip based install and config trigger)
|
|
|
|
* Distro Support Added:
|
|
|
|
* Debian 7 (Only git installations at the moment)
|
|
|
|
|
|
|
|
|
2013-03-17 18:18:23 +00:00
|
|
|
Version 1.5.2:
|
|
|
|
* Fix issue with travis testing(it installs it's own ZeroMQ3 lib
|
|
|
|
* Allow setting the debug output from an environment variable
|
|
|
|
* Fix an escape issue in the `printf` calls used in our echo calls
|
2013-04-23 11:15:54 +01:00
|
|
|
* Don't overwrite files(config, init.d, etc). Use a specific flag to force overwrites.
|
2013-03-17 18:18:23 +00:00
|
|
|
* Distro Support Fixed:
|
|
|
|
* Ubuntu daily installs.
|
2013-03-18 12:24:33 +00:00
|
|
|
* Distro Support Added:
|
|
|
|
* Trisquel 6.0 (Ubuntu 12.04)
|
2013-03-17 18:18:23 +00:00
|
|
|
|
2013-04-10 18:51:59 +01:00
|
|
|
|
2013-03-17 18:18:23 +00:00
|
|
|
Version 1.5.1:
|
|
|
|
* Improved unittesting.
|
|
|
|
* Starting daemons.
|
|
|
|
* Make sure that daemons are really running.
|
2013-04-23 11:15:54 +01:00
|
|
|
* For the users to make the choice if installing from PIP(if required since there aren't system
|
|
|
|
pacakges).
|
|
|
|
* Fixed salt's git cloning when the salt git tree is already present on the system.
|
2013-03-17 18:18:23 +00:00
|
|
|
* Distro Support Fixed:
|
|
|
|
* Debian 6
|
|
|
|
* Ubuntu 12.10
|
|
|
|
* CentOS
|
|
|
|
* Distro Support Added:
|
|
|
|
* SuSE 11 SP1/11 SP2
|
|
|
|
* OpenSUSE 12.x
|
|
|
|
|
2013-04-10 18:51:59 +01:00
|
|
|
|
2013-03-17 18:18:23 +00:00
|
|
|
Version 1.5:
|
|
|
|
* First stable version of the script
|
|
|
|
* Support for:
|
|
|
|
* Ubuntu 10.x/11.x/12.x
|
|
|
|
* Debian 6.x
|
|
|
|
* CentOS 5/6
|
|
|
|
* Red Hat 5/6
|
|
|
|
* Red Hat Enterprise 5/6
|
|
|
|
* Fedora
|
|
|
|
* Arch
|
|
|
|
* SmartOS
|
|
|
|
* FreeBSD 9.0
|
2013-04-23 11:15:54 +01:00
|
|
|
|
|
|
|
|
|
|
|
# Don't remove the line bellow.
|
|
|
|
# vim: fenc=utf-8 spell spl=en cc=100 tw=99 fo=want ts=4
|