diff --git a/NEWS b/NEWS index 4488766e..786a1f36 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,8 @@ -$Id: NEWS,v 1.84 2005/09/22 23:59:59 rocky Exp $ +$Id: NEWS,v 1.85 2005/09/23 09:08:48 rocky Exp $ version 0.76 ===================================== -2005-09-22 +2005-09-23 - Better compatibility with C++ @@ -15,8 +15,14 @@ version 0.76 - Allow building cd-paranoia if Perl is not installed. +- More accurate library dependency tracking in linking and pkg-config + - Miscellaneous minor bug fixes. +- cdio/cdda.h headers no longer depends on cdio/paranoia.h but vice versa + is true. This may require an #include in some applications that + used but didn't include it. + version 0.75 ===================================== 2005-07-11 @@ -281,4 +287,4 @@ version 0.1 Routines split off from VCDImager. -$Id: NEWS,v 1.84 2005/09/22 23:59:59 rocky Exp $ +$Id: NEWS,v 1.85 2005/09/23 09:08:48 rocky Exp $ diff --git a/configure.ac b/configure.ac index 224cec26..c5458a49 100644 --- a/configure.ac +++ b/configure.ac @@ -16,10 +16,10 @@ dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA dnl 02111-1307, USA. define(RELEASE_NUM, 76) -define(CDIO_VERSION_STR, 0.$1cvs) +define(CDIO_VERSION_STR, 0.$1) AC_PREREQ(2.52) -AC_REVISION([$Id: configure.ac,v 1.169 2005/09/21 01:09:09 rocky Exp $])dnl +AC_REVISION([$Id: configure.ac,v 1.170 2005/09/23 09:08:48 rocky Exp $])dnl AC_INIT(libcdio, CDIO_VERSION_STR(RELEASE_NUM)) AC_CONFIG_SRCDIR(src/cd-info.c)