File: ChangeLog

package info (click to toggle)
bobdude 1.5.0%2Bsvn75-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,300 kB
  • sloc: cpp: 5,231; ansic: 714; makefile: 113; xml: 8; sh: 1
file content (315 lines) | stat: -rw-r--r-- 9,808 bytes parent folder | download
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
2024-11-28 11:41  springob

	* [r75] bobdude/Makefile.am:
	  * bugfix: added missing file for dist

2024-11-28 09:06  springob

	* [r74] bobdude/MainFrame.cpp, bobdude/MainFrame.h,
	  bobdude/dude.cpp, bobdude/dude.h, bobdude/progbob-avrisp.cpp,
	  bobdude/progbob-avrisp.h, bobdude/programmer-base.h:
	  * added some AVR devices
	  * improved progress display

2024-11-27 13:17  springob

	* [r73] bobdude/MainFrame.cpp, bobdude/MainFrame.h,
	  bobdude/avrdude.cpp, bobdude/dude.cpp, bobdude/dude.h,
	  bobdude/progbob-armswd.cpp, bobdude/progbob-armswd.h,
	  bobdude/progbob-avrisp.cpp, bobdude/progbob-avrisp.h,
	  bobdude/programmer-base.h:
	  * flash validation function added
	  * improved status reports

2024-11-25 20:07  springob

	* [r72] bobdude/MainFrame.cpp, bobdude/avrisp_stk500v2.h,
	  bobdude/progbob-avrisp.cpp:
	  * completed isp programmer functions
	  * small bugfixes

2024-11-25 15:52  springob

	* [r71] bobdude/dude.cpp:
	  * fixed small bug

2024-11-25 15:00  springob

	* [r70] bobdude/BobDudeApp.cpp, bobdude/BobDudeApp.h,
	  bobdude/MainFrame.cpp, bobdude/MainFrame.h, bobdude/Makefile.am,
	  bobdude/PlatformDialog.h, bobdude/avrdude.cpp, bobdude/avrdude.h,
	  bobdude/avrisp_stk500v2.h, bobdude/dude.cpp, bobdude/dude.h,
	  bobdude/progbob-armswd.cpp, bobdude/progbob-armswd.h,
	  bobdude/progbob-avrisp.cpp, bobdude/progbob-avrisp.h,
	  bobdude/progbob.cpp, bobdude/progbob.h,
	  bobdude/programmer-base.h, bobdude/programmer.cpp,
	  bobdude/programmer.h, bobdude/serialport/serialport-posix.c,
	  bobdude/serialport/serialport.hpp, configure.ac,
	  data/bobdude.conf:
	  * bumped version to 1.5.0
	  * removed dependencies from libavrdude, libusb and libftdi
	  * new internal programmer code
	  * fixed small bug (binary mode) in serialport-posix

2023-06-19 07:01  springob

	* [r69] bobdude/MainFrame.cpp:
	  * typo fixed

2022-12-27 15:37  springob

	* [r68] bobdude/BobDudeApp.h, configure.ac, orca/orca_main.cpp:
	  * fixed bug with newer boost versions (>=1.74.0)
	  [compatibility with Ubuntu 22]

2022-03-23 22:02  springob

	* [r66] bobdude/BobDudeApp.cpp:
	  * preparing Windows release 1.4.2

2022-03-23 19:28  springob

	* [r65] BOB3-test.bob3, ROB3RTA-test.bob3, bobdude/BobDudeApp.cpp,
	  bobdude/resource.rc, configure.ac, data/Makefile.am,
	  data/bobdude.conf, orca/orca_main.cpp:
	  * changed configuration file in system folder from avrdude.conf
	  to bobdude.conf
	  * prepared 1.4.2 Linux version

2022-03-22 14:45  springob

	* [r64] bobdude/BobDudeApp.h, bobdude/resource.rc, configure.ac,
	  orca/orca_main.cpp:
	  * release 1.4.1 Linux Version

2022-03-14 14:49  springob

	* [r63] bobdude/MainFrame.cpp, bobdude/serialport/serialport-win.c,
	  bobdude/serialport/serialport.h, configure.ac:
	  * update serialport functions for windows-platform

2022-02-22 19:22  springob

	* [r62] bobdude/BobDudeApp.cpp, bobdude/BobDudeApp.h,
	  bobdude/MainFrame.cpp, bobdude/avrdude.conf, bobdude/resource.rc,
	  configure.ac:
	  * new target platforms added

2021-11-10 13:44  springob

	* [r61] bobdude/BobDudeApp.cpp, bobdude/BobDudeApp.h,
	  bobdude/HTMLButton.cpp, bobdude/MainFrame.cpp,
	  bobdude/MainFrame.h, bobdude/Makefile.am, bobdude/part.h,
	  bobdude/progbob.cpp, bobdude/progbob.h, bobdude/programmer.h,
	  bobdude/serialport, bobdude/serialport/serialport-posix.c,
	  bobdude/serialport/serialport-win.c,
	  bobdude/serialport/serialport.h,
	  bobdude/serialport/serialport.hpp, bobdude/xhex.cpp,
	  bobdude/xhex.h, bobdude/xml/nodes.h, data/Makefile.am,
	  data/bobdude-auto.desktop, data/bobdude.desktop,
	  data/bobdude.xml, data/icons/16x16/mime,
	  data/icons/16x16/mime/application.bob3.png,
	  data/icons/22x22/mime,
	  data/icons/22x22/mime/application.bob3.png,
	  data/icons/24x24/mime,
	  data/icons/24x24/mime/application.bob3.png,
	  data/icons/256x256/mime,
	  data/icons/256x256/mime/application.bob3.png,
	  data/icons/32x32/mime,
	  data/icons/32x32/mime/application.bob3.png,
	  data/icons/48x48/mime,
	  data/icons/48x48/mime/application.bob3.png,
	  data/icons/64x64/mime,
	  data/icons/64x64/mime/application.bob3.png,
	  data/icons/96x96/mime,
	  data/icons/96x96/mime/application.bob3.png,
	  data/icons/Makefile.am, orca/orca_main.cpp:
	  * bugfixes and arm programmer

2019-08-24 15:31  springob

	* [r60] bobdude/bobdude-auto:
	  * added missing file

2019-08-24 15:30  springob

	* [r59] Makefile.am, bobdude/Makefile.am, configure.ac, data,
	  data/Makefile.am, data/bobdude-orca-startup.desktop,
	  data/bobdude.desktop, data/icons, data/icons/16x16,
	  data/icons/16x16/apps, data/icons/16x16/apps/bobdude.png,
	  data/icons/22x22, data/icons/22x22/apps,
	  data/icons/22x22/apps/bobdude.png, data/icons/24x24,
	  data/icons/24x24/apps, data/icons/24x24/apps/bobdude.png,
	  data/icons/256x256, data/icons/256x256/apps,
	  data/icons/256x256/apps/bobdude.png, data/icons/32x32,
	  data/icons/32x32/apps, data/icons/32x32/apps/bobdude.png,
	  data/icons/48x48, data/icons/48x48/apps,
	  data/icons/48x48/apps/bobdude.png, data/icons/64x64,
	  data/icons/64x64/apps, data/icons/64x64/apps/bobdude.png,
	  data/icons/96x96, data/icons/96x96/apps,
	  data/icons/96x96/apps/bobdude.png, data/icons/Makefile.am,
	  orca/Makefile.am:
	  * added support for orca autostart, icons and bobdude-auto

2019-04-29 22:10  springob

	* [r58] bobdude/bobdude.ico, configure.ac, orca,
	  orca/orca_main.cpp:
	  * working on windows version with orca server

2019-04-29 14:03  springob

	* [r57] BobDude.cbp, BobDudeApp.cpp, BobDudeApp.h, HTMLButton.cpp,
	  HTMLButton.h, MainFrame.cpp, MainFrame.h, Makefile.am,
	  PlatformDialog.cpp, PlatformDialog.h, ac_cfg.h, avrdude.conf,
	  avrdude.cpp, avrdude.h, bobdude, bobdude/BobDude.cbp,
	  bobdude/BobDudeApp.cpp, bobdude/BobDudeApp.h,
	  bobdude/HTMLButton.cpp, bobdude/HTMLButton.h,
	  bobdude/MainFrame.cpp, bobdude/MainFrame.h, bobdude/Makefile.am,
	  bobdude/PlatformDialog.cpp, bobdude/PlatformDialog.h,
	  bobdude/ac_cfg.h, bobdude/avrdude.conf, bobdude/avrdude.cpp,
	  bobdude/avrdude.h, bobdude/part.cpp, bobdude/part.h,
	  bobdude/programmer.cpp, bobdude/programmer.h,
	  bobdude/resource.rc, bobdude/stdplatform.cpp,
	  bobdude/stdplatform.h, bobdude/update.cpp, bobdude/update.h,
	  bobdude/wxsmith, bobdude/xhex.cpp, bobdude/xhex.h,
	  bobdude/xhexprog.cpp, bobdude/xhexprog.h, bobdude/xml,
	  configure.ac, orca/Makefile.am, orca/ntservice.c,
	  orca/orca_main.cpp, part.cpp, part.h, programmer.cpp,
	  programmer.h, resource.rc, stdplatform.cpp, stdplatform.h,
	  update.cpp, update.h, wxsmith, xhex.cpp, xhex.h, xhexprog.cpp,
	  xhexprog.h, xml:
	  * structure clean-up

2019-04-29 11:20  springob

	* [r56] BobDudeApp.cpp, BobDudeApp.h, Makefile.am, avrdude.conf,
	  configure.ac, orca/ntservice.c, orca/orca_main.cpp, resource.rc,
	  windres.rule:
	  * working on windows version with orca server

2019-04-27 13:43  springob

	* [r55] Makefile.am, orca/ntservice.c, orca/ntservice.h,
	  orca/orca_main.cpp:
	  * added windows service code

2019-04-27 13:22  springob

	* [r54] ., BobDude.cbp, BobDudeApp.h, MainFrame.cpp,
	  PlatformDialog.cpp, configure.ac, m4/wxwin.m4,
	  orca/orca_main.cpp, resource.rc, xml:
	  * working on windows version with orca server

2019-04-15 08:28  springob

	* [r53] m4, m4/ax_boost_asio.m4, m4/ax_boost_base.m4,
	  m4/ax_boost_filesystem.m4, m4/ax_boost_system.m4:
	  * added missing m4 files

2019-04-14 16:22  springob

	* [r52] BobDudeApp.cpp, BobDudeApp.h, HTMLButton.cpp, HTMLButton.h,
	  MainFrame.cpp, MainFrame.h, Makefile.am, configure.ac, orca,
	  orca/orca_main.cpp, resource.rc:
	  * added ORCA Service

2017-03-08 10:08  springob

	* [r51] BobDudeApp.cpp, configure.ac:
	  * better linux build support

2017-01-17 14:32  springob

	* [r50] BobDudeApp.h, MainFrame.cpp, Makefile.am, configure.ac:
	  * Linux build & install updates

2017-01-17 13:12  springob

	* [r49] AUTHORS, BobDude.cbp, BobDudeApp.cpp, COPYING, ChangeLog,
	  INSTALL, Makefile.am, NEWS, PlatformDialog.cpp, README,
	  avrdude.conf, configure.ac:
	  * linux build with autoconfig

2016-07-28 22:01  springob

	* [r45] BobDude.cbp:
	  update

2016-07-28 14:02  springob

	* [r42] PlatformDialog.cpp:
	  update

2016-07-28 13:53  springob

	* [r41] resource.rc:
	  * icon update

2016-07-28 11:58  springob

	* [r40] PlatformDialog.cpp:
	  * MSW/OSX versions

2016-07-28 09:59  springob

	* [r39] BobDudeApp.cpp, BobDudeApp.h:
	  * MSW/OSX versions

2016-07-28 09:00  springob

	* [r38] BobDude.cbp:
	  update

2016-07-27 19:29  springob

	* [r35] MainFrame.cpp, PlatformDialog.cpp, wxsmith/MainFrame.wxs,
	  wxsmith/PlatformDialog.wxs:
	  * update

2016-07-27 19:12  springob

	* [r33] MainFrame.cpp, ac_cfg.h:
	  update

2016-07-27 19:01  springob

	* [r32] wxsmith/MainFrame.wxs, wxsmith/PlatformDialog.wxs:
	  * update

2016-07-27 18:53  springob

	* [r31] programmer.cpp:
	  update

2016-07-27 18:46  springob

	* [r30] BobDude.cbp, BobDudeApp.cpp, BobDudeApp.h, MainFrame.cpp,
	  PlatformDialog.cpp, avrdude.cpp, part.cpp, resource.rc,
	  update.cpp:
	  * update

2016-06-29 13:20  springob

	* [r21] .:
	  * added bobdude icons
	  * ignore some files

2016-06-29 13:15  springob

	* [r20] .:
	  * ignore some files

2016-06-29 13:11  springob

	* [r19] ., BobDude.cbp, BobDudeApp.cpp, BobDudeApp.h,
	  HTMLButton.cpp, HTMLButton.h, MainFrame.cpp, MainFrame.h,
	  PlatformDialog.cpp, PlatformDialog.h, avrdude.conf, avrdude.cpp,
	  avrdude.h, include, include/PlatformFrame.h, part.cpp, part.h,
	  programmer.cpp, programmer.h, resource.rc, stdplatform.cpp,
	  stdplatform.h, update.cpp, update.h, wxsmith,
	  wxsmith/MainFrame.wxs, wxsmith/PlatformDialog.wxs, xhex.cpp,
	  xhex.h, xhexprog.cpp, xhexprog.h, xml, xml/nodes.cpp,
	  xml/nodes.h, xml/stream.cpp, xml/stream.h, xml/xml.h:
	  * added new branch for special ProgBob Hardware version