File tree Expand file tree Collapse file tree 5 files changed +16
-3
lines changed
Expand file tree Collapse file tree 5 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ For instance,
175175```
176176may print
177177```
178- 0.2.0
178+ 0.2.1
179179```
180180
181181#### 'search_by_timestamp' operation mode
Original file line number Diff line number Diff line change 1+ percona-binlog-server (0.2.1-1) unstable; urgency=low
2+
3+ * PS-10910 Bucket name is missing in search_* outputs.
4+ * PS-11002 Changing storage prefix fails.
5+ * PS-10911 Unexpected binlog position in artificial rotate event.
6+
7+ -- Yura Sorokin <yura.sorokin@percona.com> Fri, 10 Apr 2026 16:13:14 +0200
8+
19percona-binlog-server (0.2.0-1) unstable; urgency=low
210
311 * Packaging for 0.2.0-1
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
99export CODENAME := $(shell . /etc/os-release && echo $$VERSION_CODENAME)
1010
1111# Versions
12- export DEB_VERSION =0.2.0
12+ export DEB_VERSION =0.2.1
1313export BOOST_VERSION =1.88.0
1414export AWS_VERSION =1.11.570
1515
Original file line number Diff line number Diff line change @@ -134,6 +134,11 @@ install -D -m 0644 main_config.json %{buildroot}/%{_sysconfdir}/percona-binlog-
134134
135135
136136%changelog
137+ * Fri Apr 10 2026 Yura Sorokin <yura.sorokin@percona.com> - 0.2.1-1
138+ - PS-10910 Bucket name is missing in search_* outputs.
139+ - PS-11002 Changing storage prefix fails.
140+ - PS-10911 Unexpected binlog position in artificial rotate event.
141+
137142* Mon Mar 16 2026 Yura Sorokin <yura.sorokin@percona.com> - 0.2.0-1
138143- Percona Binlog Server with GTID replication support.
139144
Original file line number Diff line number Diff line change 1818
1919#include " util/semantic_version.hpp"
2020
21- static constexpr util::semantic_version app_version{0U , 2U , 0U };
21+ static constexpr util::semantic_version app_version{0U , 2U , 1U };
2222
2323#endif // APP_VERSION_HPP
You can’t perform that action at this time.
0 commit comments