From 112185dcc929344595874d967386dac3e76f2b77 Mon Sep 17 00:00:00 2001 From: Dodji Seketeli Date: Sat, 13 Dec 2003 12:46:10 +0000 Subject: ============= 0.4 release ================ updated this. make this compile 2003-12-13 Dodji Seketeli ============= 0.4 release ================ * README: updated this. * docs/examples/sac-example-[12].c: make this compile with g++. --- docs/release-notes-template.txt | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 docs/release-notes-template.txt (limited to 'docs') diff --git a/docs/release-notes-template.txt b/docs/release-notes-template.txt new file mode 100644 index 0000000..fcea84b --- /dev/null +++ b/docs/release-notes-template.txt @@ -0,0 +1,41 @@ +Application +=========== + +Libcroco 0.4 + +Description +=========== + +Libcroco is a CSS parsing and manipulation library +written in C for the gnome project. + +It provides : + +-two CSS parsing apis: SAC and CSSOM. +-A CSS2 selection and cascading engine based on libxml2. +-An experimental XML/CSS rendering engine. + +Changes +======= +- Removed the pango dependancy from the + selection engine and put it in the layout engine. (Dodji Seketeli) +- Added a test example to demonstrate the use of the selection engine (Stefan Seefeld) + +Fixes +===== +- Fixed some gcc-2.96 parse errors (Dodji Seketeli) +- Make sure the header files are C++ friendly (Dodji Seketeli) +- Make sure the code examples compile with g++ (Dodji Seketeli) +- Fixed a bug in the selection engine (Dodji Seketeli) + +Homepage +======== +http://www.freespiders.org/projects/libcroco + +Download +======== +http://ftp.gnome.org/pub/GNOME/sources/libcroco + +GNOME Software Map entry +======================== +http://www.gnome.org/softwaremap/projects/libcroco -- cgit v1.2.1