ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/lsys/NEWS
Revision: 1.2
Committed: Thu Apr 29 12:42:13 2010 UTC (14 years ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +6 -1 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.2 version 0.8 Thu Apr 29 14:36:01 CEST 2010
2     - finally licensed lsys as "GPLv3 or any later" (see COPYING),
3     thanks to Lievisse Adriaanse for notifying me that lsys
4     is not free software.
5    
6     version 0.7 November 2008(?)
7 root 1.1 - make it compile with g++-4.x.
8     - improved support for alpha-framebuffers, for hardware that only
9     supports that.
10    
11     version 0.6 Tue Jan 7 20:26:50 CET 2003
12     - much improved opengl rendering.
13     - antialiasing now done in software by default,
14     which is much faster than accumbufs.
15     - ported to newer autoconf (2.57) and automake (1.7).
16     - long options work now.
17    
18     version 0.0.5 Mon Dec 23 11:26:34 CET 2002
19     - tried to compile on a current system, many fixes.
20     - "ported" to g++-3.2, i.e. newer c++.
21     - updated to antlr 1.33MR33.
22    
23     version 0.0.4
24     - use <exception> as base class.
25     - added -h switch (help).
26     - removed bogus options from Makefile.am.
27     - updated url.
28    
29     version 0.0.3 Wed Jun 2 15:14:36 CEST 1999
30     - more compatibility fixes.
31     - first release.
32    
33     version 0.0.2
34     - removed some BIIG memory leaks.
35     - eval cache implemented, lookup very slow.
36     - whole bunch of functions added (untested & undocumented, as everything).
37     - antialiasing implemented in opengl, just wait a few seconds/minutes.
38     - primitive rayshade interface added.
39     - primitive (?) radiance interface added.
40    
41     version 0.0.1 Fri Aug 14 19:35:06 CEST 1998
42     - initial revision.