~ubuntu-branches/ubuntu/feisty/basilisk2/feisty

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2006-06-01 01:11:16 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060601011116-xjhegbgyfsxag5fl
Tags: 0.9.20060529-1
* New upstream CVS snapshot.
* Update local cdbs snippet copyright-check.mk:
  + Broaden scan to also look for "(c)" by default.
  + Make egrep options configurable.
  + Ignore auto-tools files.
* Bump up standards-version to 3.7.2 (no changes needed).
* Let dh_strip do the stripping (not the make install target).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
V1.0 (snapshot) - <date>
 
2
 - fixed support for volumes larger than 4 GB
2
3
 - fixed the problem with Ticks getting incremented on every interrupt, not
3
4
   just 60Hz (e.g. moving the mouse made the caret blink faster)
4
 
 - Unix: integrated JIT compiler for Linux/x86 and FreeBSD/x86
 
5
 - backport "idlewait" feature from SheepShaver
 
6
 - JIT: integrated dynamic translator for Linux/x86 and FreeBSD/x86
 
7
 - JIT: ported backend to support Linux/x86_64 (AMD64 and EM64T platforms)
 
8
 - JIT: fixed translation through constant jumps ("jitinline" config option)
 
9
 - JIT: improve detection of newer CPUs based on the P4 core but
 
10
   fallback to a safe default, if necessary
5
11
 - Unix: moved minimum autoconf support to 2.52+
6
12
 - Unix: add large file support for 2+ GB hard disk images
7
13
 - Unix: cleaned up pthread attributes [Brian Johnson]
18
24
 - Unix: new ether prefs option 'tun' to use a TUN/TAP interface. The
19
25
   configure script used can be overriden with "etherconfig"
20
26
 - Unix: SDL audio and video output are now available in option
21
 
 - Unix: port JIT compiler to Linux/x86_64 (AMD64 and EM64T platforms)
22
27
 - Unix: sheep_net driver ported to kernel 2.6 (patches from Mac-On-Linux)
23
28
 - Unix: fix network code to work correctly on 64-bit platforms
 
29
 - Unix: add user-mode network emulation stack, enabled with 'slirp'
24
30
 - Unix: implement X11 to MacOS exchange of text through the clipboard
 
31
 - Unix: improve overall responsiveness on NetBSD platforms
 
32
 - Unix: fix GUI to build with newer GTK+2
 
33
 - Unix: fix crash when exitting the GUI early
 
34
 - Unix: fix fullscreen DGA mode with the VidMode extension
25
35
 - Windows: a new port derived from Lauri's work is now available
26
36
 
27
37
V1.0 (snapshot) - 15.Jan.2002