Go over shared library revision numbers and NEWS in advance of a Oct 27 0.79 release.

This commit is contained in:
rocky
2007-10-13 08:42:57 +00:00
parent ad29b3b4c5
commit eb8a5388ad
5 changed files with 21 additions and 16 deletions

16
NEWS
View File

@@ -1,14 +1,18 @@
$Id: NEWS,v 1.109 2007/06/18 00:57:05 rocky Exp $
$Id: NEWS,v 1.110 2007/10/13 08:42:57 rocky Exp $
version 0.79cvs
- iso-read: Add --ignore -k to ignore errors.
- Fix Bugs #18522, #18563, #18131 #19221 (possibly), #19880 and other
miscelleaneous bugs
- Fix Savannah Bugs #18522, #18563, #18131 #19221 (possibly), #19880,
#21147 and other miscelleaneous bugs and memory leaks
- cd-info: force CDDB disc id to be 32-bits. Problem reported
by Eric Shattow.
by Eric Shattow.
- cd-paranoia: allow ripping before the first track. Problem reported
by Eric Shattow.
by Eric Shattow.
- Support for multisession CD-Extra Discs - via of Patrick Guimond
- Add iso9660_fs_find_lsn_with_path and iso9660_ifs_find_lsn_with_path to report the
full filename path of lsn.
- improve eject code for OSX
version 0.78.2
2006-10-31
@@ -378,4 +382,4 @@ version 0.1
Routines split off from VCDImager.
$Id: NEWS,v 1.109 2007/06/18 00:57:05 rocky Exp $
$Id: NEWS,v 1.110 2007/10/13 08:42:57 rocky Exp $

View File

@@ -1,6 +1,6 @@
# $Id: Makefile.am,v 1.10 2006/03/14 12:05:16 rocky Exp $
# $Id: Makefile.am,v 1.11 2007/10/13 08:42:57 rocky Exp $
#
# Copyright (C) 2004, 2005, 2006 Rocky Bernstein <rocky@panix.com>
# Copyright (C) 2004, 2005, 2006, 2007 Rocky Bernstein <rocky@gnu.org>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -47,7 +47,7 @@
EXTRA_DIST = libcdio_cdda.sym
libcdio_cdda_la_CURRENT := 0
libcdio_cdda_la_REVISION := 2
libcdio_cdda_la_REVISION := 3
libcdio_cdda_la_AGE := 0
noinst_HEADERS = common_interface.h drive_exceptions.h low_interface.h \

View File

@@ -1,6 +1,6 @@
# $Id: Makefile.am,v 1.5 2006/03/07 10:46:36 rocky Exp $
# $Id: Makefile.am,v 1.6 2007/10/13 08:42:57 rocky Exp $
#
# Copyright (C) 2005, 2006 Rocky Bernstein <rocky@panix.com>
# Copyright (C) 2005, 2006, 2007 Rocky Bernstein <rocky@gnu.org>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -45,7 +45,7 @@
lib_LTLIBRARIES = libiso9660++.la libcdio++.la
libcdiopp_la_CURRENT := 0
libcdiopp_la_REVISION := 0
libcdiopp_la_REVISION := 1
libcdiopp_la_AGE := 0
libcdiopp_sources = cdio.cpp devices.cpp

View File

@@ -1,4 +1,4 @@
# $Id: Makefile.am,v 1.19 2006/10/28 02:11:24 rocky Exp $
# $Id: Makefile.am,v 1.20 2007/10/13 08:42:57 rocky Exp $
#
# Copyright (C) 2003, 2004, 2005, 2006 Rocky Bernstein <rocky@panix.com>
#
@@ -44,7 +44,7 @@
# incompatibility with previous versions.
libcdio_la_CURRENT := 8
libcdio_la_REVISION := 0
libcdio_la_REVISION := 1
libcdio_la_AGE := 1
EXTRA_DIST = image/Makefile FreeBSD/Makefile MSWindows/Makefile \

View File

@@ -1,6 +1,7 @@
# $Id: Makefile.am,v 1.13 2007/08/11 16:26:14 rocky Exp $
# $Id: Makefile.am,v 1.14 2007/10/13 08:42:57 rocky Exp $
#
# Copyright (C) 2003, 2004, 2005, 2006 Rocky Bernstein <rocky@panix.com>
# Copyright (C) 2003, 2004, 2005, 2006, 2007
# Rocky Bernstein <rocky@gnu.org>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by