<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.creativecommons.org/index.php?action=history&amp;feed=atom&amp;title=Liblicense%2FReleases</id>
		<title>Liblicense/Releases - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.creativecommons.org/index.php?action=history&amp;feed=atom&amp;title=Liblicense%2FReleases"/>
		<link rel="alternate" type="text/html" href="https://wiki.creativecommons.org/index.php?title=Liblicense/Releases&amp;action=history"/>
		<updated>2026-04-26T17:36:24Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://wiki.creativecommons.org/index.php?title=Liblicense/Releases&amp;diff=18717&amp;oldid=prev</id>
		<title>Greg Grossmeier: Initial Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.creativecommons.org/index.php?title=Liblicense/Releases&amp;diff=18717&amp;oldid=prev"/>
				<updated>2008-09-27T19:05:57Z</updated>
		
		<summary type="html">&lt;p&gt;Initial Page&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= liblicense Release History =&lt;br /&gt;
taken from the ChangeLog File&lt;br /&gt;
&lt;br /&gt;
== liblicense 0.8 (2008-07-28): ==&lt;br /&gt;
* Fixed LL_LICENSE to be ns#license, not ns#License&lt;br /&gt;
* Therefore, bumped ABI and SONAME.&lt;br /&gt;
* Removed NULLs possibly meaning LL_LICENSE from ll_read() and ll_write()&lt;br /&gt;
&lt;br /&gt;
== liblicense 0.7.1 (2008-07-23): ==&lt;br /&gt;
&lt;br /&gt;
* Improved bundled .spec file to be compliant with Fedora packaging guidelines&lt;br /&gt;
* Demonstrate with test that license name can be read out in the system locale&lt;br /&gt;
* Fix writers for alternate metadata so that they pay attention to&lt;br /&gt;
  the predicate passed in (rather than always writing LL_LICENSE, GACK!)&lt;br /&gt;
* Add test for writing alternate metadata&lt;br /&gt;
* Add support in Python bindings to read other metadata than LL_LICENSE&lt;br /&gt;
&lt;br /&gt;
== liblicense 0.7.0: ==&lt;br /&gt;
&lt;br /&gt;
* Change LL_* constants into #defines to avoid problems with Python modules&lt;br /&gt;
* SONAME -&amp;gt; 2.0.0&lt;br /&gt;
&lt;br /&gt;
== liblicense 0.6.2: ==&lt;br /&gt;
&lt;br /&gt;
* Fix /usr/bin/license so that it can read license information out of files&lt;br /&gt;
  (rather than assert(0)ing!).&lt;br /&gt;
&lt;br /&gt;
== liblicense 0.6.1: ==&lt;br /&gt;
&lt;br /&gt;
* Finally fix SONAME to be 1&lt;br /&gt;
* Filter symbols by regex&lt;br /&gt;
* Remove spurious bad &amp;quot;FIXME&amp;quot; string in supposedly the license URI&lt;br /&gt;
&lt;br /&gt;
== liblicense 0.6: ==&lt;br /&gt;
&lt;br /&gt;
* verification link support&lt;br /&gt;
* morePermission support&lt;br /&gt;
* Tests actually assert; all tests pass&lt;br /&gt;
* ensure all functions, etc are documented w/Doxygen&lt;br /&gt;
&lt;br /&gt;
== liblicense 0.5.1: ==&lt;br /&gt;
&lt;br /&gt;
* fix Ruby bindings to compile - add stdbool.h include (hub)&lt;br /&gt;
* fix license_info.c's ll_parse_version to not free user-provided data (paulproteus)&lt;br /&gt;
&lt;br /&gt;
== liblicense 0.5: ==&lt;br /&gt;
&lt;br /&gt;
Maintainer: Asheesh Laroia &amp;lt;asheesh@creativecommons.org&amp;gt;&lt;br /&gt;
Contributors: Hubert Figuiere &amp;lt;hub@figuiere.net&amp;gt;&lt;br /&gt;
              Nathan Yergler &amp;lt;nathan@creativecommons.org&amp;gt;&lt;br /&gt;
              Peter Miller &amp;lt;millerp@canb.auug.org.au&amp;gt;&lt;br /&gt;
              Scott Shawcroft &amp;lt;scott.shawcroft@gmail.com&amp;gt;&lt;br /&gt;
              Jason Kivlighn &amp;lt;jkivlighn@gmail.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Thanks to Hubert for a HUGE amount of work in this release:&lt;br /&gt;
&lt;br /&gt;
* Adds fixes for various, many segfaults (all NULL dereferences, I think)&lt;br /&gt;
* Install licenses in a temporary directory&lt;br /&gt;
* Uses LL_ namespace for constants&lt;br /&gt;
* Add module_shutdown function for modules&lt;br /&gt;
* Detect valgrind, and use it for 'make check' if it is present&lt;br /&gt;
* Fix missing string.h include in modules/io/taglib.cpp&lt;br /&gt;
* Support building out of tree&lt;br /&gt;
* Install modules in an all-local Makefile target, and support clean-local&lt;br /&gt;
* Detect Python in configure.ac and refuse to build Python module if its headers are missing&lt;br /&gt;
* Automake cleanup: $(shell pwd) -&amp;gt; $(PWD)&lt;br /&gt;
* Do shared object name versioning: This ABI/API is v. 1.0.0&lt;br /&gt;
* Fix a memory leak in the tests&lt;br /&gt;
* Allow 'make check' to run uninstalled&lt;br /&gt;
* Fix compile warnings, including a crazy NO_WARN_UNUSED hack for the Ruby bindings&lt;br /&gt;
* Ask configure.ac to require Exempi 1.99.5 and adjust exempi.c and sidecar_xmp.c for the new Exempi API&lt;br /&gt;
&lt;br /&gt;
From Nathan:&lt;br /&gt;
&lt;br /&gt;
* The RDF generation that was a one-off hack for liblicense is cleaned-up and now part of our infrastructure; as a result, liblicense gets its RDF files from an svn:externals.&lt;br /&gt;
* In particular, the licenses have translated titles and no dc:type = License assertion.&lt;br /&gt;
* (The above includes cleanups to gen_licenses.py, including translationg the license title and treating the RDF as RDF never as raw XML.)&lt;br /&gt;
&lt;br /&gt;
From Peter:&lt;br /&gt;
&lt;br /&gt;
* Updates to .indent.pro with typenames we use&lt;br /&gt;
* Add extern string constants for ATTRIBUTION, COMMERCIAL_USE, etc.&lt;br /&gt;
&lt;br /&gt;
From Scott:&lt;br /&gt;
&lt;br /&gt;
* Change configure.ac to use msgfmt, not gmsgfmt, and add RPM .spec&lt;br /&gt;
&lt;br /&gt;
From Jason, some of which is accepting patches by Peter:&lt;br /&gt;
* Fix license_chooser.c to not export non-ll_* symbols&lt;br /&gt;
* Prefix all types with ll_&lt;br /&gt;
* Hack around &amp;quot;unused argument&amp;quot; warnings in Python bindings, change magic zero padding at the end of the Python bindings&lt;br /&gt;
* Improve code style in license_chooser.c&lt;br /&gt;
* Typecast strlen return call to a SIGNED int to avoid a compile warning&lt;br /&gt;
* typecasts to (int) in license_info.c&lt;br /&gt;
* Comment out unused variables in licenses_cached.c that caused unused variable warnings&lt;br /&gt;
* Shortened variable names in modules/io/raptor.c&lt;br /&gt;
* Add a note about Vorbis prototypes needing const correctness analysis in mdoules/io/vorbis.c&lt;br /&gt;
&lt;br /&gt;
From Asheesh:&lt;br /&gt;
&lt;br /&gt;
* Fix null pointer dereferences in the case that libexempi failed to open a file we asked for metadata from&lt;br /&gt;
* Support LL_LICENSE_DIR environment variable as an alternate license storage path&lt;br /&gt;
* license_info.c: Redo the compile warning for license_info.c fix - use size_t as the storage field for the return from strlen&lt;br /&gt;
* license_info.c: Stop calling strlen() repeatedly, turning O(n^2) search into O(N) &lt;br /&gt;
* license_info.c: Remove unsigned int warning fix because it truncates data; should be fixed in an API revision&lt;/div&gt;</summary>
		<author><name>Greg Grossmeier</name></author>	</entry>

	</feed>