[gdome]News(7) on CVS preparing 0.7.0



Hi,
   I've just committed what should be the canditate version for gdome2
release 0.7.0:

News:
   - Changed the type of all "unsigned long" parameters, variables and
     return values to "gulong".
   - Changed the type of all "unsigned short" parameters, variables and
     return values to "gushort".
   - Added structures reset after creation for Gdome_xml_NamedNodeMap
     and Gdome_xml_DOMImplementation.
   - Fixed libgdome dependencies problem addind GLIB_LIBS and LIBXML_LIBS
     to libgdome_la_LIBADD (thanx to Enrico Zini and Robert Bihlmeyer).
   - Fixed some problems related to refence counting system and tree
     garbace collector system (Node.appendChild, Node.insertBeforeChild,
     Node.replaceChild, Node.childNodes).
   - Fixed some problems related to handling DocumentFragment nodes w.r.t
     the tree garbage collector (Node.insertBeforeChild,
     Node.appendChild).
   - Modified gdome_xxx_childNodes to handle correctly those node types
     whose nodes are always leaf (Modified also gdome_nl_length and
     gdome_nl_item).
   - Modified gdome_doc_doctype to link always doc->intSubset. Doing so,
     the resulting DocumentType node behaves always in the right way.
   - Modified test-node test program to follow new treegc fetures.
   - Modified gdome-config (and gdome-config.1) to use prefix and and
     exec-prefix outputting cflags and libs result.
   - Added in HTML Documentation a new main section called "Memory
     Management System" with the description of the two modules treegc
     and private-list.
   - Added GDOME_NOEXCEPTION_ERR = 0 to GdomeExceptionCode, and modified
     GDOME_UNSPECIFIED_EVENT_TYPE_ERR from 0 to 257.
   - Added gdome-config.1.in

Next Tasks:
   - Remove old API
   - Update Documentation
   - release gdome2-0.7.0
   - Add XPATH module to gdome2

Bye,
   paolo.

--
Paolo Casarini - casarini cs unibo it




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]