==================== 0.3.0 ==================== Wed Feb 15 00:33:38 PST 2006 Christian Hammond * NEWS: * configure.ac: - Bump the version to 0.3.0 and prepare for release. Mon Feb 13 21:50:55 PST 2006 Christian Hammond * src/leaftag.defs: - Wrap lt_source_get_filename(). Mon Feb 13 22:42:25 MST 2006 David Trowbridge * src/leaftag.override: - Fix a crasher bug in the binding for lt_get_sources_with_tags Mon Feb 13 21:07:58 PST 2006 Christian Hammond * src/leaftagmodule.c: - Don't call pyleaftag_add_constants. Leaftag has no constants we'd want to add, so this never gets created. Sun Feb 12 03:29:09 PST 2006 Christian Hammond * src/leaftag.defs: * src/leaftag.override: - Finish wrapping the rest of the libleaftag API. This all *should* work but there may be bugs or memory leaks. Tue Jan 03 00:35:17 PST 2006 Christian Hammond * src/leaftag.override: - Move the tag unwrapping code into its own function, since we'll be using it again. Tue Jan 03 00:25:27 PST 2006 Christian Hammond * src/leaftag.defs: * src/leaftag.override: - Implement overrides for lt_source_lookup_many, lt_source_tag and lt_tag_get_sources. - Remove lt_source_tag_with_names, as the tag function will now handle both strings and Tag objects. Mon Jan 02 18:15:45 PST 2006 Christian Hammond A src/leaftag.defs: A src/leaftagmodule.c: A src/leaftag.override: A src/Makefile.am: A tests/Makefile.am: A AUTHORS: A ChangeLog: A COPYING: A INSTALL: A Makefile.am: A NEWS: A README: A acinclude.m4: A autogen.sh: A configure.ac: A leaftag-python.pc.in: - Initial import of leaftag-python.