Releases: yahoojapan/k2htp_dtor
Releases · yahoojapan/k2htp_dtor
Release Version 1.0.26
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
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
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
Release Version 1.0.21
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
Release Version 1.0.19
Release Version 1.0.19
Updates
- First version of open source on Github