Skip to content

Commit

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

* tdiff.1:
* configure.ac:
Bump release to 0.8.1.

* tdiff.1.html:
* tdiff.1.pdf:
Generate fresh copies.
  • Loading branch information
F-i-f committed May 7, 2019
1 parent c42eb75 commit 0ca481e
Show file tree
Hide file tree
Showing 8 changed files with 76 additions and 15 deletions.
13 changes: 13 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
2019-05-07 Philippe Troin <phil@fifi.org>

* tdiff.1.html:
* tdiff.1.pdf:
Generate fresh copies.

* tdiff.1:
* configure.ac:
Bump release to 0.8.1.

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

* .gitignore: Add make_door, have_subsecond_times.

* tdiff.1: Elaborate on opening files with O_NOATIME.
Expand Down
18 changes: 18 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
-*- outline -*-

* Release 0.8.1
** May 7, 2019.

** Bugs fixed:

- tdiff could fail on Linux with O_NOATIME support when comparing
files or reading directories not owned by the invoking user, when
not running as root.

** Other changes:

- Specify better tdiff's behavior with regards to O_NOATIME.
- Spec file now BuildRequires fakeroot.
- Enhanced test suite / regressions.
- Don't abort() on unexpected state, exit cleanly.
- Fix nanosecond resolution detection in regressions.

* Release 0.8
** May 3, 2019.

Expand Down Expand Up @@ -153,3 +170,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
39 changes: 29 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,24 +162,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/tdiff-0.8.tar.gz)
or the [secondary mirror](http://ftp.fifi.org/phil/tdiff/tdiff-0.8.tar.gz):
GitHub](https://github.com/F-i-f/tdiff/releases/download/v0.8.1/tdiff-0.8.1.tar.gz)
or the [secondary mirror](http://ftp.fifi.org/phil/tdiff/tdiff-0.8.1.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/tdiff-0.8.tar.gz](https://github.com/F-i-f/tdiff/releases/download/v0.8/tdiff-0.8.tar.gz)
[https://github.com/F-i-f/tdiff/releases/download/v0.8.1/tdiff-0.8.1.tar.gz](https://github.com/F-i-f/tdiff/releases/download/v0.8.1/tdiff-0.8.1.tar.gz)

* Signature:
[https://github.com/F-i-f/tdiff/releases/download/v0.8/tdiff-0.8.tar.gz.asc](https://github.com/F-i-f/tdiff/releases/download/v0.8/tdiff-0.8.tar.gz.asc)
[https://github.com/F-i-f/tdiff/releases/download/v0.8.1/tdiff-0.8.1.tar.gz.asc](https://github.com/F-i-f/tdiff/releases/download/v0.8.1/tdiff-0.8.1.tar.gz.asc)

* [Secondary Site](http://ftp.fifi.org/phil/tdiff/):

* Source:
[http://ftp.fifi.org/phil/tdiff/tdiff-0.8.tar.gz](http://ftp.fifi.org/phil/tdiff/tdiff-0.8.tar.gz)
[http://ftp.fifi.org/phil/tdiff/tdiff-0.8.1.tar.gz](http://ftp.fifi.org/phil/tdiff/tdiff-0.8.1.tar.gz)

* Signature:
[http://ftp.fifi.org/phil/tdiff/tdiff-0.8.tar.gz.asc](http://ftp.fifi.org/phil/tdiff/tdiff-0.8.tar.gz.asc)
[http://ftp.fifi.org/phil/tdiff/tdiff-0.8.1.tar.gz.asc](http://ftp.fifi.org/phil/tdiff/tdiff-0.8.1.tar.gz.asc)


The source code release are signed with the GPG key ID `0x88D51582`,
Expand All @@ -192,7 +192,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.tar.gz_), and **not** from the links marked _Source code
(_tdiff-0.8.1.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 @@ -201,8 +201,8 @@ build (see [Building from GitHub](#from-the-github-repository)).
After downloading the sources, unpack and build with:

```shell
tar xvzf tdiff-0.8.tar.gz
cd tdiff-0.8
tar xvzf tdiff-0.8.1.tar.gz
cd tdiff-0.8.1
./configure
make
make check
Expand Down Expand Up @@ -234,6 +234,23 @@ make install-pdf install-html # Optional

## Changelog

### Version 0.8.1
#### May 7, 2019.

##### Bugs fixed:

- tdiff could fail on Linux with O_NOATIME support when comparing
files or reading directories not owned by the invoking user, when
not running as root.

##### Other changes:

- Specify better tdiff's behavior with regards to O_NOATIME.
- Spec file now BuildRequires fakeroot.
- Enhanced test suite / regressions.
- Don't abort() on unexpected state, exit cleanly.
- Fix nanosecond resolution detection in regressions.

### Version 0.8
#### May 3, 2019.

Expand Down Expand Up @@ -397,5 +414,7 @@ make install-pdf install-html # Optional
-->
<!-- LocalWords: Troin Changelog directory1 directory2 atime nlinks
-->
<!-- LocalWords: nlink vert README xtimespec tdiff's ROFF
<!-- LocalWords: nlink vert README xtimespec tdiff's ROFF fakeroot
-->
<!-- LocalWords: BuildRequires
-->
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])
AC_INIT([tdiff],[0.8.1])
AC_CONFIG_AUX_DIR([config.aux])
AC_CANONICAL_TARGET()
FI_PROJECT()
Expand Down
2 changes: 1 addition & 1 deletion tdiff.1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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/>.
.TH TDIFF 1 "May 2019" "tdiff 0.8" "User Commands"
.TH TDIFF 1 "May 2019" "tdiff 0.8.1" "User Commands"
.SH NAME
tdiff \- tree diff, list differences between various inode attributes (
.BR stat(2)
Expand Down
11 changes: 9 additions & 2 deletions 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.
6 changes: 5 additions & 1 deletion tdiff.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: tdiff
Version: 0.8
Version: 0.8.1
Release: 1%{?dist}
Summary: Compare tree permissions, modes, ownership, xattrs, etc

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

%changelog
* Tue May 7 2019 Philippe Troin <phil@fifi.org> - 0.8.1-1
- Upstream updated to 0.8.1.
- BuildRequires fakeroot.

* Fri May 3 2019 Philippe Troin <phil@fifi.org> - 0.8-1
- Upstream updated to 0.8.
- Update description.
Expand Down

0 comments on commit 0ca481e

Please sign in to comment.