X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=rpm%2Fsdl.spec.in;h=c63909b05c39a5cceb55fddbf0ce8f92e94362b6;hb=refs%2Fchanges%2F93%2F6593%2F4;hp=5709bb73841db9c45f5fd9e50c9221775c553805;hpb=91a224f190867869d2d0b14a5f96e44a0593e682;p=ric-plt%2Fsdl.git diff --git a/rpm/sdl.spec.in b/rpm/sdl.spec.in index 5709bb7..c63909b 100755 --- a/rpm/sdl.spec.in +++ b/rpm/sdl.spec.in @@ -1,5 +1,5 @@ Name: sdl -Version: 1.1.0 +Version: 1.4.0 Release: 1%{?dist} Summary: C++ API library for Shared Data Layer clients @@ -50,6 +50,30 @@ rm -f %{buildroot}%{_libdir}/lib*.*a %{_includedir}/sdl %changelog +* Thu Aug 11 2021 Timo Tietavainen - 1.4.0-1 +- Add synchronous readiness check API + +* Thu Aug 05 2021 Timo Tietavainen - 1.3.0-1 +- Definable timeout for DB backend readiness in synchronous SDL API +- Fix SDL configuration file path Valgrind errors + +* Mon May 31 2021 Petri Ovaska - 1.2.1-1 +- Multiple DBAAS Redis standalone groups + +* Wed May 26 2021 Petri Ovaska - 1.2.0-1 +- Multiple DBAAS Redis Sentinel groups +- New namespace (--ns) option in sdltool test-get-set -command + +* Sat May 16 2020 Timo Tietavainen - 1.1.3-1 +- Rename rpm and Debian makefile targets to rpm-pkg and deb-pkg. +- Update CI Dockerfile to utilize rpm-pkg and deb-pkg makefile targets. + +* Fri May 15 2020 Timo Tietavainen - 1.1.2-1 +- Add makefile targets to build rpm and Debian packages. + +* Mon May 11 2020 Timo Tietavainen - 1.1.1-1 +- Add unit test code coverage (gcov) make target. + * Thu Jan 09 2020 Timo Tietavainen - 1.1.0-1 - Add public helper classes for UT mocking.