From: gnuite Date: Sat, 16 Aug 2008 09:43:37 +0000 (+0000) Subject: Administrative changes in preparation for release of Maemo Mapper X-Git-Tag: fremantle/3.0+alpha0~146 X-Git-Url: http://git.itanic.dy.fi/?p=maemo-mapper;a=commitdiff_plain;h=7810cfccf312e68ffc20fef15d8c48b7cb3605fb Administrative changes in preparation for release of Maemo Mapper v2.4.2. git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@194 6c538b50-5814-0410-93ad-8bdf4c0149d1 --- diff --git a/configure.ac b/configure.ac index eec7b64..61f7c95 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ # AC_INIT(Makefile.am) -AM_INIT_AUTOMAKE(maemo-mapper, 2.4.1) +AM_INIT_AUTOMAKE(maemo-mapper, 2.4.2) AC_PROG_CPP AC_CONFIG_HEADERS(src/config.h) diff --git a/debian/changelog b/debian/changelog index edbfa3d..4664b16 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +maemo-mapper (2.4.2) unstable; urgency=low + + * Made compatible with new Debian autobuilder architecture. + * Added support for reading "cmt" tags in GPX. They are treated the same as + "desc" tags. + * Changed flite invocation to support shell scripts. + * Fixed bad documentation regarding the "Area" tab of the "Manage Maps" + dialog. + * Fixed bug with handling unknown XML extensions. + * Added support for extra-maemo compilation on Linux. + + -- John Costigan Sat, 16 Aug 2008 01:00:00 -0700 + maemo-mapper (2.4.1) unstable; urgency=low * Fixed bug in editing POI categories (closes #2281).