changelog update
[qemu] / debian / changelog
1 qemu (0.10.0-0sb7) jaunty; urgency=low
2
3   * Wappu release
4
5  -- Riku Voipio <riku.voipio@iki.fi>  Thu, 30 Apr 2009 15:17:32 +0300
6
7 qemu (0.10.0-0sb6) unstable; urgency=low
8
9   * W16 release
10
11  -- Riku Voipio <riku.voipio@iki.fi>  Fri, 17 Apr 2009 16:59:31 +0300
12
13 qemu (0.10.0-0sb5) unstable; urgency=low
14
15   * Change version tag to sb for political correctness
16
17  -- Jussi Hakala <jussi.hakala@movial.com>  Thu, 09 Apr 2009 15:30:14 +0300
18
19 qemu (0.10.0-0maemo4) unstable; urgency=low
20
21   * Riku voipio
22      - fix conditional sb1-qemu build
23      - split system qemu to a different package, so sb2-qemu has less
24        dependencies
25      - basic usb-musb support for omap3
26      - smc91x networking support
27   * Jussi Hakala:
28      - fix sbox-call
29      - make sb1 packaging more scratchboxy
30   * Juha Riihimäki
31      - SPI support
32      - lots of fixes and cleanups
33      - qemu snapshotting support
34
35  -- Riku Voipio <riku.voipio@iki.fi>  Thu, 26 Mar 2009 14:46:21 +0200
36
37 qemu (0.10.0-0maemo3) unstable; urgency=low
38
39   * debian/
40     make building sb1-qemu conditional
41   * MW:
42     linux-user: removed unnecessary MAX_SOCK_ADDR checks for socket syscalls
43   * Riku:
44     Convert musb fifo to 8bit to allow 8/16/32bit access
45     Make USB devices self-powered
46     add some USB registers
47     fix omap3_usb interrupt raising
48   * Juha
49     let beagleboard understand the -m switch
50     arm core emulation performance improvement
51     omap3 prcm and clocks clean-up
52     omap3 bootrom emulations
53
54  -- Riku Voipio <riku.voipio@iki.fi>  Thu, 19 Mar 2009 16:33:06 +0200
55
56 qemu (0.10.0-0maemo2) unstable; urgency=low
57
58   * Add guest-base support
59   * merge upstream
60   * more omap3 fixes
61
62  -- Riku Voipio <riku.voipio@iki.fi>  Mon, 09 Mar 2009 14:53:44 +0200
63
64 qemu (0.10.0-0maemo1) unstable; urgency=low
65
66   * New upstream version
67   * merge maemo patches 
68
69  -- Riku Voipio <riku.voipio@iki.fi>  Thu, 05 Mar 2009 11:50:07 +0200
70
71 qemu (0.9.1+svn20090113-0maemo1) unstable; urgency=low
72
73   * maemo patched version
74
75  -- Riku Voipio <riku.voipio@iki.fi>  Wed, 28 Jan 2009 11:18:41 +0200
76
77 qemu (0.9.1+svn20090104-1) experimental; urgency=low
78
79   [ Aurelien Jarno ]
80   * New upstream snapshot.
81   * Disable security/CVE-2008-0928-fedora.patch, it still breaks qcow 
82     format.
83
84  -- Aurelien Jarno <aurel32@debian.org>  Sun, 04 Jan 2009 16:31:40 +0100
85
86 qemu (0.9.1+svn20081223-1) experimental; urgency=low
87
88   [ Aurelien Jarno ]
89   * New upstream snapshot.
90     - Fix CVE-2008-2382
91   * Update patches/48_signal_terminate.patch.
92   * debian/rules: remove upstream flags from CFLAGS.
93
94  -- Aurelien Jarno <aurel32@debian.org>  Tue, 23 Dec 2008 14:51:25 +0100
95
96 qemu (0.9.1+svn20081214-1) experimental; urgency=low
97
98   [ Aurelien Jarno ]
99   * New upstream snapshot.
100     - Fix jmp im on x86_64 when executing 32-bit code. Fix grub
101       installation (Closes: bug#467148).
102
103  -- Aurelien Jarno <aurel32@debian.org>  Sun, 14 Dec 2008 23:26:04 +0100
104
105 qemu (0.9.1+svn20081207-1) experimental; urgency=low
106  
107   [ Aurelien Jarno ]
108   * New upstream snapshot.
109     - Do not depend on gcc-3.4 anymore (Closes: bug#440425, bug#463066).
110     - Fix broken display introduced by CVE-2007-1320 (Closes: bug#422578).
111   * debian/control: remove build-dependency on gcc-3.4.
112   * debian/rules: remove code for dyngen targets.
113   * Split 90_security.patch into
114     - security/CVE-2007-5730.patch
115     - security/leftover.patch
116   * Replace 91_security.patch by security/CVE-2008-0928-fedora.patch taken
117     from fedora repository and enable it (Closes: #469649).
118
119   [ Riku Voipio ]
120   * 2 patches gone, 19 to go:
121     - 10_signal_jobs.patch: drop, merged upstream
122     - 11_signal_sigaction.patch: drop, merged upstream
123     - series: update
124
125  -- Aurelien Jarno <aurel32@debian.org>  Sun, 07 Dec 2008 19:40:09 +0100
126
127 qemu (0.9.1+svn20081128-1) experimental; urgency=low
128
129   [ Aurelien Jarno ]
130   * New upstream snapshot.
131     - Include documentation for network downscript option (Closes: 
132       bug#506994). 
133     - Drop 00_bios.patch and pass --disable-blobs instead.
134     - Update 12_signal_powerpc_support.patch.
135   
136   [ Riku Voipio ]
137   * Drop 31_syscalls.patch as it makes no sense using host uselib to 
138     load target code into qemu's host memoryspace.
139
140  -- Aurelien Jarno <aurel32@debian.org>  Sat, 29 Nov 2008 09:04:41 +0100
141
142 qemu (0.9.1+svn20081112-1) experimental; urgency=low
143
144   [ Aurelien Jarno ]
145   * New upstream snapshot.
146     - does not need a disk image anymore (Closes: bug#260935).
147     - 53_openbios_size.patch: drop (merged upstream).
148     - 90_security: update.
149   * debian/control: depend on openbios-sparc (>= 1.0~alpha2+20081109)
150     (Closes: bug#502411, bug#502414).
151
152  -- Aurelien Jarno <aurel32@debian.org>  Sun, 09 Nov 2008 14:42:37 +0100
153
154 qemu (0.9.1+svn20081101-1) experimental; urgency=low
155
156   [ Aurelien Jarno ]
157   * New upstream snapshot.
158     - fix a heap overflow in Cirrus emulation (CVE-2008-4539).
159     - 50_linuxbios_isa_bios_ram.patch: update.
160     - 90_security.patch: update.
161
162  -- Aurelien Jarno <aurel32@debian.org>  Sat, 01 Nov 2008 09:26:45 +0100
163
164 qemu (0.9.1+svn20081023-1) experimental; urgency=low
165
166   [ Aurelien Jarno ]
167   * New upstream snapshot.
168     - 12_signal_powerpc_support.patch: update.
169     - 50_linuxbios_isa_bios_ram.patch: update.
170
171  -- Aurelien Jarno <aurel32@debian.org>  Thu, 23 Oct 2008 21:34:26 +0200
172
173 qemu (0.9.1+svn20081016-1) experimental; urgency=low
174
175   [ Aurelien Jarno ]
176   * New upstream snapshot.
177   * patches/31_syscalls.patch: remove parts merged upstream.
178   * debian/qemu-make-debian-root:
179     - Fix bug introduced when fixing bug#496394 (Closes: bug#502325).
180
181  -- Aurelien Jarno <aurel32@debian.org>  Mon, 13 Oct 2008 23:11:15 +0200
182
183 qemu (0.9.1+svn20081012-1) experimental; urgency=low
184
185   [ Riku Voipio ]
186   * Add a bunch of patches from scratchbox
187     - 44_socklen_t_check work better with badbehavin net apps
188     - 48_signal_terminate make qemu binary terminate on signals as expected
189     - 49_null_checks don't bother some syscalls when null/zero is passed
190
191   [ Aurelien Jarno ]
192   * New upstream snapshot.
193     - alpha is now a TCG target.
194     - comma has been added to sendkey (closes: bug#414342).
195   * patches/31_syscalls.patch: remove parts merged upstream.
196   * patches/39_syscall_fadvise64.patch: remove (merged upstream).
197   * patches/90_security.patch: remove parts merged upstream.
198   * debian/control: build-depends on libbluetooth-dev.
199
200  -- Aurelien Jarno <aurel32@debian.org>  Sun, 12 Oct 2008 18:46:54 +0200
201
202 qemu (0.9.1+svn20080905-1) experimental; urgency=low
203
204   * New upstream snapshot.
205     - SH4 is now a TCG target.
206   * debian/watch: update URL location.
207
208  -- Aurelien Jarno <aurel32@debian.org>  Tue, 02 Sep 2008 01:43:24 +0200
209
210 qemu (0.9.1+svn20080826-1) experimental; urgency=low
211
212   * New upstream snapshot.
213   * debian/qemu-make-debian-root:
214     - Use mktemp instead of $$ to create temporary directories (Closes: 
215       bug#496394).
216   * Ship a libqemu-dev package (Closes: bug#451618).
217
218  -- Aurelien Jarno <aurel32@debian.org>  Tue, 26 Aug 2008 09:55:36 +0200
219
220 qemu (0.9.1+svn20080822-1) experimental; urgency=low
221
222   * New upstream snapshot.
223     - Focus to monitor to ask password (Closes: bug#473240).
224     - TCG SPARC host support (Closes: bug#450817).
225     - Check KQEMU availability before allocating memory (Closes: bug#414566).
226     - Fix dead keys (Closes: bug#489594).
227     - Fix ES1370 emulation (Closes: bug#494462).
228     - New USB UHCI implemnation (Closes: bug#457651).
229     - Add debian/patches/00_bios.patch.
230     - Remove debian/patches/02_snapshot_use_tmpdir.patch (merged).
231     - Remove debian/patches/04_do_not_print_rtc_freq_if_ok.patch (merged).
232     - Remove patches/05_non-fatal_if_linux_hd_missing.patch (merged).
233     - Update debian/patches/07_i386_exec_name.patch
234     - Update debian/patches/12_signal_powerpc_support.patch 
235     - Remove debian/patches/33_syscall_ppc_clone.patch (merged differently).
236     - Remove debian/patches/41_arm_fpa_sigfpe.patch (merged).
237     - Remove debian/patches/42_arm_tls.patch (merged differently).
238     - Update debian/patches/55_unmux_socketcall.patch.
239     - Remove debian/patches/63_sparc_build.patch (useless).
240     - Update debian/patches/65_kfreebsd.patch.
241     - Update debian/patches/66_tls_ld.patch.
242     - Remove debian/patches/70_manpage.patch (merged).
243     - Remove debian/patches/71_doc.patch  (merged).
244     - Remove debian/patches/80_ui_curses.patch (merged).
245     - Remove debian/patches/81_mips32r2_fpu.patch (merged).
246     - Remove debian/patches/82_mips_abs.patch (merged).
247     - Remove debian/patches/83_usb-serial.patch (merged).
248     - Remove debian/patches/84_rtl8139.patch (merged).
249     - Remove debian/patches/85_vvfat.patch (merged).
250     - Remove debian/patches/86_df.patch (merged).
251     - Remove debian/patches/87_eoi.patch (merged).
252     - Remove debian/patches/88_dma.patch (merged).
253     - Remove debian/patches/89_braille.patch (merged).
254     - Remove debian/patches/92_no_shutdown.patch (merged).
255     - Remove debian/patches/93_tmpfs.patch (merged).
256     - Remove debian/patches/94_security.patch (merged).
257   * debian/README.source: new file.
258   * debian/patches/*: convert to patchlevel 1 (Closes: bug#484963).
259   * debian/control:
260     - Add build-depends on libesd0-dev.
261     - Add build-depends on libpulse-dev.
262     - Add build-depends on libvdeplug2-dev.
263     - Add build-depends on etherboot.
264     - Update list of supported targets (Closes: bug#488339).
265     - Suggests kqemu-source.
266     - Bump Standards-Version to 3.8.0.
267   * debian/links:
268     - Add missing manpage symlinks.
269   * debian/rules:
270     - Enable audio drivers depending on the system.
271     - Enable DYNGEN targets depending on the system.
272     - Install PXE bios from etherboot (Closes: bug#412010).
273     - Don't ignore make clean errors.
274     - Don't build DYNGEN targets on kfreebsd-amd64 (Closes: bug#494353).
275   * debian/patches/22_net_tuntap_stall.patch: remove (outdated).
276
277  -- Aurelien Jarno <aurel32@debian.org>  Fri, 22 Aug 2008 01:00:54 +0200
278
279 qemu (0.9.1-5) unstable; urgency=high
280
281   [ Guillem Jover ]
282   * Add Homepage field.
283   * Add Vcs-Browser and Vcs-Svn fields.
284   * Remove packaging repository information from debian/copyright.
285   * Add former package co-maintainers to debian/copyright.
286   * Serialize patch and configure steps in debian/rules to support parallel
287     builds, as we are patching configure.
288   * Remove myself from Uploaders.
289
290   [ Aurelien Jarno ]
291   * debian/patches/70_manpage.patch: remove curses documentation, it is already
292     in debian/patches/80_ui_curses.patch (Closes: bug#477369).
293   * debian/patches/94_security.patch: add format= to drive options
294     (CVE-2008-2004).
295
296  -- Aurelien Jarno <aurel32@debian.org>  Mon, 28 Apr 2008 21:54:12 +0200
297
298 qemu (0.9.1-4) unstable; urgency=high
299
300   * debian/patches/52_ne2000_return.patch: drop, the patch is wrong.  
301   * Backports from upstream:
302     - Typo in curses_keys.h
303     - Documentation for the -curses option
304     - Fix broken absoluteness check for cabs.d.*.
305     - USB-to-serial device.
306     - rtl8139: fix endianness on big endian targets
307     - restore rw support for vvfat
308     - x86-64: recompute DF after eflags has been modified when emulating 
309       SYSCALL
310     - ignore reads to the EOI register
311     - IDE: Improve DMA transfers by increasing the buffer size
312     - Braille device support
313     - Add -no-shutdown option (Closes: #326406)
314     - Ask to use "mount -o remount" instead of "umount" and "mount" 
315       /dev/shm (Closes: #476539).
316   * debian/qemu.doc-base: fix section. 
317
318  -- Aurelien Jarno <aurel32@debian.org>  Sun, 20 Apr 2008 23:29:42 +0200
319
320 qemu (0.9.1-3) unstable; urgency=low
321
322   [ Aurelien Jarno ]
323   * debian/patches/42_arm_tls.patch: fix to get qemu-system-arm working
324     again. (Closes: #471722).
325   * debian/patches/56_dhcp.patch: fix DHCP server to correctly support 
326     MS-Windows guests. (Closes: #471452).
327
328  -- Aurelien Jarno <aurel32@debian.org>  Wed, 19 Mar 2008 18:58:29 +0100
329
330 qemu (0.9.1-2) unstable; urgency=low
331
332   [ Aurelien Jarno ]
333   * debian/patches/80_ui_curses.patch: pull new patch from upstream CVS
334     (Closes: #442274).
335   * debian/patches/65_kfreebsd.patch: link with -lfreebsd. (Closes: 
336     #465932).
337   * debian/patches/81_mips32r2_fpu.patch: patch pulled from upstream
338     to fix FPU issue on MIPS32R2.
339   * debian/patches/42_arm_tls.patch: reenable, mistakenly disabled in the
340     previous upload. (Closes: #469743).
341   * debian/rules: fix parallel building. (Closes: #469981). 
342   * debian/patches/07_i386_exec_name.patch: install the i386 emulator as
343     qemu-system-i386, and change qemu into a link pointing to the i386
344     version.
345   * debian/README.Debian: add notes about qemu-system-ppc and video.x
346     (Closes: #388735).
347   * debian/patches/70_manpage.patch: describe the -curses option.
348     (Closes: #433658).
349   * debian/patches/71_doc.patch: fix the monitor change option. (Closes: 
350     #467106).
351   * debian/patches/35_syscall_sockaddr.patch: fix sockaddr (Closes: 
352     #469351).
353   * debian/patches/43_arm_cpustate.patch: disable (Closes: #444171).
354
355  -- Aurelien Jarno <aurel32@debian.org>  Mon, 17 Mar 2008 01:29:03 +0100
356
357 qemu (0.9.1-1) unstable; urgency=low
358
359   [ Aurelien Jarno ]
360   * New upstream version. (Closes: #459801)
361     - Supports s390 host. (Closes: #441119)
362     - Fix PCI bar allocation. (Closes: #413315)
363     - Fix typo in keys name. (Closes: #426181)
364     - Fix segfault of qemu-i386 (Closes: #446868).
365     - debian/control: bump depends on openbios-sparc to
366       >= 1.0~alpha2+20080106.
367     - debian/patches/02_snapshot_use_tmpdir.patch: Refreshed.
368     - debian/patches/04_do_not_print_rtc_freq_if_ok.patch: Likewise.
369     - debian/patches/05_non-fatal_if_linux_hd_missing.patch: Likewise.
370     - debian/patches/06_exit_segfault.patch: Likewise.
371     - debian/patches/10_signal_jobs.patch: Likewise.
372     - debian/patches/11_signal_sigaction.patch: Likewise.
373     - debian/patches/12_signal_powerpc_support.patch: Likewise.
374     - debian/patches/21_net_soopts.patch: Likewise.
375     - debian/patches/30_syscall_ipc.patch: Likewise.
376     - debian/patches/31_syscalls.patch: Likewise.
377     - debian/patches/32_syscall_sysctl.patch: Likewise.
378     - debian/patches/33_syscall_ppc_clone.patch: Likewise.
379     - debian/patches/35_syscall_sockaddr.patch: Likewise.
380     - debian/patches/41_arm_fpa_sigfpe.patch: Likewise.
381     - debian/patches/42_arm_tls.patch: Likewise.
382     - debian/patches/50_linuxbios_isa_bios_ram.patch: Likewise
383     - debian/patches/51_linuxbios_piix_ram_size.patch: Likewise
384     - debian/patches/61_safe_64bit_int.patch: Removed, merged upstream.
385     - debian/patches/63_sparc_build.patch: Refreshed.
386     - debian/patches/80_ui_curses.patch: Likewise.
387   * debian/patches/90_security.patch: fix 64-bit overflow. (Closes:
388     #425634)
389   * debian/qemu-make-debian-root: add a -s option to create sparse
390     image. (Closes: #322325)
391   * debian/control: bump depends on bochsbios to >= 2.3.5-1. Use
392     BIOS-qemu-latest instead of BIOS-bochs-latest. (Closes: #402289,
393     #442822)
394   * debian/rules: build the non-dyngen part with default gcc.
395   * debian/rules: support DEB_BUILD_OPTIONS="parallel=n".
396   * debian/patches/70_manpage.patch: describe the arguments of the
397     -usbdevice option in the manpage. (Closes: #443801)
398   * debian/control: now using Standards-Version 3.7.3 (no changes needed).
399   * debian/control: build-depends on libgnutls-dev to enable TLS support
400     in VNC.
401   * debian/patches/01_nostrip.patch: don't strip binaries during make
402     install. (Closes: #437866)
403   * debian/patches/53_openbios_size.patch: increase maximum prom size to
404     support latest openbios.
405
406  -- Aurelien Jarno <aurel32@debian.org>  Mon, 28 Jan 2008 21:24:14 +0100
407
408 qemu (0.9.0+20070816-1) unstable; urgency=low
409
410   [ Guillem Jover ]
411   * New upstream snapshot.
412     - Fix hang on ARM during Etch installation. (Closes: #430164)
413     - Fix data corruption with qcow 2. (Closes: #440296)
414     - Fix errors with raw images > 4 GiB. (Closes: #425634)
415     - debian/patches/01_typo_qemu-img.patch: Removed, merged upstream.
416     - debian/patches/03_machines_list_no_error.patch: Likewise.
417     - debian/patches/36_syscall_prctl.patch: Likewise.
418     - debian/patches/37_syscall_mount.patch: Likewise.
419     - debian/patches/38_syscall_semctl.patch: Likewise.
420     - debian/patches/40_sparc_fp_to_int.patch: Likewise.
421     - debian/patches/44_arm_eabi_built_on_64bit_arches.patch: Likewise.
422     - debian/patches/62_linux_boot_nasm.patch: Likewise.
423     - debian/patches/04_do_not_print_rtc_freq_if_ok.patch: Synced.
424     - debian/patches/05_non-fatal_if_linux_hd_missing.patch: Likewise.
425     - debian/patches/31_syscalls.patch: Likewise.
426     - debian/patches/35_syscall_sockaddr.patch: Likewise.
427     - debian/patches/42_arm_tls.patch: Likewise.
428     - debian/patches/43_arm_cpustate.patch: Likewise.
429     - debian/patches/51_linuxbios_piix_ram_size.patch: Likewise.
430     - debian/patches/55_unmux_socketcall.patch: Likewise.
431     - debian/patches/60_ppc_ld.patch: Likewise.
432     - debian/patches/65_kfreebsd.patch: Likewise.
433     - debian/patches/80_ui_curses.patch: Likewise.
434     - debian/patches/90_security.patch: Likewise.
435   * Remove Elrond and Guilherme de S. Pastore from Uploaders, with their
436     permission, and add Aurelien Jarno and Riku Voipio.
437   * Remove Tag field, this is better maintained outside of the package.
438   * Add openbios-sparc64 to qemu_bios_files in debian/rules.
439
440   [ Aurelien Jarno ]
441   * Fix FTBFS on amd64. (Closes: #434296)
442     - Drop debian/patches/34_syscalls_types.patch
443   * debian/control:
444     - Suggest samba. (Closes: #430368)
445   * Add OpenBIOS for sparc. (Closes: #407076)
446     - debian/control: depends on openbios-sparc.
447     - debian/links: provide symlinks in /usr/share/qemu.
448
449  -- Guillem Jover <guillem@debian.org>  Tue, 04 Sep 2007 04:04:47 +0300
450
451 qemu (0.9.0-2) unstable; urgency=high
452
453   [ Guillem Jover ]
454   * Fix several security issues. (Closes: #424070)
455     Thanks to Tavis Ormandy <taviso@google.com>.
456     - Cirrus LGD-54XX "bitblt" heap overflow. CVE-2007-1320
457     - NE2000 "mtu" heap overflow.
458     - QEMU "net socket" heap overflow.
459     - QEMU NE2000 "receive" integer signedness error. CVE-2007-1321
460     - Infinite loop in the emulated SB16 device.
461     - Unprivileged "aam" instruction does not correctly handle the
462       undocumented divisor operand. CVE-2007-1322
463     - Unprivileged "icebp" instruction will halt emulation. CVE-2007-1322
464     - debian/patches/90_security.patch: New file.
465   * Enable adlib audio emulation. (Closes: #419170)
466   * Fix structure padding for target_eabi_flock64 when built for a 64 bit
467     architecture. (Closes: #414799)
468     Thanks to Stuart Anderson <anderson@netsweng.com>.
469     - debian/patches/44_arm_eabi_built_on_64bit_arches.patch: New file.
470   * Fix qemu to be able to use LinuxBios. (Closes: #412212)
471     Thanks to Ed Swierk <eswierk@cs.stanford.edu>.
472     - debian/patches/50_linuxbios_isa_bios_ram.patch: New file.
473     - 51_linuxbios_piix_ram_size.patch: Likewise.
474   * Fix segfault when booting a Linux kernel w/o a disk image, by exiting but
475     clarifying the message, as to use '/dev/null'. (Closes: #409817, #411780)
476     Thanks to Robert Millan <rmh@aybabtu.com>.
477     - debian/patches/05_non-fatal_if_linux_hd_missing.patch: Updated.
478   * Fix segfault by using addrlen instead of target_addrlen in
479     do_getpeername()/do_getsockname(). (Closes: #411910)
480     Thanks to Stuart Anderson <anderson@netsweng.com>.
481     - debian/patches/35_syscall_sockaddr.patch: Updated.
482   * Fix semctl() for 32 bit targets on 64 bit hosts. (Closes: #414809)
483     Thanks to Stuart Anderson <anderson@netsweng.com>.
484     - debian/patches/38_syscall_semctl.patch: New file.
485   * Remove Elrond from Uploaders with consent, always welcome to join
486     back anytime.
487
488  -- Guillem Jover <guillem@debian.org>  Wed, 16 May 2007 08:08:31 +0300
489
490 qemu (0.9.0-1) experimental; urgency=low
491
492   [ Guillem Jover ]
493   * New upstream release. (Closes: #409989)
494     - Support for relative paths in backing files for disk images.
495       (Closes: #390446)
496     - debian/patches/01_doc_typos.patch: Removed, merged upstream.
497     - debian/patches/38_syscall_arm_statfs64.patch: Likewise.
498     - debian/patches/51_serial_small_divider.patch: Likewise.
499     - debian/patches/67_ppc_ftbfs.patch: Likewise.
500     - debian/patches/21_net_soopts.patch: Synced.
501     - debian/patches/30_syscall_ipc.patch: Likewise.
502     - debian/patches/31_syscalls.patch: Likewise.
503     - debian/patches/35_syscall_sockaddr.patch: Likewise.
504     - debian/patches/39_syscall_fadvise64.patch: Likewise.
505     - debian/patches/42_arm_tls.patch: Likewise.
506     - debian/patches/55_unmux_socketcall.patch: Likewise.
507     - debian/patches/80_ui_curses.patch: Likewise.
508   * Update the copyright information.
509   * The ACPI initialization code has been moved to bochsbios.
510     - debian/patches/acpi-dsdt.hex: Removed.
511     - debian/rules: Do not install acpi-dsdt.hex.
512   * Add more files to the list of roms removed from the tarball needed to
513     be touched so that upstream 'make install' does not fail.
514   * Added armeb and armel to Architecture fields and libgpmg1-dev
515     Build-Depends.
516   * Recommend vde2 instead of the transitional vde package. (Closes: #407251)
517   * Fix typo in qemu-img output. (Closes: #408542)
518     - debian/patches/01_typo_qemu-img.patch: New file.
519     Thanks to Adam Buchbinder <adam.buchbinder@gmail.com>.
520   * Symlink qemu-user(1) to qemu-m68k(1).
521   * Reduce redundancy in qemu-user(1) synopsis.
522   * Fix rounding in sparc floating point to integer conversions.
523     - debian/patches/40_sparc_fp_to_int.patch: New file.
524     Thanks to Aurelien Jarno <aurelien@aurel32.net>.
525
526  -- Guillem Jover <guillem@debian.org>  Thu,  8 Feb 2007 01:01:29 +0200
527
528 qemu (0.8.2-5) unstable; urgency=low
529
530   [ Guillem Jover ]
531   * Added a missing part to the ARM NPTL support patch, initially lost.
532     - debian/patches/42_arm_tls.patch: Updated.
533
534  -- Guillem Jover <guillem@debian.org>  Tue, 16 Jan 2007 11:44:00 +0200
535
536 qemu (0.8.2-4) unstable; urgency=medium
537
538   [ Guillem Jover ]
539   * Disable using iasl for now until it's ported to big-endian systems and
540     include a locally built acpi-dsdt.hex file.
541
542  -- Guillem Jover <guillem@debian.org>  Sun,  3 Dec 2006 21:10:23 +0200
543
544 qemu (0.8.2-3) unstable; urgency=low
545
546   [ Guillem Jover ]
547   * Hopefully really fix powerpc FTBFS.
548
549  -- Guillem Jover <guillem@debian.org>  Sun,  5 Nov 2006 17:09:53 +0200
550
551 qemu (0.8.2-2) unstable; urgency=low
552
553   [ Guillem Jover ]
554   * Update Tag field to match new debtags vocabulary.
555   * Clean properly. (Closes: #390166)
556     - Remove the acpi generated files and the docs.
557     - Revert the docs regeneration forcing logic.
558     Thanks to Anderson Lizardo <anderson.lizardo@gmail.com>.
559   * On install use DESTDIR instead of specifying all paths. (Closes: #396139)
560     Thanks to Anderson Lizardo <anderson.lizardo@gmail.com>.
561   * Port to GNU/kFreeBSD. (Closes: #327622)
562     - Disable ALSA on non-linux systems.
563     - Add a Build-Depends on libfreebsd-dev on kfreebsd systems.
564     - Add kfreebsd-i386 and kfreebsd-amd64 to the Architecture field.
565     - debian/patches/65_kfreebsd.patch: New file.
566     Thanks Petr Salinger <Petr.Salinger@seznam.cz>.
567   * In qemu-make-debian-root do not explicitely install in aptitude and
568     libsigc++-1.2-5c102, they are pulled now by default. And do not remove
569     aptitude afterwards. (Closes: #392481)
570     Thanks to Ted Percival <ted@midg3t.net>.
571   * Add experimental ncurses ui support. (Closes: #369462)
572     - debian/patches/80_ui_curses.patch: New file.
573     Thanks to Andrzej Zaborowski <balrog@zabor.org>.
574   * Add SO_PEERCRED and SO_SNDTIMEO support, and fix accept syscall when
575     being passed NULL pointers.
576     - debian/patches/21_net_sockopts.patch: Renamed to ...
577     - debian/patches/21_net_soopts.patch: ... here. Modify.
578     Thanks to Pablo Virolainen.
579   * Add a fadvise64 syscall stub.
580     - debian/patches/39_syscall_fadvise64.patch: New file.
581     Thanks to Pablo Virolainen.
582   * Add EABI unmuxed socket syscalls.
583     - debian/patches/55_unmux_socketcall.patch: New file.
584     Thanks to Riku Voipio.
585   * Add TLS sections to the ARM and x86 linker scripts so that qemu user
586     emulators can be linked statically.
587     - debian/patches/66_tls_ld.patch: New file.
588   * Move the documentation of the binary blob removals from the original
589     upstream tarball from README.Debian to debian/copyright.
590   * Reword the emphasis on "FAST!" from the package description.
591   * Fix FTBFS on powerpc by adding the missing fp_status variable to the
592     int32_to_float32 function calls.
593     - debian/patches/67_ppc_ftbfs.patch: New file.
594
595  -- Guillem Jover <guillem@debian.org>  Sun,  5 Nov 2006 08:48:27 +0200
596
597 qemu (0.8.2-1) unstable; urgency=low
598
599   [ Guillem Jover ]
600   * New upstream release. (Closes: #379461, #385029, #388810)
601     - Add ACPI BIOS emulation support. (Closes: #372533)
602     - Fix mouse invisible wall when using Windows XP. (Closes: #384666)
603     - debian/patches/01_doc_typos.patch: Sync.
604     - debian/patches/03_machines_list_no_error.patch: Likewise.
605     - debian/patches/04_do_not_print_rtc_freq_if_ok.patch: Likewise.
606     - debian/patches/05_non-fatal_if_linux_hd_missing.patch: Likewise.
607     - debian/patches/06_exit_segfault.patch: Likewise.
608     - debian/patches/12_signal_powerpc_support.patch: Likewise.
609     - debian/patches/21_net_sockopt.patch: Likewise.
610     - debian/patches/22_net_tuntap_stall.patch: Likewise.
611     - debian/patches/30_syscall_ipc.patch: Likewise.
612     - debian/patches/31_syscalls.patch: Likewise.
613     - debian/patches/32_syscall_sysctl.patch: Likewise.
614     - debian/patches/33_syscall_ppc_clone.patch: Likewise.
615     - debian/patches/35_syscall_sockaddr.patch: Likewise.
616     - debian/patches/36_syscall_prctl.patch: Likewise.
617     - debian/patches/37_syscall_mount.patch: Likewise.
618     - debian/patches/41_arm_fpa_sigfpe.patch: Likewise.
619     - debian/patches/42_arm_tls.patch: Likewise.
620     - debian/patches/61_safe_64bit_int.patch: Likewise.
621     - debian/patches/63_sparc_build.patch: Likewise.
622     - debian/patches/50_missing_keycodes.patch: Removed, integrated upstream.
623   * Switch to quilt:
624     - debian/control: Add quilt (>= 0.40) to Build-Depends.
625     - debian/patches/series: New file.
626     - debian/patch.mk: Removed.
627     - debian/rules: Include '/usr/share/quilt/quilt.make' instead of
628       'debian/patch.mk'.
629   * Build the ACPI Source Language files with iasl.
630   * Add a Tag field to the binary package, using data from debtags.
631   * Add 2006 to the debian/copyright years.
632   * Add a Recommends on vde. (Closes: #386780)
633   * Fix spelling error in package description (peripherials -> peripherals).
634     (Closes: #388700)
635     Thanks to Rakesh 'arky' Ambati <rakesh_ambati@yahoo.com>.
636   * Fix ne2000_can_receive return code to 0 when the command is STOP.
637     (Closes: #386209)
638     - debian/patches/52_ne2000_return.patch: New file.
639     Thanks to Samuel Thibault <samuel.thibault@ens-lyon.org>.
640   * Document the binary blob removals from the original upstream tarball in
641     README.Debian. (Closes: #388740)
642
643  -- Guillem Jover <guillem@debian.org>  Mon, 25 Sep 2006 04:16:25 +0300
644
645 qemu (0.8.1-1) unstable; urgency=low
646
647   [ Guillem Jover ]
648   * New upstream release. (Closes: #366955, #366637)
649     - debian/patches/01_doc_typos.patch: Sync.
650     - debian/patches/04_do_not_print_rtc_freq_if_ok.patch: Likewise.
651     - debian/patches/05_non-fatal_if_linux_hd_missing.patch: Likewise.
652     - debian/patches/12_signal_powerpc_support.patch: Likewise.
653     - debian/patches/21_net_sockopt.patch: Likewise.
654     - debian/patches/22_net_tuntap_stall.patch: Likewise.
655     - debian/patches/30_syscall_ipc.patch: Likewise.
656     - debian/patches/31_syscalls.patch: Likewise.
657     - debian/patches/32_syscall_sysctl.patch: Likewise.
658     - debian/patches/33_syscall_ppc_clone.patch: Likewise.
659     - debian/patches/35_syscall_sockaddr.patch: Likewise.
660     - debian/patches/36_syscall_prctl.patch: Likewise.
661     - debian/patches/37_syscall_mount.patch: Likewise.
662     - debian/patches/41_arm_fpa_sigfpe.patch: Likewise.
663     - debian/patches/42_arm_tls.patch: Likewise.
664     - debian/patches/43_arm_cpustate.patch: Likewise.
665     - debian/patches/50_missing_keycodes.patch: Likewise.
666     - debian/patches/51_serial_small_divider.patch: Likewise.
667     - debian/patches/61_safe_64bit_int.patch: Likewise.
668     - debian/patches/63_sparc_build.patch: Likewise.
669     - debian/patches/40_arm_nwfpe_cpsr.patch: Removed, integrated upstream.
670   * Make the patch system apply the patch on the first run.
671     - debian/patches/64_ppc_asm_constraints.patch: Add DPATCHLEVEL.
672   * Document how to use the images created with qemu-make-debian-root in the
673     man page. Thanks to Jacobo <jacobo221@hotmail.com>. (Closes: #343450)
674   * Add support for the -snapshot option to use the TMPDIR evironment
675     variable. (Closes: #353880)
676     - debian/patches/02_snapshot_use_tmpdir.patch: New file.
677   * Do not exit with an error when using '-M ?'. (Closes: #365209)
678     - debian/patches/03_machines_list_no_error.patch: New file.
679   * Added symlink for system-mipsel emulator man page.
680   * Build and clean the pc-bios directory.
681   * Avoid segfaulting by using _exit(2) instead of exit(3) in qemu user
682     emulators. (Closes: #338289)
683     - debian/patches/06_exit_segfault.patch: New file.
684   * Enable ALSA audio support and add libasound2-dev to the Build-Depends.
685   * Now using Standards-Version 3.7.2 (no changes needed).
686
687  -- Guillem Jover <guillem@debian.org>  Sun, 28 May 2006 20:51:10 +0300
688
689 qemu (0.8.0-3) unstable; urgency=low
690
691   [ Josh Triplett ]
692   * Fix FTBFS on PowerPC caused by asm constraint problem. (Closes: #361727)
693     - debian/patches/64_ppc_asm_constraints.patch.
694
695   [ Guillem Jover ]
696   * Clamp addrlen from host to target when using AF_UNIX. This fixes
697     socket problems when using EABI.
698     - debian/patches/35_syscall_sockaddr.patch: New file.
699   * Fix floating point comparison on ARM NWFPE, due to glue code missmatch.
700     (Closes: #356287)
701     - debian/patches/40_arm_nwfpe_cpsr.patch: New file.
702     - debian/patches/40_fpu_arm_sigfpe.patch: Rename to ...
703     - debian/patches/41_arm_fpa_sigfpe.patch: ... this. Resync.
704     Thanks to Ulrich Hecht.
705   * Fix POSIX threads creation on ARM hanging when initializing the cpu
706     structure being it cyclic.
707     - debian/patches/43_arm_cpustate.patch: New file.
708   * Add TLS support for ARM. Stolen from Scratchbox.
709     - debian/patches/42_arm_tls.patch: New file.
710   * Fix sysctl endian problem.
711     - debian/patches/32_syscall_sysctl.patch: Update.
712     Thanks to Timo Savola <tsavola@movial.fi>.
713   * Remove now default '--enable-slirp' build option. (Closes: #356284)
714     Thanks to Anderson Lizardo <anderson.lizardo@gmail.com>.
715   * Remove unused sharedir to 'make install'. (Closes: #356418)
716     Thanks to Anderson Lizardo <anderson.lizardo@gmail.com>.
717   * Fix package not cleaning properly. (Closes: #356279)
718     Thanks to Anderson Lizardo <anderson.lizardo@gmail.com> for the initial
719     patch.
720   * Add needed syscalls to make debootstrap work. (Closes: #356291)
721     - debian/patches/36_syscall_prctl.patch: New file.
722     - debian/patches/37_syscall_mount.patch: Likewise.
723     - debian/patches/38_syscall_arm_statfs64.patch: Likewise.
724     Thanks to Anderson Lizardo <anderson.lizardo@gmail.com>.
725   * Remove obsolete Build-Dependency xlibs-dev.
726
727  -- Guillem Jover <guillem@debian.org>  Thu, 13 Apr 2006 11:53:00 +0300
728
729 qemu (0.8.0-2) unstable; urgency=low
730
731   [ Guillem Jover ]
732   * Switch away from cdbs to plain debhelper.
733   * Upgrade to debhelper compat level 5.
734   * Allow overriding CC compiler variable. (Closes: #345772)
735   * Do not redefine 64 bit types on 64 bit arches.
736     - debian/patches/61_safe_64bit_int.patch: New file.
737   * Allow linux_boot.bin to be built on any arch by switching to nasm,
738     and Build-Depending on it.
739     - debian/patches/62_linux_boot_nasm.patch: New file.
740   * The serial hw driver uses a small divider that gets zeroed when shifting
741     bits to the right. (Closes: #276276, #348098)
742     - debian/patches/51_serial_small_divider.patch: New file.
743     Thanks to Samuel Thibault <samuel.thibault@ens-lyon.org>.
744   * Escaped hyphens in qemu-user manpage, use italics for filenames and
745     parameters and bold for options.
746   * Partial build failure fix for Sparc. (Bugs: #317145, #336970)
747     Thanks to Jurij Smakov <jurij@wooyd.org>.
748
749  -- Guillem Jover <guillem@debian.org>  Mon, 20 Feb 2006 09:17:46 +0200
750
751 qemu (0.8.0-1) unstable; urgency=low
752
753   [ Guillem Jover ]
754   * New upstream release. (Closes: #344339)
755     - Added support for Virtual FAT. (Closes: #313123)
756     - Emulate repeated keystrokes when holding a key. (Closes: #298864)
757     - debian/patches/01_doc_typos.patch: Sync.
758     - debian/patches/04_do_not_print_rtc_freq_if_ok.patch: Likewise.
759     - debian/patches/05_non-fatal_if_linux_hd_missing.patch: Likewise.
760     - debian/patches/12_signal_powerpc_support.patch: Likewise.
761     - debian/patches/21_net_sockopt.patch: Likewise.
762     - debian/patches/22_net_tuntap_stall.patch: Likewise.
763     - debian/patches/30_syscall_ipc.patch: Likewise.
764     - debian/patches/31_syscalls.patch: Likewise.
765     - debian/patches/32_syscall_sysctl.patch: Likewise.
766     - debian/patches/33_syscall_ppc_clone.patch: Likewise.
767     - debian/patches/40_fpu_arm_sigfpe.patch: Likewise.
768     - debian/patches/50_missing_keycodes.patch: Likewise.
769   * Added mips and mipsel to the lintian overrides for the user emulators
770     being shlib-with-non-pic-code.
771   * Added symlinks for mips, mipsel and system-arm emulator manpages.
772
773  -- Guillem Jover <guillem@debian.org>  Fri, 30 Dec 2005 05:44:53 +0200
774
775 qemu (0.7.2-2) unstable; urgency=low
776
777   [ Josh Triplett ]
778   * Add support for signal handling on PowerPC. (Closes: #335509)
779     - debian/patches/12_signal_powerpc_support.patch: New file.
780
781   [ Guillem Jover ]
782   * Add Josh Triplett <josh@psas.pdx.edu> to Uploaders and packaging team.
783   * Fix PowerPC build failure by reintroducing the ppc linker script and
784     adding the missing _SDA_BASE_ and _SDA2_BASE_ symbols. (Closes: #336983)
785   * Remove invalid patch making X11 fail at runtime.
786     - debian/patches/20_net_socket.patch: Remove.
787     - debian/patches/32_syscall_sysctl.patch: Sync.
788     Thanks to Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>.
789   * Avoid the patch system to try until it applies.
790     - debian/patches/05_non-fatal_if_linux_hd_missing.patch: Added patch level.
791     - debian/patches/12_signal_powerpc_support.patch: Likewise.
792
793  -- Guillem Jover <guillem@debian.org>  Wed, 21 Dec 2005 22:11:34 +0200
794
795 qemu (0.7.2-1) unstable; urgency=low
796
797   [ Guillem Jover ]
798   * New upstream release. (Closes: #321232, #327168)
799     - debian/patches/12_signal_silent.patch: Integrated upstream, remove.
800     - debian/patches/50_ppc_ldscript.patch: Likewise.
801     - debian/patches/33_syscall_truncate64.patch: Likewise.
802     - debian/patches/01_doc_typos.patch: Resync with upstream.
803     - debian/patches/04_do_not_print_rtc_freq_if_ok.patch: Likewise.
804     - debian/patches/05_non-fatal_if_linux_hd_missing.patch: Likewise.
805     - debian/patches/10_signal_jobs.patch: Likewise.
806     - debian/patches/11_signal_sigaction.patch: Likewise.
807     - debian/patches/20_net_socket.patch: Likewise.
808     - debian/patches/21_net_sockopt.patch: Likewise.
809     - debian/patches/22_net_tuntap_stall.patch: Likewise.
810     - debian/patches/30_syscall_ipc.patch: Likewise.
811     - debian/patches/31_syscalls.patch: Likewise.
812     - debian/patches/32_syscall_sysctl.patch: Likewise.
813     - debian/patches/40_fpu_arm_sigfpe.patch: Likewise.
814   * Repackaged upstream source to deal with binaries w/o sources.
815     - pc-bios/video.x: New file removed.
816   * Create a new qemu-user(1) manpage and link all user emulator manpages
817     to it. (Closes: #335163)
818   * Add missing '-' and '=' keycodes for sendkey command.
819     - debian/patches/50_missing_keycodes.patch: New file. (Closes: #334071)
820     Thanks to Robert Millan <rmh@aybabtu.com>.
821   * Add manpage link for qemu-system-mips.
822   * Make sysctl byte-swap the name values.
823     - debian/patches/32_syscall_sysctl.patch: Merge patch. (Closes: #334458)
824     Thanks to Josh Triplett <josh@psas.pdx.edu>.
825   * Change documentation menu section to "Apps/Emulators". (Closes: #335062)
826     Thanks to Frans Pop <aragorn@tiscali.nl>.
827   * On PowerPC, do not zero registers r7-r31 in do_fork and zero register r3.
828     Fixing segfaults on programs using the clone syscall.
829     - debian/patches/33_syscall_ppc_clone.patch: New file. (Closes: #335159)
830     Thanks to Josh Triplett <josh@psas.pdx.edu>
831     and Paul Brook <paul@codesourcery.com>.
832   * Tighten vgabios and bochsbios versioned Depends.
833   * Add video.x to the list of roms to touch to make qemu Makefile happy.
834   * Add lintian overrides for the user emulators being shlib-with-non-pic-code.
835   * Wrap lines in debian/control fields (knowingly breaking policy).
836
837   [ Guilherme de S. Pastore ]
838   * debian/control:
839     - Updated my e-mail address.
840   * debian/copyright:
841     - Dropped AndrĂ© from team members list, not a single contribution ever.
842
843  -- Guillem Jover <guillem@debian.org>  Mon, 31 Oct 2005 05:01:45 +0200
844
845 qemu (0.7.0-4) unstable; urgency=low
846
847   [ Guillem Jover ]
848   * Rebuild source with locally deborked dpkg-source. (Closes: #321019)
849   * Added the location of the Subversion repo used for the packages and
850     fixed the upstream URL in debian/copyright.
851   * Lower case title header in qemu-make-debian-root man page.
852   * Use dd instead of cat to generate the qemu debian root image.
853     (Closes: #315952)
854
855  -- Guillem Jover <guillem@debian.org>  Wed,  3 Aug 2005 05:53:30 +0300
856
857 qemu (0.7.0-3) unstable; urgency=low
858
859   [ Guillem Jover ]
860   * Update watch file to version 3, use perlre and new upstream site.
861   * Now using Standards-Version 3.6.2 (no changes needed).
862   * Fix TUN/TAP network interface stalling the connection. (Closes: #290569)
863     Thanks to Vitaly Belostotsky <byly.useless@tochka.ru>.
864   * Link against librt, needed by the new clock_gettime syscall.
865     - debian/patches/31_syscalls.patch: Update. (Closes: #315388)
866     Thanks to Timo Savola <tsavola@movial.fi> for noticing.
867   * Force Build-Dependency on binutils >= 2.16-1 needed by the amd64 and
868     powerpc linker scripts. (Closes: #262655)
869   * Force usage of gcc-3.4. (Closes: #319527)
870   * Add missing Build-Dependency on zlib1g-dev.
871     Thanks to Reinhard Tartler <siretart@tauware.de>.
872   * Include <linux/types.h> in syscall.c to avoid the broken headers in 
873     linux-kernel-headers 2.6.12.
874     - debian/patches/34_syscalls_types.patch: New file.
875     Thanks to Octavian Cerna <tavy@ylabs.com>.
876   * Fix powerpc linker script.
877     - debian/patches/50_ppc_ldscript.patch: New file.
878     Thanks to Octavian Cerna <tavy@ylabs.com>.
879
880  -- Guillem Jover <guillem@debian.org>  Mon,  1 Aug 2005 02:48:09 +0300
881
882 qemu (0.7.0-2) unstable; urgency=low
883
884   [ Guillem Jover ]
885   * Add alpha, sparc, arm and s390 to Architectures (and to the
886     libgpmg1-dev Build-Depends).
887
888   * Forward SIGSTOP and SIGCONT sent to QEMU to the emulated application.
889     - debian/patches/10_signal_jobs.patch: New file.
890     Thanks to Ulrich Hecht.
891   * Return EINVAL on emulated sigaction when given invalid signal
892     parameters SIGKILL and SIGSTOP.
893     - debian/patches/11_signal_sigaction.patch: New fle.
894     Thanks to Valtteri Rahkonen.
895   * Do not print messsages for uncaught signal, thus fixing the case
896     were some applications want to kill their siblings.
897     - debian/patches/12_signal_silent.patch: New file.
898     Thanks to Valtteri Rahkonen
899
900   * Fix Unix sockets by handling correctly AF_UNIX socket address
901     structure length.
902     - debian/patches/20_net_socket.patch: New file.
903     Thanks to Timo Savola.
904   * Implement SO_LINGER, SO_RCVTIMEO, SO_SNDTIMEO, SO_PEERNAME and
905     SO_PEERCRED getsockoptions.
906     - debian/patches/21_net_sockopt.patch: New file.
907     Thanks to Valtteri Rahkonen.
908
909   * Implement SysV IPC message and semaphore syscalls.
910     - debian/patches/30_syscall_ipc.patch: New file.
911     Thanks to Valtteri Rahkonen.
912   * Implement acct, umount2, uselib, swapon, syslog, ftruncate64,
913     mincore, madvise, readahead and clock_gettime syscalls.
914     - debian/patches/31_syscalls.patch: New file.
915     Thanks to Ulrich Hecht.
916   * Implement sysctl CTL_KERN/KERN_VERSION
917     - debian/patches/32_syscall_sysctl.patch: New file.
918     Thanks to Timo Savola.
919   * Implement truncate64 syscall.
920     - debian/patches/33_syscall_truncate64.patch: New file.
921     Thanks to Valtteri Rahkonen.
922
923   * Implement ARM floating point exeption emulation.
924     - debian/patches/40_fpu_arm_sigfpe.patch: New file.
925     Thanks to Ulrich Hecht.
926
927  -- Guillem Jover <guillem@debian.org>  Sun, 19 Jun 2005 15:05:37 +0300
928
929 qemu (0.7.0-1) experimental; urgency=low
930
931   [ Guillem Jover ]
932   * New upstream release. (Closes: #308459, #308494)
933   * Do not require a disk image when booting a Linux kernel. (Closes: #260935)
934     Thanks to Jonas Smedegaard <dr@jones.dk>.
935
936   [ Guilherme de S. Pastore ]
937   * Rewrote README.Debian for more clarity
938   * Add support for amd64 as a host architecture. (Closes: #262655)
939     - Add build-depend on libgpmg1-dev on amd64.
940   * Fixed qemu-make-debian-root so that it shows the name by which
941     it was called on the usage notice, not "%s". (Closes: #303507)
942     Thanks to Micah Anderson <micah@riseup.net>.
943
944   [ Elrond ]
945   * Clean up more files, so they don't end up in the final .diff.gz
946   * Switch to external proll and openhackware:
947     - Instead of patching qemu's Makefile, trick it by giving it empty
948       files to install and remove them straight after install.
949     - Don't ship the roms in debian/roms any more!
950     - Instead add more symlinks.
951     - Update Depends: apropiately.
952
953  -- Guillem Jover <guillem@debian.org>  Fri, 27 May 2005 02:06:20 +0300
954
955 qemu (0.6.1+20050407-1) unstable; urgency=low
956
957   [ Guillem Jover ]
958   * New upstream snapshot.
959     - Fix -user-net. (Closes: #295019)
960     - Fix win2k and winxp image booting. (Closes: #285170, #292707)
961     - Fix installation of outdated documentation. (Closes: #286931)
962     - Provide qemu-img instead of qemu-mkcow. (Closes: #290713)
963     - Remove debian/patches/05_fix_openpic_timer_test.patch, integrated
964       upstream.
965     - Remove debian/patches/02_selectable_sdl_keyboard.patch, superseded
966       by new keyboard implementation. (Closes: #284510, #299432)
967     - Remove debian/patches/01_mkcow_section_and_hyphens.patch.
968     - Conditionalize qemu -g option for some architectures. (Closes: #298988)
969   * Added new copyright year to debian/copyright.
970   * Added initial qemu-make-debian-root man page. (Closes: #286932)
971   * Fixed typos in qemu documentation. (Closes: #301933)
972     Thanks to A Costa <agcosta@gis.net>.
973   * Added Elrond <elrond@samba-tng.org> to Uploaders and packaging team.
974   * Use the default target list:
975     - Do not build qemu-fast anymore as it is deprecated upstream anyway.
976     (Closes: #278602, #281510)
977     - New targets armeb and system-x86_64.
978   * Updated ROM images under debian/roms/:
979     - OpenHackWare 0.4.
980     - Proll 18 with qemu specific patches.
981   * Remove uudecoded files from pc-bios/ on clean.
982   * Fix qemu-make-debian-root to behave correctly even if the needed
983     Recommends are not installed.
984
985   [ Guilherme de S. Pastore ]
986   * Create a doc-base entry for the package (Closes: #290669)
987   * debian/control:
988     - Add debootstrap to the 'Recommends: ' line, as needed by
989       qemu-make-debian-root (Closes: #302848)
990     - Moved sharutils from dependency to recommendation, as it is only
991       needed by qemu-make-debian-root
992   * debian/docs:
993     - Do not include README.distrib in the binary package (Closes: #302853)
994
995   [ Elrond ]
996   * Replace "libgpmg1-dev | not+linux-gnu" by "libgpmg1-dev [i386 powerpc]"
997     in Build-Depends. qemu should not need to build-depend on it anyway, the
998     real problem is described in Bug#267174. When it is solved, we can
999     remove our dependency. Until then please remember to add any arch, which
1000     we will build on and that has gpm. This change hopefully calms:
1001     <http://qa.debian.org/debcheck.php?dist=unstable&package=qemu>
1002   * Add versions to the dependencies on bochsbios and vgabios
1003     (Closes: #288997):
1004     - vgabios: Use the current version from testing/unstable (0.4c+20041014-1),
1005       according to Frans Pop <aragorn@tiscali.nl>, this fixed those
1006       "blank screen" problems.
1007     - bochsbios: Use the current version from unstable (2.1.1+20041109-3), as
1008       Guillem Jover fixed the networking in that version.
1009
1010  -- Guillem Jover <guillem@debian.org>  Thu,  7 Apr 2005 01:26:01 +0300
1011
1012 qemu (0.6.1-1) unstable; urgency=low
1013
1014   [ Guillem Jover ]
1015   * New upstream release. (Closes: #281626)
1016     - Booting from drive b is not supported anymore. (Closes: #275679)
1017     - Fix ne2k network interface that was not working in some situations.
1018       (Closes: #281862)
1019     - Remove debian/patches/06_build_gcc3.4.patch, fixed upstream.
1020     - Remove debian/patches/04_lfs.patch, fixed upstream.
1021     - Remove debian/patches/02_fix_powerpc_FTBFS.patch, fixed upstream.
1022     - Remove debian/patches/00_escape_manpage_hyphens.patch, not needed.
1023     - Sync debian/patches/03_use_external_bios.patch.
1024   * Include uuencoded source for proll 18, some build fixes and its binary
1025     proll.bin on debian/roms/.
1026   * Suggests sudo to be used by the qemu-ifup script.
1027     Thanks to Elrond <elrond@samba-tng.org>.
1028   * Make sudo in qemu-ifup explain what the password is for. (Closes: #281380)
1029   * Add an option to select the method to convert keyevent to keycode
1030     in the SDL keyboard handling code. Added support for Right Shift in the
1031     generic handler. (Closes: #282658)
1032     Thanks to Elrond <elrond@samba-tng.org>.
1033   * Do not set RTC frequency to 1024 or warn about this if it has already
1034     the correct value. (Closes: #281403)
1035   * Enabled sparc-softmmu support.
1036
1037  -- Guillem Jover <guillem@debian.org>  Sat, 27 Nov 2004 23:23:49 +0100
1038
1039 qemu (0.6.0.dfsg.2-1) unstable; urgency=low
1040
1041   [ Guillem Jover ]
1042   * Repackaged upstream source to remove external included files.
1043     - pc-bios/ppc-rom.bin: Removed.
1044     - pc-bios/OpenHackWare_0.3.tar.bz2: Likewise.
1045     - pc-bios/vgabios.bin: Likewise.
1046     - pc-bios/vgabios-cirrus.bin: Likewise.
1047     - pc-bios/vgabios-cvs-2004-06-17.tgz: Likewise.
1048   * Include uuencoded source for OpenHackWare 0.3.1 and its binary
1049     ppc-rom.bin on debian/roms/. Add a Build-Depends on sharutils.
1050   * Update tundev.c. Pass -tun-dev to qemu without the equal sign.
1051     Thanks to Isaac Clerencia <isaac@sindominio.net>.
1052   * Fix README.Debian to point to the renamed qemu-make-debian-root.
1053   * Add Depends on sharutils needed by qemu-make-debian-root.
1054     (Closes: #272130)
1055   * Use and depend on vgabios package, which is in sync with bochsbios
1056     that checks for rom bios checksums. (Closes: #281202)
1057   * Enable LFS globally, thus fixing problems with qemu-mkcow when using
1058     an existing large image.
1059     (Closes: #279925)
1060   * Fix openpic timer write test, catched from a warning about a constant
1061     value larger than the type it was casted to.
1062   * Fix build failure with gcc 3.4. Patch stolen from Gentoo BTS.
1063
1064  -- Guillem Jover <guillem@debian.org>  Mon, 15 Nov 2004 10:46:54 +0100
1065
1066 qemu (0.6.0.dfsg.1-1) unstable; urgency=high
1067
1068   [ Guillem Jover ]
1069   * Repackaged upstream source to deal with binaries w/o sources.
1070     (Closes: #268780)
1071     - pc-bios/bios.bin: Removed binary without source. Now using
1072       bochsbios package.
1073     - pc-bios/vgabios.bin: Rebuilt from vgabios cvs 2004-06-17 snapshot,
1074       source included.
1075     - pc-bios/vgabios-cirrus.bin: Likewise.
1076     - pc-bios/ppc-rom.bin: Rebuilt on voltaire, source included.
1077     - pc-bios/linux_boot.bin: Rebuilt from source.
1078   * Move make-debian-root.sh to /usr/sbin/qemu-make-debian-root.
1079     (Closes: #268705)
1080
1081  -- Guillem Jover <guillem@debian.org>  Mon, 13 Sep 2004 01:28:54 +0200
1082
1083 qemu (0.6.0-2) unstable; urgency=high
1084
1085   [ Guilherme de S. Pastore ]
1086   * Fixed dangling symlinks under /usr/share/man/man1. (Closes: #264764)
1087
1088   [ Guillem Jover ]
1089   * Fix FTBFS on powerpc.
1090     - debian/patches/02_fix_powerpc_FTBFS.patch: New file.
1091
1092  -- Guillem Jover <guillem@debian.org>  Wed, 18 Aug 2004 15:50:43 +0200
1093
1094 qemu (0.6.0-1) unstable; urgency=medium
1095
1096   * New maintainers. (Closes: #258900)
1097   * New upstream release. (Closes: #258732)
1098     - Installs ppc BIOS ROM file. (Closes: #257492)
1099     - Builds with -fno-strict-aliasing. (Closes: #257123)
1100
1101   [ Guilherme de S. Pastore ]
1102   * debian/rules:
1103     - Cleaned up.
1104     - Ported to use CDBS.
1105   * 00_escape_manpage_hyphens.patch:
1106     - Correct a little typo and escape hyphens in upstream manpage.
1107   * 01_mkcow_section_and_hyphens.patch:
1108     - Fix section mismatch and escape hyphens in the qemu-mkcow manpage.
1109   * Added simple /etc/qemu-ifup helper script. (Closes: #245281)
1110     Thanks to Martin Michlmayr <tbm@cyrius.com>.
1111   * Cleaned debian/watch.
1112   * UTF-8'ed debian/changelog.
1113   * Updated Standards-Version to 3.6.1.1.
1114   * Removed outdated and unnecessary debian/qemu-i386.sgml.
1115     - Removed build dependency on docbook-to-man.
1116   * Removed "x86" part from the description (hey, qemu is not x86-only
1117     in any way). Deserves a complete rewrite, shall be done soon.
1118
1119   [ Guillem Jover ]
1120   * Lower-case package short description.
1121   * Added missing CPU emulations to the description.
1122   * Cleaned and updated debian/copyright.
1123   * Removed manually added libx11-6 dependency.
1124   * Only Build-Depends on libgpmg1-dev on GNU/Linux systems.
1125   * Cosmetic unification to debian/changelog.
1126   * debian/rules:
1127     - Remove generated files.
1128     - Give exec perms to qemu-ifup.
1129
1130  -- Guillem Jover <guillem@debian.org>  Sun,  8 Aug 2004 17:24:08 +0200
1131
1132 qemu (0.5.5-2) unstable; urgency=low
1133
1134   * Re-enable SDL disabled while I was bugchasing. (Closes: #255014)
1135   * Yes, this is really 0.5.5. (Closes: #254655)
1136   * Enable slirp networking. (Closes: #253573)
1137   * Add Build-Depends on libgpmg1-dev (found by Bastian Blank, probably breaks
1138     Hurd but that's a problem for another day).
1139
1140  -- Paul Russell <prussell@debian.org>  Thu, 24 Jun 2004 06:26:42 +0200
1141
1142 qemu (0.5.5-1) unstable; urgency=low
1143
1144   * New upstream release. (Closes: #237556, #237556)
1145   * Applied patch to add options to make_debian_root.sh. (Closes: #238787)
1146   * Applied patch for other archs: hmmm... (Closes: #251420)
1147   * Do umount -d in make_debian_root.sh. (Closes: #251775)
1148
1149  -- Paul Russell <prussell@debian.org>  Tue,  1 Jun 2004 03:50:05 +0200
1150
1151 qemu (0.5.4-1) unstable; urgency=low
1152
1153   * New upstream release. (Closes: #246634)
1154   * qemu-mkcow included in upstream.
1155   * Added tundev program source in doc, to see if people find it useful.
1156
1157  -- Paul Russell <prussell@debian.org>  Mon,  3 May 2004 08:14:49 +0200
1158
1159 qemu (0.5.3-1) unstable; urgency=low
1160
1161   * New upstream release. (Closes: #237556)
1162   * Use aalib-config --static-libs. (Closes: #243325)
1163   * Document Control-Shift to release mouse pointer. (Closes: #238074)
1164
1165  -- Paul Russell <prussell@debian.org>  Tue, 13 Apr 2004 02:58:49 +0200
1166
1167 qemu (0.5.2-4) unstable; urgency=low
1168
1169   * Fix PPC install (Michel Daenzer patch). (Closes: #238431)
1170   * Simplify deps (might be wrong, but it's neater). (Closes: #238430)
1171
1172  -- Paul Russell <prussell@debian.org>  Wed, 17 Mar 2004 01:35:47 +0100
1173
1174 qemu (0.5.2-3) unstable; urgency=low
1175
1176   * Make compile on woody. (Closes: #238163)
1177   * Include qemu-doc.html. (Closes: #238076)
1178   * Wrote qemu-i386 man page. (Closes: #238077)
1179
1180  -- Paul Russell <prussell@debian.org>  Mon, 15 Mar 2004 23:56:25 +0100
1181
1182 qemu (0.5.2-2) unstable; urgency=low
1183
1184   * Fix build problem so bios.bin etc. can be found. (Closes: #237553)
1185
1186  -- Paul Russell <prussell@debian.org>  Fri, 12 Mar 2004 05:43:00 +0100
1187
1188 qemu (0.5.2-1) unstable; urgency=low
1189
1190   * Initial Release. (Closes: #187407)
1191
1192  -- Paul Russell <prussell@debian.org>  Wed,  3 Mar 2004 02:18:54 +0100
1193