File tree 5 files changed +9
-8
lines changed
5 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ set(LIBTS_VERSION_CURRENT 10)
22
22
set (LIBTS_VERSION_REVISION 5)
23
23
set (LIBTS_VERSION_AGE 10)
24
24
25
- set (PACKAGE_VERSION 1.22+ )
25
+ set (PACKAGE_VERSION 1.23 )
26
26
set (TS_POINTERCAL ${CMAKE_INSTALL_FULL_SYSCONFDIR} /pointercal)
27
27
set (TS_CONF ${CMAKE_INSTALL_FULL_SYSCONFDIR} /ts.conf)
28
28
Original file line number Diff line number Diff line change 1
1
2
- tslib 1.23 - unreleased
2
+ tslib 1.23 - released 2024-02-20
3
3
================================
4
- This release includes libts version 0.10.4 and the following changes:
5
- * some build and security fixes
4
+ This release includes libts version 0.10.5 and the following changes:
6
5
* new filter module: `module crop`
6
+ * some build and security fixes
7
+ * improved release procedure
7
8
8
9
tslib 1.22 - released 2020-07-01
9
10
================================
Original file line number Diff line number Diff line change 2
2
# Process this file with autoconf to produce a configure script.
3
3
4
4
AC_PREREQ ( 2.57 )
5
- AC_INIT ( [ tslib] ,
[ 1.23-rc1+ ] ,
[ [email protected] ] ,
[ tslib] ,
[ http://tslib.org] )
5
+ AC_INIT ( [ tslib] ,
[ 1.23] ,
[ [email protected] ] ,
[ tslib] ,
[ http://tslib.org] )
6
6
# AC_CONFIG_AUX_DIR(config)
7
7
AM_INIT_AUTOMAKE ( [ dist-bzip2 dist-xz subdir-objects] )
8
8
m4_ifdef ( [ AM_SILENT_RULES ] , [ AM_SILENT_RULES (yes)] ) # use silent rules where available - automake 1.11
Original file line number Diff line number Diff line change 17
17
#include "config.h"
18
18
#include "tslib.h"
19
19
20
- #define LIBTS_DATESTAMP "[unreleased] "
20
+ #define LIBTS_DATESTAMP "2024-02-20 "
21
21
22
22
static struct ts_lib_version_data version_data = {
23
23
PACKAGE_VERSION ,
Original file line number Diff line number Diff line change 55
55
< p >
56
56
< b > Download tslib</ b >
57
57
< p >
58
- tslib only provides source archives. The latest release is version < b > 1.22 </ b >
59
- including libts library version 0.10.4 , released on the < b > 1st of July 2020 </ b > .
58
+ tslib only provides source archives. The latest release is version < b > 1.23 </ b >
59
+ including libts library version 0.10.5 , released on the < b > 20th of Feb 2024 </ b > .
60
60
Get it from our < a href ="https://github.com/libts/tslib/releases "> release page</ a >
61
61
(< a href ="https://gitlab.com/tslib/tslib/tags "> mirror</ a > ).
62
62
You can’t perform that action at this time.
0 commit comments