diff --git a/configure.ac b/configure.ac index 9f798bae..6723fcc4 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ dnl along with this program; if not, write to the Free Software dnl Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA dnl 02110-1301 USA. -define(RELEASE_NUM, 82git) +define(RELEASE_NUM, 82) define(CDIO_VERSION_STR, 0.$1) AC_PREREQ(2.52) diff --git a/doc/how-to-make-a-release.txt b/doc/how-to-make-a-release.txt index 8ad10f47..e71e2001 100644 --- a/doc/how-to-make-a-release.txt +++ b/doc/how-to-make-a-release.txt @@ -9,7 +9,7 @@ - Go over Changelog and add NEWS. Update date of release. -- Remove "cvs" from configure.ac's release name. E.g. +- Remove "git" from configure.ac's release name. E.g. define(RELEASE_NUM, 23) define(LIBVCD_VERSION_STR, 0.7.$1cvs) ^^^ @@ -20,14 +20,12 @@ remove any errors. - Make sure sources are current and checked in: - cvs update -dPA . - cvs commit . + git pull - autogen.sh && make && make check -- Tag release in CVS: - cvs log -h configure.ac - cvs tag release_*0_80* . +- Tag release in git: + cvs tag release-*0.83* . - "make distcheck" one more time diff --git a/include/cdio/iso9660.h b/include/cdio/iso9660.h index ffad587a..a5311c8f 100644 --- a/include/cdio/iso9660.h +++ b/include/cdio/iso9660.h @@ -99,13 +99,13 @@ extern enum iso_enum1_s { } iso_enums1; -/*! An enumeration for some of the ISO_* #defines below. This isn't +/*! An enumeration for some of the ISO_* \#defines below. This isn't really an enumeration one would really use in a program it is here to be helpful in debuggers where wants just to refer to the ISO_*_ names and get something. */ -/**! ISO 9660 directory flags. */ +/*! ISO 9660 directory flags. */ extern enum iso_flag_enum_s { ISO_FILE = 0, /**< Not really a flag... */ ISO_EXISTENCE = 1, /**< Do not make existence known (hidden) */ @@ -118,7 +118,7 @@ extern enum iso_flag_enum_s { ISO_MULTIEXTENT = 128, /**< Not final entry of a mult. ext. file */ } iso_flag_enums; -/**! Volume descriptor types */ +/*! Volume descriptor types */ extern enum iso_vd_enum_s { ISO_VD_BOOT_RECORD = 0, /**< CD is bootable */ ISO_VD_PRIMARY = 1, /**< Is in any ISO-9660 */ @@ -129,7 +129,9 @@ extern enum iso_vd_enum_s { /*! - An ISO filename is: "abcde.eee;1" -> '.' ';' + An ISO filename is: + abcd.eee -> + filename.ext;version# For ISO-9660 Level 1, the maximum needed string length is: