Change log for libisofs package in Ubuntu

142 of 42 results
Published in noble-release
Deleted in noble-proposed (Reason: Moved to noble)
libisofs (1.5.6.pl01-1.1ubuntu2) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- Steve Langasek <email address hidden>  Sun, 31 Mar 2024 02:03:34 +0000
Superseded in noble-release
Deleted in noble-proposed (Reason: Moved to noble)
libisofs (1.5.6.pl01-1.1ubuntu1) noble; urgency=medium

  * Merge with Debian unstable. Remaining changes:
    - d/rules: Disable libjte feature as jigit can't get into main
      (LP #1981359, MIR LP 1978066)

Deleted in noble-updates (Reason: superseded by release)
Superseded in noble-release
Published in mantic-release
Deleted in mantic-proposed (Reason: Moved to mantic)
libisofs (1.5.6.pl01-1ubuntu1) mantic; urgency=medium

  * Merge with Debian. Remaining change:
    - d/rules: Disable libjte feature as jigit can't get into main
      (LP: #1981359, MIR LP: 1978066)

Superseded in mantic-release
Published in lunar-release
Obsolete in kinetic-release
Deleted in kinetic-proposed (Reason: Moved to kinetic)
libisofs (1.5.4-1ubuntu1) kinetic; urgency=medium

  * d/rules: Do not build against libjte anymore as jigit can't get into main
    (LP: #1981359, MIR LP: 1978066)

 -- Alexandre Ghiti <email address hidden>  Fri, 22 Jul 2022 14:04:06 +0200
Superseded in kinetic-release
Superseded in kinetic-release
Published in jammy-release
Deleted in jammy-proposed (Reason: Moved to jammy)
libisofs (1.5.4-1) unstable; urgency=low

  [ Debian Janitor ]
  * Drop unnecessary dependency on dh-autoreconf.
  * Set branch from vcswatch in Vcs-Git URL.

  [ Thomas Schmitt ]
  * Removed libattr1-dev from Build-Depends.
    (Closes: #953924)
  * Changed Standards-Version to 4.5.1
    No changes needed according to packaging-manuals/upgrading-checklist.txt
  * New upstream version 1.5.4
    + Bug fix: Large amounts of AAIP data or many long file names could cause
               with zisofs an unreadable filesystem after the warning
               "Calculated and written ECMA-119 tree end differ"
    + Bug fix: Big-Endian MIPS Volume Header boot file size was rounded up to
               full 2048. Thanks René Rebe.
    + Bug fix: El Torito production failed if no catalog path is given and the
               first boot image path contains no slash
    + Bug fix: zisofs production was wrong on big-endian machines
    + Bug fix: Apple Partition Map entries wrote uninitialized data
    + Bug fix: Appended APM partitions without HFS+ production had start and
               size 1
    + Switched to usage of libjte-2.0.0
    + Implemented production and reading of zisofs2 for files larger than
      4 GiB - 1
    + New struct iso_zisofs_ctrl version 2
    + New API call iso_stream_get_zisofs_par()
    + New API call iso_stream_zisofs_discard_bpt()
    + New API call iso_image_zisofs_discard_bpt()
    + New flag bits 8 to 15 in API call iso_node_zf_by_magic()
    + New API call iso_zisofs_ctrl_susp_z2()
    + New API call iso_read_opts_set_joliet_map(),
      new default joliet_map=stripped
    + New API calls iso_read_image_features_tree_loaded() and
      iso_read_image_features_rr_loaded()
  * fix (rules): exclude .la files

 -- Thomas Schmitt <email address hidden>  Thu, 02 Sep 2021 11:54:33 +0200

Available diffs

Superseded in jammy-release
Obsolete in impish-release
Obsolete in hirsute-release
Obsolete in groovy-release
Published in focal-release
Deleted in focal-proposed (Reason: moved to Release)
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

Available diffs

Superseded in focal-release
Obsolete in eoan-release
Obsolete in disco-release
Deleted in disco-proposed (Reason: moved to release)
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

Available diffs

Superseded in disco-release
Obsolete in cosmic-release
Published in bionic-release
Deleted in bionic-proposed (Reason: moved to release)
libisofs (1.4.8-1) unstable; urgency=low

  * New upstream release
    + Bug fix: iso_read_opts_set_no_rockridge() did not prevent reading of root
               SUSP.
    + Bug fix: Non-SUSP data in System Use Area prevented image loading if
               Rock Ridge was enabled. Thanks to Jonathan Dowland.
    + Bug fix: Protective MBR for GPT could emerge with boot flag set.
    + Bug fix: Appended partitions of size >= 4 GiB led to abort with error
               message "FATAL : ISO overwrite". Thanks to Sven Haardiek.
    + Bug fix: Bit 15 of iso_write_opts_set_system_area did not work with
               generic MBR.
    + Bug fix: Keeping and patching of loaded boot images failed.
               Regression by version 1.4.4.
    + Bug fix: Program crashes by intentionally wrong ISO image input.
               Found by American Fuzzy Lop and Jakub Wilk.
               Closes: #872475, Closes: #872545, Closes: #872590,
               Closes: #872761
    + New API calls el_torito_set_full_load(), el_torito_get_full_load().
    + New API call iso_write_opts_set_iso_mbr_part_type().
  * Changed Standards-Version to 4.1.0
    + Removed "Priority: extra" from Package: libisofs-dbg

 -- Thomas Schmitt <email address hidden>  Fri, 15 Sep 2017 17:30:33 +0200

Available diffs

Superseded in bionic-release
Obsolete in artful-release
Obsolete in zesty-release
Deleted in zesty-proposed (Reason: moved to release)
libisofs (1.4.6-1) unstable; urgency=low

  * New upstream release
    + Bug fix: SIGSEGV by NULL when a data file was larger than ISO level
               allows.
    + Bug fix: Interpretation of 17 digit timestamps was wrong.
    + New API calls iso_generate_gpt_guid() and iso_write_opts_set_gpt_guid().
    + Made several pseudo-random ids reproducible by overriding volume
      modification time.
  * Changed Vcs-Browser URI in debian/control to https
  * Adapted Priority of libisofs-dev and libisofs-doc to FTP Master overrides
  * Marked libisofs-doc as Multi-Arch: foreign

 -- Thomas Schmitt <email address hidden>  Sat, 17 Sep 2016 18:03:14 +0200

Available diffs

Superseded in zesty-release
Obsolete in yakkety-release
Deleted in yakkety-proposed (Reason: moved to release)
libisofs (1.4.4-1) unstable; urgency=low

  * New upstream release
    + Bug fix: HFS+ production could cause MBR partition of type 0xEE without
               GPT.
    + Bug fix: Protective MBR was not produced if no System Area data are
               given.
    + Bug fix: Protective MBR was not recognized if partition is appended.
    + Bug fix: The HFS+ filesystem was not marked in GPT of GRUB2 hybrid layout.
    + Bug fix: HFS+ directories could announce more children than they actually
               have.
    + Bug fix: At image loading time GRUB2 MBR was not recognized if the
               partition table is not the protective one as described by UEFI.
    + Bug fix: Oversized text in ISO_SYSAREA_REPORT_DOC_ALPHA.
               Thanks to Etienne Bergeron.
    + New pseudo path for El Torito boot images:
      --interval:appened_partition_N:all::
    + New bit15 with options of iso_write_opts_set_system_area() to enforce
      MBR bootable/active flag.
    + New API calls iso_write_opts_set_appended_as_apm(),
      iso_write_opts_set_part_like_isohybrid().
    + Introduced image size tolerance of 300 kB in order to recognize SUN Disk
      Label that was generated by genisoimage -B "...".
    + Added "extern C" to libisofs.h
    + Removed option --silent from libtool runs.
  * Changed Standards-Version to 3.9.8
    No changes needed according to packaging-manuals/upgrading-checklist.txt
  * Applied cme "fix" "dpkg" to change debian/copyright header "Format:"

 -- Thomas Schmitt <email address hidden>  Sun, 10 Jul 2016 08:22:34 +0200

Available diffs

Superseded in yakkety-release
Deleted in yakkety-proposed (Reason: moved to release)
libisofs (1.4.2-3) unstable; urgency=low

  * Changed Standards-Version to 3.9.7
    No changes needed according to packaging-manuals/upgrading-checklist.txt
  * Reacted on lintian hardening warnings by debian/rules variable
    DEB_BUILD_MAINT_OPTIONS = hardening=+all

 -- Thomas Schmitt <email address hidden>  Fri, 5 Feb 2016 18:54:58 +0200

Available diffs

Superseded in yakkety-release
Published in xenial-release
Superseded in xenial-release
Deleted in xenial-proposed (Reason: moved to release)
libisofs (1.4.2-2) unstable; urgency=low

  * Multiarchify the library packages.
    by Matthias Klose <email address hidden>

 -- Thomas Schmitt <email address hidden>  Sat, 30 Jan 2016 08:42:04 +0200

Available diffs

Superseded in xenial-release
Deleted in xenial-proposed (Reason: moved to release)
libisofs (1.4.2-1) unstable; urgency=low

  * New upstream release
    + Bug fix: zisofs compression caused SIGSEGV (by reading) with files larger
               than 524160 KiB.
    + Bug fix: iso_node_get_name() of root node returned NULL pointer rather
               than an empty string
    + Bug fix: Names read from Joliet tree where stripped of trailing ";1"
    + Now sorting the data file content extents by ECMA-119 tree, rather than
      by the red-black tree which shall consolidate files with identical
      source object.
    + New API call iso_read_opts_set_ecma119_map().
    + New AAIP variable isofs.nt records name truncation parameters.
    + Rectified handling of oversized filenames by new API calls:
      iso_image_set_truncate_mode, iso_image_get_truncate_mode,
      iso_truncate_leaf_name, iso_image_set_node_name, iso_image_tree_clone,
      iso_image_add_new_dir, iso_image_add_new_file, iso_image_add_new_special,
      iso_image_add_new_symlink, iso_image_dir_get_node, iso_image_path_to_node
    + Result of a Coverity audit: 50+ code changes, but no easy-to-trigger bugs
  * Changed Priority of libisofs-dev and libisofs-doc to "extra"
  * Removed unnecessary dependency of libisofs-dev on zlib1g-dev, libacl1-dev,
    libattr1-dev

 -- Thomas Schmitt <email address hidden>  Sat, 05 Dec 2015 14:58:21 +0200

Available diffs

Superseded in xenial-release
Deleted in xenial-proposed (Reason: moved to release)
libisofs (1.4.0-2) unstable; urgency=low

  * New upstream release
    + Bug fix: Prevent allocation of empty hash tables. Thanks Richard Nolde.
    + Bug fix: Prevent allocation of empty directory children lists.
    + Bug fix: A SIGSEGV could happen when loading a faulty ISO filesystem.
               Thanks to Jakub Wilk. (Closes: #774152)
    + Bug fix: Fixed buffer overflow in demo/demo.c with gesture -iso_read.
               Thanks to Jakub Wilk. (Closes: #774147).
    + Bug fix: Rock Ridge Continuation Area could be produced crossing a block
               boundary. This is heavily disliked by the Linux kernel and
               spoils the representation of directories which contain many
               symbolic links.
    + Bug fix: Only 128 bytes of an emerging GPT header block were zeroized.
    + Bug fix: Fixed a typo in message of make install. (Closes: #774140)
    + Bug fix: Made declarations of make_isolinux_mbr() consistent.
               Thanks to Michael Tautschnig. (Closes: #751501)
    + Encoding HFS+ names in UTF-16 rather than UCS-2.
    + Giving sort weight 2 as default to El Torito boot images.
    + Increased default weight of El Torito boot catalog to 1 billion.
    + Improved handling of cylinder alignment if the resulting image size is
      not divisible by 2048. Old behavior was to not align. New is to pad up
      by a few blocks of 512 bytes.
    + New API calls iso_image_report_el_torito() and
      iso_image_report_system_area().
    + New API call iso_write_opts_set_appended_as_gpt() and marking of
      appended partitions in GPT if GPT emerges for other reasons.
    + New system area type 6 = DEC Alpha SRM boot sector.
      New API calls iso_image_set_alpha_boot(), iso_image_get_alpha_boot().
      Thanks to Helge Deller.
    + New API object iso_interval_reader. Enabling flag bits for older
      API calls iso_write_opts_set_prep_img(), iso_write_opts_set_efi_bootp(),
      and iso_write_opts_set_partition_img().
  * Removed dependency on doxygen
  * Corrected license of upstream to GPL-2+ (from GPL-2)
  * Migrated to debhelper 9 and applied changes proposed by cme.
  * Added myself to Uploaders after becoming co-admin of the maintainer project

 -- Thomas Schmitt <email address hidden>  Wed, 09 Sep 2015 15:07:45 +0200
Superseded in xenial-release
Obsolete in wily-release
Deleted in wily-proposed (Reason: moved to release)
libisofs (1.4.0-0ubuntu1) wily; urgency=medium

  * New upstream release.
  * debian/control:
    - Use standards version 3.9.6
  * debian/libisofs6.symbols:
    - Updated

 -- Robert Ancell <email address hidden>  Thu, 18 Jun 2015 10:48:19 +1200

Available diffs

Superseded in wily-release
Obsolete in vivid-release
Obsolete in utopic-release
Deleted in utopic-proposed (Reason: moved to release)
libisofs (1.3.8-0ubuntu1) utopic; urgency=medium

  * New upstream version (lp: #1351076)
 -- Sebastien Bacher <email address hidden>   Mon, 22 Sep 2014 15:20:15 +0200

Available diffs

Superseded in utopic-release
Deleted in utopic-proposed (Reason: moved to release)
libisofs (1.3.6-0ubuntu1) utopic; urgency=medium

  * New upstream version
 -- Sebastien Bacher <email address hidden>   Wed, 04 Jun 2014 11:35:42 +0200

Available diffs

Superseded in utopic-release
Published in trusty-release
Deleted in trusty-proposed (Reason: moved to release)
libisofs (1.3.4-0ubuntu1) trusty; urgency=medium

  * New upstream version
 -- Sebastien Bacher <email address hidden>   Mon, 13 Jan 2014 13:44:08 +0100

Available diffs

Superseded in trusty-release
Deleted in trusty-proposed (Reason: moved to release)
libisofs (1.3.2-1ubuntu2) trusty; urgency=medium

  * Use dh-autoreconf to update libtool macros for new ports.
 -- Colin Watson <email address hidden>   Thu, 19 Dec 2013 10:54:44 +0000

Available diffs

Superseded in trusty-release
Deleted in trusty-proposed (Reason: moved to release)
libisofs (1.3.2-1ubuntu1) trusty; urgency=low

  * Resynchronize on Debian, remaining changes:
  * debian/rules:
    - don't build with -O0 on arm
  * debian/libisofs6.symbols:
    - list library symbols

Available diffs

Superseded in trusty-release
Obsolete in saucy-release
Deleted in saucy-proposed (Reason: moved to release)
libisofs (1.3.0-0ubuntu1) saucy; urgency=low

  * New upstream version, add .symbols file
 -- Sebastien Bacher <email address hidden>   Fri, 31 May 2013 10:46:23 +0200

Available diffs

Superseded in saucy-release
Obsolete in raring-release
Deleted in raring-proposed (Reason: moved to release)
libisofs (1.2.6-0ubuntu1) raring; urgency=low

  * New upstream version
 -- Sebastien Bacher <email address hidden>   Wed, 13 Feb 2013 18:41:05 +0100

Available diffs

Superseded in raring-release
Obsolete in quantal-release
libisofs (1.2.4-0ubuntu1) quantal; urgency=low

  * New upstream release
  * debian/control:
    - Use standards-version 3.9.3
 -- Robert Ancell <email address hidden>   Tue, 31 Jul 2012 10:58:29 +0200

Available diffs

Superseded in quantal-release
libisofs (1.2.2-1ubuntu1) quantal; urgency=low

  * Merge from Debian Unstable (LP: #1012666). Remaining Changes:
    - Stop building with -O0 on ARM.

Available diffs

Superseded in quantal-release
Published in precise-release
libisofs (1.1.6-1ubuntu1) precise; urgency=low

  * Stop building with -O0 on ARM.
 -- Matthias Klose <email address hidden>   Sun, 04 Dec 2011 17:10:37 +0100

Available diffs

Superseded in precise-release
libisofs (1.1.6-1) unstable; urgency=low

  * New upstream release
    + Bug fix: On Solaris: False out-of-memory errors when
      writing images.
    + Bug fix: On FreeBSD: No ACLs were recorded.
    + Bug fix: ACL entries of groups and of user id 0 were
      not properly recorded and cannot be restored.
    + Bug fix: On FreeBSD: The function for restoring ACLs
      and xattr returned error, even if no xattr were to be
      restored.
    + New API call iso_local_attr_support()
    + Enabled recording and restoring of extattr on FreeBSD.

Available diffs

Superseded in precise-release
Obsolete in oneiric-release
libisofs (1.1.2-1) unstable; urgency=low
  * New upstream release    + New API call iso_image_get_bootcat(), which is used later      in libisoburn/xorriso to properly extract boot catalogs. -- George Danchev <email address hidden>  Sun, 10 Jul 2011 13:06:09 +0300
Superseded in oneiric-release
libisofs (1.1.0-1) unstable; urgency=low

  * New upstream release
       + Bugfix: Padding as of iso_write_opts_set_tail_blocks()
         was added only after cylinder alignment as of
         iso_write_opts_set_system_area() and
	 thus spoiled this alignment.            Closes: #630607  
  * [GD] Drop cdbs, switch to dh
       + use libisofs-doc.docs rather than libisofs-doc.install.
       + filter -doc around dh_listpackages.
       + compat 8, require debhelper >=8.
  * [GD] switch to 3.0 (quilt).
  * [GD] Add AUTHORS, README, NEWS to *.docs.
  * [GD] Move doxygen to Build-Depends-Indep.
  * [GD] Install demo/*.c via libisofs-doc.examples.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  20 Jun 2011 08:41:46 +0000

Available diffs

Superseded in oneiric-release
libisofs (1.0.8-1) unstable; urgency=low

  * New upstream release (a bugfix release, nothing critical).
  * [GD] Drop graphviz from build-depends, not used anymore.
  * [GD] Add Mats Erik Andersson to Uploaders.
  * [GD] Standards-Version: 3.9.2 (no changes needed).
  * [GD] Consistent use of 'Copyright ©' in debian/copyright.
  * [GD] Drop Section: libs from libisofs6 package, since it is
         inherited from the source section anyway (avoids redundancy).

Available diffs

Superseded in oneiric-release
Obsolete in natty-release
libisofs (0.6.32-2ubuntu2) natty; urgency=low

  * debian/rules: when building on armel or armhf, build with -O0 to work
    around a gcc bug.  LP: #742961.
 -- Steve Langasek <email address hidden>   Fri, 25 Mar 2011 23:50:47 -0700
Superseded in natty-release
libisofs (0.6.32-2ubuntu1) natty; urgency=low

  * debian/rules: clean the dependency_libs out of .la files at build
    time, per Policy 10.2
 -- Steve Langasek <email address hidden>   Fri, 25 Mar 2011 18:00:14 -0700

Available diffs

Superseded in natty-release
Obsolete in maverick-release
libisofs (0.6.32-2) unstable; urgency=low

  * Do not install gifs in the doc package, since newer doxygen
    does not generate tab*.gif anymore. Closes: #590403
 -- Bhavani Shankar <email address hidden>   Mon, 26 Jul 2010 21:12:48 +0300

Available diffs

Superseded in maverick-release
Superseded in maverick-release
libisofs (0.6.32-1) unstable; urgency=low

  * New upstream release.
  * Added debian/source/format
  * Standards-Version 3.8.4 (no changes needed)
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sun,  09 May 2010 13:54:45 +0100

Available diffs

Superseded in maverick-release
Obsolete in lucid-release
libisofs (0.6.26-2) unstable; urgency=low

  * libisofs-dev depends on zlib1g-dev, libacl1-dev, libattr1-dev. 
    Closes: #567356
 -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  10 Feb 2010 17:20:20 +0000

Available diffs

Superseded in lucid-release
libisofs (0.6.26-1) unstable; urgency=low

  * New upstream release
     Bugfixes and more graceful reaction on filesystems where ACL 
     are not enabled but nevertheless requested by the application. 
  * New build depends added: zlib1g-dev, libacl1-dev, libattr1-dev
 -- Ubuntu Archive Auto-Sync <email address hidden>   Thu,  04 Feb 2010 17:26:23 +0000

Available diffs

Superseded in lucid-release
libisofs (0.6.24-1) unstable; urgency=low

  * New upstream release

Available diffs

Superseded in lucid-release
Obsolete in karmic-release
libisofs (0.6.16-1) unstable; urgency=low

  [ Simon Huggins ]
  * New upstream release
  * Ship a symbols file
  * Bump debhelper dependency to please lintian
  * Doesn't actually need libburn build-dep

Available diffs

Superseded in karmic-release
Obsolete in jaunty-release
libisofs (0.6.6-1) unstable; urgency=low

  * New upstream release. (Closes: #490592)

  [ Matthew Rosewarne ]
  * Bumped Debhelper compat to 6.
  * Bumped Standards-Version to 3.8.0.
  * Added -dbg package.

 -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  04 Nov 2008 21:31:52 +0000

Available diffs

Superseded in jaunty-release
Obsolete in intrepid-release
libisofs (0.6.2.1-1) unstable; urgency=low

  [ Simon Huggins ]
  * Initial release
    - part of its own source package now libburn is sane again.

  [ Mario Danic ]
  * corrected email of initial debian packager in copyright

  [ Matthew Rosewarne ]
  * Rename libisofs6-doc to libisofs-doc.
  * Tidy up packaging.
  * Add watch file.

 -- Lionel Le Folgoc <email address hidden>   Tue,  17 Jun 2008 17:31:43 +0100

Available diffs

Superseded in intrepid-release
Obsolete in hardy-release
Obsolete in gutsy-release
libisofs (0.2.5-0ubuntu1) gutsy; urgency=low

  * New upstream release

 -- Mario Danic <email address hidden>   Tue, 31 Jul 2007 18:11:57 +0200
Superseded in gutsy-release
libisofs (0.2.4-0ubuntu2) gutsy; urgency=low

  *  Fixed LP bug #117948:
	 libisofs4-dev has no .so for linking

 -- Mario Danic <email address hidden>   Mon, 11 Jun 2007 11:10:48 +0200
Superseded in gutsy-release
libisofs (0.2.4-0ubuntu1) gutsy; urgency=low

  * Initial release
  * upload to gutsy
  * Modified Maintainer value to match Debian-Maintainer-Field Spec

 -- Reinhard Tartler <email address hidden>   Mon, 30 Apr 2007 11:34:52 +0200
142 of 42 results