Update library version numbers for possible release. FSF address change.
This commit is contained in:
9
NEWS
9
NEWS
@@ -1,4 +1,4 @@
|
||||
$Id: NEWS,v 1.93 2006/03/06 22:15:35 rocky Exp $
|
||||
$Id: NEWS,v 1.94 2006/03/14 12:05:16 rocky Exp $
|
||||
|
||||
version 0.77cvs
|
||||
=====================================
|
||||
@@ -16,7 +16,8 @@ version 0.77cvs
|
||||
- Add more generic read_sectors()
|
||||
|
||||
- Document that NULL also uses default drive in close_tray, cdio_open
|
||||
and cdio_open_am.
|
||||
and cdio_open_am. Document b_mode2 paramenter not used in cdio ISO
|
||||
read.
|
||||
|
||||
- Some provision for handling Rock-Ridge device numbers.
|
||||
|
||||
@@ -46,6 +47,8 @@ version 0.77cvs
|
||||
- NRG checking parses file. string tests were invalid on short < 4
|
||||
character filenames.
|
||||
|
||||
- Revise and improve example programs
|
||||
|
||||
version 0.76
|
||||
=====================================
|
||||
2005-09-23
|
||||
@@ -333,4 +336,4 @@ version 0.1
|
||||
|
||||
Routines split off from VCDImager.
|
||||
|
||||
$Id: NEWS,v 1.93 2006/03/06 22:15:35 rocky Exp $
|
||||
$Id: NEWS,v 1.94 2006/03/14 12:05:16 rocky Exp $
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $Id: Makefile.am,v 1.9 2006/03/07 11:19:12 rocky Exp $
|
||||
# $Id: Makefile.am,v 1.10 2006/03/14 12:05:16 rocky Exp $
|
||||
#
|
||||
# Copyright (C) 2004, 2005, 2006 Rocky Bernstein <rocky@panix.com>
|
||||
#
|
||||
@@ -14,7 +14,8 @@
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||
# 02110-1301 USA.
|
||||
#
|
||||
########################################################
|
||||
# Things to make the cdda_interface library
|
||||
@@ -46,7 +47,7 @@
|
||||
EXTRA_DIST = libcdio_cdda.sym
|
||||
|
||||
libcdio_cdda_la_CURRENT := 0
|
||||
libcdio_cdda_la_REVISION := 1
|
||||
libcdio_cdda_la_REVISION := 2
|
||||
libcdio_cdda_la_AGE := 0
|
||||
|
||||
noinst_HEADERS = common_interface.h drive_exceptions.h low_interface.h \
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $Id: Makefile.am,v 1.14 2006/03/07 11:19:12 rocky Exp $
|
||||
# $Id: Makefile.am,v 1.15 2006/03/14 12:05:16 rocky Exp $
|
||||
#
|
||||
# Copyright (C) 2003, 2004, 2005, 2006 Rocky Bernstein <rocky@panix.com>
|
||||
#
|
||||
@@ -14,7 +14,8 @@
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||
# 02110-1301 USA.
|
||||
#
|
||||
########################################################
|
||||
# Things to make the libcdio library
|
||||
@@ -42,8 +43,8 @@
|
||||
# public release, then set AGE to 0. A changed interface means an
|
||||
# incompatibility with previous versions.
|
||||
|
||||
libcdio_la_CURRENT := 6
|
||||
libcdio_la_REVISION := 1
|
||||
libcdio_la_CURRENT := 7
|
||||
libcdio_la_REVISION := 0
|
||||
libcdio_la_AGE := 0
|
||||
|
||||
EXTRA_DIST = image/Makefile FreeBSD/Makefile MSWindows/Makefile \
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $Id: Makefile.am,v 1.10 2006/03/07 11:19:12 rocky Exp $
|
||||
# $Id: Makefile.am,v 1.11 2006/03/14 12:05:16 rocky Exp $
|
||||
#
|
||||
# Copyright (C) 2003, 2004, 2005, 2006 Rocky Bernstein <rocky@panix.com>
|
||||
#
|
||||
@@ -14,7 +14,8 @@
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||
# 02110-1301 USA.
|
||||
#
|
||||
########################################################
|
||||
# Things to make the libiso9660 library
|
||||
@@ -42,8 +43,8 @@
|
||||
# public release, then set AGE to 0. A changed interface means an
|
||||
# incompatibility with previous versions.
|
||||
|
||||
libiso9660_la_CURRENT := 4
|
||||
libiso9660_la_REVISION := 1
|
||||
libiso9660_la_CURRENT := 5
|
||||
libiso9660_la_REVISION := 0
|
||||
libiso9660_la_AGE := 0
|
||||
|
||||
EXTRA_DIST = libiso9660.sym
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $Id: Makefile.am,v 1.5 2006/03/07 11:19:12 rocky Exp $
|
||||
# $Id: Makefile.am,v 1.6 2006/03/14 12:05:16 rocky Exp $
|
||||
#
|
||||
# Copyright (C) 2004, 2006 Rocky Bernstein <rocky@panix.com>
|
||||
#
|
||||
@@ -14,7 +14,8 @@
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||
# 02110-1301 USA.
|
||||
#
|
||||
########################################################
|
||||
# Things to make the libcdio_paranoia library
|
||||
@@ -46,7 +47,7 @@
|
||||
EXTRA_DIST = libcdio_paranoia.sym
|
||||
|
||||
libcdio_paranoia_la_CURRENT := 0
|
||||
libcdio_paranoia_la_REVISION := 1
|
||||
libcdio_paranoia_la_REVISION := 2
|
||||
libcdio_paranoia_la_AGE := 0
|
||||
|
||||
noinst_HEADERS = gap.h isort.h overlap.h p_block.h
|
||||
|
||||
Reference in New Issue
Block a user