summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonovan Baarda <abo@minkirri.apana.org.au>2023-02-19 16:08:08 +1100
committerGitHub <noreply@github.com>2023-02-19 16:08:08 +1100
commite364852674780e43d578e4239128ff7014190ed3 (patch)
tree2be56fb37b3bd5e971d7a72e0937821706f2d8c8
parentec0c93b996e2a8b16c690f19284025b0b4451d00 (diff)
parent67176c8e2d69726ea2128edd1ca019792e97e205 (diff)
downloadlibrsync-e364852674780e43d578e4239128ff7014190ed3.tar.gz
Merge pull request #250 from dbaarda/release-v2.3.4v2.3.4
Release v2.3.4.
-rw-r--r--CONTRIBUTING.md2
-rw-r--r--NEWS.md2
-rw-r--r--librsync.spec4
3 files changed, 4 insertions, 4 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 3e58abe..4aa0527 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -304,7 +304,7 @@ If you are making a new tarball release of librsync, follow this checklist:
https://github.com/librsync/librsync/issues/146 for details) and win64
install.
-* Run `make doc` on a clean checkout of the new release tag and `cp -av doc/*`
+* Run `make doc` on a clean checkout of the new release tag and `cp -av html/*`
into a `rm -Rf *` emptied checkout of librsync.github.io and check it in.
This ensures it includes deletes of obsolete files as well as new and
updated files. Push this to update the online docs.
diff --git a/NEWS.md b/NEWS.md
index 7c804ea..2c2c901 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -2,7 +2,7 @@
## librsync 2.3.4
-NOT RELEASED YET
+Released 2023-02-19
* Fix #248 by putting `#include "config.h"` with `/* IWYU pragma: keep */` in
most `src/*.c` files. Add `/* IWYU pragma: keep */` to includes in
diff --git a/librsync.spec b/librsync.spec
index 759e0f6..4a3e487 100644
--- a/librsync.spec
+++ b/librsync.spec
@@ -72,8 +72,8 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/%{name}*
%changelog
-* Thu Feb 16 2023 Donovan Baarda <abo@minkirri.apana.org.au>
-- Prepare SPEC file for librsync 2.3.4
+* Sun Feb 19 2023 Donovan Baarda <abo@minkirri.apana.org.au>
+- Updated SPEC file for librsync 2.3.4
* Thu Feb 16 2023 Donovan Baarda <abo@minkirri.apana.org.au>
- Updated SPEC file for librsync 2.3.3
* Sat Apr 10 2021 Donovan Baarda <abo@minkirri.apana.org.au>