comparison ext/guichan-0.8.1/NEWS @ 89:fa33cda75471

* Reverting back to 2543 as requested by sleek
author mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
date Sat, 19 Jul 2008 11:38:52 +0000
parents 4a0efb7baf70
children
comparison
equal deleted inserted replaced
88:1c2842ebe393 89:fa33cda75471
1 2008-04-26 Thirteenth Beta release Guichan 0.8.1
2
3 A minor release that fixes a soname problem along with a couple of GCC
4 3.4.2 issues.
5
6 2008-04-06 Twelfth Beta release Guichan 0.8.0
7
8 The new version of Guichan has better HGE support, enhanced API documentation,
9 enhanced examples and two new widgets called TabbedArea and Tab. Also a
10 number of nasty bugs have been fixed.
11
12 2007-07-11 Tenth Beta release Guichan 0.7.1
13
14 Small update compared to the 0.7.0 release. Missing source for the add ons,
15 the HGE support and the OpenLayer support was added.
16
17 2007-06-30 Ninth Beta release Guichan 0.7.0
18
19 The new version of Guichan contains support for the library OpenLayer
20 and experimental support for the library HGE. As users have had many
21 problems related to binary incompatibility with DLLs we are not going
22 to provide pre-compiled binaries anymore. From now on users are encourage
23 to compile Guichan themselves either by making DLLs and library files or
24 by simply including the source of Guichan in to the project using Guichan.
25
26 2007-01-23 Eigth Beta release Guichan 0.6.1
27
28 A small update compared to the 0.6.0 release which fixes a prolem
29 with inclusion OpenGL headers on Macintosh and removes some unneccesary
30 container functions from Widget.
31
32 2007-01-14 Seventh Beta release Guichan 0.6.0
33
34 We are getting closer and closer to a final stable 1.0 release. This
35 release introduced events to Guichan. The way Guichan handles input
36 has been refactored and should now be powerfull and flexible.
37
38 2006-06-29 Sixth Beta release Guichan 0.5.0
39
40 After a long awating comes the sixth beta release of Guichan. The major
41 change since the last version is a refactoring of the way Guichan handles
42 images, it should now be easier to extend Guichan with backends for
43 graphics handling. Also, containers have gone through a refactoring as
44 well making it much easier to make container widgets of your own.
45
46 2005-05-17 Fith Beta release (and Norways national day) Guichan 0.4.0
47
48 And here comes yet yet another beta release of Guichan. The major
49 feature add to this version is modal focus. For a complete list
50 of changes, see the ChangeLog.
51
52 2005-03-18 Fourth Beta release Guichan 0.3.0
53
54 And here comes yet another beta release of Guichan. This time
55 we have included everything we didn't have time to include for
56 the 0.2.0 release. For a complete list of changes, see the
57 ChangeLog.
58
59 Again a big thank you to Thorbjørn Lindeijer. This Guichan release
60 contains many API improvements suggested by Thorbjørn.
61
62 2004-12-17 Third Beta release Guichan 0.2.0
63
64 Here comes a new version of Guichan! This could be seen as
65 a "half release" of sorts, there were some things we would have
66 liked to put in this release, but didn't. We felt it was more
67 important to get a new version out before christmas, as a lot of
68 bugs had been fixed. See the ChangeLog for further details.
69
70 Big thanks goes to Thorbjørn Lindeijer and the rest of
71 "The Mana World"-team for helping in finding bugs, and suggesting
72 API improvements (that you probably will see implemented in 0.3.0)
73
74 2004-09-24 Second Beta release Guichan 0.1.0
75
76 Ten days after the first Beta comes the second which contains
77 some improvments, bug fixes and new implementations. For a
78 complete list of changes, check out the ChangeLog.
79
80 2004-09-14 First Beta release Guichan 0.0.1
81
82 The first Guichan API is ready for testing and evaluation.
83 Please send us feedbacks.
84