/[debburn]/cdrkit/trunk/Changelog
ViewVC logotype

Diff of /cdrkit/trunk/Changelog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

nonameyet/trunk/Changelog revision 209 by blade, Mon Sep 4 17:17:39 2006 UTC cdrkit/trunk/Changelog revision 448 by blade, Thu Nov 23 20:25:29 2006 UTC
# Line 1  Line 1 
1  cdrkit (1.0pre3) UNRELEASED; urgency=low  cdrkit (1.1.x) UNRELEASED; urgency=low
2    
3      [ Eduard Bloch ]
4      * replacement of libdeflt and config parser rewrite; more user-friendly,
5        flexibel, tolerant now
6      * config overhaul, much more dynamic checks, including fixes for SunOS
7        environment. Also fixed confusing double-checks for some of the variables
8        in cdda2wav.c
9      * mass renaming of applications and libraries
10    
11      [ Christian Fromme ]
12      * big cleanup, phase I, getting rid from Cstyle function definitions in
13        applications
14    
15     -- Eduard Bloch <blade@debian.org>  Wed,  6 Sep 2006 22:05:30 +0200
16    
17    cdrkit (1.0) RELEASED; urgency=low
18    
19      [ Eduard Bloch ]
20      * mapping of ATAPI: -> ATA: method on linux-2.6 and some code beautification
21      * added a atexit handler to stop the FIFO process more reliably, since
22        Schilling's constructs seem to terminate the application on too many
23        places
24      * print Burnfree state/preparation messages only with high verbosity
25    
26      [ Dennis Vshivkov ]
27      * sorted display of files when needed
28    
29      [ Joerg Jaspert]
30      * Remove all the printing of useless messages. This is based on GPLed
31        code, so we follow the letter of the GPL as it is interpreted by 99%
32        of the world, including its authors. Especially as Joerg was never able
33        to give us any clear explanation what other license he may think
34        cdrtools had, despite us asking multiple times. So we have no other
35        choice than to take whats written down, and thats GPL.
36    
37     -- Joerg Jaspert <joerg@debian.org>  Mon, 20 Nov 2006 19:25:10 +0100
38    
39    cdrkit (1.0pre5) RELEASED; urgency=low
40    
41      [ Eduard Bloch ]
42      * added better check for capability.h and FATAL_ERROR if it's missing on Linux
43      * wodim.1 updates, ie. moved suid howto to README.suidroot, Linux bashing to
44        README.linux, more notes about non-root usage
45      * more carefull description of the role of previous developer and his own
46        project
47      * fixed libmagic detection
48      * rewrote README.mkisofs, README.win32
49      * better track numbers extraction command in cdda2ogg/cdda2mp3
50      * reenabled (forgotten) support for libedc
51      * table formating fixes in cdda2wav.1, helps small terminals
52      * AIX 5l port
53      * killing FIFO process on ungraceful termination
54      * scsi-linux-sg.c: skipping unallowed devices, cleanup/consolidation of the
55        old workaround(s) for ATA now for SCSI too
56      * renamed error function to schily_error because it started to wreak random
57        havoc after harmless header moving (conflict with incompatible GNU version)
58      * restored scsi-remote.c compilation, moved to libscg sources, used instead
59        of rdummy.c
60      * added optional omiting of DMA speed tests
61    
62      [ Vladimir Nadvornik ]
63      * enabled CLONE feature in wodim's config
64    
65      [ Modestas Vainius ]
66      * dropped . from the include path and fixed mkisofs source to use the local
67        headers
68    
69      [ Lorenz Minder ]
70      * Fix of the joliet_strlen signature
71      * Code refactoring around *cvt* declarations to make the conditional
72        compilation more reliable, especially on BSD and AIX
73      * include/utypes.h: guard to preserve SIZE_T_MAX
74    
75      [ Christian Fromme ]
76      * detailed review and correction of author related data in manpages and
77        README files
78    
79      [ Peter Samuelson, Tollef Fog Heen ]
80      * typo and grammar fixes in mkisofs.8
81      * Remove several instances of %r in printf-like statements, in
82        preparation for removing the libschily format-string implementation
83    
84     -- Eduard Bloch <blade@debian.org>  Wed,  6 Sep 2006 22:05:30 +0200
85    
86    cdrkit (1.0pre4) RELEASED; urgency=low
87    
88      [ Eduard Bloch ]
89      * Added checks for libcam to make (k)FreeBSD compilation work (untested)
90      * added clarifications about changes to all source files
91      * adapted initial message to display the copyright more clearly
92      * adapted copyright and contact information in scgcheck manpage
93      * adapted contact information in btcflash manpage, also added a reference to
94        its original author which has been missing
95    
96      [ Peter Samuelson ]
97      * Cleanups: unused macros/defines
98      * Unified and simplified the build-host data crawling methods
99    
100      [ Juergen Weigert ]
101      * Various documentation corrections, replaced cdrecord->wodim where it is
102        appropriate and legal on many visible locations
103    
104     -- Eduard Bloch <blade@debian.org>  Mon,  4 Sep 2006 23:36:58 +0200
105    
106    cdrkit (1.0pre3) unstable; urgency=low
107    
108    [ Eduard Bloch ]    [ Eduard Bloch ]
109    * Added FAQ ("where wodim name comes from")    * Added FAQ ("where wodim name comes from")
# Line 21  cdrkit (1.0pre3) UNRELEASED; urgency=low Line 126  cdrkit (1.0pre3) UNRELEASED; urgency=low
126    [ Michael Ablassmeier ]    [ Michael Ablassmeier ]
127    * Typo fixes in mkisofs messages and unified identical ones with a macro    * Typo fixes in mkisofs messages and unified identical ones with a macro
128    
129      [Joerg Jaspert]
130      * Released as 1.0pre3
131    
132   -- Eduard Bloch <blade@debian.org>  Mon,  4 Sep 2006 09:56:38 +0200   -- Eduard Bloch <blade@debian.org>  Mon,  4 Sep 2006 09:56:38 +0200
133    
134  cdrkit (1.0pre2) RELEASED; urgency=low  cdrkit (1.0pre2) RELEASED; urgency=low
# Line 47  cdrkit (1.0pre1) RELEASED; urgency=low Line 155  cdrkit (1.0pre1) RELEASED; urgency=low
155        plattforms, though.        plattforms, though.
156    * removed most of the anti-linux2.6  program messages (unless being    * removed most of the anti-linux2.6  program messages (unless being
157      in verbose mode). (closes: #377145)      in verbose mode). (closes: #377145)
158    * changed default config file location to /etc/default/wodim    * changed default config file location to /etc/wodim.conf
159    * added more meaningful error message on -dvd-video failure (closes: #324586)    * added more meaningful error message on -dvd-video failure (closes: #324586)
160    * minor cdda2mp3/cdda2ogg scripts fixes suggested by Fabian Pietsch, plus    * minor cdda2mp3/cdda2ogg scripts fixes suggested by Fabian Pietsch, plus
161      fixes for unreliable encoder detection (closes: #283794, #344443) plus      fixes for unreliable encoder detection (closes: #283794, #344443) plus

Legend:
Removed from v.209  
changed lines
  Added in v.448

  ViewVC Help
Powered by ViewVC 1.1.5