revision 793:7877d947228d
summary |
tree |
shortlog |
changelog |
graph |
changeset |
raw | bz2 | zip | gz changeset | 793:7877d947228d |
parent | 792:1183b763592e |
child | 794:879c5929c7ef |
author | nkeynes |
date | Wed Jul 30 02:26:42 2008 +0000 (15 years ago) |
Update version number and release notes for 0.8.4
![]() | RELEASE_NOTES | view | annotate | diff | log | |
![]() | configure | view | annotate | diff | log | |
![]() | configure.in | view | annotate | diff | log |
1.1 --- a/RELEASE_NOTES Wed Jul 30 02:24:06 2008 +00001.2 +++ b/RELEASE_NOTES Wed Jul 30 02:26:42 2008 +00001.3 @@ -1,4 +1,4 @@1.4 -Release notes for lxdream 0.8.31.5 +Release notes for lxdream 0.8.41.6 ===================================================1.8 Please note that this is still an alpha release - many things are not yet1.9 @@ -10,6 +10,15 @@1.10 perfectly or nearly so - feel free to experiment and let us1.11 know how it goes.1.13 +Changes since 0.8.31.14 +-------------------1.15 +* Fullly native Mac OS X support1.16 +* Renderer rewrite (fixes perspective correction among other problems)1.17 +* ALSA and PulseAudio sound drivers1.18 +* Save states now work on x86-641.19 +* New translations: Spanish and Italian1.20 +* Lots of miscellaneous bug-fixes and improvements1.21 +1.22 Changes since 0.8.21.23 -------------------1.24 * MMU Implementation1.25 @@ -59,16 +68,19 @@1.26 The following are known bugs (as opposed to missing features) that will be1.27 fixed in the next release, but are too large to be fixed for this version:1.29 -* Polygons that are partially clipped by the view frustum can be distorted1.30 -quite badly1.31 -* Limited depth precision causes tearing of view on some scenes.1.32 +* Graphic artifacts related to triangle sorting and/of lack of depth1.33 + precision.1.35 System requirements1.36 -------------------1.37 -GTK 2.6+1.38 -ESounD 2.36+1.39 -OpenGL drivers with EXT_framebuffer_object support (any recent drivers should be1.40 -fine)1.41 +Linux:1.42 + GTK 2.6+1.43 + OpenGL drivers with EXT_framebuffer_object or GLX PBuffer support1.44 + - Currently this means either the ATI or NVidia binary drivers.1.45 +1.46 +OS X:1.47 + System 10.4 or later1.48 +1.49 GCC, Make, etc.1.51 Building
2.1 --- a/configure Wed Jul 30 02:24:06 2008 +00002.2 +++ b/configure Wed Jul 30 02:26:42 2008 +00002.3 @@ -2276,7 +2276,7 @@2.5 # Define the identity of the package.2.6 PACKAGE=lxdream2.7 - VERSION=0.8.32.8 + VERSION=0.8.42.11 cat >>confdefs.h <<_ACEOF
3.1 --- a/configure.in Wed Jul 30 02:24:06 2008 +00003.2 +++ b/configure.in Wed Jul 30 02:26:42 2008 +00003.3 @@ -1,7 +1,7 @@3.4 dnl Process this file with autoconf to produce a configure script.3.6 AC_INIT(configure.in)3.7 -AM_INIT_AUTOMAKE(lxdream, 0.8.3)3.8 +AM_INIT_AUTOMAKE(lxdream, 0.8.4)3.9 AM_MAINTAINER_MODE3.10 AM_CONFIG_HEADER(config.h)
.