Prepare beta release
Changing version number updating changelogs
This commit is contained in:
parent
2fc89b7c52
commit
f8f4a6c11f
6 changed files with 24 additions and 4 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2017-05-21 Weber Yann <yann.weber@member.fsf.org>
|
||||
* Add a debian dir in order to be able to build a debian package
|
||||
* Enable argument files sorting
|
||||
|
||||
2017-05-15 Weber Yann <yann.weber@member.fsf.org>
|
||||
* Release alpha 0.0.2
|
||||
* Add a -P --permissive flag
|
||||
|
|
|
|||
3
NEWS
3
NEWS
|
|
@ -1,3 +1,6 @@
|
|||
2017-05-21 pre-Beta version 0.1
|
||||
* Files arguments can now be sorted
|
||||
|
||||
2017-05-15 Alpha version 0.0.2
|
||||
* Add a -P --permissive flag argument
|
||||
* Updates autodetection format list
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ([2.69])
|
||||
AC_INIT([ttail], [0.0.2], [yann.weber@member.fsf.org])
|
||||
AC_INIT([ttail], [0.1], [yann.weber@member.fsf.org])
|
||||
AM_INIT_AUTOMAKE
|
||||
|
||||
#configure options
|
||||
|
|
|
|||
15
debian/changelog
vendored
15
debian/changelog
vendored
|
|
@ -1,4 +1,17 @@
|
|||
ttail (0.0.1) UNRELEASED; urgency=medium
|
||||
ttail (0.1) UNRELEASED; urgency=low
|
||||
|
||||
* Files given as argument are automatically sort.
|
||||
|
||||
-- Yann Weber <yann.weber@member.fsf.org> Mon, 24 Apr 2017 16:43:09 +0200
|
||||
|
||||
ttail (0.0.2) UNRELEASED; urgency=low
|
||||
|
||||
* Added a strict mode that can be disabled.
|
||||
* Bugfix in tests temporary files leaks.
|
||||
|
||||
-- Yann Weber <yann.weber@member.fsf.org> Mon, 24 Apr 2017 16:43:09 +0200
|
||||
|
||||
ttail (0.0.1) UNRELEASED; urgency=low
|
||||
|
||||
* Initial release.
|
||||
|
||||
|
|
|
|||
2
debian/control
vendored
2
debian/control
vendored
|
|
@ -3,7 +3,7 @@ Section: utils
|
|||
Priority: extra
|
||||
Maintainer: Yann Weber <yann.weber@member.fsf.org>
|
||||
Build-Depends: debhelper (>=9), autotools-dev
|
||||
Standards-Version: 0.0.1
|
||||
Standards-Version: 0.1
|
||||
Homepage: https://git.yannweb.net/yannweb/ttail
|
||||
|
||||
Package: ttail
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH "ttail" 1 "Sun May 21 2017" "Version 0.0.2" "ttail" \" -*- nroff -*-
|
||||
.TH "ttail" 1 "Sun May 21 2017" "Version 0.1" "ttail" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue