1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123
|
1.19 - 2024-12-16
[Ko van der Sloot]
* require C++17
* updated to latest ticcutils
* updated GitHUB CI
* code quality
1.18 - 2023-10-31
[Ko van der Sloot]
* minor fix to satisfy compilation against musl
1.17 - 2023-10-21
[Ko van der Sloot]
* dependency on libtar is removed
* code modernization/cleanup
* some code modernization, avoiding CppCheck warnings
1.16 - 2023-01-02
[Ko van der Sloot]
* some code modernization, avoiding CppCheck warnings
1.15 - 2020-12-15
[Ko van der Sloot]
* adapted to the newest ticcutils
* depends on ICU too, now
* small code refactorings
* bumped library version
1.14 - 2020-04-15
[Ko van der Sloot]
* adapted to the newest ticcutils
- changed namespace TimblServer to TiCCServer
- modifications in Socket stuff
* fix for https://github.com/LanguageMachines/timblserver/issues/2
1.13 - 2019-10-21
[Ko van der Sloot]
* Added JSON support.
The JSON syntax might change in the future, so handle with care.
* lots of refactoring. Depends on recent ticcutils and timbl
1.12 - 2018-05-16
[Ko van der Sloot]
Maintenance release:
- updated and improved configure/build
- typo's corrected
- some code cleanup
- better error messages.
1.11 - 2016-07-11
[Ko van der Sloot]
Maintenance release:
- accept long options --version and --help
- improved a warning
1.10 - 2016-01-14
[Ko van der Sloot]
* moved repository to GitHub
* added Travis support
* now depends on ticcutils: CommandLine
* basic Server stuff is moved to ticcutils
* numereous small fixes and refactoring
1.9 - 2014-09-23
[Ko van der Sloot]
* release
1.8 - 2014-09-16
* major rework:
basic server stuff no longer depends on Timbl.
in the long run that can be moved to ticcutils
* +vmd option added
* uses TiCC::CommandLine now
* fixed a leak
*
1.7 - 2013-04-03
* use more ticcutils stuff
* fixed problem with pid and logfile paths when --deamonize=no
1.6 - 2012-10-11
[Ko van der Sloot]
* This version is build on ticcutils too
1.5 - 2012-06-19
[Ko van der Sloot]
* Some typos edited
* Small bug fixes
* configue.ac modernized
1.4 - 2011-12-20
[ Ko van de Sloot]
* small code change to satisfy '-pedantic'
* small code change to remove warning on 32 bits systems. (makes -pedantic
complain again, though )
* made timblserver.pc use Requires.private:
1.3 - 2011-10-20
[ Ko van de Sloot]
* created a simple man page for timblclient.
* addded Version() and VersionName() functions to be consistent withe the
whole Timbl family.
* moved the class in a new namespace TimblServer, and renamed
the TimblServer class to ServerClass
* removed unneeded limitation on TCP_BUFFER_SIZE
1.2 - 2011-03-21
[ Ko van der Sloot ]
* decapped TimblServer ==> timblserver and libTimblServer ==> libtimblserver
* src/ServerBase.cxx, src/SocketBasics.cxx: -pedantic proof
1.1 - 2010-11-17
[ Ko van der Sloot ]
* moved LogStream stuff back to Timbl
1.0.0 - 2010-02-22
[ Ko van der Sloot ]
* Started a separate TimblServer package
|