summaryrefslogtreecommitdiff
path: root/package/changelog
blob: ca3852113bf6445609589a60de72e83191bf2eee (plain)
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
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
* 1.7.41
- modified some device names <(_) to (-)>
- fix release routine for maru_sdl
== Jinhyung Jo <jinhyung.jo@samsung.com> 2014-05-22
* 1.7.40
- fix screen shot feature
== GiWoong Kim <giwoong.kim@samsung.com> 2014-05-20
* 1.7.39
- Apply Qemu 2.0 on windows.
== Sooyoung Ha <yoosah.ha@samsung.com> 2014-05-13
* 1.7.38
- Apply Qemu 2.0.
== Kitae Kim <kt920.kim@samsung.com> 2014-05-13
* 1.7.37
- added maru_sdl_processing file
== GiWoong Kim <giwoong.kim@samsung.com> 2014-04-28
* 1.7.36
- debug log fix and cli input support
== hakhyun Kim <haken.kim@samsung.com> 2014-04-22
* 1.7.35
- do not call qemu_ds_sdl_update directly
== GiWoong Kim <giwoong.kim@samsung.com> 2014-04-17
* 1.7.34
- fix a booting problem on Mac OS X.
== Kitae Kim <kt920.kim@samsung.com> 2014-04-11
* 1.7.33
- add kernel parameter
== GiWoong Kim <giwoong.kim@samsung.com> 2014-04-10
* 1.7.32
- ecs : sdcard attach/detach support
== hakhyun Kim <haken.kim@samsung.com> 2014-04-09
* 1.7.31
- modify build script on windows and mac.
== Kitae Kim <kt920.kim@samsung.com> 2014-04-04
* 1.7.30
- added enable-libav option to configure
== Kitae Kim <kt920.kim@samsung.com> 2014-04-01
* 1.7.29
- added device ans message
== Jinhyung Choi <jinhyung2.choi@samsung.com> 2014-03-27
* 1.7.28
- include header for Windows
== GiWoong Kim <giwoong.kim@samsung.com> 2014-03-26
* 1.7.27
- block the updating while surface switching
== GiWoong Kim <giwoong.kim@samsung.com> 2014-03-26
* 1.7.26
- added device option for sensor & jack device
== Jinhyung Choi <jinhyung2.choi@samsung.com> 2014-03-20
* 1.7.25
- added build/install dependency for spice server
== SungMin Ha <sungmin82.ha@samsung.com> 2014-03-12
* 1.7.24
- Moved device data into qemu from driver
== Jinhyung Choi <jinhyung2.choi@samsung.com> 2014-03-06
* 1.7.23
- modified SDK version loading
== GiWoong Kim <giwoong.kim@samsung.com> 2014-03-04
* 1.7.22
- removed remote sources for git separation
== SungMin Ha <sungmin82.ha@samsung.com> 2014-02-24
* 1.7.21
- remove ecs port option
== Munkyu Im <munkyu.im@samsung.com> 2014-02-13
* 1.7.20
- modified the routine for framebuffer swapping
== GiWoong Kim <giwoong.kim@samsung.com> 2014-01-27
* 1.7.19
- modified missing lock in hwkey
== SungMin Ha <sungmin82.ha@samsung.com> 2014-01-22
* 1.7.18
- modified prevent defects in hwkey, keyboard
== SungMin Ha <sungmin82.ha@samsung.com> 2014-01-21
* 1.7.17
- removed platform information of install dependency in emulator-qemu-x86
== SungMin Ha <sungmin82.ha@samsung.com> 2014-01-20
* 1.7.16
- added schema for Control Panel menu
== GiWoong Kim <giwoong.kim@samsung.com> 2014-01-15
* 1.7.15
- move General skin to mobile-specific path
== GiWoong Kim <giwoong.kim@samsung.com> 2014-01-13
* 1.7.14
- disabled unstable spice because runtime library dependency
== Sungmin Ha <sungmin82.ha@samsung.com> 2013-01-07
* 1.7.13
- enabled spice
== Sungmin Ha <sungmin82.ha@samsung.com> 2014-01-03
* 1.7.10
- disabled unstable spice
== Sungmin Ha <sungmin82.ha@samsung.com> 2013-12-24
* 1.7.9
- removed reconfigure code in virt-viewer
== Sungmin Ha <sungmin82.ha@samsung.com> 2013-12-24
* 1.7.8
- added required package libvirt-dev to build
== Sungmin Ha <sungmin82.ha@samsung.com> 2013-12-24
* 1.7.7
- added execute permission spice_codegen.py for build
== Sungmin Ha <sungmin82.ha@samsung.com> 2013-12-23
* 1.7.6
- added remote server/client packages spice-gtk, virt-viewer, celt, spice etc.
- modified spice input codes for tizen specific functions
- modified build script and makefile
== Sungmin Ha <sungmin82.ha@samsung.com> 2013-12-23
* 1.7.5
- Use wglMakeCurrent instead of wglMakeContextCurrentARB when possible
== GiWoong Kim <giwoong.kim@samsung.com> 2013-12-19
* 1.7.3
- remove temporary code
== GiWoong Kim <giwoong.kim@samsung.com> 2013-12-09
* 1.7.2
- added reset function for host keyboard
- deleted blank in maru_virtio_hwkey.c
== Sungmin Ha <sungmin82.ha@samsung.com> 2013-12-03
* 1.7.1
- method for initial scale factor value determining
== GiWoong Kim <giwoong.kim@samsung.com> 2013-11-26
* 1.7.0
- Rewrite maru_pm. Rewrite power management codes.
== Seokyeon Hwang <syeon.hwang@samsung.com> 2013-11-19
* 1.6.4
- added schema for host keyboard menu
== GiWoong Kim <giwoong.kim@samsung.com> 2013-11-14
* 1.6.3
- modify protobuf protocol
== Munkyu Im <munkyu.im@samsung.com> 2013-11-12
* 1.6.2
- changed message format when a sdb server registers in guest server
- previously it gets ip, port, serial, but now serial only
== Jinhyung Choi <jinhyung2.choi@samsung.com> 2013-11-07
* 1.6.1
- use gsettings instead of gconftool-2
== Munkyu Im <munkyu.im@samsung.com> 2013-11-04
* 1.6.0
- keep the touch point grabbing while finger rearranging
== GiWoong Kim <giwoong.kim@samsung.com> 2013-10-29
* 1.5.103
- function call re-ordering in arrangeSkin() & etc
== GiWoong Kim <giwoong.kim@samsung.com> 2013-10-17
* 1.5.102
- supports qmp handling for ecs.
- added keep alive checking routine for ecs.
== Jinhyung Choi <jinhyung2.choi@samsung.com> 2013-10-10
* 1.5.101
- fixed sync problem when closing avcodec context.
== Kitae Kim <kt920.kim@samsung.com> 2013-09-30
* 1.5.97
- YAGL module is excluded from the build on MacOS in temparary.
== Jinhyung Jo <jinhyung.jo@samsung.com> 2013-09-27
* 1.5.96
- remove Wow6432Node
== jihye kim <jihye1128.kim@samsung.com> 2013-09-17

* 1.5.95
- modified skin info
== GiWoong Kim <giwoong.kim@samsung.com> 2013-09-16
* 1.5.94
- fixed the bug
- change finding java path routine at 64bit windows (add Wow6432Node)
== jihye kim <jihye1128@samsung.com> 2013-09-16

* 1.5.93
- rebase QEMU onto 1.6.
== Kitae Kim <kt920.kim@samsung.com> 2013-09-13
* 1.5.92
- make skins package for windows/macos
== GiWoong Kim <giwoong.kim@samsung.com> 2013-09-10
* 1.5.91
- make skins package for ubuntu
== GiWoong Kim <giwoong.kim@samsung.com> 2013-09-10
* 1.5.88
- modified test.hb.ignore to hb.ignore and add conditional sentence for remote excution
== Sungmin Ha <sungmin82.ha@samsung.com> 2013-09-04
* 1.5.87
- modified SDL logic
== GiWoong Kim <giwoong.kim@samsung.com> 2013-09-03
* 1.5.86
- change space to tab
== Munkyu Im <munkyu.im@samsung.com> 2013-09-02
* 1.5.85
- modify build script
== Munkyu Im <munkyu.im@samsung.com> 2013-09-02
* 1.5.84
- apply emulator-lib-dev package for windows-32
== Sungmin Ha <sungmin82.ha@samsung.com> 2013-08-29
* 1.5.83
- apply emulator-lib-dev package
== Munkyu Im <munkyu.im@samsung.com> 2013-08-28
* 1.5.82
- remove sdb notification
== Munkyu Im <munkyu.im@samsung.com> 2013-08-26
* 1.5.81
- modified sdb port
== Munkyu Im <munkyu.im@samsung.com> 2013-08-21
* 1.5.80
- modified skin info.ini
== GiWoong Kim <giwoong.kim@samsung.com> 2013-08-20
* 1.5.77
- modified lib linking on Windows
== GiWoong Kim <giwoong.kim@samsung.com> 2013-08-13
* 1.5.76
- added blank guide image
== GiWoong Kim <giwoong.kim@samsung.com> 2013-08-12
* 1.5.75
- modify sdb port
== Munkyu Im  <munkyu.im@samsung.com> 2013-08-08
* 1.5.74
- updated binary package names
== Sungmin Ha <sungmin82.ha@samsung.com> 2013-08-07
* 1.5.73
- print the time information to the debug channel output
== GiWoong Kim <giwoong.kim@samsung.com> 2013-08-05
* 1.5.72
- modified location of protobuf
- changed skin process for ecp
== Jinhyung Choi <jinhyung2.choi@samsung.com> 2013-07-31
* 1.5.71
- merge ecp branch into develop
- evdi, nfc and sensor device added
- control server added
- protocol buffer applied
== DaiYoung Kim <daiyoung777.kim@samsung.com> 2013-07-26
* 1.5.70
- modified structure of virtio-hwkey
== Sungmin Ha <sungmin82.ha@samsung.com> 2013-07-25
* 1.5.69
- support multiple linux distro when installing and removing this package.
== Kitae Kim <kt920.kim@samsung.com> 2013-07-16
* 1.5.68
- changed sh to bash in the install and remove script.
== Kitae Kim <kt920.kim@samsung.com> 2013-07-11
* 1.5.67
- Modified messages in the install and remove script files.
== Kitae Kim <kt920.kim@samsung.com> 2013-07-11
* 1.5.66
- Modified install script to use TSUDO on Linux.
== Kitae Kim <kt920.kim@samsung.com> 2013-07-11
* 1.5.61
- cancel a scrollbar timer
== GiWoong Kim <giwoong.kim@samsung.com> 2013-07-01
* 1.5.59
- remove notifying to sdb server
== GiWoong Kim <giwoong.kim@samsung.com> 2013-06-29
* 1.5.56
- apply a custom scrollbar to KeyWindow
== GiWoong Kim <giwoong.kim@samsung.com> 2013-06-24
* 1.5.52
- position correction for emulator window
== GiWoong Kim <giwoong.kim@samsung.com> 2013-06-19
* 1.5.50
- modified keycode for 480x800-3btn
== GiWoong Kim <giwoong.kim@samsung.com> 2013-06-14
* 1.5.47
- Modified guest_server to support multi SDK installation.
== Seokyeon Hwang <syeon.hwang@samsung.com> 2013-06-11
* 1.5.46
- added 3btn skins
== GiWoong Kim <giwoong.kim@samsung.com> 2013-06-04
* 1.5.41
- erase unused variable in virtio-keyboard
== Sungmin Ha <sungmin82.ha@samsung.com> 2013-05-21
* 1.5.38
- modified process of using virtio keyboard queue and added key release event when context menu is activated
== Sungmin Ha <sungmin82.ha@samsung.com> 2013-05-14
* 1.5.37
- call setBounds of display in arrangeSkin on only mac
== GiWoong Kim <giwoong.kim@samsung.com> 2013-05-06
* 1.5.34
- apply patch modified by Fengqian.Gao
== Sungmin Ha <sungmin82.ha@samsung.com> 2013-04-29
* 1.5.33
- Remove a shared memory if not using it anymore
== GiWoong Kim <giwoong.kim@samsung.com> 2013-04-25
* 1.5.32
- Fix the slideshow problem of gallery app.
== Sangjin Kim <sangjin3.kim@samsung.com> 2013-04-23
* 1.5.29
- synchronization of display updating
== GiWoong Kim <giwoong.kim@samsung.com> 2013-04-17
* 1.5.28
- Fix pBuffer issue for xcomposite.
== Sangjin Kim <sangjin3.kim@samsung.com> 2013-04-16
* 1.5.27
- Change the FB configs limitaion from 10 to 32 for each process.
== Sangjin Kim <sangjin3.kim@samsung.com> 2013-04-12
* 1.5.26
- Add glFinish() after AGL function aglTexImagePBuffer() cause of pbuffer bug on MAC os.
== Sangjin Kim <sangjin3.kim@samsung.com> 2013-04-11
* 1.5.25
- Do not exit if log directory is deleted on runtime.
== Seokyeon Hwang <syeon.hwang@samsung.com> 2013-04-10
* 1.5.24
- increased virtio keyboard queue and fixed overwrite bug
== SungMin Ha <sungmin82.ha@samsung.com> 2013-04-06
* 1.5.23
- no need to get the shmkey from another shm
== GiWoong Kim <giwoong.kim@samsung.com> 2013-04-03
* 1.5.18
- modified skin's dbi file for key code of phone shape
== Sungmin Ha <sungmin82.ha@samsung.com> 2013-03-29
* 1.5.17
- modified elem index and mutex lock in virtio-kbd
== Sungmin Ha <sungmin82.ha@samsung.com> 2013-03-29
* 1.5.16
- modified Makefile to library load on mac from check-gl
== Sungmin Ha <sungmin82.ha@samsung.com> 2013-03-26
* 1.5.15
- Fix dibs build error.
== Sangjin Kim <sangjin3.kim@samsung.com> 2013-03-21
* 1.5.14
- Generate check-gl binary to use at an emulator-manager.
== Sangjin Kim <sangjin3.kim@samsung.com> 2013-03-21
* 1.5.13
- Enable pbuffer surface.
== Sangjin Kim <sangjin3.kim@samsung.com> 2013-03-20
* 1.5.12
- modified virtio hwkey device and improved hwkey mapping
== Sungmin Ha <sungmin82.ha@samsung.com> 2013-03-20
* 1.5.10
- moved kvm script files from qemu-common to qemu-x86 package.
== Kitae Kim <kt920.kim@samsung.com> 2013-03-15
* 1.5.9
- update a display when window is de-iconified
== GiWoong Kim <giwoong.kim@samsung.com> 2013-03-13
* 1.5.8
- arrange the PairTag
== GiWoong Kim <giwoong.kim@samsung.com> 2013-03-11
* 1.5.7
- added routine in case that there is no gksudo.
== Kitae Kim <kt920.kim@samsung.com> 2013-03-08
* 1.5.06
- added tool window style to Key window
== GiWoong Kim <giwoong.kim@samsung.com> 2013-03-08
* 1.5.05
- Sync-up with latest release source code.
== Sangjin Kim <sangjin3.kim@samsung.com> 2013-03-04
* 1.5.04
- modified path separator
== GiWoong Kim <giwoong.kim@samsung.com> 2013-02-25
* 1.5.00
- added virtio hwkey device
== GiWoong Kim <giwoong.kim@samsung.com> 2013-02-21
* 1.4.90
- added bottom half instead of mloop
== GiWoong Kim <giwoong.kim@samsung.com> 2013-02-15
* 1.4.83
- update version
== Munkyu Im <munkyu.im@samsung.com> 2013-02-04
* 1.4.81
- call setSize after pack the shell
== GiWoong Kim <giwoong.kim@samsung.com> 2013-02-04
* 1.4.76
- update version
== jihye kim <jihye1128.kim@samsung.com> 2013-01-29
* 1.4.75
- prepare 10 colors for Pair Tag
== GiWoong Kim <giwoong.kim@samsung.com> 2013-01-25
* 1.4.72
- Changed host keyboard status routine on OS X.
== Kitae Kim <kt920.kim@samsung.com> 2013-01-24
* 1.4.71
- modified screenshot operation when vga is not ready
== Sungmin Ha <sungmin82.ha@samsung.com> 2013-01-23
* 1.4.70
- remove shared memory leak on Mac
== GiWoong Kim <giwoong.kim@samsung.com> 2013-01-22
* 1.4.68
- package version up
== Munkyu Im <munkyu.im@samsung.com> 2013-01-21
* 1.4.67
- substitute schedule function for scheduleAtFixedRate
== GiWoong Kim <giwoong.kim@samsung.com> 2013-01-19
* 1.4.65
- Fix emulator crash when using EffectsApp.
== Sangjin Kim <sangjin3.kim@samsung.com> 2013-01-17
* 1.4.64
- removed ifndef for screenshot
== Sungmin Ha <sungmin82.ha@samsung.com> 2013-01-17
* 1.4.63
- activate event handling
== GiWoong Kim <giwoong.kim@samsung.com> 2013-01-17
* 1.4.61
- modify popup system
== Munkyu Im <munkyu.im@samsung.com> 2013-01-16
* 1.4.60
- Fixed a problem about displayed useless line on screenshot
== Sungmin Ha <sungmin82.ha@samsung.com> 2013-01-16
* 1.4.59
- removed setFocus on mac
== GiWoong Kim <giwoong.kim@samsung.com> 2013-01-16
* 1.4.57
- modify init process
== Munkyu Im <munkyu.im@samsung.com> 2013-01-16
* 1.4.56
- modified include path
== GiWoong Kim <giwoong.kim@samsung.com> 2013-01-15
* 1.4.54
- Fix compilation warnings
== GiWoong Kim <giwoong.kim@samsung.com> 2013-01-15
* 1.4.52
- control the focus in general skin
== GiWoong Kim <giwoong.kim@samsung.com> 2013-01-14
* 1.4.48
- switch the z-order between main window and key window
== GiWoong Kim <giwoong.kim@samsung.com> 2013-01-11
* 1.4.45
- Fixed a problem about emulator boot on Mac.
== Kitae Kim <kt920.kim@samsung.com> 2013-01-11
* 1.4.44
- fix proxy error handling
== Munkyu Im <munkyu.im@samsung.com> 2013-01-10
* 1.4.43
- Fixed a problem about closing skin module.
== Kitae Kim <kt920.kim@samsung.com> 2013-01-10
* 1.4.42
- change tmp file path
== Munkyu Im <munkyu.im@samsung.com> 2013-01-09
* 1.4.41
- fix dynamic loading library path
== Munkyu Im <munkyu.im@samsung.com> 2013-01-04
* 1.4.40
- version up
== Munkyu Im <munkyu.im@samsung.com> 2013-01-03
* 1.4.39
- version up
== Sooyoung Ha <yoosah.ha@samsung.com> 2013-01-03
* 1.4.38
- fix gl capability check fail on windows intel graphics machine.
== Sangjin Kim <sangjin3.kim@samsung.com> 2012-12-28
* 1.4.37
- Fixed a memory leak while decoding video.
== Kitae Kim <kt920.kim@samsung.com> 2012-12-28
* 1.4.36
- modify Makefile
== Munkyu Im <munkyu.im@samsung.com> 2012-12-28
* 1.4.35
- sync up the focus between main window and key window
== GiWoong Kim <giwoong.kim@samsung.com> 2012-12-28
* 1.4.33
- fix getting proxy
== Munkyu Im <munkyu.im@samsung.com> 2012-12-27
* 1.4.32
- Apply sdb script file
== Munkyu Im <munkyu.im@samsung.com> 2012-12-21
* 1.4.31
- Fixed a bug when audio some codecs are decoded simultaneously.
- Source clean-up and codec device can decode a number of audio codecs concurrently.
== Kitae Kim <kt920.kim@samsung.com> 2012-12-18
* 1.4.30
- hide a shell while emulator rotation/scaling
== GiWoong Kim <giwoong.kim@samsung.com> 2012-12-17
* 1.4.29
- Add function prototypt to virtio.h
== Sooyoung Ha <yoosah.ha@samsung.com> 2012-12-14
* 1.4.28
- comment out arm build
== Sooyoung Ha <yoosah.ha@samsung.com> 2012-12-14
* 1.4.27
- version up
== Sooyoung Ha <yoosah.ha@samsung.com> 2012-12-14
* 1.4.26
- add arm build
== Munkyu In <munkyu.im@samsung.com> 2012-12-12
* 1.4.24
- add configure option
== Munkyu In <munkyu.im@samsung.com> 2012-12-11
* 1.4.23
- Open the key window as default
== GiWoong Kim <giwoong.kim@samsung.com> 2012-12-10
* 1.4.21
- Added multi-touch control scenario
== GiWoong Kim <giwoong.kim@samsung.com> 2012-12-08
* 1.4.20
- wrong argument was passed into emulator configure.
== Kitae Kim <kt920.kim@samsung.com> 2012-12-07
* 1.4.19
- wrong size of qemu package has been uploaded in the previous package.
== Kitae Kim <kt920.kim@samsung.com> 2012-12-07
* 1.4.18
- Modified build script files.
== Kitae Kim <kt920.kim@samsung.com> 2012-12-07
* 1.4.17
- apply nine-patch
== GiWoong Kim <giwoong.kim@samsung.com> 2012-12-06
* 1.4.16
- Added double quotation mark for path
== GiWoong Kim <giwoong.kim@samsung.com> 2012-12-06
* 1.4.15
- rearrange finger image when rotate
== Munkyu In <munkyu.im@samsung.com> 2012-11-29
* 1.4.14
- remove unnecessary double quotation mark
== Munkyu In <munkyu.im@samsung.com> 2012-11-29
* 1.4.13
- fix string length checking of skin args
== Munkyu In <munkyu.im@samsung.com> 2012-11-29
* 1.4.12
- Text dimming issue fix at windows with nvidia card.
== Sangjin Kim <sangjin3.kim@samsung.com> 2012-11-28
* 1.4.11
- Key window renewal
== GiWoong Kim <giwoong.kim@samsung.com> 2012-11-26
* 1.4.10
- Set the display bounds before pack the shell
== GiWoong Kim <giwoong.kim@samsung.com> 2012-11-22
* 1.4.6
- Fix EGL_BAD_ALLOC error when using pixmap surface repeatedly.
== Sangjin Kim <sangjin3.kim@samsung.com> 2012-11-22
* 1.4.5
- Enable Host Keyboard menu from advanced popup.
== Kitae Kim <kt920.kim@samsung.com> 2012-11-14
* 1.4.4
- Apply qemu_ld/st optimization according to QEMU 1.2
== Yeongkyoon Lee <yeongkyoon.lee@samsung.com> 2012-11-08
* 1.4.3
- Added libattr1-dev, libcap library
- Added libattr1-dev, libcap library
== GiWoong Kim <giwoong.kim@samsung.com> 2012-11-08
* 1.3.69
- Fix the crashed problem of emulator with haxm.
- haxm has conflicted with kvmvapic.bin file.
== Kitae Kim <kt920.kim@samsung.com> 2012-11-01
* 1.3.68
- The camera device for Windows supports RGB24 and I420 image formats, in additionally.
- The range of brightness level has been changed.(1 ~ 24 => 0 ~ 100)
== Jinhyung Jo <jinhyung.jo@samsung.com> 2012-10-31
* 1.3.67
- Fix build error on macos.
- vga_common_init function has been changed since QEMU 1.2.
== Kitae Kim <kt920.kim@samsung.com> 2012-10-30
* 1.3.66
- Merge tizen_arm branch into develop branch.
- Merge arm qemu source for emulator into x86 qemu source.
== Kitae Kim <kt920.kim@samsung.com> 2012-10-30