pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-e1d/+/31203 )
Change subject: Bump version: 0.4.0.26-8aba-dirty → 0.5.0
......................................................................
Bump version: 0.4.0.26-8aba-dirty → 0.5.0
Change-Id: I178d34a67cba0359b16fe27fa30b2145703a2909
---
M configure.ac
M contrib/osmo-e1d.spec.in
M debian/changelog
M debian/control
R debian/libosmo-octoi1.install
M src/Makefile.am
M src/octoi/Makefile.am
7 files changed, 58 insertions(+), 18 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-e1d refs/changes/03/31203/1
diff --git a/configure.ac b/configure.ac
index 456375c..c4311a5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -35,9 +35,9 @@
PKG_CHECK_MODULES(TALLOC, [talloc >= 2.0.1])
-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.7.0)
-PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.7.0)
-PKG_CHECK_MODULES(LIBOSMOUSB, libosmousb >= 1.7.0)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.8.0)
+PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.8.0)
+PKG_CHECK_MODULES(LIBOSMOUSB, libosmousb >= 1.8.0)
PKG_CHECK_MODULES(LIBUSB, libusb-1.0 >= 1.0.21)
AC_CONFIG_MACRO_DIR([m4])
diff --git a/contrib/osmo-e1d.spec.in b/contrib/osmo-e1d.spec.in
index 6e607e4..878a05c 100644
--- a/contrib/osmo-e1d.spec.in
+++ b/contrib/osmo-e1d.spec.in
@@ -27,9 +27,9 @@
%if 0%{?suse_version}
BuildRequires: systemd-rpm-macros
%endif
-BuildRequires: pkgconfig(libosmocore) >= 1.7.0
-BuildRequires: pkgconfig(libosmousb) >= 1.7.0
-BuildRequires: pkgconfig(libosmovty) >= 1.7.0
+BuildRequires: pkgconfig(libosmocore) >= 1.8.0
+BuildRequires: pkgconfig(libosmousb) >= 1.8.0
+BuildRequires: pkgconfig(libosmovty) >= 1.8.0
BuildRequires: pkgconfig(talloc) >= 2.0.1
%{?systemd_requires}
@@ -51,12 +51,12 @@
%description -n libosmo-e1d1
Osmocom E1 Daemon Protocol Library.
-%package -n libosmo-octoi0
+%package -n libosmo-octoi1
Summary: Library for the Osmocom Community TDMoIP network
License: LGPL-3.0-or-later
Group: System/Libraries
-%description -n libosmo-octoi0
+%description -n libosmo-octoi1
Library for the Osmocom Community TDMoIP network.
%package devel
@@ -64,7 +64,7 @@
License: LGPL-3.0-or-later
Group: Development/Libraries/C and C++
Requires: libosmo-e1d1 = %version-%release
-Requires: libosmo-octoi0 = %version-%release
+Requires: libosmo-octoi1 = %version-%release
Provides: libosmo-e1d-devel = %version-%release
Obsoletes: libosmo-e1d-devel < %version-%release
@@ -93,8 +93,8 @@
%post -n libosmo-e1d1 -p /sbin/ldconfig
%postun -n libosmo-e1d1 -p /sbin/ldconfig
-%post -n libosmo-octoi0 -p /sbin/ldconfig
-%postun -n libosmo-octoi0 -p /sbin/ldconfig
+%post -n libosmo-octoi1 -p /sbin/ldconfig
+%postun -n libosmo-octoi1 -p /sbin/ldconfig
%if 0%{?suse_version}
%preun
@@ -125,7 +125,7 @@
%files -n libosmo-e1d1
%_libdir/libosmo-e1d.so.*
-%files -n libosmo-octoi0
+%files -n libosmo-octoi1
%_libdir/libosmo-octoi.so.*
%files devel
diff --git a/debian/changelog b/debian/changelog
index 78a61df..f841b6a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,43 @@
+osmo-e1d (0.5.0) unstable; urgency=medium
+
+ [ Oliver Smith ]
+ * octoi_srv_fsm: fix implicit fall-through
+ * gitreview: new file
+ * doc/examples: only install osmo-e1d.cfg to /etc
+ * contrib/spec: add /etc/osmocom/osmo-e1d.cfg
+
+ [ Sylvain Munaut ]
+ * usb: Add support for new GPSDO status field "Accumulated error"
+ * Add osmo-e1gen to .gitignore
+ * usb: Fix the length field of ICE1USB_INTF_SET_GPSDO_TUNE request
+ * usb: Fix ICE1USB_INTF_SET_GPSDO_MODE request parameter
+ * vty: Add option to disable GPS-DO loop and use manual tuning values
+ * octoi: Prevent segfault on 'show octoi-clients if a client has no line
+ * usb: Claim and set interface alt-setting only for used lines
+
+ [ Harald Welte ]
+ * support for e1-tracer hardware
+ * ctl: Prevent clients from opening TS0
+ * osmo-e1d-pipe: Add command line option for --force open of timeslot
+ * usb.c: Bail out of e1-tracer doesn't accept set_configuration(2)
+ * Differentiate between icE1usb and e1-tracer in log/vty output
+ * osmo-e1d: Add the usual '-V' / '--version' command line argument
+ * avoid segfault in 'show interface' of absent icE1usb
+ * Add support of RPM package building via osmo-e1d.spec.in
+ * Initial user manual for osmo-e1d
+ * jenkins.sh: Support for building + publishing the manual
+ * doxygen API documentation for libosmo-e1d
+ * update .gitignore with files from manuals + doxygen
+ * DAHDI trunkdev support
+
+ [ arehbein ]
+ * osmo-e1d: Transition to use of 'telnet_init_default'
+
+ [ Christoph Lauter ]
+ * Increasing max FIFO size for feature request 5875, adapting tests
+
+ -- Pau Espin Pedrol <pespin(a)sysmocom.de> Tue, 07 Feb 2023 11:57:43 +0100
+
osmo-e1d (0.4.0) unstable; urgency=medium
[ Harald Welte ]
diff --git a/debian/control b/debian/control
index 58a6d88..439db2e 100644
--- a/debian/control
+++ b/debian/control
@@ -10,9 +10,9 @@
libtool,
pkg-config,
python3-minimal,
- libosmocore-dev (>= 1.7.0),
+ libosmocore-dev (>= 1.8.0),
libusb-1.0-0-dev,
- osmo-gsm-manuals-dev (>= 1.3.0)
+ osmo-gsm-manuals-dev (>= 1.4.0)
Standards-Version: 3.9.8
Vcs-Git:
https://gitea.osmocom.org/retronetworking/osmo-e1d
Vcs-Browser:
https://gitea.osmocom.org/retronetworking/osmo-e1d
@@ -41,7 +41,7 @@
libosmocore-dev,
Description: Development headers for the osmo-e1d library.
-Package: libosmo-octoi0
+Package: libosmo-octoi1
Section: libs
Architecture: any
Multi-Arch: same
@@ -54,6 +54,6 @@
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends},
- libosmo-octoi0 (= ${binary:Version}),
+ libosmo-octoi1 (= ${binary:Version}),
libosmocore-dev,
Description: Development headers for the Osmocom Community TDMoIP library.
diff --git a/debian/libosmo-octoi0.install b/debian/libosmo-octoi1.install
similarity index 100%
rename from debian/libosmo-octoi0.install
rename to debian/libosmo-octoi1.install
diff --git a/src/Makefile.am b/src/Makefile.am
index e609a1f..fc289fa 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -3,7 +3,7 @@
# This is _NOT_ the library release version, it's an API version.
# Please read Chapter 6 "Library interface versions" of the libtool
# documentation before making any modification
-LIBVERSION=2:0:1
+LIBVERSION=2:1:1
AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)
AM_CFLAGS=-Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter
-Wno-unused-result $(LIBOSMOCORE_CFLAGS) \
diff --git a/src/octoi/Makefile.am b/src/octoi/Makefile.am
index d3fe968..529dd8c 100644
--- a/src/octoi/Makefile.am
+++ b/src/octoi/Makefile.am
@@ -5,7 +5,7 @@
# This is _NOT_ the library release version, it's an API version.
# Please read Chapter 6 "Library interface versions" of the libtool
# documentation before making any modification
-LIBVERSION=0:0:0
+LIBVERSION=1:0:0
lib_LTLIBRARIES = libosmo-octoi.la
--
To view, visit
https://gerrit.osmocom.org/c/osmo-e1d/+/31203
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-e1d
Gerrit-Branch: master
Gerrit-Change-Id: I178d34a67cba0359b16fe27fa30b2145703a2909
Gerrit-Change-Number: 31203
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newchange