Final preparation for 0.76 release.

This commit is contained in:
rocky
2005-09-23 09:08:48 +00:00
parent f46d1ce0ea
commit ba988e93c8
2 changed files with 11 additions and 5 deletions

12
NEWS
View File

@@ -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 <cdio/cdda.h> in some applications that
used <cdio/paranoia.h> 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 $

View File

@@ -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)