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