aboutsummaryrefslogtreecommitdiffstats
path: root/debian/changelog
AgeCommit message (Collapse)AuthorFilesLines
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.