[libfake437] r333 committed - Prepare for release 0.6.

1 view
Skip to first unread message

libfa...@googlecode.com

unread,
Jan 1, 2010, 10:45:12 PM1/1/10
to libfake43...@googlegroups.com
Revision: 333
Author: endgame.dos
Date: Fri Jan 1 19:07:20 2010
Log: Prepare for release 0.6.
http://code.google.com/p/libfake437/source/detail?r=333

Modified:
/trunk/Makefile.am
/trunk/NEWS
/trunk/configure.ac
/trunk/include/fake437/types.h

=======================================
--- /trunk/Makefile.am Fri Jan 1 19:06:33 2010
+++ /trunk/Makefile.am Fri Jan 1 19:07:20 2010
@@ -35,13 +35,13 @@
src/libfake437/font_8x8.c \
src/libfake437/font_8x8_thin.c \
src/libfake437/font_8x14.c
-libfake437_la_LDFLAGS = $(SDL_L_FLAGS) -no-undefined -version-info 6:0:0
+libfake437_la_LDFLAGS = $(SDL_L_FLAGS) -no-undefined -version-info 7:0:0
libfake437_la_LIBADD = -lSDL

libfake437___la_SOURCES = \
src/libfake437++/display.cpp \
src/libfake437++/surface.cpp
-libfake437___la_LDFLAGS = $(SDL_L_FLAGS) -no-undefined -version-info 2:0:0
+libfake437___la_LDFLAGS = $(SDL_L_FLAGS) -no-undefined -version-info 3:0:0
libfake437___la_LIBADD = libfake437.la

if ENABLE_EXAMPLES
=======================================
--- /trunk/NEWS Fri Jan 1 19:05:03 2010
+++ /trunk/NEWS Fri Jan 1 19:07:20 2010
@@ -1,10 +1,10 @@
What's new in version 0.6:
-
* f437_surface_free now returns a pointer to the encapsulated
SDL_Surface.
-
* A layer-based display abstraction: F437Display. See the texinfo
manual.
+* C++ classes can now return the encapsulated SDL_Surface* and return
+ the width/height of the surface, in characters.

What's new in version 0.5 (2009-12-27):
* Support for multiple (and user-defined) fonts, by way of the
=======================================
--- /trunk/configure.ac Sun Dec 27 18:47:35 2009
+++ /trunk/configure.ac Fri Jan 1 19:07:20 2010
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.61])
-AC_INIT([libfake437], [0.5], [endga...@gmail.com])
+AC_INIT([libfake437], [0.6], [endga...@gmail.com])
AC_CONFIG_AUX_DIR([auxfiles])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADER([config.h])
=======================================
--- /trunk/include/fake437/types.h Fri Jan 1 19:06:33 2010
+++ /trunk/include/fake437/types.h Fri Jan 1 19:07:20 2010
@@ -272,7 +272,7 @@
** @deftypeivar F437Display int size
** @end deftypeivar
**
- ** @deftypeivar int allocated_size
+ ** @deftypeivar F437Display int allocated_size
** @end deftypeivar
**
** @deftypeivar F437Display F437DisplayLayer* layers

Reply all
Reply to author
Forward
0 new messages