Changes of Revision 764

osmo-e1d_0.6.0.24.f030.202407232026.dsc -> osmo-e1d_0.7.0.202407242026.dsc Changed
x
 
1
@@ -1,23 +1,23 @@
2
 Format: 3.0 (native)
3
 Source: osmo-e1d
4
-Binary: osmo-e1d, libosmo-e1d1, libosmo-e1d-dev, libosmo-octoi2, libosmo-octoi-dev
5
+Binary: osmo-e1d, libosmo-e1d3, libosmo-e1d-dev, libosmo-octoi3, libosmo-octoi-dev
6
 Architecture: any
7
-Version: 0.6.0.24.f030.202407232026
8
+Version: 0.7.0.202407242026
9
 Maintainer: Osmocom team <openbsc@lists.osmocom.org>
10
 Homepage: https://projects.osmocom.org/projects/osmo-e1d
11
 Standards-Version: 3.9.8
12
 Vcs-Browser: https://gitea.osmocom.org/retronetworking/osmo-e1d
13
 Vcs-Git: https://gitea.osmocom.org/retronetworking/osmo-e1d
14
-Build-Depends: debhelper (>= 10), dh-autoreconf, autotools-dev, autoconf, automake, libtool, pkg-config, python3-minimal, libosmocore-dev (>= 1.9.0), libusb-1.0-0-dev, osmo-gsm-manuals-dev (>= 1.4.0)
15
+Build-Depends: debhelper (>= 10), dh-autoreconf, autotools-dev, autoconf, automake, libtool, pkg-config, python3-minimal, libosmocore-dev (>= 1.10.0), libusb-1.0-0-dev, osmo-gsm-manuals-dev (>= 1.5.0)
16
 Package-List:
17
  libosmo-e1d-dev deb libdevel extra arch=any
18
- libosmo-e1d1 deb libs extra arch=any
19
+ libosmo-e1d3 deb libs extra arch=any
20
  libosmo-octoi-dev deb libdevel extra arch=any
21
- libosmo-octoi2 deb libs extra arch=any
22
+ libosmo-octoi3 deb libs extra arch=any
23
  osmo-e1d deb net extra arch=any
24
 Checksums-Sha1:
25
- 696e8447f0a28c79f279bc29a3d9388f9701aaad 106524 osmo-e1d_0.6.0.24.f030.202407232026.tar.xz
26
+ 004dd53aaf0bd7d4e92ed4d7dc01a8bb6e0e93ce 107248 osmo-e1d_0.7.0.202407242026.tar.xz
27
 Checksums-Sha256:
28
- 10bc0fcb6199bd661818866c646e588ac4eb5c5b7660b826fe57a7e17dbf7abf 106524 osmo-e1d_0.6.0.24.f030.202407232026.tar.xz
29
+ 2a657323e9f1b99b5a09b04a9be6288796c8b14dd84a89ade6afef476e6ac2eb 107248 osmo-e1d_0.7.0.202407242026.tar.xz
30
 Files:
31
- 0d482b58850ea8b9a675e9cb9d210f68 106524 osmo-e1d_0.6.0.24.f030.202407232026.tar.xz
32
+ 0a78ea3761e1854e4e7af5b34dd7efe5 107248 osmo-e1d_0.7.0.202407242026.tar.xz
33
osmo-e1d_0.6.0.24.f030.202407232026.tar.xz/.tarball-version -> osmo-e1d_0.7.0.202407242026.tar.xz/.tarball-version Changed
4
 
1
@@ -1 +1 @@
2
-0.6.0.24-f030.202407232026
3
+0.7.0.202407242026
4
osmo-e1d_0.7.0.202407242026.tar.xz/TODO-RELEASE Added
11
 
1
@@ -0,0 +1,9 @@
2
+# When cleaning up this file: bump API version in corresponding Makefile.am and rename corresponding debian/lib*.install
3
+# according to https://osmocom.org/projects/cellular-infrastructure/wiki/Make_a_new_release
4
+# In short: https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html#Updating-version-info
5
+# LIBVERSION=c:r:a
6
+# If the library source code has changed at all since the last update, then increment revision: c:r + 1:a.
7
+# If any interfaces have been added, removed, or changed since the last update: c + 1:0:a.
8
+# If any interfaces have been added since the last public release: c:r:a + 1.
9
+# If any interfaces have been removed or changed since the last public release: c:r:0.
10
+#library   what            description / commit summary line
11
osmo-e1d_0.6.0.24.f030.202407232026.tar.xz/configure.ac -> osmo-e1d_0.7.0.202407242026.tar.xz/configure.ac Changed
14
 
1
@@ -35,9 +35,9 @@
2
 
3
 PKG_CHECK_MODULES(TALLOC, talloc >= 2.0.1)
4
 
5
-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.9.0)
6
-PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.9.0)
7
-PKG_CHECK_MODULES(LIBOSMOUSB, libosmousb >= 1.9.0)
8
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.10.0)
9
+PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.10.0)
10
+PKG_CHECK_MODULES(LIBOSMOUSB, libosmousb >= 1.10.0)
11
 PKG_CHECK_MODULES(LIBUSB, libusb-1.0 >= 1.0.20)
12
 
13
 AC_CONFIG_MACRO_DIR(m4)
14
osmo-e1d_0.6.0.24.f030.202407232026.tar.xz/debian/changelog -> osmo-e1d_0.7.0.202407242026.tar.xz/debian/changelog Changed
51
 
1
@@ -1,8 +1,47 @@
2
-osmo-e1d (0.6.0.24.f030.202407232026) unstable; urgency=medium
3
+osmo-e1d (0.7.0.202407242026) unstable; urgency=medium
4
 
5
   * Automatically generated changelog entry for building the Osmocom nightly feed
6
 
7
- -- Osmocom OBS scripts <info@osmocom.org>  Tue, 23 Jul 2024 20:26:41 +0000
8
+ -- Osmocom OBS scripts <info@osmocom.org>  Wed, 24 Jul 2024 20:26:44 +0000
9
+
10
+osmo-e1d (0.7.0) unstable; urgency=medium
11
+
12
+   Andreas Eversberg 
13
+  * Use uniform log format for default config files
14
+  * Add option to automatically reset RIFO on underrun/overflow
15
+  * Add new protocol command and events for Sa bits and line states
16
+  * Add functions for events from server to client
17
+  * Indicate framing alignment error as loss of framing signal
18
+  * Indicate remote alarm bit as remote alarm inidication
19
+  * Indicate change in received Sa bits
20
+  * Add command and client function to change transmitted Sa bits
21
+  * Prevent memory leaks / double free of msgb in proto_clnt.c
22
+
23
+   Harald Welte 
24
+  * cosmetic e1oip.h: Update TODO comment (we have RTT, frame loss stats)
25
+  * usb: Pass not just the actual transfer length but also the buffer size
26
+  * usb: Deal with truncated ISO IN transfers
27
+  * Add funding link to github mirror
28
+  * README.md: Improved markdown formatting; more links
29
+
30
+   Sylvain Munaut 
31
+  * iCE1usb: Add support to configure CRC4 mode for TX/RX
32
+  * Update ice1usb_proto.h
33
+  * iCE1usb: Transmit LOS events to clients
34
+  * iCE1usb: Transmit AIS events to clients
35
+  * ctl: When setting Sa bits, other bits must remain set to '1'
36
+
37
+   Oliver Smith 
38
+  * contrib: remove rpm spec file
39
+  * gitignore: remove debian/libosmo-e1d
40
+
41
+   Mychaela N. Falconia 
42
+  * configure.ac: lower libusb-1.0 requirement to 1.0.20
43
+  * e1_ts_stop: clear tx_started flag
44
+  * mux_demux.c cosmetic: fix indent level in _e1_tx_raw()
45
+  * mux from not-started raw TS: fill with 0xFF
46
+
47
+ -- Oliver Smith <osmith@sysmocom.de>  Wed, 24 Jul 2024 11:28:56 +0200
48
 
49
 osmo-e1d (0.6.0) unstable; urgency=medium
50
 
51
osmo-e1d_0.6.0.24.f030.202407232026.tar.xz/debian/control -> osmo-e1d_0.7.0.202407242026.tar.xz/debian/control Changed
62
 
1
@@ -10,9 +10,9 @@
2
                libtool,
3
                pkg-config,
4
                python3-minimal,
5
-               libosmocore-dev (>= 1.9.0),
6
+               libosmocore-dev (>= 1.10.0),
7
                libusb-1.0-0-dev,
8
-               osmo-gsm-manuals-dev (>= 1.4.0)
9
+               osmo-gsm-manuals-dev (>= 1.5.0)
10
 Standards-Version: 3.9.8
11
 Vcs-Git: https://gitea.osmocom.org/retronetworking/osmo-e1d
12
 Vcs-Browser: https://gitea.osmocom.org/retronetworking/osmo-e1d
13
@@ -21,14 +21,14 @@
14
 Package: osmo-e1d
15
 Architecture: any
16
 Multi-Arch: foreign
17
-Depends: osmocom-nightly (= 202407232026), ${misc:Depends}, ${shlibs:Depends}
18
+Depends: osmocom-nightly (= 202407242026), ${misc:Depends}, ${shlibs:Depends}
19
 Description: osmo-e1d: Osmocom's E1 interface daemon
20
 
21
-Package: libosmo-e1d1
22
+Package: libosmo-e1d3
23
 Section: libs
24
 Architecture: any
25
 Multi-Arch: same
26
-Depends: osmocom-nightly (= 202407232026), ${misc:Depends}, ${shlibs:Depends}
27
+Depends: osmocom-nightly (= 202407242026), ${misc:Depends}, ${shlibs:Depends}
28
 Pre-Depends: ${misc:Pre-Depends}
29
 Description: Client library for talking to the Osmocom E1 interface daemon osmo-e1d.
30
 
31
@@ -36,16 +36,16 @@
32
 Section: libdevel
33
 Architecture: any
34
 Multi-Arch: same
35
-Depends: osmocom-nightly (= 202407232026), ${misc:Depends}, ${shlibs:Depends},
36
-    libosmo-e1d1 (= ${binary:Version}),
37
+Depends: osmocom-nightly (= 202407242026), ${misc:Depends}, ${shlibs:Depends},
38
+    libosmo-e1d3 (= ${binary:Version}),
39
     libosmocore-dev,
40
 Description: Development headers for the osmo-e1d library.
41
 
42
-Package: libosmo-octoi2
43
+Package: libosmo-octoi3
44
 Section: libs
45
 Architecture: any
46
 Multi-Arch: same
47
-Depends: osmocom-nightly (= 202407232026), ${misc:Depends}, ${shlibs:Depends}
48
+Depends: osmocom-nightly (= 202407242026), ${misc:Depends}, ${shlibs:Depends}
49
 Pre-Depends: ${misc:Pre-Depends}
50
 Description: Library for the Osmocom Community TDMoIP network.
51
 
52
@@ -53,7 +53,7 @@
53
 Section: libdevel
54
 Architecture: any
55
 Multi-Arch: same
56
-Depends: osmocom-nightly (= 202407232026), ${misc:Depends}, ${shlibs:Depends},
57
-    libosmo-octoi2 (= ${binary:Version}),
58
+Depends: osmocom-nightly (= 202407242026), ${misc:Depends}, ${shlibs:Depends},
59
+    libosmo-octoi3 (= ${binary:Version}),
60
     libosmocore-dev,
61
 Description: Development headers for the Osmocom Community TDMoIP library.
62
osmo-e1d_0.7.0.202407242026.tar.xz/debian/libosmo-e1d3.install Changed
2
 
1
(renamed from debian/libosmo-e1d1.install)
2
osmo-e1d_0.7.0.202407242026.tar.xz/debian/libosmo-octoi3.install Changed
2
 
1
(renamed from debian/libosmo-octoi2.install)
2
osmo-e1d_0.6.0.24.f030.202407232026.tar.xz/src/Makefile.am -> osmo-e1d_0.7.0.202407242026.tar.xz/src/Makefile.am Changed
10
 
1
@@ -3,7 +3,7 @@
2
 # This is _NOT_ the library release version, it's an API version.
3
 # Please read Chapter 6 "Library interface versions" of the libtool
4
 # documentation before making any modification
5
-LIBVERSION=2:1:1
6
+LIBVERSION=3:0:0
7
 
8
 AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)
9
 AM_CFLAGS=-Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-result $(LIBOSMOCORE_CFLAGS) \
10
osmo-e1d_0.6.0.24.f030.202407232026.tar.xz/src/octoi/Makefile.am -> osmo-e1d_0.7.0.202407242026.tar.xz/src/octoi/Makefile.am Changed
10
 
1
@@ -5,7 +5,7 @@
2
 # This is _NOT_ the library release version, it's an API version.
3
 # Please read Chapter 6 "Library interface versions" of the libtool
4
 # documentation before making any modification
5
-LIBVERSION=2:0:0
6
+LIBVERSION=3:0:0
7
 
8
 lib_LTLIBRARIES = libosmo-octoi.la
9
 
10