Skip to content

Commit

Permalink
tslib 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
merge committed Apr 19, 2018
1 parent 848fd14 commit e5120cb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
tslib 1.16 - released tba
tslib 1.16 - released 2018-04-19
================================
This release includes libts version 0.9.1 and the following changes:
* `module_raw tatung` is now disabled in the default build config. Users must
`./configure --enable-tatung` if they rely on it.
* new `module_raw one-wire-ts-input` for FriedlyARM devices
* new `module_raw one-wire-ts-input` for FriedlyARM devices (disabled by
default)
* simple tslib_version() function to get the version string

This release includes the following bugfixes:
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.57)
AC_INIT([tslib], [1.16-rc2+], [tslib@lists.infradead.org], [tslib], [http://tslib.org])
AC_INIT([tslib], [1.16], [tslib@lists.infradead.org], [tslib], [http://tslib.org])
# AC_CONFIG_AUX_DIR(config)
AM_INIT_AUTOMAKE([dist-bzip2 dist-xz subdir-objects])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES(yes)]) # use silent rules where available - automake 1.11
Expand Down
2 changes: 1 addition & 1 deletion src/ts_version.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include "config.h"
#include "tslib.h"

#define LIBTS_DATESTAMP "[unreleased]"
#define LIBTS_DATESTAMP "2018-04-19"

static struct ts_lib_version_data version_data = {
PACKAGE_VERSION,
Expand Down
4 changes: 2 additions & 2 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
<p>
<b>Download tslib</b>
<p>
tslib only provides source archives. The latest release is version <b>1.15</b>
including libts library version 0.9.0, released on the <b>11th of January 2018</b>.
tslib only provides source archives. The latest release is version <b>1.16</b>
including libts library version 0.9.1, released on the <b>19th of April 2018</b>.
Get it from our <a href="https://github.com/kergoth/tslib/releases">release page</a>
(<a href="https://gitlab.com/tslib/tslib/tags">mirror</a>).

Expand Down

0 comments on commit e5120cb

Please sign in to comment.