1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
|
antpm (1.15-1) experimental; urgency=low
* open for new development
* docs: document release testing
* extend build time dependencies
* make sure this file is treated as utf-8
* SerialUsb.cpp is GPLv2 hard
* tests: tests are under regular GPLv3
* tests: fix typo
-- RALOVICH, Kristof <tade60@freemail.hu> Wed, 08 Jan 2014 16:21:51 +0100
antpm (1.14-1) experimental; urgency=low
* housekeeping
* Blind implementation of messages seen in 405 traces.
* udev: add rule for 0fcf:1009
* improve src documentation
* remove unused AntMessage::lookupInVector
* remove unused code
* docs: note on pbuilder
* working on decoding garmin direct packets
* add BSWAP_64 macro
* working on decoding garmin direct packets 2.
* ant: base class for message contents
* antfs: more thorough decoding of direct responses
* Finish relicensing to GPLv3
* open for new development
* implement Serial::setWriteDelay() interface
* DeviceSettings: I/O for SerialWriteDelayMs from .ini
* It helps to delay the host from writing to device too fast.
* make orig tarball as .gz
* scripts: deb from .gz
* fix test case
* changelog: change distribution
* changelog: missing v1.13 notes
* changelog: remove duplicate entries
* add sources to orig tarball
-- RALOVICH, Kristof <tade60@freemail.hu> Tue, 07 Jan 2014 00:35:05 +0100
antpm (1.13-1) experimental; urgency=low
[ RALOVICH, Kristof ]
* 3rd_party: import usbmon tool
* docs: clarify capture notes
* docs: further clarify capture notes
* should build on any architecture
[ Noël Köthe ]
* Additional a small patch for PROTOCOL_HELP.txt which would have helped me and might make it easier for other.;)
[ RALOVICH, Kristof ]
* upon Ctrl+C give a hint that we gonna stop
* let's have M_ANT_Channel_Id in the header
* fix decoding in ANT_GetChannelId()
* initial work on guessing the client device type
* checkForExit() after downloading each file
* scripts: sinitize what goes into orig.tar.gz
* new version 1.13
-- RALOVICH, Kristof <tade60@freemail.hu> Tue, 07 Jan 2014 00:06:04 +0100
antpm (1.12-1) experimental; urgency=low
[ RALOVICH, Kristof ]
* travis: build the gant-integration branch too
* travis: libxml2-dev is also needed
* new version 1.11
* open for new development
* chmod -x on a few files
* relicense my work under GPLv3 from GPLv2
* scripts: update the list of files need to be included in the orig tarball
-- RALOVICH, Kristof <tade60@freemail.hu> Mon, 14 Oct 2013 18:46:40 +0200
antpm (1.11-1) experimental; urgency=low
[ Jordan Miller ]
* First Import
* Added Wali's Change to gant.c
* Syncing to ant0_t3
* Added some typecasting in the debug statements to get gant.c and antlib.c to compile
* Adding rapiddescent's recommendation to change output filename so it sorts properly
* Adding Wali's 20090124 patch.
* Adding Wali's changes
* Adding Chris Turchin's Python Monitor
* Removed generated files
[ Klaus Ethgen ]
* Removed needless files
* Cleanup the code
* Rewrite the XML part
* Handle more events
* Cleanup and better debug handling
* Complete redesign of garmin protocol
* Update version information
* Indent the file proper
* Implementing better debugging output
* Hmpf, one more unneeded file
[ Ilya Barygin ]
* Place needed libraries in a correct variable
[ Klaus Ethgen ]
* Ignore error on clean
[ Ralf Treinen ]
* Imported Upstream version 20110626
[ RALOVICH, Kristóf ]
* write copyright file
* ignore misc files
* include release version in getVersionString()
* gentoo build scripts from root@proscript.ru
* docs: update user's guide
* fix build due to missing include
* make sure we expect this exception
* common: add folderExists()
* AntFr310XT: not a problem if download folder name is already computed
* AntFr310XT: relax the check when creating download folde
* fix typo
* fix an other typo
* fix getVersionString() under MSVC
* bugfix: avoid infinite recursion
* log: include the version string in the header of the log file
* msvc build fixes
* fix for undefined 64-bit abs() under msvc
* FIT: fix build under gcc 4.4.5
* add todo
* testing: import travis description
* testing: refine build dependencies for travis
* docs: note on Travis Continous Integration support
* testing: add and run unit tests from cmake
* testing: make sure tests are actually run
* testing: add more tests
* scripts: update udev rules
* debian: silence lintian hardening warning
* debian: make a copy of the changelog
* show that this is a development version
* usb: sometimes the device is 0x0fcf, 0x1008
* tty: do some device auto-detection under linux
* fix build with clang
* write man pages for all executables
* DeviceSettings: allow passing in std::string too
* bugfix: save config.ini after downloads are done
* misc: add note
* update notes
* cmake: fix linking with clang version 3.4 (trunk 181662)
* cmake: let antpm depend on the VERSION too
* update notes
* cmake: include gant in the build process
* travis: build the gant-integration branch too
* gant: write man page
* gant: fix a build warning
* gant: fix a bunch of build warnings
* gant: more build warning fixes
* various fixes for packaging problems
* update packaging information
* travis: libxml2-dev is also needed
-- RALOVICH, Kristóf <tade60@freemail.hu> Sat, 12 Oct 2013 01:32:08 +0200
antpm (1.9-1) experimental; urgency=low
[ RALOVICH, Kristóf ]
* docs: update todo list
* cleanup
* antpm-fit2gpx: sort file names
* Log: mention build info in logs
* allow saving/loading per-device settings
* tests: DeviceSettings testing
* remove unused code
* more research on GARMIN_EPOCH
* cleanup
* FIT: sort directory based on date
* docs: add todo
* AntFr310XT: bugfix: improve stopAsync()
* improve comments
* deb: properly hook-up udev rule installation
* fix build with gcc 4.7
* getVersionString()
* remove a bunch of warnings
* remove a bunch of warnings
* DeviceSettings: comment the code
* DeviceSettings: bugfix: don't count daylight saving here
* tests: remove unused code
* these parts were outside of the namespace, fix it
* Log: add missing header
* Log: set verbosity to maximum
* FIT: rework timestamp retrieval
* tests: test-case for FIT date-time handling
* antpm-fit2gpx: many additions
* fix typo in pervious commit
* fix an other build fallout
* fix typo
* fix typo 2
* fix types
* require at least boost 1.41
* antpm-downloader: run-time log level, version info
* AntMessage: don't create the protocol log if not necessary
* preparing for new release
-- RALOVICH, Kristóf <tade60@freemail.hu> Tue, 09 Jul 2013 19:05:03 +0200
antpm (1.8-1) experimental; urgency=low
* GarminConvert: add a method that offsets the timestamps
* AntMessage: bugfix: correctly convert file creation time
-- RALOVICH, Kristóf <tade60@freemail.hu> Sat, 06 Jul 2013 00:46:18 +0200
antpm (1.7-1) experimental; urgency=low
* antpm-*: recongize -h option for --help too
* fit: this is a run-time warning
* docs: start writing user's guide
* docs: how to submit a bug report
* docs: add a note on installing the udev rule for user access to the
USB2ANT stick
* docs: refine udev procedure
* docs: split maintainer documentation from end-user documentation
* FIT: bugfix: don't offset timestamps twice
* bugfix: this was a crippling bug
* docs: add todo
* new version
-- RALOVICH, Kristóf <tade60@freemail.hu> Sat, 06 Jul 2013 00:11:34 +0200
antpm (1.6-3) experimental; urgency=low
[ RALOVICH, Kristóf ]
* docs: more notes
* this change was only necessary for win64
* debian: refine c++ compiler dependency
* serial: add more verbosity to output
[ Ralovich Kristof ]
-- Ralovich Kristof <tade@cg.iit.bme.hu> Wed, 26 Jun 2013 11:43:35 +0200
antpm (1.6-2) experimental; urgency=low
[ Kristof Ralovich ]
* script to generate changelog from git
[ Ralovich Kristof ]
-- Ralovich Kristof <tade@cg.iit.bme.hu> Tue, 25 Jun 2013 17:10:28 +0200
antpm (1.6-0) experimental; urgency=low
[ RALOVICH, Kristóf ]
* include Release builds in a .deb. package
* clarify build- and run-time dependencies
* add todo
* fix build with clang 3.0
* add some documentation
* fix build warning
* git should ignore build folder
* AntFr310XT2::createDownloadFolder()
* further define folder name based on device S/N
* cleanup
* deb: lower build time dependencies
* create download folder after knowing the device id
* fit2gpx: option to decode ANT root folder
* initial, file based logging
* docs: note on performance
* fix output
* use centralized logging in more places
* fix output
* introduce namespace antpm
* namespace conversion
* missing namespace
* more unified logging
* more unified logging
* cleanup
* fix an assertion failure
* unified logging replaced loggerc()
* reindent
* define NDEBUG in release
* avoid crashes
[ unknown ]
* build fixes
[ RALOVICH, Kristóf ]
* add todo
* add todo
* move GARMIN_EPOCH to antdefs.hpp
* bugfix: fix thinko
* try setting date of .fit files
* change logging
* first stub for centralized per-device setting
[ RALOVICH, Kristof ]
* missing include
* cmake: fix linking under win
* previously the x86 dll hada weird name...
* cmake: make sure the correct generator is invoked
* fix 64-bit linking
* cmake: fix determination of win64
* scripts: build helper for win64
* antpm-downloader: bugfix
* update discriution list
[ Kristof Ralovich ]
* deb: relax build time dependencies
[ RALOVICH, Kristof ]
* deb: libusb was missing as a build-dep
[ Kristof Ralovich ]
* bugfix: resolve gcc-4.4 build issues
[ RALOVICH, Kristof ]
* pkgconfig should look for libusb-1.0
[ Kristof Ralovich ]
* cleanup
* fix missing include
* debian: fixing dependencies
* account for boost:filesystem version changes
[ RALOVICH, Kristof ]
* cmake: fix finding libusb under nix
[ Ralovich Kristof ]
-- Ralovich Kristof <tade@cg.iit.bme.hu> Tue, 25 Jun 2013 17:02:17 +0200
antpm (1.0-1) experimental; urgency=low
* Initial release.
-- Kristof Ralovich <tade60@freemail.hu> Tue, 21 Mar 2013 16:22:10 +0100
# Local Variables:
# coding: utf-8
# End:
|