Change logs for libisofs source package in Focal

  • libisofs (1.5.2-1) unstable; urgency=low
    
      * New upstream release
        + New API calls iso_write_opts_set_part_type_guid(),
          iso_write_opts_set_iso_type_guid()
        + New API call iso_nowtime()
        + New flag bit2 of iso_node_set_acl_text() to be verbose about failures
        + Made libisofs ready for building out-of-source. Thanks Ross Burton.
        + Bug fix: Appended GPT partitions were not covered by the protective MBR
               partition
        + Bug fix: Multi-session emulation spoiled GPT production.
               "GPT partitions ... overlap". Regression towards 1.4.8
        + Bug fix: Appending partitions 5 to 8 caused damaged ISO filesystems
                   if not for SUN disk label
        + Bug fix: SIGSEGV happened if options bit 14 of
               iso_write_opts_set_system_area() is set and no El Torito boot image
               is defined
      * Patch taken from upstream development
        + Let libisofs demand libjte version >= 2.0.0 (libjte2 from jigit >= 1.22)
          if desired as optional add-on. libjte2 is able to produce Jigdo with
          SHA256 instead of MD5.
      * Changed Build-Depends: "debhelper (>= 9)" to "debhelper-compat (= 12)" and
        removed debian/compat by cme "fix" "dpkg".
      * Changed Standards-Version to 4.4.1
        No changes needed according to packaging-manuals/upgrading-checklist.txt
      * Removed AUTHORS README NEWS from libisofs-doc.docs because already in -dev.
      * control: remove dep on dh-autoreconf
    
     -- Thomas Schmitt <email address hidden>  Sun, 01 Dec 2019 18:41:01 +0100
  • libisofs (1.5.0-1) unstable; urgency=low
    
      * New upstream release
        + New API call iso_image_get_ignore_aclea(),
          new iso_image_set_ignore_aclea() and iso_file_source_get_aa_string()
          flag bit3 to import all xattr namespaces
        + New API calls iso_image_was_blind_attrs(), iso_local_set_attrs_errno().
        + New flag bit7 with iso_local_set_attrs() to avoid unnecessary write
          attempts.
        + New return value 2 of IsoFileSource.get_aa_string() and
          iso_local_get_attrs().
        + Now putting user defined padding after appended partitions.
        + Bug fix: Add-on sessions with partition offset claimed too many blocks as
                   size. Regression of version 1.4.8.
        + Bug fix: Long Joliet names without dot were mangled with one character
                   too many. Long Joliet names with leading dot were mangled one
                   char too short.
        + Bug fix: Reading beyond array end for HFS+ production caused SIGSEGV with
                   FreeBSD 11 CLANG -O2. Thanks ASX of GhostBSD.
      * Removed ${shlibs:Depends} from packages -dev and -dbg.
      * Removed explicit -dbg package definition from control and rules.
      * Changed Standards-Version to 4.2.1
        No changes needed according to packaging-manuals/upgrading-checklist.txt
      * Replaced in control file alioth repo URL by salsa repo URL:
        + Vcs-Git: https://salsa.debian.org/optical-media-team/libisofs.git
      * Copied debian/README.source and debian/gbp.conf from libburn
    
     -- Thomas Schmitt <email address hidden>  Sun, 07 Oct 2018 12:15:02 +0200