aboutsummaryrefslogtreecommitdiffstats
path: root/debian/changelog
AgeCommit message (Collapse)AuthorFilesLines
2017-10-28Tag/Release Version 1.2.01.2.0Harald Welte1-0/+52
Change-Id: I44bee346fd698bd51ef305813084afdce0099907
2017-08-30rework /debian support to match new osmo-sgsnAlexander Couzens1-73/+3
Remove old leftover from split of osmo-sgsn out of openbsc. Change-Id: Ic0135a1118a115e8f053154e280f60674390f43a
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.