Skip to content

Commit 4a093d3

Browse files
committed
Bump version to 0.9.3 and update changelog
1 parent fa9332e commit 4a093d3

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ Please see the [Project Wiki](https://github.com/maxhq/zabbix-backup/wiki).
1414

1515
## Version history
1616

17+
**0.9.3 (2020-01-17)**
18+
19+
- ENH: Check for unknown tables
20+
- ENH: Speed up MySQL backup by not calling mysqldump for every single table anymore
21+
- ENH: New option -S to specify PostgreSQL schema
22+
- FIX: Stabilize and enhance PostgreSQL dump
23+
- FIX: Skip IP reverse lookup for localhost, fix multiline dig answers
24+
1725
**0.9.2 (2020-01-16)**
1826

1927
- ENH: Support for Zabbix 4.4

zabbix-dump

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
VERSION=0.9.2
2+
VERSION=0.9.3
33
#
44
# NAME
55
# zabbix-dump - Configuration Backup for Zabbix' MySQL or PostgreSQL data

0 commit comments

Comments
 (0)