Skip to content

Releases: LanguageMachines/ticcutils

v0.16.1

06 Nov 15:42
Compare
Choose a tag to compare

Minor fix:

  • bumped the .so version to 3.0

v0.16

26 Oct 14:18
Compare
Choose a tag to compare
  • update autoconfig stuff
  • added more and enhanced split() functions, including JAVA like variants
  • refactoring and cleanup
  • improved assertEqual()

v0.15

04 Apr 08:14
Compare
Choose a tag to compare

small bug fixes:

  • added newline in logging
  • check on 0 pointer in SocketBasics
  • added more safeguards against abuse of CommandLine and StringOps
  • added more tests tot runtest

v0.14

18 Oct 11:44
Compare
Choose a tag to compare

New release:

  • better configure scheme. including test for zlib1g-dev
  • fixed tests

v0.13.2

18 Oct 09:22
Compare
Choose a tag to compare

Minor update release:

  • fixed pthread checking in configure
  • added getatt() member to Configuration class, to get in line with setatt()
    and clearatt(). lookUp() still supported
  • added code to use TCP_KEEPALIVE. Not used and little tested.

v0.13.1

26 Jul 12:07
Compare
Choose a tag to compare

Very minor release update to facilitate debian packaging (adds commit ff76ca6)

v0.13

11 Jul 08:36
Compare
Choose a tag to compare

Bug fix release:

  • LogStream: fixed init and LogLevel stuff. Added tests
  • Configuration: add output operators
  • ServerBase: removed unsupported options. (some Timbl remains removed)

v0.12

07 Jun 08:02
Compare
Choose a tag to compare

Bug fix release.

  • fixed compiler warnings when libtar-dev is missing
  • in Config code:
    • trim spaces in entries
    • don't add more then 1 configDir option
    • Config::dump() is fixed
    • added a clearatt() function
  • added and updated tests.
  • XMLtools:
    • added a function to poll ALL Defines namespaces on a node

v0.11

18 Jan 10:40
Compare
Choose a tag to compare

First release based on GIT repository.