diff --git a/ChangeLog b/ChangeLog index 5ef3c96..41da5d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2019-06-14 Philippe Troin + + * configure.ac: + Bump release to 0.8.4. + + * README.md: + * NEWS: + * tdiff.spec: + Update changelog, bump release to 0.8.4. + + * tdiff.1.html: + * tdiff.1.pdf: + Generate fresh copies with 0.8.4 updates. + 2019-06-13 Philippe Troin * Makefile.am (EXTRA_DIST): Add diff --git a/NEWS b/NEWS index 6fb47f3..aaff056 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,16 @@ -*- outline -*- +* Release 0.8.4 +** June 14, 2019. + +** New features: + +- A new -O/--follow-symlinks option has been implemented. + +** Bugs fixed: + +- Minor bug fixes in zsh completion. + * Release 0.8.3 ** May 22, 2019. @@ -191,4 +202,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 Coverity +LocalWords: BuildRequires fakeroot xattr Coverity symlinks diff --git a/README.md b/README.md index 228d1ae..d279ae4 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.3/tdiff-0.8.3.tar.gz) -or the [secondary mirror](http://ftp.fifi.org/phil/tdiff/tdiff-0.8.3.tar.gz): +GitHub](https://github.com/F-i-f/tdiff/releases/download/v0.8.4/tdiff-0.8.4.tar.gz) +or the [secondary mirror](http://ftp.fifi.org/phil/tdiff/tdiff-0.8.4.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.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) + [https://github.com/F-i-f/tdiff/releases/download/v0.8.4/tdiff-0.8.4.tar.gz](https://github.com/F-i-f/tdiff/releases/download/v0.8.4/tdiff-0.8.4.tar.gz) * Signature: - [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) + [https://github.com/F-i-f/tdiff/releases/download/v0.8.4/tdiff-0.8.4.tar.gz.asc](https://github.com/F-i-f/tdiff/releases/download/v0.8.4/tdiff-0.8.4.tar.gz.asc) * [Secondary Site](http://ftp.fifi.org/phil/tdiff/): * Source: - [http://ftp.fifi.org/phil/tdiff/tdiff-0.8.3.tar.gz](http://ftp.fifi.org/phil/tdiff/tdiff-0.8.3.tar.gz) + [http://ftp.fifi.org/phil/tdiff/tdiff-0.8.4.tar.gz](http://ftp.fifi.org/phil/tdiff/tdiff-0.8.4.tar.gz) * Signature: - [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) + [http://ftp.fifi.org/phil/tdiff/tdiff-0.8.4.tar.gz.asc](http://ftp.fifi.org/phil/tdiff/tdiff-0.8.4.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.3.tar.gz_), and **not** from the links marked _Source code +(_tdiff-0.8.4.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.3.tar.gz -cd tdiff-0.8.3 +tar xvzf tdiff-0.8.4.tar.gz +cd tdiff-0.8.4 ./configure make make check @@ -238,6 +238,17 @@ make install-pdf install-html # Optional ## Changelog +### Version 0.8.4 +#### June 14, 2019. + +##### New features: + +- A new -O/--follow-symlinks option has been implemented. + +##### Bugs fixed: + +- Minor bug fixes in zsh completion. + ### Version 0.8.3 #### May 22, 2019. @@ -435,11 +446,11 @@ make install-pdf install-html # Optional --> - - diff --git a/configure.ac b/configure.ac index 0ed0132..57622e1 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.3]) +AC_INIT([tdiff],[0.8.4]) AC_CONFIG_AUX_DIR([config.aux]) AC_CANONICAL_TARGET() FI_PROJECT() diff --git a/tdiff.1.html b/tdiff.1.html index 9ea5d7c..cc480c0 100644 --- a/tdiff.1.html +++ b/tdiff.1.html @@ -1,5 +1,5 @@ - + @@ -823,6 +823,14 @@

OPTIONS This option may be specified more than once, all the files listed will be added to the exclusion list.

+

−O, +−−follow−symlinks

+ +

Completely ignore symbolic +links and always fOllow and dereference them.
+This is off by default (symbolic links are not followed / +dereferenced).

+

HARD LINKS

diff --git a/tdiff.1.pdf b/tdiff.1.pdf index 31df2d4..35fb093 100644 Binary files a/tdiff.1.pdf and b/tdiff.1.pdf differ diff --git a/tdiff.spec b/tdiff.spec index c4858b8..3055b4e 100644 --- a/tdiff.spec +++ b/tdiff.spec @@ -1,5 +1,5 @@ Name: tdiff -Version: 0.8.3 +Version: 0.8.4 Release: 1%{?dist} Summary: Compare tree permissions, modes, ownership, xattrs, etc @@ -37,6 +37,9 @@ rm -rf $RPM_BUILD_ROOT %{_docdir}/%{name} %changelog +* Fri Jun 14 2019 Philippe Troin - 0.8.4-1 +- Upstream updated to 0.8.4. + * Wed May 22 2019 Philippe Troin - 0.8.3-1 - Upstream updated to 0.8.3.