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
|
0.17 - 2024-12-16
[Ko van der Sloot]
* updated to latest ticcutils
* require C++17
* some refactoring
* updated GitHUB CI
0.16 -2023-01-02
[Ko van der Sloot]
* needs most recent ticcutils
* more Unicode aware
* added and improved GitHub action
0.15 - 2020-12-15
[Ko vd Sloot]
* adapted to recent ticcutils
* added dependency on ICU
* several code refactorings
* bumped library version
0.14 - 2020-04-15
[Ko vd Sloot]
* adapted to the newest ticcutils
- changed namespace TimblServer to TiCCServer
- modifications in Socket stuff
0.13 - 2019-10-21
[Ko vd Sloot]
* added JSON support.
The JSON syntax might change in the future, so handle with care.
* lots of refactoring.
0.12 - 2018-05-16
[Ko van der Sloot]
Maintenance release:
- configure/build/test stuff
- typo in man page
- MbtServer: --debug is also a valid option
0.11 - 2016-07-11
[Ko van der Sloot]
Bug fix:
* also work with more recent ticcutils
0.10 - 2016-01-14
[Ko van der Sloot]
* moved repository to GitHub
* added Travis support
* now based on basic Server stuff from ticcutils
* a lot of small bug fixes
0.9 - 2014-09-23
[Ko van der Sloot]
* release
0.8 - 2014-06-xx
* now build on NEW timblserver API
0.7 - 2013-04-03
* more ticctutils stuff is used
0.6 - 2012-10-11
* now based on libticcutils stuff
0.5 - 2012-01-05
* Bug fix Release:
* --daemonize=no option now works
* fixed random crashes on broken pipe
0.4 - 2011-12-20
* New release. Depends on recent versions of Timbl et.al.
0.3 - 2011-08-30
* moved the class in a new namespace MbtServer, and renamed the MbtServer
class to MbtServerClass
* added a startup message
* added --version and --help options (depends on Mbt >= 3.2.6)
0.2 - 2011-03-21
* Decapped MbtServer ==> mbtserver. lib and man too
0.1 - 2010-12-08
[ Ko van der Sloot ]
* Initial release
* 22-11-2010 Started
|