summaryrefslogtreecommitdiffstats
path: root/doc/releases/1.3.6.txt
blob: 757fbf6f5d825bc8b1a85f41edfd43438a5e46db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
.. -*- mode: rst -*-
.. vim: ft=rst

.. _releases-1.3.6:

1.3.6
=====

We are happy to announce the release of Bcfg2 1.3.6. It is available for
download at:

 ftp://ftp.mcs.anl.gov/pub/bcfg

This is primarily a bugfix release.

* Fix python 2.4 compatibility
* Fix stale lockfile detection and behavior
* Reporting: fix filter urls
* Fix client protocol option handling
* YUM: Add options to enable and disable Yum plugins
* Packages: add name to sources
* Reporting: better exception handling
* Various interrupt handling fixes
* Fix client decision whitelist/blacklist handling
* Fix database OPTIONS parsing
  
  This change requires you to set the *options* value of the
  ``[database`` section in ``bcfg2.conf`` to the literal value which is
  passed through to the django OPTIONS setting.

  https://docs.djangoproject.com/en/1.7/ref/settings/#std:setting-OPTIONS

Special thanks to the following contributors for this release: Michael
Fenn, Matt Kemp, Alexander Sulfrian, Jonathan Billings.