[Commit] libic COPYING, 1.1.1.1, 1.2 ChangeLog, 1.18, 1.19 configure.in, 1.8, 1.9

Carl Worth commit at keithp.com
Fri Sep 5 16:24:47 PDT 2003


Committed by: cworth

Update of /local/src/CVS/libic
In directory home.keithp.com:/tmp/cvs-serv798

Modified Files:
	COPYING ChangeLog configure.in 
Log Message:
Expose functions for creating IcFormat based on IcFormatName or masks.
The actual IcFormat struct is no longer exposed.
Bump version number to 0.1.1

Index: COPYING
===================================================================
RCS file: /local/src/CVS/libic/COPYING,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- COPYING	21 Feb 2003 14:51:08 -0000	1.1.1.1
+++ COPYING	5 Sep 2003 22:24:45 -0000	1.2
@@ -1,6 +1,4 @@
-$XFree86: $
-
-Copyright © 2001 Keith Packard, member of The XFree86 Project, Inc.
+Copyright © 2001 Keith Packard
 
 Permission to use, copy, modify, distribute, and sell this software and its
 documentation for any purpose is hereby granted without fee, provided that

Index: ChangeLog
===================================================================
RCS file: /local/src/CVS/libic/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- ChangeLog	5 Sep 2003 17:17:22 -0000	1.18
+++ ChangeLog	5 Sep 2003 22:24:45 -0000	1.19
@@ -1,3 +1,25 @@
+2003-09-05  Carl Worth  <cworth at isi.edu>
+
+	* configure.in (LIBIC_VERSION): Bumped version to 0.1.1.
+
+	* src/ictrap.c (IcCreateAlphaPicture): Fixed memory leak.
+
+	* src/icimage.h: icimage->image_format now a struct not a
+	pointer. Rename integral format_name to format_code.
+
+	* src/iccompose.c: Remove unused functions: IcCombineSaturateU,
+	IcCombineSaturateC, IcFetch_a2b2g2r2, IcFetch_c8, IcFetch_c4,
+	IcFetch_g1, IcStore_c8, IcStore_g8, IcStore_c4, IcStore_g4,
+	IcStore_g1.
+
+	* src/iccolor.c (_IcOnes): Rename Ones to _IcOnes and expose it
+	for internal use.
+
+	* src/ic.h: Changed IcFormatName from an int to an enum.
+	Changed IcFormat from an exposed struct to an opaque type.
+	Now expose IcFormatCreate, IcFormatCreateMasks, and
+	IcFormatDestroy.
+
 2003-09-02  Carl Worth  <cworth at isi.edu>
 
 	* src/ic.h: Include inttypes.h rather than stdint.h on OpenBSD,

Index: configure.in
===================================================================
RCS file: /local/src/CVS/libic/configure.in,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- configure.in	31 Jul 2003 17:00:08 -0000	1.8
+++ configure.in	5 Sep 2003 22:24:45 -0000	1.9
@@ -6,7 +6,7 @@
 
 # Package version number, (as distinct from shared library version)
 # This must be manually synchronized with the version in src/ic.h
-LIBIC_VERSION=0.1.0
+LIBIC_VERSION=0.1.1
 
 # libtool shared library version
 




More information about the Commit mailing list