Skip to content

Commit

Permalink
2.7.0dev
Browse files Browse the repository at this point in the history
  • Loading branch information
FrodeSolheim committed Sep 20, 2015
1 parent 18ee612 commit 9fe0166
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Version 2.7.0dev:

* Merged JIT compiler updates from the ARAnyM project.
* Support for JIT compilation on x86-64 (Linux/Windows/OS X). It may contain
bugs yet. FPU JIT is currently disabled by default for x86-64.
* JIT 64-bit direct memory exception handlers for Linux/Windows/OS X.
* Compile FS-UAE / Windows as large address aware for more virtual memory.
* Updated emulation core from WinUAE 3200b12.

Version 2.5.42dev:

* Map gamepad start button to menu when in Amiga joystick mode (not CD32).
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.67])
AC_INIT([FS-UAE], [2.5.41dev],
AC_INIT([FS-UAE], [2.7.0dev],
[[email protected]], [fs-uae], [http://fs-uae.net])
AC_CONFIG_AUX_DIR([.])
AC_CANONICAL_HOST
Expand Down
4 changes: 2 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
fs-uae (2.5.41~dev-0) unstable; urgency=low
fs-uae (2.7.0~dev-0) unstable; urgency=low

* Dummy changelog entry.

-- Frode Solheim <[email protected]> Sat, 19 Sep 2015 12:00:45 +0200
-- Frode Solheim <[email protected]> Sun, 20 Sep 2015 23:33:03 +0200
4 changes: 2 additions & 2 deletions fs-uae.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%define name fs-uae
%define version 2.5.41dev
%define unmangled_version 2.5.41dev
%define version 2.7.0dev
%define unmangled_version 2.7.0dev
%define release 1%{?dist}

Summary: Amiga emulator with on-screen GUI and online play support
Expand Down

0 comments on commit 9fe0166

Please sign in to comment.