aboutsummaryrefslogtreecommitdiffstats
path: root/debian/changelog
AgeCommit message (Collapse)AuthorFilesLines
2021-11-16Bump version: 1.4.0.6-68740 → 1.4.11.4.1Pau Espin Pedrol1-0/+16
Change-Id: I83c4ee3981e445ec83e9439adeb8a48355ce8a06
2020-12-10Bump version: 1.3.3.4-e5e69 → 1.4.01.4.0Pau Espin Pedrol1-0/+12
Change-Id: I80698b962666b94310a84306149d67ae09153c8e
2020-09-18Bump version: 1.3.2.4-4e53b → 1.3.31.3.3Pau Espin Pedrol1-0/+17
Change-Id: I86a0c484aeb4eb0fe8df38d20e7c5aa93f2dc6e1
2020-01-03Bump version: 1.3.1 → 1.3.21.3.2Pau Espin Pedrol1-0/+10
Change-Id: I4f7b6c0f18fd1f11e04ae34275645b439d3613fb
2019-08-08Bump version: 1.3.0.5-38ea → 1.3.11.3.1Pau Espin Pedrol1-0/+13
Change-Id: I3d06a8f8b7645803b581e8651f20497f80959ec0
2019-07-14Bump version: 1.2.0.20-cf711 → 1.3.01.3.0Harald Welte1-0/+36
Change-Id: I4654650ae90463442dc7017ea86b6910732e30bb
2019-01-30Bump version: 1.1.0.120-9981 → 1.2.01.2.0Pau Espin Pedrol1-0/+145
Change-Id: I33e1c83a0000789f65acc0b7584d1629a50b384c
2018-05-04Bump version: 1.0.0.45-2b362-dirty → 1.1.01.1.0Pau Espin Pedrol1-0/+62
Change-Id: I04ccac3ce79b58d5ef0b3c0503ef38708dac05ff
2018-05-04debian/changelog: change last release for unreleased to unstablePau Espin Pedrol1-1/+1
Otherwise osmo-release.mk overrides contents of last release. Change-Id: Ife77f6ddd45465b0a5fce80e51e3e64428787b91
2017-10-28Tag/Release Version 1.0.01.0.0Harald Welte1-0/+955
This marks the first tagged source code revision after the repository split and subsequent removal of GPRS related code. Change-Id: I5d19269983c9281bf36a7279151891902eff0013
2017-10-26rename osmo-bsc to osmo-bsc-sccpliteHarald Welte1-0/+4
This is to avoid naming conflicts with the new osmo-bsc, which resides in its own git repository (osmo-bsc.git) and which uses libosmo-sigtran and implements (primarily) 3GPP AoIP. Change-Id: If10d1599b62d010726336134091a4e855c380d93
2016-07-11SGSN: prevent starting with inconsistent configMax1-0/+2
Previously it was possible to start osmo-sgsn with "auth-policy remote" but without "gsup remote-*" which resulted in broken setup: no MS could perform GPRS ATTACH. Add consistency check to vty code to fix this. Related: OS#1582 Change-Id: Ie4296e7d99d7833f7d828b0196435ea81097cf6e
2016-05-25debian: Make upgrading from debian SID easierHolger Hans Peter Freyther1-1/+7
Make sure the version number of this sourcepackage is higher than the one found in Debian SID. Change-Id: I838632e9e90378a03235c2aebd5bc9ed06627ec8 Reviewed-on: https://gerrit.osmocom.org/113 Tested-by: Jenkins Builder Reviewed-by: Holger Freyther <holger@freyther.de>
2015-03-14debian: We are at version 0.14 nowHolger Hans Peter Freyther1-2/+2
2014-07-30Fix some packaging mistakes detected by lintian.Max1-1/+1
Signed-off-by: Max Suraev <max.suraev@fairwaves.co>
2013-04-16debian: Begin the 0.13.0 series with a new changelog entryHolger Hans Peter Freyther1-0/+6
2012-11-07nat: sizeof char * != sizeof char[], make the code work on 64bit systemsHolger Hans Peter Freyther1-0/+6
The test cases were failing on 64bit systems because the sizeof code operated on the pointer size which is 8 and longer than the size that was intended to be used for comparing it.
2012-11-06debian: Move debian directory to ease building packagesHolger Hans Peter Freyther1-0/+55
This is required to have git-buildpackage be able to create tarballs from the git repository and was done by Jan in the debian branch as well.