Skip to content

Releases: yahoojapan/k2htp_dtor

Release Version 1.0.26

06 Dec 07:40
b08d53f
Compare
Choose a tag to compare

Release Version 1.0.26

Updates from 1.0.25 to 1.0.26

  • Changed to strict packaging and changed documents
    • Support packagecloud.io as AntPickax package repository
    • Move *.so symbolic link to devel package
    • Strictification of spec files
    • Stricter debian packages
    • Covers the OS and each part dependent on its version in each packaging
    • Add rpm dedicated packaging script(local packaging available)
    • RPM packages are depended on NSS.
    • debian packages are depended on GnuTLS.
    • Obsolete testing using the telnet command
    • Changed README
    • Changed README.md and added some badge
    • Updated man page

Release Version 1.0.25

18 Oct 02:22
8ce1572
Compare
Choose a tag to compare

Release Version 1.0.25

Updates from 1.0.24 to 1.0.25

  • Fixed destructing code for corresponding to SIOF, etc
    Fixed segmentation Fault in destructor code again.
    Since the modification of v1.0.61( avoid static object initialization order problem(SIOF) ), rarely a segmantation fault occurred when the single object of std::map etc was destroyed.
    And added requires keyword in spec file for dependent packages.

Release Version 1.0.24

05 Jul 00:48
e62d954
Compare
Choose a tag to compare

Release Version 1.0.24

Updates from 1.0.23 to 1.0.24

  • Revert subdir-objects automake option in src directory
    Delete the subdir-objects option used in src/Makefile.am for build error.
  • avoid static object initialization order problem(SIOF)
    Fixed a bug in static object initialization order problem (SIOF).
    Although it has not happened so far, there was a possibility that SIOF occurred in this library using singleton.
    The probability of occurrence in std::string initialization is high.
    All logic corresponding to this bug has been fixed.
    For details of this problem, please refer to here.

Updates from 1.0.22 to 1.0.23

  • Cleanup credit comments in sources and Modified etc
    Cleaned up the copyright etc. in each code.
  • Changed build logic to new for rpm/debian packaging
    We changed the auxiliary tool for building.
    We also prepared spec and control files for RPM/debian packages.
  • Fixed a filename typo of make_variables.sh
    Tiny fixed script filename from valiables to variables.

Release Version 1.0.22

26 Mar 23:10
b1215ed
Compare
Choose a tag to compare

Release Version 1.0.22

Updates from 1.0.21

  • Updated dependency and changelog for v1.0.22 - #4

Release Version 1.0.21

10 Apr 02:55
Compare
Choose a tag to compare

Release Version 1.0.21

Updates from 1.0.20

  • Added lib_version_for_link option to make_valiables.sh
  • Updated submodule dependency for chmpx/k2hash/fullock

Release Version 1.0.20

15 Feb 06:54
Compare
Choose a tag to compare

Release Version 1.0.20

Updates from 1.0.19

  • Updated dependency for fixing bugs in libfullock - #2
  • Updated submodules and changed .travis.yaml - #1

Release Version 1.0.19

09 Dec 02:35
Compare
Choose a tag to compare

Release Version 1.0.19

Updates

  • First version of open source on Github