diff --git a/ChangeLog b/ChangeLog index b93c6f8..dbc28ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2019-05-22 Philippe Troin + + * configure.ac: + Bump release to 0.8.3. + + * README.md: + * NEWS: + * tdiff.spec: + Update changelog, bump release to 0.8.3. + 2019-05-21 Philippe Troin * tests/test.lib.sh (sleep_if_coarse_time): Force sleeping when diff --git a/NEWS b/NEWS index 5ac8757..6fb47f3 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,15 @@ -*- outline -*- +* Release 0.8.3 +** May 22, 2019. + +** Bugs fixed: + +- Fix rare file descriptor leak on directory enumeration failure. + +- Fix other inconsequential + [Coverity](https://scan.coverity.com/)-detected errors. + * Release 0.8.2 ** May 12, 2019. @@ -181,4 +191,4 @@ Now includes support for ACLs, extended attributes, and link count. LocalWords: zsh hardlinks mmap ACLs xattrs MacOSX inode DJB2 NOATIME LocalWords: autoconf getdents64 FreeBSD Solaris tdiff atime uid gid LocalWords: nlinks nlink README xtimespec vert tdiff's html pdf -LocalWords: BuildRequires fakeroot xattr +LocalWords: BuildRequires fakeroot xattr Coverity diff --git a/README.md b/README.md index 7c06441..228d1ae 100644 --- a/README.md +++ b/README.md @@ -166,24 +166,24 @@ along with this program. If not, see [http://www.gnu.org/licenses/]. ### From a release Download the [latest release from -GitHub](https://github.com/F-i-f/tdiff/releases/download/v0.8.2/tdiff-0.8.2.tar.gz) -or the [secondary mirror](http://ftp.fifi.org/phil/tdiff/tdiff-0.8.2.tar.gz): +GitHub](https://github.com/F-i-f/tdiff/releases/download/v0.8.3/tdiff-0.8.3.tar.gz) +or the [secondary mirror](http://ftp.fifi.org/phil/tdiff/tdiff-0.8.3.tar.gz): * [Primary Site (GitHub)](https://github.com/F-i-f/tdiff/releases/): * Source: - [https://github.com/F-i-f/tdiff/releases/download/v0.8.2/tdiff-0.8.2.tar.gz](https://github.com/F-i-f/tdiff/releases/download/v0.8.2/tdiff-0.8.2.tar.gz) + [https://github.com/F-i-f/tdiff/releases/download/v0.8.3/tdiff-0.8.3.tar.gz](https://github.com/F-i-f/tdiff/releases/download/v0.8.3/tdiff-0.8.3.tar.gz) * Signature: - [https://github.com/F-i-f/tdiff/releases/download/v0.8.2/tdiff-0.8.2.tar.gz.asc](https://github.com/F-i-f/tdiff/releases/download/v0.8.2/tdiff-0.8.2.tar.gz.asc) + [https://github.com/F-i-f/tdiff/releases/download/v0.8.3/tdiff-0.8.3.tar.gz.asc](https://github.com/F-i-f/tdiff/releases/download/v0.8.3/tdiff-0.8.3.tar.gz.asc) * [Secondary Site](http://ftp.fifi.org/phil/tdiff/): * Source: - [http://ftp.fifi.org/phil/tdiff/tdiff-0.8.2.tar.gz](http://ftp.fifi.org/phil/tdiff/tdiff-0.8.2.tar.gz) + [http://ftp.fifi.org/phil/tdiff/tdiff-0.8.3.tar.gz](http://ftp.fifi.org/phil/tdiff/tdiff-0.8.3.tar.gz) * Signature: - [http://ftp.fifi.org/phil/tdiff/tdiff-0.8.2.tar.gz.asc](http://ftp.fifi.org/phil/tdiff/tdiff-0.8.2.tar.gz.asc) + [http://ftp.fifi.org/phil/tdiff/tdiff-0.8.3.tar.gz.asc](http://ftp.fifi.org/phil/tdiff/tdiff-0.8.3.tar.gz.asc) The source code release are signed with the GPG key ID `0x88D51582`, @@ -196,7 +196,7 @@ mirror](http://ftp.fifi.org/phil/tdiff/). When downloading from the GitHub release pages, be careful to download the source code from the link named with the full file name -(_tdiff-0.8.2.tar.gz_), and **not** from the links marked _Source code +(_tdiff-0.8.3.tar.gz_), and **not** from the links marked _Source code (zip)_ or _Source code (tar.gz)_ as these are repository snapshots generated automatically by GitHub and require specialized tools to build (see [Building from GitHub](#from-the-github-repository)). @@ -205,8 +205,8 @@ build (see [Building from GitHub](#from-the-github-repository)). After downloading the sources, unpack and build with: ```shell -tar xvzf tdiff-0.8.2.tar.gz -cd tdiff-0.8.2 +tar xvzf tdiff-0.8.3.tar.gz +cd tdiff-0.8.3 ./configure make make check @@ -238,6 +238,16 @@ make install-pdf install-html # Optional ## Changelog +### Version 0.8.3 +#### May 22, 2019. + +##### Bugs fixed: + +- Fix rare file descriptor leak on directory enumeration failure. + +- Fix other inconsequential + [Coverity](https://scan.coverity.com/)-detected errors. + ### Version 0.8.2 #### May 12, 2019. @@ -431,5 +441,5 @@ make install-pdf install-html # Optional --> - diff --git a/configure.ac b/configure.ac index 07ba686..0ed0132 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -AC_INIT([tdiff],[0.8.2]) +AC_INIT([tdiff],[0.8.3]) AC_CONFIG_AUX_DIR([config.aux]) AC_CANONICAL_TARGET() FI_PROJECT() diff --git a/tdiff.spec b/tdiff.spec index a890af9..c4858b8 100644 --- a/tdiff.spec +++ b/tdiff.spec @@ -1,5 +1,5 @@ Name: tdiff -Version: 0.8.2 +Version: 0.8.3 Release: 1%{?dist} Summary: Compare tree permissions, modes, ownership, xattrs, etc @@ -37,6 +37,9 @@ rm -rf $RPM_BUILD_ROOT %{_docdir}/%{name} %changelog +* Wed May 22 2019 Philippe Troin - 0.8.3-1 +- Upstream updated to 0.8.3. + * Sun May 12 2019 Philippe Troin - 0.8.2-1 - Upstream updated to 0.8.2.