0.8 - Federico

This commit is contained in:
Federico Mena Quintero 2000-05-22 19:09:27 +00:00
parent 1b51476458
commit 1839240c72
3 changed files with 14 additions and 1 deletions

View File

@ -39,7 +39,8 @@ gdk_pixbuf_doc_DATA = \
gdk-pixbuf-sections.txt
content_files = \
compiling.sgml
compiling.sgml \
gdk-pixbuf.sgml
EXTRA_DIST = \
$(gdk_pixbuf_doc_DATA) \

View File

@ -1,3 +1,12 @@
2000-05-22 Federico Mena Quintero <federico@helixcode.com>
* configure.in: Bumped version number to 0.8.0.
* doc/Makefile.am (content_files): The toplevel gdk-pixbuf.sgml
file was not being distributed.
* gdk-pixbuf/pixops/Makefile.am (EXTRA_DIST): Added DETAILS.
2000-05-09 Darin Adler <darin@eazel.com>
* gdk-pixbuf/gdk-pixbuf-drawable.c: (rgb565lsb), (rgb565msb),

View File

@ -20,3 +20,6 @@ libpixops_la_SOURCES = \
pixops.h \
pixops-internal.h \
$(mmx_sources)
EXTRA_DIST = \
DETAILS