[S] Change in osmo-bsc[osmith/1.12.2]: Bump version: 1.12.1.8-e322d → 1.12.2
osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/38761?usp=email ) Change subject: Bump version: 1.12.1.8-e322d → 1.12.2 .. Bump version: 1.12.1.8-e322d → 1.12.2 Change-Id: Idc930e934f0b8d1b1a3ec698517657a6d3ce8cda --- M TODO-RELEASE M debian/changelog 2 files changed, 16 insertions(+), 1 deletion(-) Approvals: Jenkins Builder: Verified fixeria: Looks good to me, approved pespin: Looks good to me, but someone else must approve diff --git a/TODO-RELEASE b/TODO-RELEASE index 193735c..0ed7189 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -7,4 +7,3 @@ # If any interfaces have been added since the last public release: c:r:a + 1. # If any interfaces have been removed or changed since the last public release: c:r:0. #library whatdescription / commit summary line -libosmo-sigtran >2.0.1 Use API osmo_ss7_route_get_dest_as(), osmo_ss7_instance_get_id(), osmo_ss7_as_get_asp_protocol() diff --git a/debian/changelog b/debian/changelog index d0f2d5b..a05f00c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +osmo-bsc (1.12.2) unstable; urgency=medium + + [ Oliver Smith ] + * Add osmo_ss7 APIs + + [ Pau Espin Pedrol ] + * bsc_ctrl: Use new libosmo-sigtran API osmo_ss7_route_get_dest_as() + * lb: Avoid using osmo_ss7_instance private field + * Use new libosmo-sigtran API osmo_ss7_instance_get_id() + * Use new libosmo-sigtran API osmo_ss7_instances_llist_entry() + * bsc_sccplite_msc_send(): Fix msgb leak + * Use new libosmo-sigtran API osmo_ss7_as_get_asp_protocol() + * Use new libosmo-sigtran API osmo_ss7_as_select_asp() + + -- Oliver Smith Wed, 13 Nov 2024 14:42:07 +0100 + osmo-bsc (1.12.1) unstable; urgency=medium [ Vadim Yanitskiy ] -- To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/38761?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: osmo-bsc Gerrit-Branch: osmith/1.12.2 Gerrit-Change-Id: Idc930e934f0b8d1b1a3ec698517657a6d3ce8cda Gerrit-Change-Number: 38761 Gerrit-PatchSet: 2 Gerrit-Owner: osmith Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: fixeria Gerrit-Reviewer: osmith Gerrit-Reviewer: pespin
[S] Change in osmo-bsc[osmith/1.12.2]: Bump version: 1.12.1.8-e322d → 1.12.2
Attention is currently required from: osmith. fixeria has posted comments on this change by osmith. ( https://gerrit.osmocom.org/c/osmo-bsc/+/38761?usp=email ) Change subject: Bump version: 1.12.1.8-e322d → 1.12.2 .. Patch Set 2: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/38761?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email Gerrit-MessageType: comment Gerrit-Project: osmo-bsc Gerrit-Branch: osmith/1.12.2 Gerrit-Change-Id: Idc930e934f0b8d1b1a3ec698517657a6d3ce8cda Gerrit-Change-Number: 38761 Gerrit-PatchSet: 2 Gerrit-Owner: osmith Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: fixeria Gerrit-Reviewer: pespin Gerrit-Attention: osmith Gerrit-Comment-Date: Thu, 14 Nov 2024 11:52:05 + Gerrit-HasComments: No Gerrit-Has-Labels: Yes
[S] Change in osmo-bsc[osmith/1.12.2]: Bump version: 1.12.1.8-e322d → 1.12.2
osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bsc/+/38761?usp=email ) Change subject: Bump version: 1.12.1.8-e322d → 1.12.2 .. Bump version: 1.12.1.8-e322d → 1.12.2 Change-Id: Idc930e934f0b8d1b1a3ec698517657a6d3ce8cda --- M TODO-RELEASE M debian/changelog 2 files changed, 16 insertions(+), 1 deletion(-) git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/61/38761/1 diff --git a/TODO-RELEASE b/TODO-RELEASE index 193735c..0ed7189 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -7,4 +7,3 @@ # If any interfaces have been added since the last public release: c:r:a + 1. # If any interfaces have been removed or changed since the last public release: c:r:0. #library whatdescription / commit summary line -libosmo-sigtran >2.0.1 Use API osmo_ss7_route_get_dest_as(), osmo_ss7_instance_get_id(), osmo_ss7_as_get_asp_protocol() diff --git a/debian/changelog b/debian/changelog index d0f2d5b..a05f00c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +osmo-bsc (1.12.2) unstable; urgency=medium + + [ Oliver Smith ] + * Add osmo_ss7 APIs + + [ Pau Espin Pedrol ] + * bsc_ctrl: Use new libosmo-sigtran API osmo_ss7_route_get_dest_as() + * lb: Avoid using osmo_ss7_instance private field + * Use new libosmo-sigtran API osmo_ss7_instance_get_id() + * Use new libosmo-sigtran API osmo_ss7_instances_llist_entry() + * bsc_sccplite_msc_send(): Fix msgb leak + * Use new libosmo-sigtran API osmo_ss7_as_get_asp_protocol() + * Use new libosmo-sigtran API osmo_ss7_as_select_asp() + + -- Oliver Smith Wed, 13 Nov 2024 14:42:07 +0100 + osmo-bsc (1.12.1) unstable; urgency=medium [ Vadim Yanitskiy ] -- To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/38761?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email Gerrit-MessageType: newchange Gerrit-Project: osmo-bsc Gerrit-Branch: osmith/1.12.2 Gerrit-Change-Id: Idc930e934f0b8d1b1a3ec698517657a6d3ce8cda Gerrit-Change-Number: 38761 Gerrit-PatchSet: 1 Gerrit-Owner: osmith
[S] Change in osmo-bsc[osmith/1.12.2]: Bump version: 1.12.1.8-e322d → 1.12.2
Attention is currently required from: osmith. pespin has posted comments on this change by osmith. ( https://gerrit.osmocom.org/c/osmo-bsc/+/38761?usp=email ) Change subject: Bump version: 1.12.1.8-e322d → 1.12.2 .. Patch Set 1: Code-Review+1 -- To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/38761?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email Gerrit-MessageType: comment Gerrit-Project: osmo-bsc Gerrit-Branch: osmith/1.12.2 Gerrit-Change-Id: Idc930e934f0b8d1b1a3ec698517657a6d3ce8cda Gerrit-Change-Number: 38761 Gerrit-PatchSet: 1 Gerrit-Owner: osmith Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: pespin Gerrit-Attention: osmith Gerrit-Comment-Date: Wed, 13 Nov 2024 13:50:50 + Gerrit-HasComments: No Gerrit-Has-Labels: Yes