From 0eb61b09726e8d96db14e84533bd740a37caae67 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Mon, 20 Jun 2011 13:39:13 +0000 Subject: [PATCH] Bug fix: libburn-1.1.0 did only compile on Linux, FreeBSD, and Solaris --- libburn/branches/1.1.0.pl01/README | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/libburn/branches/1.1.0.pl01/README b/libburn/branches/1.1.0.pl01/README index f25d0570..6ae4c3ae 100644 --- a/libburn/branches/1.1.0.pl01/README +++ b/libburn/branches/1.1.0.pl01/README @@ -11,7 +11,7 @@ Still containing parts of Libburn. By Derek Foreman and Ben Jansens Copyright (C) 2002-2006 Derek Foreman and Ben Jansens - http://files.libburnia-project.org/releases/libburn-1.1.0.tar.gz + http://files.libburnia-project.org/releases/libburn-1.1.0.pl01.tar.gz ------------------------------------------------------------------------------ @@ -19,9 +19,9 @@ Copyright (C) 2002-2006 Derek Foreman and Ben Jansens From tarball -Obtain libburn-1.1.0.tar.gz, take it to a directory of your choice and do: +Obtain libburn-1.1.0.pl01.tar.gz, take it to a directory of your choice and do: - tar xzf libburn-1.1.0.tar.gz + tar xzf libburn-1.1.0.pl01.tar.gz cd libburn-1.1.0 ./configure --prefix=/usr make @@ -624,6 +624,10 @@ Project history as far as known to me: The consumption of stack memory was reduced. Statical program analysis found some rarely occuring memory leaks. Several small bugs were fixed. The suffix .plXY was dropped from tarball names of libburn and libisoburn. + +- Mon Jun 20 2011 patch release libburn-1.1.0.pl01: + libburn-1.1.0 compiled only on Linux, FreeBSD, and Solaris, but not on + other X/Open compliant systems. ------------------------------------------------------------------------------