]> git.itanic.dy.fi Git - maemo-mapper/blob - debian/changelog
Made administrative changes in preparation for release of Maemo Mapper
[maemo-mapper] / debian / changelog
1 maemo-mapper (2.3.1) unstable; urgency=low
2
3   * Fixed bug where Maemo Mapper persists in memory after closing.
4   * Added ability to "compact" (aka "reorganize") a map cache database.
5   * Added documentation for using custom POI icons.
6   * Added Swedish translation strings.
7
8  -- John Costigan <gnuite@gmail.com>  Mon, 21 Jan 2008 01:31:00 -0500
9
10 maemo-mapper (2.3) unstable; urgency=low
11
12   * Added an in-memory map cache to improve pan performance (thanks to Tim
13     Terriberry for the patch).
14   * Fixed bug with infinitely repeating auto-route-update error messages.
15   * Added option to completely disable all announcements.
16
17  -- John Costigan <gnuite@gmail.com>  Sat, 12 Jan 2008 13:07:00 -0500
18
19 maemo-mapper (2.2) unstable; urgency=low
20
21   * Modified the build system and the code to support OS2008.  It has been
22     tested only the N800.
23   * Fixed a refresh bug that would cause Maemo Mapper to appear to hang under
24     high CPU load.
25   * Fixed bug in initial display of "Establishing GPS Fix" window.
26   * Made a first stab at conditionally updating the track based on HDOP.  This
27     will probably change a lot before I get it to "feel" right.  I hope I
28     don't have to add a preference - we're running out of Settings space!
29
30  -- John Costigan <gnuite@gmail.com>  Tue, 28 Nov 2007 00:25:00 -0500
31
32 maemo-mapper (2.1.1) unstable; urgency=low
33
34   * Changed the "set_view_center" method name to "set_view_position" for
35     clarity.
36   * Added two new signals to the DBUS interface: view_position_changed and
37     view_dimensions_changed.
38   * Fixed a bug in POI lat/lon handling (closes #1695).
39
40  -- John Costigan <gnuite@gmail.com>  Mon, 26 Nov 2007 21:07:00 -0500
41
42 maemo-mapper (2.1) unstable; urgency=low
43
44   * Changed GPS interaction to use GPSD exclusively, including the new
45     libgpsmgr framework.  This allows Maemo Mapper to automatically find a GPS
46     receiver (no need to specify one in Settings, although Maemo Mapper will
47     try to prefer the one you specify).  Hopefully, this will also address the
48     "hanging" issues that people have been having, and it should also make the
49     migration to Chinook easier.
50   * Added an initial stab at supporting the internal GPS receiver on the N810.
51     Use the "File Path" receiver type with "/dev/pgps" to use the N810's
52     internal GPS receiver.  ("/dev/pgps" is now the default.)
53   * Added the framework for a DBUS interface, including a single DBUS method
54     (set_view_center).  More to come later....
55
56  -- John Costigan <gnuite@gmail.com>  Sun, 25 Nov 2007 16:33:00 -0500
57
58 maemo-mapper (2.0.5) unstable; urgency=low
59
60   * Increased precision of latitude/longitude calculations.
61   * Added repository settings for minimum and maximum auto-downloadable zooms.
62   * Fixed bug that caused Maemo Mapper to draw the mark in the wrong place.
63   * Updated translation text.
64
65  -- John Costigan <gnuite@gmail.com>  Sun, 18 Nov 2007 01:00:00 -0500
66
67 maemo-mapper (2.0.4) unstable; urgency=low
68
69   * Added "Min. Speed" option in "Auto-Center" tab of "Settings", which allows
70     you to specify a minimum speed at which you must be traveling in order for
71     Auto-Center (and Auto-Rotate) to activate. (closes #1626)
72   * Fixed bug in Browsing for new Map Cache DB files. (closes #1613)
73   * Fixed crashes that occurred with POI View/Add dialog.
74   * Fixed crashes that occurred when opening previously-saved tracks and
75     routes. (closes #1619)
76   * Fixed spurious error reports when downloading maps that already exist.
77     (closes #1621)
78   * Renamed "Location" context menu to "Tap Point". (closes #1624)
79   * Changed the way zoom levels are initialized in the "Manage Maps" dialog,
80     to be much less arbitrary.
81   * Fixed POI database creation to include creation of the directory.
82
83  -- John Costigan <gnuite@gmail.com>  Mon, 12 Nov 2007 21:00:00 -0500
84
85 maemo-mapper (2.0.3) unstable; urgency=low
86
87   * Fixed download of map repositories.
88   * Fixed output of altitude in saved track and route files.
89   * Fixed minor bug in opening of track and route files.
90
91  -- John Costigan <gnuite@gmail.com>  Thu, 5 Nov 2007 12:00:00 -0500
92
93 maemo-mapper (2.0.2) unstable; urgency=low
94
95   * Changed the bluetooth receiver interaction to hopefully be friendlier to
96     more GPS receivers (particularly Holux).
97   * Fixed memory overflow situation when downloading "500 MB" of maps.  Maemo
98     Mapper should be able to handle more downloads at a time now, but keep in
99     mind that it's not unlimited.  2 GB of downloads is too much.
100   * Fixed the spurious straight lines in the drawing of tracks and routes.
101   * Fixed bug with not downloading higher-zoom maps when no maps were
102     available in the current zoom level and the current zoom level is not a
103     downloadable zoom level (per the download zoom steps variable).
104   * Fixed crashes that occurred during downloading of many maps at a time.
105   * Fixed corruption of GDBM database when downloading many maps at a time.
106   * Fixed bugs in detection of next waypoint.
107
108  -- John Costigan <gnuite@gmail.com>  Thu, 4 Nov 2007 23:45:00 -0500
109
110 maemo-mapper (2.0.1) unstable; urgency=low
111
112   * Expanded the available zoom levels by four additional zoom steps.  This
113     change invalidates previous map databases, so you will have to discard
114     your previous map data.
115   * Fixed crash that occurred during rapid map auto-download.
116   * Tightened up the POI Edit dialog to show more of the POI description.
117   * Added "Edit Categories..." buttons in a few more places.
118   * Fixed all of the formerly useless View menu items. (closes #1598, #1604)
119   * Fixed bug in parsing East-of-the-meridian longitudes.
120   * Fixed bug in "Along Route" radio button.
121   * Fixed bug with repeated internet connection attempts.
122   * Fixed bug in update of POI List after Delete from Edit POI dialog.
123     (closes #1599)
124   * Fixed crash when adding a new POI from the context menu.
125   * Added confirmation of overwriting query when selecting a category from the
126     drop down box in the "Download POI" dialog.
127   * Fixed crash with invalid address in the "Go to | Address" action.
128   * Fixed initialization of the POI icon directory name.
129
130  -- John Costigan <gnuite@gmail.com>  Thu, 3 Nov 2007 05:00:00 -0400
131
132 maemo-mapper (2.0) unstable; urgency=low
133
134   * Changed map repositories to use gdbm instead of file system.
135   * Changed track and route temporary files to use sqlite instead of GPX.
136     (Save and Open operations still use GPX.)
137   * Changed map retrieval to use threads.
138   * Changed NMEA retrieval to support GPSD and to use a separate thread.
139   * Added POI import, download, browser, and export.
140   * Added support for view rotation.  Also threaded view creation.
141   * Added an on-screen compass that points north.
142   * Added support for dragging the view in order to pan.
143   * Added support for repositories with no map cache at all.
144   * Added hourglass to notify users when a redraw is occurring.
145   * Replaced old internet connectivity with  support for libconic0.
146   * Reorganized the view-related menu items into an expanded "View" menu.
147   * Added Pre-cache option to reduce the amount of time that black areas are
148     on the screen while in Auto-download mode.
149   * Modified the Waypoint Notification Window to use a progress bar; this
150     should also fix some of the flicker that used to occur.
151   * Improved the robustness of bluetooth receiver error handling (no more
152       crashing when out of range).
153   * Improved memory utilization.
154   * Reorganized the code for greater readability.
155
156  -- John Costigan <gnuite@gmail.com>  Thu, 1 Nov 2007 23:00:00 -0400
157
158 maemo-mapper (1.4.7) unstable; urgency=low
159
160   * Added "Avoid Highways" option to the "Download Route" dialog.
161   * Updated Spanish translations.
162   * Fixed bug with sensitivity of the "Auto-Update" checkbox.
163   * Fixed bug that caused Auto-Update to be constantly invoked.
164
165  -- John Costigan <gnuite@gmail.com>  Sat, 7 Jul 2007 21:52:00 -0400
166
167 maemo-mapper (1.4.6) unstable; urgency=low
168
169   * Fix repository duplication bug in the "Manage Repositories" dialog box.
170   * Incorporated patches contributed by Tatu Männistö:
171     1. remember full screen setting over invocations.
172     2. show zoom level in a box (like scale), no banner for changes.
173     3. fix a speed display bug, allow removing "Downloading maps" banner
174        when no connectivity is available.
175     4. add input / output capability for various DMS formats.
176
177  -- John Costigan <gnuite@gmail.com>  Sat, 9 Jun 2007 13:03:00 -0400
178
179 maemo-mapper (1.4.5) unstable; urgency=low
180
181   * Added ability to edit latitude and longitude in POI Add/Edit dialog.
182   * Tapping on a POI now shows the category and label of the POI (and does not
183     re-center the display). (closes #645)
184   * Added action to clear the track. (contributed by Kalle Valo)
185   * Changed the way dialog boxes are displayed - this might help some of the
186     random "crash when I try to open XXX dialog box" crashes.
187   * Added the "Go to | Address..." menu item.
188   * Added Spanish translation.
189
190  -- John Costigan <gnuite@gmail.com>  Sun, 20 Mar 2007 00:27:00 -0400
191
192 maemo-mapper (1.4.4) unstable; urgency=low
193
194   * Updated Finnish translation.
195   * Fixed #622 (Crash in draw_sat_info()).
196   * Fixed #623 (Crash due to invalid NMEA sentence).
197
198  -- John Costigan <gnuite@gmail.com>  Sun, 18 Mar 2007 14:44:00 -0400
199
200 maemo-mapper (1.4.3) unstable; urgency=low
201
202   * Fixed bug that caused announcements to be late.
203   * Fixed bug with WMS repositories.
204   * Added native support for OpenStreetMap; made it the default repo.
205   * Added support for remapping all of the hardware keys.  In doing so, I
206     removed the "Escape Key"-specific stuff in Misc. 2, and cleaned up that
207     tab a little bit (i.e. moved Info Font Size to Misc. [1]).
208   * Added Zoom In/Out buttons to the View menu.
209   * Added a scale.
210   * Added an About page with version information.
211   * Added a "Double Pixels" option for repositories; if enabled, maps will be
212     shown at a minimum of double the pixel size, for those who don't want to
213     squint.
214   * Added a "Next-able" option for repositories, which controls whether or not
215     the repository is selectable via the "Select Next Repository" shortcut.
216   * Changed "Track Mark" functionality back to old "Track Break" name.
217   * Added the ability to add waypoint-like "Marks" to the track.  Marks are
218     like Track Breaks, except that you can give a description.
219   * Added some additional "first time running Maemo Mapper" help.
220   * Reorganized the track and route code.
221   * Modified timestamp to use GPS time if available.
222   * Changed old recursive-make-dir code to just use g_makdir_with_parents.
223   * Changed Repo Manager to support using ~ in the cache dir.
224
225  -- John Costigan <gnuite@gmail.com>  Mon, 12 Mar 2007 02:19:00 -0400
226
227 maemo-mapper (1.4.2) unstable; urgency=low
228
229   * Updated the fi_FI locale and added msgid's for POI categories.
230   * Fixed segfault when starting Maemo Mapper for the very first time.
231
232  -- John Costigan <gnuite@gmail.com>  Sat, 3 Mar 2007 16:48:00 -0500
233
234 maemo-mapper (1.4.1) unstable; urgency=low
235
236   * Added the fi_FI and en_GB locales.
237   * Fixed the bug in accessing POI icons.
238   * Added documentation, accessible via the osso-help framework.
239   * Made some distance calculation more accurate (but slower).
240   * Changed Z order of routes and POIs.
241   * Added several new context-menu actions, including actions for constructing
242     routes in Maemo Mapper directly, and an action to set the "current GPS
243     location" even if you don't have a GPS receiver.
244   * Added the "Go to" menu.
245   * Added menu items to show route- and track-related distances.
246   * Added menu item in "View" to show/hide all POIs. 
247   * Added several new escape button options.
248   * Changed route distance calculation to use the route, not straight-line
249     distance.
250   * Removed the "Voice Speed" and "Voice Options" until moimart releases his
251     dbus-based version of flite (if ever).
252
253  -- John Costigan <gnuite@gmail.com>  Thu, 1 Mar 2007 22:42:00 -0500
254
255 maemo-mapper (1.4) unstable; urgency=low
256
257   * First build from the new maemo3 SDK.  Although the code is the same, there
258     are different builds depending on the target (770 or N800).  "-1" is a
259     generic build with no arm-model-specific optimizations.  "-2" is optimized
260     for 770 (arm926ej-s).  "-3" is optimized for N800 (arm1136jf-s).
261   * Changed from sqlite0 to sqlite3.
262   * Added ability to download repository information from the web.
263   * Changed track data to use GPS timestamps instead of Nokia's slow clock.
264
265  -- John Costigan <gnuite@gmail.com>  Mon, 12 Feb 2007 23:35:00 -0500
266
267 maemo-mapper (1.3.5) unstable; urgency=low
268
269   * Fixed "Bad Repository" detection and notification.
270   * Fixed bug in route auto-update that only allowed a single auto-update.
271   * Added support for zero-based quadtree URL format (thanks to Albertas
272     Agejevas).
273   * Added ability to specify the GPX directions server.
274
275  -- John Costigan <gnuite@gmail.com>  Mon, 29 Jan 2007 00:05:00 -0500
276
277 maemo-mapper (1.3.4) unstable; urgency=low
278
279   * Changed some strings and updated the po files.
280   * Re-added libxau0 as a dependency (it was needed).
281
282  -- John Costigan <gnuite@gmail.com>  Mon, 15 Jan 2007 22:09:00 -0500
283
284 maemo-mapper (1.3.3) unstable; urgency=low
285
286   * Fixed bug in track export/import.
287   * Removed dependency on libbluetooth1.
288   * Removed (from the control file) the dependency on libxau1.  Not sure if
289     maemo-mapper actually needs that dependency, but it was blocking
290     installation on the n800.
291
292  -- John Costigan <gnuite@gmail.com>  Sun, 14 Jan 2007 23:11:00 -0500
293
294 maemo-mapper (1.3.2) unstable; urgency=low
295
296   * Added proxy support for the new download mechanism.
297   * Replaced the last bit of gnome-vfs HTTP transfer with libcurl3.
298
299  -- John Costigan <gnuite@gmail.com>  Sun, 19 Nov 2006 03:20:00 -0500
300
301 maemo-mapper (1.3.1) unstable; urgency=low
302
303   * Fixed locale issue with proj. (closes #138)
304   * Removed unnecessary extra copying from gdk_pixbuf_scale_inplace().
305   * Streamlined the pixbuf trimming a bit.
306
307  -- John Costigan <gnuite@gmail.com>  Sat, 18 Nov 2006 12:20:00 -0500
308
309 maemo-mapper (1.3) unstable; urgency=low
310
311   * Re-wrote download mechanism to use libcurl3 instead of gnome-vfs-async.
312   * Added support for WMS maps.
313
314  -- John Costigan <gnuite@gmail.com>  Sat, 18 Nov 2006 00:37:00 -0500
315
316 maemo-mapper (1.2.5) unstable; urgency=low
317
318   * Added altitude (elevation) support to the Track.
319   * Added configurability of degree format.
320   * Added speed warner for you law-breakers out there.
321   * Added setting for information font size.
322   * Cleaned up some string code.
323
324  -- John Costigan <gnuite@gmail.com>  Fri, 17 Nov 2006 20:47:00 -0400
325
326 maemo-mapper (1.2.4) unstable; urgency=low
327
328   * Fixed crash when loading two track files as route files. (closes #117)
329   * Fixed internationalization - it should actually work now.
330   * Fixed crash when config is empty.
331   * Fixed broken "Download-by-Route" functionality.
332
333  -- John Costigan <gnuite@gmail.com>  Sat, 28 Oct 2006 21:14:00 -0400
334
335 maemo-mapper (1.2.3) unstable; urgency=low
336
337   * Fixed the /dev/rfcomm crash (and probably other crashes)
338     (closes #105, #113).
339
340  -- John Costigan <gnuite@gmail.com>  Sun, 22 Oct 2006 20:34:00 -0400
341
342 maemo-mapper (1.2.2) unstable; urgency=low
343
344   * Fixed a few minor bugs (#109, #110, #111).
345
346  -- John Costigan <gnuite@gmail.com>  Sun, 22 Oct 2006 20:34:00 -0400
347
348 maemo-mapper (1.2.1) unstable; urgency=low
349
350   * Added support for recognition of "disconnect-when-off" flag (closes #106)
351   * Fixed a couple of crashes and other minor inconsistencies.
352
353  -- John Costigan <gnuite@gmail.com>  Sat, 21 Oct 2006 12:24:26 -0400
354
355 maemo-mapper (1.2) unstable; urgency=low
356
357   * Added support for multiple repositories. (closes #7)
358   * Added support for POI (including category editing). (closes #22)
359   * Added support for Textual GPS information. (closes #13)
360   * Added ability to delete or "re-download" maps. (closes #25)
361   * Added feature to zoom by more than one level at a time. (closes #39)
362   * Fixed seg fault when switching map cache directories. (closes #64)
363   * Fixed locale issue with route auto-update. (closes #62)
364   * Fixed broken hashing (wrt equals). (closes #58)
365   * Fixed crash that occurred when map uri is blank. (closes #50)
366   * Added auto-connect to internet when needed (downloading maps).
367   * Added ability to manually reset bluetooth radio.
368   * Added ability to re-assign the Escape Key.
369   * Changed IO read mechanism slightly to try to avoid bluetooth errors.
370
371  -- John Costigan <gnuite@gmail.com>  Sun, 15 Oct 2006 12:24:26 -0400
372
373 maemo-mapper (1.1) unstable; urgency=low
374
375   * Added ability to customize the colors. (closes #11)
376   * Added temporal data to Track Export/Import functionality. (closes #9)
377   * Added context menu for performing various operations. (closes #37)
378   * Added Dutch Translation (closes #38)
379   * Added ability to change zoom by more than one zoom level at a time, and
380     added user feedback so that user knows which zoom level he is at.
381     (begins to address #21)
382   * Fixed locale issue with "Download Route" using GPS Location.  (closes #36)
383   * Removed hciconfig hack, since it seems no longer necessary. (closes #27)
384   * Eliminated "closest" zoom level in order to maintain consistency between
385     map storage names and zoom level names.
386   * Made some minor aesthetic changes in the Settings dialog.
387   * Added error-checking and retrying to downloading.
388   * Fixed some maemo intricacies suggested by the new Maemo Programming
389     Guidelines document.
390   * Changed the old "previous two center points" behavior in the Download by
391     Area dialog box to a more intuitive "bounds of the screen" behavior.
392
393  -- John Costigan <gnuite@gmail.com>  Sat, 1 Jul 2006 10:14:00 -0400
394
395 maemo-mapper (1.0.2) unstable; urgency=low
396
397   * Re-organized to work better with the final version of 2006 OS.
398   * Changed voice synthesis mechanism to dbus-based flite (closes #14).
399   * Added Localization Framework (closes #12).
400   * Added the framework for online Help (begins to address #16).
401   * Added chime to indicate approaching waypoints (closes #18).
402
403  -- John Costigan <gnuite@gmail.com>  Sat, 1 Jul 2006 10:14:00 -0400
404
405 maemo-mapper (1.0.1) unstable; urgency=low
406
407   * Fixed my broken "last two center points" code.
408   * Re-organized package to better match the new Maemo 2.0 hello-world-app.
409
410  -- John Costigan <gnuite@gmail.com>  Mon, 12 Jun 2006 20:42:00 -0400
411
412 maemo-mapper (1.0) unstable; urgency=low
413
414   * Functionally the same as 0.2.4.  The only difference is that the 1.x
415     codeline is 2006 OS-compatible, whereas the 0.x codeline will remain 2005
416     OS-compatible.
417
418  -- John Costigan <gnuite@gmail.com>  Sat, 10 Jun 2006 19:53:00 -0400
419
420 maemo-mapper (0.2.4) unstable; urgency=low
421
422   * Added support for rfcomm-based input.
423   * Settings dialog now saves settings to GCONF on dismissal.
424   * Fixed map downloading to be more Gnome-VFS-friendly.
425   * Fixed localization bug in output GPX files.
426   * Fixed crash in "Download Area"/confirmation dialog box.
427
428  -- John Costigan <gnuite@gmail.com>  Sat, 10 Jun 2006 16:52:00 -0400
429
430 maemo-mapper (0.2.3) unstable; urgency=low
431
432   * Fixed bug in Download-by-Area confirmation dialog box.
433   * Added "Clear" button to Download-by-Area dialog box.
434
435  -- John Costigan <gnuite@gmail.com>  Mon, 29 May 2006 11:57:00 -0400
436
437 maemo-mapper (0.2.2) unstable; urgency=low
438
439   * Fixed erroneous hciconfig reset call.
440   * Added Armin Warda's "previous two center points define the default
441     top-left/bottom-right points in Download-By-Area" patch.
442
443  -- John Costigan <gnuite@gmail.com>  Sun, 28 May 2006 22:01:00 -0400
444
445 maemo-mapper (0.2.1) unstable; urgency=low
446
447   * Changed error-handling of NMEA messages to better support missing values.
448
449  -- John Costigan <gnuite@gmail.com>  Fri, 26 May 2006 19:12:00 -0400
450
451 maemo-mapper (0.2) unstable; urgency=low
452
453   * Force creation of the map cache directory (including parents).
454   * Fixed some locale-related bugs.
455   * Added support for satellite map data.
456   * Added support to save last center location.
457   * Added support to specify announcement advance notice in Settings.
458   * Made the flite call safer, and the path is specifiable in Settings.
459   * Changed the look of the HildonControlbars in Settings a tad.
460   * Added estimate for number of maps to download with Download By Area.
461   * Changed the way routes are followed to better support single-point,
462     "point-of-interest"-style routes.
463   * Fixed bug in route-drawing.
464   * Fixed some bugs in download-by-route functionality.
465   * Trying some fixes for when the bluetooth connection mysteriously drops.
466   * Added some error-handling to NMEA parsing.
467   * Fixed some other minor, workaround-able bugs.
468   * Added some more comment documentation to the code.
469
470  -- John Costigan <gnuite@gmail.com>  Wed, 24 May 2006 21:16:00 -0400
471
472 maemo-mapper (0.1) unstable; urgency=low
473
474   * Initial release.
475
476  -- John Costigan <gnuite@gmail.com>  Sat, 22 Apr 2006 17:40:00 -0400
477