Skip to content

Releases: dspeterson/dory

version 3.1.10

23 May 03:34
Compare
Choose a tag to compare
  • fix gcc 11 build errors

version 3.1.9

11 Jan 15:19
Compare
Choose a tag to compare
  • Remove Base::TOpt<T>. Instead use std::optional<T>.

version 3.1.8

26 Dec 20:52
Compare
Choose a tag to compare
  • Replace -std=c++17 build option with -std=c++2a. This enables many but not all C++20 language features.
  • Add Ubuntu 20.04 LTS build instructions.

version 3.1.7

13 Oct 15:29
5234049
Compare
Choose a tag to compare
  • Update junit dependency for example Java client from 3.8.1 to 4.13.1

version 3.1.6

05 Oct 03:26
Compare
Choose a tag to compare
  • server initialization code cleanup

version 3.1.5

29 Sep 03:34
Compare
Choose a tag to compare
  • minor refactoring of config file processing code
  • fix typo in example config file

version 3.1.4

21 Jun 21:42
Compare
Choose a tag to compare
  • minor code cleanup

version 3.1.3

21 Jun 06:00
Compare
Choose a tag to compare
  • fix gcc 10 build errors
  • minor code cleanup

version 3.1.2

16 Dec 00:34
Compare
Choose a tag to compare
  • Fix gcc 9 build errors

version 3.1.1

15 Dec 06:53
Compare
Choose a tag to compare
  • Minor code cleanup