Browse Source

Prepare beta release

Changing version number updating changelogs
Yann Weber 7 years ago
parent
commit
f8f4a6c11f
6 changed files with 24 additions and 4 deletions
  1. 4
    0
      ChangeLog
  2. 3
    0
      NEWS
  3. 1
    1
      configure.ac
  4. 14
    1
      debian/changelog
  5. 1
    1
      debian/control
  6. 1
    1
      docs/man/man1/ttail.1

+ 4
- 0
ChangeLog View File

@@ -1,3 +1,7 @@
1
+2017-05-21	Weber Yann <yann.weber@member.fsf.org>
2
+* Add a debian dir in order to be able to build a debian package
3
+* Enable argument files sorting
4
+
1 5
 2017-05-15	Weber Yann <yann.weber@member.fsf.org>
2 6
 * Release alpha 0.0.2
3 7
 * Add a -P --permissive flag

+ 3
- 0
NEWS View File

@@ -1,3 +1,6 @@
1
+2017-05-21 pre-Beta version 0.1
2
+* Files arguments can now be sorted
3
+
1 4
 2017-05-15 Alpha version 0.0.2
2 5
 * Add a -P --permissive flag argument
3 6
 * Updates autodetection format list

+ 1
- 1
configure.ac View File

@@ -2,7 +2,7 @@
2 2
 # Process this file with autoconf to produce a configure script.
3 3
 
4 4
 AC_PREREQ([2.69])
5
-AC_INIT([ttail], [0.0.2], [yann.weber@member.fsf.org])
5
+AC_INIT([ttail], [0.1], [yann.weber@member.fsf.org])
6 6
 AM_INIT_AUTOMAKE
7 7
 
8 8
 #configure options

+ 14
- 1
debian/changelog View File

@@ -1,4 +1,17 @@
1
-ttail (0.0.1) UNRELEASED; urgency=medium
1
+ttail (0.1) UNRELEASED; urgency=low
2
+
3
+  * Files given as argument are automatically sort.
4
+
5
+ -- Yann Weber <yann.weber@member.fsf.org>  Mon, 24 Apr 2017 16:43:09 +0200
6
+
7
+ttail (0.0.2) UNRELEASED; urgency=low
8
+
9
+  * Added a strict mode that can be disabled.
10
+  * Bugfix in tests temporary files leaks.
11
+
12
+ -- Yann Weber <yann.weber@member.fsf.org>  Mon, 24 Apr 2017 16:43:09 +0200
13
+
14
+ttail (0.0.1) UNRELEASED; urgency=low
2 15
 
3 16
   * Initial release.
4 17
 

+ 1
- 1
debian/control View File

@@ -3,7 +3,7 @@ Section: utils
3 3
 Priority: extra
4 4
 Maintainer: Yann Weber <yann.weber@member.fsf.org>
5 5
 Build-Depends: debhelper (>=9), autotools-dev
6
-Standards-Version: 0.0.1
6
+Standards-Version: 0.1
7 7
 Homepage: https://git.yannweb.net/yannweb/ttail
8 8
 
9 9
 Package: ttail

+ 1
- 1
docs/man/man1/ttail.1 View File

@@ -1,4 +1,4 @@
1
-.TH "ttail" 1 "Sun May 21 2017" "Version 0.0.2" "ttail" \" -*- nroff -*-
1
+.TH "ttail" 1 "Sun May 21 2017" "Version 0.1" "ttail" \" -*- nroff -*-
2 2
 .ad l
3 3
 .nh
4 4
 .SH NAME

Loading…
Cancel
Save