|
1 | | -# PAF v1.1.0 |
2 | | - |
3 | | -Release date: WIP |
4 | | - |
5 | | -* 1.1.0 major release |
6 | | -* fix: do not use crm_node --partition to discover resources |
7 | | -* fix: unknown argument --query when calling crm_master |
8 | | -* fix: perl warning when master score has never been set on the master |
9 | | -* fix: remove wrong info message during post-promote notify |
10 | | -* fix: race condition when setting attributes during actions |
11 | | -* fix: bug where pgport and pghost where ignored in _query |
12 | | -* fix: use same role name than the system_user to connect |
13 | | -* fix: wrap crm_master calls in sub to make them synchronous |
14 | | -* fix: fixed a bug related to setgid in _runas |
15 | | -* fix: check on application_name in validate_all |
16 | | -* change: do not start standby with a master score of 1 |
17 | | -* change: choose the clone to promote when no master score exist |
18 | | -* new: detect and deal master/slave recovery transition |
19 | | -* new: set next best secondaries base on their lag |
| 1 | +# PAF v1.1 beta1 |
| 2 | + |
| 3 | +Release date: 2016-12-04 |
| 4 | + |
| 5 | +* 1.1 beta1 release |
| 6 | +* fix: compatibility with PostrgeSQL 9.6, YanChii |
| 7 | +* fix: do not use crm_node --partition to discover resources, ioguix |
| 8 | +* fix: unknown argument --query when calling crm_master, ioguix |
| 9 | +* fix: perl warning when master score has never been set on the master, ioguix |
| 10 | +* fix: remove wrong info message during post-promote notify, ioguix |
| 11 | +* fix: race condition when setting attributes during actions, reported by Guillaume Lalarge, fixed by ioguix |
| 12 | +* fix: bug where pgport and pghost where ignored in "_query", reported by nnn-dev, fixed by ioguix |
| 13 | +* fix: use same role name than the system_user to connect, reported by nnn-dev, fixed by ioguix |
| 14 | +* fix: wrap crm_master calls in sub to make them synchronous, ioguix |
| 15 | +* fix: fixed a bug related to setgid in "_runas", reported by nnn-dev, fixed by ioguix |
| 16 | +* fix: check on application_name in validate_all, Benoit Lobréau |
| 17 | +* change: do not start standby with a master score of 1, ioguix |
| 18 | +* change: choose the clone to promote when no master score exist, ioguix |
| 19 | +* change: avoid fatal error during validate action when possible, Benoit Lobréau & ioguix |
| 20 | +* new: parameter "datadir" to cope with PostgreSQL GUC data_directory, Benoit Lobréau |
| 21 | +* new: detect and deal master/slave recovery transition, ioguix |
| 22 | +* new: set next best secondaries base on their lag, ioguix |
20 | 23 | * misc: code cleanup and refactoring |
21 | 24 | * misc: various log messages cleanup and enhancement |
22 | 25 |
|
|
0 commit comments