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