Skip to content

Commit

Permalink
Release 0.8.3.
Browse files Browse the repository at this point in the history
* README.md:
* NEWS:
* tdiff.spec:
Update changelog, bump release to 0.8.3.

* configure.ac:
Bump release to 0.8.3.
  • Loading branch information
F-i-f committed May 22, 2019
1 parent dbd4a3b commit 207cd69
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 13 deletions.
10 changes: 10 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
2019-05-22 Philippe Troin <phil@fifi.org>

* 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 <phil@fifi.org>

* tests/test.lib.sh (sleep_if_coarse_time): Force sleeping when
Expand Down
12 changes: 11 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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
30 changes: 20 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
Expand All @@ -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)).
Expand All @@ -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
Expand Down Expand Up @@ -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.

Expand Down Expand Up @@ -431,5 +441,5 @@ make install-pdf install-html # Optional
-->
<!-- LocalWords: nlink vert README xtimespec tdiff's ROFF fakeroot
-->
<!-- LocalWords: BuildRequires
<!-- LocalWords: BuildRequires Coverity
-->
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

AC_INIT([tdiff],[0.8.2])
AC_INIT([tdiff],[0.8.3])
AC_CONFIG_AUX_DIR([config.aux])
AC_CANONICAL_TARGET()
FI_PROJECT()
Expand Down
5 changes: 4 additions & 1 deletion tdiff.spec
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -37,6 +37,9 @@ rm -rf $RPM_BUILD_ROOT
%{_docdir}/%{name}

%changelog
* Wed May 22 2019 Philippe Troin <phil@fifi.org> - 0.8.3-1
- Upstream updated to 0.8.3.

* Sun May 12 2019 Philippe Troin <phil@fifi.org> - 0.8.2-1
- Upstream updated to 0.8.2.

Expand Down

0 comments on commit 207cd69

Please sign in to comment.