diff options
author | Federico Mena Quintero <federico@src.gnome.org> | 2000-05-22 19:09:27 +0000 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2000-05-22 19:09:27 +0000 |
commit | 1839240c72e086443e6e0e339b38fafb05a6a973 (patch) | |
tree | 03522236555ec750b819b3e14c6b47b4071991cc | |
parent | 1b51476458f77174f066c995837b4c743a204ac1 (diff) | |
download | gdk-pixbuf-1839240c72e086443e6e0e339b38fafb05a6a973.tar.gz |
0.8 - FedericoGDK_PIXBUF_0_8_0
-rw-r--r-- | docs/reference/gdk-pixbuf/Makefile.am | 3 | ||||
-rw-r--r-- | gdk-pixbuf/ChangeLog | 9 | ||||
-rw-r--r-- | gdk-pixbuf/pixops/Makefile.am | 3 |
3 files changed, 14 insertions, 1 deletions
diff --git a/docs/reference/gdk-pixbuf/Makefile.am b/docs/reference/gdk-pixbuf/Makefile.am index d9d18350c..9535b90a5 100644 --- a/docs/reference/gdk-pixbuf/Makefile.am +++ b/docs/reference/gdk-pixbuf/Makefile.am @@ -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) \ diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index a059af10e..2907d76ed 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -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), diff --git a/gdk-pixbuf/pixops/Makefile.am b/gdk-pixbuf/pixops/Makefile.am index f20c7e912..5fe5fd546 100644 --- a/gdk-pixbuf/pixops/Makefile.am +++ b/gdk-pixbuf/pixops/Makefile.am @@ -20,3 +20,6 @@ libpixops_la_SOURCES = \ pixops.h \ pixops-internal.h \ $(mmx_sources) + +EXTRA_DIST = \ + DETAILS
\ No newline at end of file |