X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=rpm%2Fsdl.spec.in;h=ed49ad73c87bc66bff8ecf30f377ed1546506763;hb=ece67088ea6c4f67b9d0db74477a9d5c614d7763;hp=2d2f89efbc8aaa6dca033192340de34543ebd3ac;hpb=cc9244cd1baddc6f3ef96bbec5662239afc9f3c2;p=ric-plt%2Fsdl.git diff --git a/rpm/sdl.spec.in b/rpm/sdl.spec.in index 2d2f89e..ed49ad7 100755 --- a/rpm/sdl.spec.in +++ b/rpm/sdl.spec.in @@ -1,5 +1,5 @@ Name: sdl -Version: @PACKAGE_VERSION@ +Version: 1.2.0 Release: 1%{?dist} Summary: C++ API library for Shared Data Layer clients @@ -50,5 +50,22 @@ rm -f %{buildroot}%{_libdir}/lib*.*a %{_includedir}/sdl %changelog -* Tue Nov 12 2019 Rolf Badorek - @PACKAGE_VERSION@-1 +* 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. + +* Tue Nov 12 2019 Rolf Badorek - 1.0.4-1 - first version