Next | Query returned 36 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082)
Log message:
Recursive revision bump / recommended bump for gettext ABI change.
   2006-02-04 13:05:17 by Thomas Klausner | Files touched by this commit (15) | Package updated
Log message:
Update to 2.01.01a05, syncing patches with wip/cdrtools-devel.

Changes:
* Thu Feb 02 2006 - Release of a GPL compliant 2.01.01a05-ossdvd
  patch. This patch is for cdrtools-2.01.01a05.tar.bz2 and is adjusted
  to work with linux kernel 2.6.12 or higher and can be compiled with
  gcc-4.0.x. The rawio patch using libcap has been migrated to
  cdrtools-2.01.01a05-rawio.patch.bz2 . The patch called
  cdrtools-2.01.01-scsibuf.patch.bz has become redundant, as this has
  been integrated inside cdrtools-2.01.01a05.tar.bz2 . RPMS and SRPMS
  have been updated for mandriva 2006.0. The order of applying patches
  is now :
  1. cdrtools-2.01.01a05-ossdvd.patch.bz2     .ossdvd
  2. cdrtools-2.01.01a01-DVD-speed.patch.bz2  .dvd-speed
  3. cdrtools-2.01.01a05-rawio.patch.bz2      .rawio
  4. cdrtools-2.01.01a01-scanbus.patch.bz2    .scanbus
  Warly's Cdrecord DVD patch and others can now be found on
  http://people.mandriva.com/~warly/files/cdrtools/
   2005-12-27 19:44:54 by Jeremy C. Reed | Files touched by this commit (1)
Log message:
Use PKGMANDIR instead of "man".
   2005-12-07 00:56:06 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 2.01.01a03 (pkgsrc version 2.01.1.35 due to hysterical raisins).

ossdvd specific changes:
 * Mon Nov 28 2005 - Release of a GPL compliant 2.01.01a03-ossdvd
   patch. The patch is for cdrtools-2.01.01a03.tar.bz2 and is adjusted
   to work with linux kernel 2.6.12 or higher and can be compiled with
   gcc-4.0.x. It also solves this bug : "cdrecord: Cannot get disk type."

 * Mon Nov 28 2005 - Release of a adjusted GPL compliant patch,
   called 2.01.01a01-2ossdvd. The patch is for
   cdrtools-2.01.01a01.tar.bz2 and is adjusted to work with linux
   kernel 2.6.12 or higher and can be compiled with gcc-4.0.x. It
   also solves this bug : "cdrecord: Cannot get disk type."

 * Tue Oct 25 2005 - a patch that fixes speed display when burning
   DVDs. The first is quite obvious - I cannot understand why nobody
   has done this fix. The second provides additional speed info because
   the speed values in cdrecord are stored in integer variable which
   truncates a speed, say, of 2.4 to 2.0. The patch is called
   cdrtools-2.01.01a01-DVD-speed.patch.bz2 and should be applied
   right after cdrtools-2.01.01a01-ossdvd.patch.bz2
   - John Witford

Excerpt of cdrtools changes:
All:

-	Support for 'make DESTDIR=xxx install' added

-	Better configure tests for procfs include files

-	libunls reworked

Cdrecord:

-	Allow the -shorttrack option for RAW mode, thanks to a report
	from Sebastian Trueg

-	Enhance the minimal grace time from 2 to 3 seconds to make sure
	that cdrecord will not get out of sync with locks from the
	Volume management system.

-	Better checks and better error messages for /etc/default/cdrecord

-	Correct verbose print mode for old pre-MMC TEAC drives.

-	Added support for Ultra speed+ CD-RW media recognition and a check
	whether the drive supports Ultra speed+ CD-RW media.
	(Thanks to Alexander Noé).

Mkisofs (By Jörg Schilling and James Pearson j.pearson@ge.ucl.ac.uk):

-	Better error messages with wrong Eltorito boot options

-	Man page is now more explicit about requirements for DVD-video
	directory trees.

-	Better warning text for missing Rock Ridge in multi.c

-	Bugs in README.sunx86boot corrected

-	Multi Volume code for reading old image now gives different
	error messages on read errors and short reads.

-	Diagnostic programs isodump, isoinfo, ... no longer dump core
	when called with dev=<SCSI addr> parameters.
   2005-12-05 21:51:20 by Roland Illig | Files touched by this commit (1432)
Log message:
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
   2005-11-04 23:20:37 by Darrin B. Jewell | Files touched by this commit (3)
Log message:
when checking if _POSIX_PRIORITY_SCHEDULING is defined, also check
that its value is not -1
match declaration of check_writemodes_mdvd to its definition
   2005-06-24 23:47:57 by Thomas Klausner | Files touched by this commit (3)
Log message:
Update to 2.01.01a01 (pkgsrc version 2.01.1.34 to keep ordering increasing):
 * Thu Jun 16 2004 - Release of a GPL compliant 2.01.01a01-ossdvd patch.
   The ossdvd patch is migrated to work with cdrtools-2.01.01a01.tar.bz2,
   and is cdrtools-2.01.01a01-ossdvd.patch. The latest efforts from Warly
   at http://people.mandrakesoft.com/~warly/files/cdrtools/ have been
   merged. Quite of number of unnecessary CDB: error messages have been
   removed. Functionality of this release covers : DVD-R, DVD-RW,
   DVD+RW and DVD+R DL. DVD+R burns ok, but lead-in and/or lead-out is not
   ok. This release should work with any 2.6.x kernel.
   2005-06-17 05:50:45 by Johnny C. Lam | Files touched by this commit (387)
Log message:
Create directories before installing files into them.
   2005-05-22 23:04:42 by Johnny C. Lam | Files touched by this commit (4)
Log message:
Remove USE_TBL from pkgsrc and replace with USE_TOOLS+=tbl.
   2005-05-22 22:08:52 by Johnny C. Lam | Files touched by this commit (1035)
Log message:
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:

	USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison

Next | Query returned 36 messages, browsing 11 to 20 | Previous