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