~ubuntu-branches/ubuntu/wily/mtkbabel/wily

« back to all changes in this revision

Viewing changes to changelog

  • Committer: Bazaar Package Importer
  • Author(s): Uwe Hermann
  • Date: 2008-02-08 21:52:33 UTC
  • Revision ID: james.westby@ubuntu.com-20080208215233-5hto58no3w1vx7uk
Tags: upstream-0.6
ImportĀ upstreamĀ versionĀ 0.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
mtkbabel (0.6)
 
2
 
 
3
  * Added a man page, thanks to Uwe Hermann.
 
4
  * Some cosmetic changes.
 
5
 
 
6
 -- Niccolo Rigacci <niccolo@rigacci.org>  Thu, 07 Feb 2008 22:22:20 +0100
 
7
 
 
8
mtkbabel (0.5)
 
9
 
 
10
  * Read all the contents of the flash memory when in OVERLAP mode or
 
11
    when forced with the -a option.
 
12
  * Added flash_memory_size($model_id) function.
 
13
  * Fixed memory used computation.
 
14
  * Improved error handling in log file parsing.
 
15
  * Description of record type (time, distance, speed, button) can now 
 
16
    accomodate multiple criteria.
 
17
  * Clean-up of the code.
 
18
 
 
19
 -- Niccolo Rigacci <niccolo@rigacci.org>  Mon, 10 Dec 2007 16:39:55 +0100
 
20
 
 
21
mtkbabel (0.4)
 
22
 
 
23
  * Used the File::Basename library instead of basename(1) Unix command.
 
24
  * Added display of failed sectors, need format and disable status.
 
25
  * Chaged wording: use sector instead of block, to conform with Mediatek
 
26
    documentation.
 
27
  * Fixed a bug occurring when SID is logged, but NSAT is not.
 
28
  * Better output of waypoints, now conform with GPX schema.
 
29
  * Grouped all the serial port related functions, to ease porting.
 
30
 
 
31
 -- Niccolo Rigacci <niccolo@rigacci.org>  Wed, 28 Nov 2007 22:38:07 +0100
 
32
 
 
33
mtkbabel (0.3)
 
34
 
 
35
  * Fixed a bug in encode_log_format() function: disabling a log field
 
36
    now works as expected.
 
37
  * Changed type of $satdata_elevation from unsigned to signed.
 
38
  * Now produces GPX 1.1 files with mtk extensions, as defined in the
 
39
    proposed MtkExtensionsv1.xsd schema.
 
40
 
 
41
 -- Niccolo Rigacci <niccolo@rigacci.org>  Sun, 25 Nov 2007 21:31:21 +0100
 
42
 
 
43
mtkbabel (0.2)
 
44
 
 
45
  * Fixed an error in utm_time() function.
 
46
  * Improved timeout handling in packet_wait().
 
47
  * Correction in changelog (!).
 
48
 
 
49
 -- Niccolo Rigacci <niccolo@rigacci.org>  Tue, 20 Nov 2007 14:06:53 +0100
 
50
 
 
51
mtkbabel (0.1)
 
52
 
 
53
  * First public release.
 
54
 
 
55
 -- Niccolo Rigacci <niccolo@rigacci.org>  Wed, 17 Oct 2007 12:37:37 +0200