File tree Expand file tree Collapse file tree 5 files changed +7
-6
lines changed
Expand file tree Collapse file tree 5 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ set(LIBTS_VERSION_CURRENT 10)
2222set (LIBTS_VERSION_REVISION 5)
2323set (LIBTS_VERSION_AGE 10)
2424
25- set (PACKAGE_VERSION 1.23+ )
25+ set (PACKAGE_VERSION 1.24 )
2626set (TS_POINTERCAL ${CMAKE_INSTALL_FULL_SYSCONFDIR} /pointercal)
2727set (TS_CONF ${CMAKE_INSTALL_FULL_SYSCONFDIR} /ts.conf)
2828
Original file line number Diff line number Diff line change 1- tslib 1.24 - unreleased
1+ tslib 1.24 - released 2025-11-05
22================================
33This release includes libts version 0.10.5 and the following changes:
44* improved release procedure
55* debug fixes for 32bit systems
66* CMake and autoconf updates for newer versions
77* fixes for minor cppcheck errors
8+ * ts_conf test program fixes
89
910tslib 1.23 - released 2024-02-20
1011================================
Original file line number Diff line number Diff line change 22# Process this file with autoconf to produce a configure script.
33
44AC_PREREQ ( 2.57 )
5- AC_INIT ( [ tslib] ,
[ 1.24-rc1+ ] ,
[ [email protected] ] ,
[ tslib] ,
[ http://tslib.org] ) 5+ AC_INIT ( [ tslib] ,
[ 1.24] ,
[ [email protected] ] ,
[ tslib] ,
[ http://tslib.org] ) 66# AC_CONFIG_AUX_DIR(config)
77AM_INIT_AUTOMAKE ( [ dist-bzip2 dist-xz subdir-objects] )
88m4_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 1717#include "config.h"
1818#include "tslib.h"
1919
20- #define LIBTS_DATESTAMP "[unreleased] "
20+ #define LIBTS_DATESTAMP "2025-11-05 "
2121
2222static struct ts_lib_version_data version_data = {
2323 PACKAGE_VERSION ,
Original file line number Diff line number Diff line change 5555< p >
5656< b > Download tslib</ b >
5757< p >
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 > .
58+ tslib only provides source archives. The latest release is version < b > 1.24 </ b >
59+ including libts library version 0.10.5, released on the < b > 5th of Nov 2025 </ b > .
6060Get it from our < a href ="https://github.com/libts/tslib/releases "> release page</ a >
6161(< a href ="https://gitlab.com/tslib/tslib/tags "> mirror</ a > ).
6262
You can’t perform that action at this time.
0 commit comments