R. Bernstein
03a660d88b
Make a stab at recording what's changed.
2012-04-22 19:35:26 -04:00
R. Bernstein
a18d385d55
Update NEWS for some small typos
2012-03-12 06:12:02 -04:00
rocky
12876c81fd
Deprecate some defines - patch from Nicolas Boullis.
2012-02-19 13:04:36 -05:00
rocky
e168bf15e8
Update NEWS for pending 0.83 release.
2011-10-18 07:05:20 -04:00
R. Bernstein
0234042d9a
dvd.h: Update DVD book types
...
disc.c: Add CDIO_DISC_MODE_DVD_OTHER
Thanks to Frank Endes and Thomas Schmitt for observing the problem and suggesting the fixes.
2010-02-06 07:54:46 -05:00
R. Bernstein
1b05767201
Update MMC Feature Profile list
2010-01-29 04:48:38 -05:00
R. Bernstein
edf69959c1
Add mmc_get_disc_erasable courtesy of Frank Endres.
2010-01-28 19:38:34 -05:00
R. Bernstein
bd096b3eca
FreeBSD read/write and most-recent scsi sense access courtesy of Thomas Schmitt.
2010-01-16 21:02:34 -05:00
R. Bernstein
0fa86bcc50
Update NEWS with scsi-tuple*
2009-12-31 18:57:38 -05:00
R. Bernstein
a3ed634fe5
Recording and retrieval of SCSI sense reply for GNU/Linux.
2009-12-25 08:45:48 -05:00
R. Bernstein
c498cec5e1
Add interface for retrieval of last SCSI sense command.
2009-12-25 08:36:02 -05:00
R. Bernstein
d89c2206c4
NEWS: update what's up
...
lib/driver/Makefile.am: increment library number
lib/driver/FreeBSD/*: FreeBSD get_media_changed fixes for ioctl.
2009-10-21 10:17:33 -04:00
R. Bernstein
f434186567
Makefile.am: Redo target for ChangeLog to use git2cl. NEWS: Note NetBSD driver added. Reset: git administrivia.
2008-12-06 20:04:23 -05:00
rocky
b756b4a59f
What's up
2008-10-20 01:10:19 +00:00
rocky
71b5f6e14a
More time setting/getting patches - the last of the patches from N. Boullis.
...
Make testiso9660 more stringent now that bugs have been removed.
2008-06-03 08:40:14 +00:00
rocky
62d7731703
Patch from Peter Hartley to allow Cross-compiling to mingw32:
...
- MinGW doesn't have struct timespec, so udf_time.c doesn't compile
(changes lib/udf/udf_time.c, configure.ac, config.h.in)
- The configure test for bitfield ordering uses AC_TRY_RUN and thus
doesn't work when cross-compiling; use sneakiness to try and
determine it at compile time, falling back to the existing runtime
check if the sneakiness doesn't work
(changes configure.ac; tested on x86_64-linux-gnu and i586-mingw32
which are bf_lsbf=1, plus sparc64-linux-gnu which is bf_lsbf=0)
- The configure test for "extern long timezone" needlessly uses
AC_TRY_RUN when in fact AC_LINK_IFELSE is all we need to know, and
that latter works when cross-compiling
(changes configure.ac)
- MinGW sys/stat.h doesn't have the *GRP or *OTH macros, nor S_IFLNK
or S_IFSOCK, nor S_ISUID etc
(changes lib/udf/udf.c and lib/iso9660/xa.c)
- MinGW doesn't have <sys/wait.h>, so even the header-inclusion bit
of the Linux driver doesn't compile unless it's moved inside the
"ifdef HAVE_LINUX_CDROM"
(changes lib/driver/gnu_linux.c)
- Because the man pages cd-info.1 etc depend on the binaries themselves
(for help2man reasons), the configure options --without-cd-info etc
don't actually stop them being compiled. Fixed by only depending on
man pages for programs that are actually built, which also stops
the installation of man pages of programs which aren't themselves
installed
(changes src/Makefile.am)
2008-04-24 07:28:00 +00:00
edsdead
72d903e5f1
add ISRC updates to NEWS
2008-03-27 10:45:24 +00:00
rocky
30eb8105b3
More Housekeeping
2008-03-21 10:59:16 +00:00
rocky
9040ae06a9
cdio_private.h: Remove type mismatch warning on get_track_pregap_lba
...
when compiling image drivers.
nrg.c: initialize previously uninitialzied field. Bug found by Robert
William Fuller.
cvs2cl_usermap: add esdead and karl
NEWS: try to track what's been happening.
2008-03-21 10:19:38 +00:00
karl
030aafbbc3
switch manual to GFDL1.2+ and no invariant sections; systematize front matter; etc.
2008-03-18 00:37:20 +00:00
rocky
2b42b36b51
Revise before release.
2008-03-15 16:44:08 +00:00
rocky
b78955226e
cd-read add --mode='any' which is basically a mmc_read_cd with
...
CDIO_MMC_READ_TYPE_ANY.
2008-03-06 01:16:49 +00:00
rocky
5f10277136
Add option to cd-paranoia to log summary output to a file. Patch from and
...
thanks to Daniel Schwarz.
2008-02-29 11:34:15 +00:00
rocky
b6868ddc8f
Note that iso9660_dir_to_name can return NULL if memory allocation fails.
2008-01-05 12:12:52 +00:00
rocky
05a512cfaa
Build outside of source fixes for TEST. We're in 0.80 land now.
2007-12-28 02:11:01 +00:00
rocky
83fb5978bf
Final 0.79 release
2007-10-27 04:02:36 +00:00
rocky
40c531fed9
Remove := in Makefiles for portability.
...
autoconf 1.10 complains about adding AM_PROC_CC_C_O - pander to it.
2007-10-15 04:53:59 +00:00
rocky
eb8a5388ad
Go over shared library revision numbers and NEWS in advance of a Oct 27 0.79 release.
2007-10-13 08:42:57 +00:00
rocky
89dffd31a3
Note last two bugs reported by Eric Shattow.
2007-06-18 00:57:05 +00:00
rocky
a2c279f5d2
Bugs, bugs, bugs!
2007-05-27 17:45:26 +00:00
rocky
84f194e780
We really are in 0.79cvs now.
2006-11-16 00:47:28 +00:00
rocky
5169507d46
Get ready for release. Note preprocessor symbol LIBCDIO_VERSION number
...
has to be an integer. (Bug caused by naming version 0.78.1)
2006-11-01 04:09:20 +00:00
rocky
ef972c7248
What's changed.
2006-10-28 02:18:13 +00:00
rocky
d8b58d83d5
Revies NEWS version/date for release.
2006-10-27 09:09:08 +00:00
rocky
52ed17c992
gnu_linux.c: Fix bug reported by Burkhard in eject_media_linux() where
...
we were closing an open tray.
NEWS/README: note current changes
2006-10-21 11:38:16 +00:00
rocky
6a7e4c5d8f
gnu_linux: get_disc_last_lsn: cdte_format seems to want to be CDROM_MSF
...
example/tracks.c: add a call to cdio_get_disc_last_lsn()
NEWS - note UDF limitation. correct spelling typo.
2006-07-30 13:19:49 +00:00
gmerlin
ad9d1fedde
* Updated NEWS
2006-06-12 22:51:26 +00:00
rocky
12ac7c8a23
configure.ac: in 0.78cvs now
...
mmc2a.c: small changes from and synch with mmc-tool.
2006-04-12 09:38:45 +00:00
rocky
e79890bc7d
Forgot to update release date.
2006-03-18 04:15:07 +00:00
rocky
b8d69c67a2
iso9660.h: remove doxygen formatting warning.
...
configure.ac, NEWS: get ready for 0.77 release
2006-03-18 02:35:06 +00:00
rocky
49bc5ccb3f
Security: replace all uses of strcat and strcpy with strncat and strncpy
2006-03-18 00:53:20 +00:00
rocky
207cc58a4d
NEWS
2006-03-17 16:36:33 +00:00
rocky
a418cf06ba
iso9660_get_{l,d}time() anot accounting for the timezone properly.
...
Some other small bugs removed.
2006-03-17 01:05:54 +00:00
rocky
2cb388781d
Update library version numbers for possible release. FSF address change.
2006-03-14 12:05:16 +00:00
rocky
789f24066b
Cosmetic changes.
2006-03-06 22:15:35 +00:00
rocky
2e159f8288
NEWS: Note strncpy problem
...
libcdio.texi: Update copyright date.
2006-02-16 20:11:14 +00:00
rocky
5ecb11e6cb
What's up.
2006-02-13 01:44:38 +00:00
rocky
6d539596b8
Go over.
2006-02-01 00:52:17 +00:00
rocky
6a83b97a27
read.h needs <sys/types.h> Add it into cdio_config.h and include only
...
once. Fixed based on observation and suggestion of Steve Schultz.
2006-01-21 12:02:55 +00:00
rocky
bb0fdd45cb
What's up.
2006-01-14 10:39:34 +00:00