fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmocore/+/35725?usp=email )
Change subject: osmo-release.sh: make it a bit more user friendly
......................................................................
osmo-release.sh: make it a bit more user friendly
Change-Id: I8574cb00de820ab477eb5c4abd05d8e546ca89cc
---
M osmo-release.sh
1 file changed, 12 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/25/35725/1
diff --git a/osmo-release.sh b/osmo-release.sh
index 5f31c5f..e947fe4 100755
--- a/osmo-release.sh
+++ b/osmo-release.sh
@@ -235,7 +235,9 @@
if [ "z$LIBVERS" != "z" ]; then
if [ "z$MAKEMOD" = "z" ] && [ "z$ALLOW_NO_LIBVERSION_CHANGE" = "z0" ]; then
- echo "ERROR: Before releasing, please modify some of the libversions: $LIBVERS"
+ echo "ERROR: Before releasing, please modify some of the libversions:"
+ for l in $LIBVERS; do echo " $l"; done
+ echo "After making changes, add modified file(s) to the index using git-add."
echo "You should NOT be doing this unless you've read and understood following article:"
echo "https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info…"
exit 1
--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/35725?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I8574cb00de820ab477eb5c4abd05d8e546ca89cc
Gerrit-Change-Number: 35725
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newchange
Attention is currently required from: osmith, pespin.
fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmo-abis/+/35720?usp=email )
Change subject: Bump version: 1.5.0.5-aa34 → 1.5.1
......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1:
> Please, read https://www.gnu.org/software/libtool/manual/html_node/Libtool-versioning. […]
(The link you shared describes the versioning scheme, but does not define the rules. I found them here: https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info…).
Even though the library interfaces have not been changed so far, we still need to increment the `revision` according to 7.3 4) "If the library source code has changed at all since the last update ...". I will update the patch.
--
To view, visit https://gerrit.osmocom.org/c/libosmo-abis/+/35720?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-abis
Gerrit-Branch: master
Gerrit-Change-Id: I88b987d714a88728b62f74a60c44d9c3532b5686
Gerrit-Change-Number: 35720
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Sun, 28 Jan 2024 10:42:14 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: pespin <pespin(a)sysmocom.de>
Comment-In-Reply-To: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: comment
Attention is currently required from: fixeria, osmith.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmo-abis/+/35720?usp=email )
Change subject: Bump version: 1.5.0.5-aa34 → 1.5.1
......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1:
> AFAICT, we did not add/modify API since the last release. […]
Please, read https://www.gnu.org/software/libtool/manual/html_node/Libtool-versioning.ht…, you still need to update the revision field.
--
To view, visit https://gerrit.osmocom.org/c/libosmo-abis/+/35720?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-abis
Gerrit-Branch: master
Gerrit-Change-Id: I88b987d714a88728b62f74a60c44d9c3532b5686
Gerrit-Change-Number: 35720
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Comment-Date: Sat, 27 Jan 2024 22:11:19 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: fixeria <vyanitskiy(a)sysmocom.de>
Comment-In-Reply-To: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: comment