Releases: yahoojapan/chmpx
Releases · yahoojapan/chmpx
Release Version 1.0.66
Release Version 1.0.66
Updates from 1.0.65 to 1.0.66
- Fixed build warning about comparison of pointer with integer
- Fixed comparison of pointer with integer warning in chmcommon.h.
Release Version 1.0.65
Release Version 1.0.65
Updates from 1.0.64 to 1.0.65
- Updated common build tool files
- Updated common build tool file
- Fixed misspelling
- Updated dependency package version
Release Version 1.0.64
Release Version 1.0.64
Updates from 1.0.63 to 1.0.64
-
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.
- Changed README
- Changed README.md and added some badge
-
Fixed some compile warnings and updated AUTHOR
- Fixed warning in chmcommon.h, chmpxstatus.cc and chmpxbench.cc
- Updated test.sh
- Fixed mis-words in AUTHOR
Release Version 1.0.63
Release Version 1.0.63
Updates from 1.0.62 to 1.0.63
- Fixed spec file and updated dependency
Added requires keyword in spec file for dependent packages and updated version for dependent packages.
Release Version 1.0.62
Release Version 1.0.62
Updates from 1.0.61 to 1.0.62
- 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.60 to 1.0.61
- Fixed bugs about implementation some functions, etc
Fixed build warning.
Changed build options for link order of pthread.
Changed the version of k2hash.
Updates from 1.0.59 to 1.0.60
- Supports multiple SSL/TLS libraries and associated implementation
Multiple Crypt library support.
Changed from support of only OpenSSL to support other SSL/TLS libraries NSS/GnuTLS.
Each version can be created by specifying the following in the option of configure. The default is OpenSSL.
"--with-openssl"
"--with-nss"
"--with-gnutls"
Added SSL_MIN_VER configration key for CHMPX process. This value is allowed following values.
"DEFAULT" - TLS v1.0 or higher(default)
"SSLV3" - SSL v3 or higher
"TLSV1.0" - TLS v1.0 or higher
"TLSV1.1" - TLS v1.1 or higher
"TLSV1.2" - TLS v1.2 or higher
"TLSV1.3" - TLS v1.3 or higher
Added NSSDB_DIR configration key for NSS library.
Added chmpxnssutil.sh utility for NSS library on debian.
Fixed some bugs about SSL/TLS.
Updates from 1.0.58 to 1.0.59
- Fixed build error with openssl 1.1.0
Fix build error when building with OpenSSL 1.1.0 - Fixed filename typo from make_valiables.sh to make_variables.sh
Tiny fixed script filename from valiables to variables. - 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. - Cleanup credit comments in sources and Modified etc
Cleaned up the copyright etc. in each code.
Release Version 1.0.58
Release Version 1.0.58
Updates from 1.0.57
- Update dependency on k2hash v1.0.57
- Update README.md
Updates from 1.0.56
- Improved the appearance of chmpxlinetool
- Added chmpxlinetool and changed some logic/codes, fixed bugs
Updates from 1.0.55
- Fixed bugs about connecting SSL and invalid result on ctlport
Updates from 1.0.54
- Fixed bugs about status and updating status flow etc
Updates from 1.0.53
- Enhanced status and status flow and Fixed bugs about status
Updates from 1.0.52
- Force to set SERVICE OUT/DOWN status when all server chmpx down
Version 1.0.53, 1.0.54, 1.0.55, 1.0.56, 1.0.57 are not tagged
Release Version 1.0.52
Release Version 1.0.52
Updates from 1.0.51
- Updated fullock and k2hash submodule version
- Updated k2hash submodule v1.0.56
- Updated fullock submodule v1.0.24
- Added lib_version_for_link option to make_valiables.sh
Release Version 1.0.51
Release Version 1.0.50
Release Version 1.0.50
Updates
- First version of open source on Github