Skip to content

Commit

Permalink
Release 0.8.4.
Browse files Browse the repository at this point in the history
* tdiff.1.html:
* tdiff.1.pdf:
Generate fresh copies with 0.8.4 updates.

* README.md:
* NEWS:
* tdiff.spec:
Update changelog, bump release to 0.8.4.

* configure.ac:
Bump release to 0.8.4.
  • Loading branch information
F-i-f committed Jun 14, 2019
1 parent a4e4b1a commit 222e076
Show file tree
Hide file tree
Showing 7 changed files with 62 additions and 15 deletions.
14 changes: 14 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
2019-06-14 Philippe Troin <phil@fifi.org>

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

* Makefile.am (EXTRA_DIST): Add
Expand Down
13 changes: 12 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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
33 changes: 22 additions & 11 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.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`,
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.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)).
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.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
Expand Down Expand Up @@ -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.

Expand Down Expand Up @@ -435,11 +446,11 @@ make install-pdf install-html # Optional
-->
<!-- LocalWords: automake groff GPG gz github Zsh hardlinks mmap
-->
<!-- LocalWords: xattrs DJB2 NOATIME getdents64 FreeBSD Solaris
<!-- LocalWords: xattrs DJB2 NOATIME getdents64 FreeBSD Solaris zsh
-->
<!-- LocalWords: Troin Changelog directory1 directory2 atime nlinks
-->
<!-- LocalWords: nlink vert README xtimespec tdiff's ROFF fakeroot
-->
<!-- LocalWords: BuildRequires Coverity
<!-- LocalWords: BuildRequires Coverity symlinks
-->
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.3])
AC_INIT([tdiff],[0.8.4])
AC_CONFIG_AUX_DIR([config.aux])
AC_CANONICAL_TARGET()
FI_PROJECT()
Expand Down
10 changes: 9 additions & 1 deletion tdiff.1.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified tdiff.1.pdf
Binary file not shown.
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.3
Version: 0.8.4
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
* Fri Jun 14 2019 Philippe Troin <phil@fifi.org> - 0.8.4-1
- Upstream updated to 0.8.4.

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

Expand Down

0 comments on commit 222e076

Please sign in to comment.