diff --git a/cdrskin/cdrskin_eng.html b/cdrskin/cdrskin_eng.html
index f88fa6b..d4ed498 100644
--- a/cdrskin/cdrskin_eng.html
+++ b/cdrskin/cdrskin_eng.html
@@ -31,7 +31,7 @@
Hardware requirements:
A CD recorder suitable for
libburn.pykix.org
-(SCSI or IDE/ATAPI writers compliant to mmc standard).
+(SCSI or IDE/ATAPI writers compliant to mmc-3 standard).
@@ -213,7 +213,9 @@ Enhancements towards previous stable version cdrskin-0.2.4:
Development snapshot, version 0.2.7 :
- Enhancements towards stable version 0.2.6:
-(none yet)
+
+- Improved recognition of unsuitable media types
+
-
- README 0.2.7
diff --git a/cdrskin/changelog.txt b/cdrskin/changelog.txt
index e640bb8..796ccb9 100644
--- a/cdrskin/changelog.txt
+++ b/cdrskin/changelog.txt
@@ -1714,7 +1714,6 @@ Coordinated scsi_notify_error() and scsi_error()
cdrskin/changelog.txt
Last cdrskin-0.2.5 cycle
-
23 Nov 2006 [434]
- test/burn.c
- test/master.c
@@ -1723,7 +1722,6 @@ Last cdrskin-0.2.5 cycle
- test/rip.c
Removed obsolete test programs
-
2006.11.23.102340 [435]
Makefile.am
cdrskin/compile_cdrskin.sh
@@ -1758,22 +1756,93 @@ Mentioned telltoc and dewav as helpers of libburner
------------------------------------ cycle - cdrskin-0.2.7 - 2006.11.24.125445
- []
+24 Nov 2006 [439]
cdrskin/changelog.txt
First cdrskin-0.2.7 cycle
-24 Nov 2006 []
+24 Nov 2006 [440]
doc/comments
-Updated libburner helptext
+Updated libburner helptext copy
+
+24 Nov 2006 [441]
+doc/comments
+Made our claim of burning CD more general
+
+2006.11.25.104047 [442]
+cdrskin/cdrskin.c
+Disabled old workaround for ticket 8, burn_disc_read_atip() fixed the problem
+
+25 Nov 2006 [443]
+libburn/drive.h
+libburn/drive.c
+libburn/write.c
+test/libburner.c
+Ticket 91: update media state model after content change
+
+25 Nov 2006 [444]
+test/libburner.c
+test/telltoc.c
+Made use of libburn device address translation (/dev/sr0, /dev/cdrom, ...)
+
+25 Nov 2006 [445]
+test/libburner.c
+Corrected two minor bugs
+
+2006.11.25.170456 [446]
+libburn/cleanup.c
+cdrskin/cleanup.c
+Trying to keep signal handler from repeating messages
+
+2006.11.25.182841 [447]
+libburn/write.c
+libburn/drive.c
+Prevented premature BURN_DRIVE_IDLE introduced with revision 443
+
+2006.11.25.210321 [448]
+cdrskin/cdrskin.c
+Enabled options -vv, -vvv and -vvvv
+
+28 Nov 2006 [449]
+README
+Mentioned renaming of umbrella project to libburnia
+
+2006.11.29.205136 [450]
+cdrskin/cdrskin.c
+Added preliminary support for new cdrecord 1000+ = ATA busses (input only)
+
+2006.12.01.213845 [451]
+libburn/transport.h
+libburn/libdax_msgs.h
+libburn/mmc.c
+Ticket 21: media type via 46h GET CONFIGURATION , Current Profile
+
+2006.12.02.111701 [452]
+libburn/libburn.h
+libburn/mmc.c
+libburn/drive.c
+cdrskin/cdrskin.c
+New API function to obtain media type: burn_disc_get_profile()
+
+2006.12.02.130631 [453]
+libburn/mmc.c
+Correction for drives which return empty tray as profile 0x00 rather than error
+
+
+------------------------------------ cycle - cdrskin-0.2.7 - 2006.12.02.151257
+* Improved recognition of unsuitable media types
+
[]
-Create alternative to regrabbing which does not close the drive fd
+cdrskin/changelog.txt
+cdrskin/cdrskin_eng.html
+Next cdrskin-0.2.7 cycle
+
+
+------------------------------------ cycle - cdrskin-0.2.7 -
----------------------------------------- long term intentions:
- []
-Truely recognize media type
[]
-reset: ioctl(fd,CDROMRESET) ioctl(fd,SG_SCSI_RESET,SG_SCSI_RESET_DEVICE)