Change log for jhead package in Ubuntu
1 → 50 of 65 results | First • Previous • Next • Last |
jhead (1:3.08-1) unstable; urgency=medium * New upstream release. * Remove patches 02_exif.c, fix_parallel_build, fix_cve_2021_34055, and fix_cve_2022_41751 (fixed upstream). * Update patch fix_cppflags. * Add patch fix_prefix. -- Joachim Reichel <email address hidden> Thu, 15 Jun 2023 13:17:55 +0200
Available diffs
jhead (1:3.06.0.1-6ubuntu1) mantic; urgency=medium * SECURITY UPDATE: stack buffer overflow when editing the comments (LP: #2020068) - debian/patches/LP-2020068.patch: Increases a buffer's size, and use snprintf instead of sprintf in jhead.c. - No CVE -- George-Andrei Iosif <email address hidden> Thu, 25 May 2023 15:31:39 +0300
Available diffs
jhead (1:3.06.0.1-6ubuntu0.23.04.1) lunar-security; urgency=medium * SECURITY UPDATE: stack b uffer overflow when editing the comments (LP: #2020068) - debian/patches/LP-2020068.patch: Increases a buffer's size, and use snprintf instead of sprintf in jhead.c. - No CVE -- George-Andrei Iosif <email address hidden> Thu, 25 May 2023 15:26:51 +0300
Available diffs
jhead (1:3.06.0.1-2ubuntu0.22.10.2) kinetic-security; urgency=medium * SECURITY UPDATE: stack buffer overflow when editing the comments (LP: #2020068) - debian/patches/LP-2020068.patch: Increases a buffer's size, and use snprintf instead of sprintf in jhead.c. - No CVE -- George-Andrei Iosif <email address hidden> Fri, 26 May 2023 12:16:15 +0300
Available diffs
jhead (1:3.06.0.1-2ubuntu0.22.10.1) kinetic-security; urgency=medium * SECURITY UPDATE: heap buffer overflow while rotating an image - debian/patches/CVE-2021-34055.patch: If a read EXIF section in jpgfile.c, then discard it. - CVE-2021-34055 * SECURITY UPDATE: code execution when regenerating the Exif thumbnail - debian/patches/CVE-2022-41751.patch: Adds a check in jhead.c for dangerous characters in filenames. - CVE-2022-41751 -- George-Andrei Iosif <email address hidden> Wed, 24 May 2023 14:17:45 +0300
Available diffs
jhead (1:3.06.0.1-2ubuntu0.22.04.1) jammy-security; urgency=medium * SECURITY UPDATE: heap buffer overflow while rotating an image - debian/patches/CVE-2021-34055.patch: If a read EXIF section in jpgfile.c, then discard it. - CVE-2021-34055 * SECURITY UPDATE: code execution when regenerating the Exif thumbnail - debian/patches/CVE-2022-41751.patch: Adds a check in jhead.c for dangerous characters in filenames. - CVE-2022-41751 -- George-Andrei Iosif <email address hidden> Wed, 24 May 2023 14:13:36 +0300
Available diffs
jhead (1:3.04-1ubuntu0.2) focal-security; urgency=medium * SECURITY UPDATE: heap buffer overflow while rotating an image - debian/patches/CVE-2021-34055.patch: If a read EXIF section in jpgfile.c, then discard it. - CVE-2021-34055 * SECURITY UPDATE: code execution when regenerating the Exif thumbnail - debian/patches/CVE-2022-41751.patch: Adds a check in jhead.c for dangerous characters in filenames. - CVE-2022-41751 -- George-Andrei Iosif <email address hidden> Wed, 24 May 2023 14:08:36 +0300
Available diffs
jhead (1:3.00-8~ubuntu0.2) bionic-security; urgency=medium * SECURITY UPDATE: heap buffer overflow while rotating an image - debian/patches/CVE-2021-34055.patch: If a read EXIF section in jpgfile.c, then discard it. - CVE-2021-34055 * SECURITY UPDATE: code execution when regenerating the Exif thumbnail - debian/patches/CVE-2022-41751.patch: Adds a check in jhead.c for dangerous characters in filenames. - CVE-2022-41751 -- George-Andrei Iosif <email address hidden> Wed, 24 May 2023 14:04:08 +0300
Available diffs
jhead (1:3.04-1ubuntu0.1) focal-security; urgency=medium * SECURITY UPDATE: heap buffer overflow when processing the DQT markers - debian/patches/CVE-2020-6624.patch: Adds further DQT verifications in jpgqguess.c. - CVE-2020-6624 * SECURITY UPDATE: heap out-of-bounds read when processing longitude tags - debian/patches/CVE-2020-6625.patch: Adds further verifications in gpsinfo.c. - CVE-2020-6625 * SECURITY UPDATE: heap buffer overflow when reading JPEG sections - debian/patches/CVE-2020-26208.patch: Allocates additional 20 bytes in jpgfile.c. - CVE-2020-26208 * SECURITY UPDATE: heap out-of-bounds read when processing Canon images - debian/patches/CVE-2021-28276_28278.patch: Adds further verifications in makernote.c. - CVE-2021-28276 * SECURITY UPDATE: heap buffer overflow when removing a certain type of section - debian/patches/CVE-2021-28276_28278.patch: Adds further verifications while processing nested EXIF directories in exif.c. - CVE-2021-28278 -- George-Andrei Iosif <email address hidden> Wed, 17 May 2023 15:50:56 +0300
Available diffs
jhead (1:3.00-8~ubuntu0.1) bionic-security; urgency=medium * SECURITY UPDATE: heap out-of-bounds read when processing the JFIF markers - debian/patches/CVE-2019-19035.patch: Adds verifications in jpgfile.c. The number of sections should be greater than 7. The JFIF header should exist before verifying its magic bytes. - CVE-2019-19035 * SECURITY UPDATE: stack buffer overflow when processing longitude tags - debian/patches/CVE-2019-1010301.patch: Replaces a call to sprintf with one to snprinf in gpsinfo.c. - CVE-2019-1010301 * SECURITY UPDATE: heap buffer overflow when processing IPTC data - debian/patches/CVE-2019-1010302.patch: Ensures the length of IPTC data is strictly positive in iptc.c. - CVE-2019-1010302 * SECURITY UPDATE: heap buffer overflow when processing the DQT markers - debian/patches/CVE-2020-6624.patch: Adds further DQT verifications in jpgqguess.c. - CVE-2020-6624 * SECURITY UPDATE: heap out-of-bounds read when processing longitude tags - debian/patches/CVE-2020-6625.patch: Adds further verifications in gpsinfo.c. - CVE-2020-6625 * SECURITY UPDATE: heap buffer overflow when reading JPEG sections - debian/patches/CVE-2020-26208.patch: Allocates additional 20 bytes in jpgfile.c. - CVE-2020-26208 * SECURITY UPDATE: heap out-of-bounds read when processing Canon images - debian/patches/CVE-2021-28276_28278.patch: Adds further verifications in makernote.c. - CVE-2021-28276 * SECURITY UPDATE: heap buffer overflow when removing a certain type of section - debian/patches/CVE-2021-28276_28278.patch: Adds further verifications while processing nested EXIF directories in exif.c. - CVE-2021-28278 -- George-Andrei Iosif <email address hidden> Tue, 16 May 2023 11:57:25 +0300
Available diffs
Superseded in mantic-release |
Published in lunar-release |
Deleted in lunar-proposed (Reason: Moved to lunar) |
jhead (1:3.06.0.1-6) unstable; urgency=medium * Add imagemagick and imagemagick-6.q16hdri as alternatives to graphicsmagick-imagemagick-compat to Depends (Closes: #1024712). -- Joachim Reichel <email address hidden> Sun, 27 Nov 2022 16:16:53 +0100
Available diffs
- diff from 1:3.06.0.1-5 to 1:3.06.0.1-6 (574 bytes)
jhead (1:3.06.0.1-5) unstable; urgency=medium * Add patch fix_cve_2021_34055 to fix CVE-2021-34055 (Closes: #1024272). * Update metadata of patch fix_cve_2022_41751. -- Joachim Reichel <email address hidden> Sat, 19 Nov 2022 16:59:17 +0100
Available diffs
- diff from 1:3.06.0.1-4 to 1:3.06.0.1-5 (2.0 KiB)
jhead (1:3.06.0.1-4) unstable; urgency=medium * Update patch fix_cve_2022_41751 to handle images where the thumbnail needs autorotation, too (Closes: 1023303). * Add graphicsmagick-imagemagick-compat (mogrify) and (re-)add libjpeg-turbo-progs (jpegran) to Depends: to avoid information loss in case of errors due to missing executables. Remove Suggests: imagemagick. * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. -- Joachim Reichel <email address hidden> Wed, 26 Oct 2022 20:48:16 +0200
Available diffs
- diff from 1:3.06.0.1-3 to 1:3.06.0.1-4 (1.2 KiB)
jhead (1:3.06.0.1-3) unstable; urgency=medium * Add patch fix_cve_2022_41751 to fix CVE-2022-41751 (Closes: #1022028). * Add patch fix_cppflags to pick up all hardening flags. * Update Standards-Version to 4.6.1 (no changes needed). * Update debian/watch after github website changes. * Update Vcs-* fields in debian/control. -- Joachim Reichel <email address hidden> Sun, 23 Oct 2022 13:36:55 +0200
Available diffs
- diff from 1:3.06.0.1-2 to 1:3.06.0.1-3 (2.0 KiB)
Superseded in lunar-release |
Published in kinetic-release |
Published in jammy-release |
Deleted in jammy-proposed (Reason: Moved to jammy) |
jhead (1:3.06.0.1-2) unstable; urgency=medium * Upload to unstable. * Update debian/copyright to match upstream (typos fixed, content unchanged). -- Joachim Reichel <email address hidden> Tue, 17 Aug 2021 20:10:47 +0200
Available diffs
- diff from 1:3.04-6 to 1:3.06.0.1-2 (52.4 KiB)
Superseded in jammy-release |
Obsolete in impish-release |
Deleted in impish-proposed (Reason: Moved to impish) |
jhead (1:3.04-6) unstable; urgency=medium * QA upload (Salzburg BSP). * CVE-2021-3496: check access boundaries in ProcessCanonMakerNoteDir(). Closes: #986923. * Check IPTC lengths. Closes: #968999. * Allocate extra room when reading JPEG sections to avoid overflows. Closes: #972617. -- Stephen Kitt <email address hidden> Sat, 24 Apr 2021 14:59:38 +0200
Available diffs
- diff from 1:3.04-5 to 1:3.04-6 (2.3 KiB)
Superseded in impish-release |
Obsolete in hirsute-release |
Deleted in hirsute-proposed (Reason: moved to Release) |
jhead (1:3.04-5) unstable; urgency=medium * QA upload. [ Debian Janitor ] * Use secure URI in Homepage field. * Fix day-of-week for changelog entry 1.5-2. * Update watch file format version to 4. * Use secure URI in debian/watch. -- Jelmer Vernooij <email address hidden> Thu, 04 Feb 2021 02:09:26 +0000
Available diffs
- diff from 1:3.04-4 to 1:3.04-5 (793 bytes)
Superseded in hirsute-release |
Obsolete in groovy-release |
Deleted in groovy-proposed (Reason: moved to Release) |
jhead (1:3.04-4) unstable; urgency=medium * d/control: Orphaning the package. See #969027 -- Ludovic Rousseau <email address hidden> Wed, 26 Aug 2020 11:52:50 +0200
Available diffs
- diff from 1:3.04-3 to 1:3.04-4 (493 bytes)
jhead (1:3.04-3) unstable; urgency=medium * Fix "A Segmentation fault error in jhead 1:3.04-2" patch in d/p/02_exif.c (Closes: #967971) * Fix "A Segmentation fault error in jhead 1:3.04-2" same patch as above (Closes: #967924) -- Ludovic Rousseau <email address hidden> Fri, 07 Aug 2020 22:00:26 +0200
Available diffs
- diff from 1:3.04-2 to 1:3.04-3 (754 bytes)
jhead (1:3.04-2) unstable; urgency=medium * Fix "Heap-buffer-overflow in jhead-3.04" (Closes: #953352) patch in d/p/01_gpsinfo.c * d/control: Standards-Version: 4.3.0 -> 4.5.0. No change needed * d/control: use debhelper-compat (= 12) instead of level 11 * d/control: add Rules-Requires-Root: no -- Ludovic Rousseau <email address hidden> Sun, 08 Mar 2020 22:20:20 +0100
Available diffs
- diff from 1:3.04-1 to 1:3.04-2 (1013 bytes)
Superseded in groovy-release |
Published in focal-release |
Deleted in focal-proposed (Reason: moved to Release) |
jhead (1:3.04-1) unstable; urgency=medium * New upstream release * Fix "CVE-2019-19035" in new upstream (Closes: #944961) * d/p/30_spelling: removed, included upstream * d/p/29_reproducible: removed, included upstream * d/p/28_spelling: removed, included upstream * d/p/26_makefile: removed, included upstream * d/p/25_makefile: removed, included upstream * d/p/27_documentation: removed, included upstream * d/p/32_crash_in_gpsinfo: removed, included upstream * d/p/33_fix_908176: removed, included upstream * d/p/34_buffer_overflow: removed, included upstream * d/p/35_fix_alloc_size: removed, fix included upstream * d/p/36_CVE-2019-1010301rm: removed, included upstream * d/p/37_CVE-2019-1010302rm: removed, included upstream * d/control: Standards-Version: 4.2.1 -> 4.3.0. No change needed -- Ludovic Rousseau <email address hidden> Fri, 22 Nov 2019 17:41:30 +0100
Available diffs
- diff from 1:3.03-3 to 1:3.04-1 (6.6 KiB)
Superseded in focal-release |
Obsolete in eoan-release |
Deleted in eoan-proposed (Reason: moved to release) |
jhead (1:3.03-3) unstable; urgency=medium * rebuild for source only upload -- Ludovic Rousseau <email address hidden> Sat, 03 Aug 2019 14:53:14 +0200
Available diffs
- diff from 1:3.03-2 to 1:3.03-3 (317 bytes)
jhead (1:3.03-2) unstable; urgency=medium * d/p/36_CVE-2019-1010301 Fix "CVE-2019-1010301" (Closes: #932145) * d/p/37_CVE-2019-1010302 Fix "CVE-2019-1010302" (Closes: #932146) -- Ludovic Rousseau <email address hidden> Fri, 02 Aug 2019 18:24:02 +0200
Available diffs
- diff from 1:3.03-1 to 1:3.03-2 (907 bytes)
jhead (1:3.03-1) unstable; urgency=medium * New upstream release * d/patches/31_CVE-2016-3822 and 0008-heap-buffer-overflow.patch are now applied upstream -- Ludovic Rousseau <email address hidden> Wed, 17 Apr 2019 20:49:51 +0200
Available diffs
- diff from 1:3.00-8 to 1:3.03-1 (11.4 KiB)
jhead (1:3.00-8~build0.18.10.1) cosmic-security; urgency=medium * fake sync from Debian
Available diffs
jhead (1:3.00-8~build0.18.04.1) bionic-security; urgency=medium * fake sync from Debian
Available diffs
jhead (1:3.00-4+deb9u1build0.16.04.1) xenial-security; urgency=medium * fake sync from Debian
Available diffs
Superseded in eoan-release |
Obsolete in disco-release |
Deleted in disco-proposed (Reason: moved to release) |
jhead (1:3.00-8) unstable; urgency=medium * Fix "Interger overflow while running jhead" (Closes: #907925) debian/patches/32_crash_in_gpsinfo fix CVE-2018-17088 * Fix "Buffer Overflow while running jhead" (Closes: #908176) debian/patches/33_fix_908176 fix CVE-2018-16554 * Fix another buffer overflow debian/patches/34_buffer_overflow * Upgrade debhelper version from 9 to 11 * debian/control: Standards-Version: 3.9.8 -> 4.2.1. No change needed. * debian/patches/35_fix_alloc_size: patch from Fedora to fix a compiler warning -- Ludovic Rousseau <email address hidden> Wed, 19 Sep 2018 19:55:26 +0200
Available diffs
- diff from 1:3.00-7 to 1:3.00-8 (1.9 KiB)
Superseded in disco-release |
Obsolete in cosmic-release |
Deleted in cosmic-proposed (Reason: moved to release) |
jhead (1:3.00-7) unstable; urgency=medium * d/control: Set Vcs-* to salsa.debian.org -- Ludovic Rousseau <email address hidden> Sun, 25 Mar 2018 16:50:07 +0200
Available diffs
- diff from 1:3.00-6 to 1:3.00-7 (488 bytes)
Superseded in cosmic-release |
Published in bionic-release |
Deleted in bionic-proposed (Reason: moved to release) |
jhead (1:3.00-6) unstable; urgency=medium * Reformat patches for gbp pq * Fix heap buffer overflow (Closes: #889272) -- Ludovic Rousseau <email address hidden> Sat, 03 Feb 2018 10:46:05 +0100
Available diffs
- diff from 1:3.00-5 to 1:3.00-6 (3.0 KiB)
jhead (1:3.00-5) unstable; urgency=medium * Migrate the Debian packging from SVN to GIT -- Ludovic Rousseau <email address hidden> Mon, 18 Dec 2017 11:02:30 +0100
Available diffs
- diff from 1:3.00-4 to 1:3.00-5 (513 bytes)
jhead (1:2.97-1+deb8u1build0.14.04.1) trusty-security; urgency=medium * fake sync from Debian
Available diffs
Superseded in bionic-release |
Obsolete in artful-release |
Deleted in artful-proposed (Reason: moved to release) |
jhead (1:3.00-4) unstable; urgency=medium * Fix "CVE-2016-3822" Apply patch from Google (Closes: #858213) * debian/patches/30_spelling: fix another spelling issue reported by lintian * debian/control: Standards-Version: 3.9.6 -> 3.9.8. No change needed. -- Ludovic Rousseau <email address hidden> Mon, 20 Mar 2017 20:26:16 +0100
Available diffs
- diff from 1:3.00-3 to 1:3.00-4 (1.7 KiB)
Superseded in artful-release |
Obsolete in zesty-release |
Obsolete in yakkety-release |
Published in xenial-release |
Deleted in xenial-proposed (Reason: moved to release) |
jhead (1:3.00-3) unstable; urgency=medium * Fix "Please (Build-)Depend on libjpeg-turbo-progs instead of libjpeg- progs" changed Depends: (Closes: #813390) * debian/patches/30_spelling: Fix spelling reported by lintian * debian/patches/26_makefile & debian/rules: correctly call dpkg-buildflags to fix lintian reported issues about hardening -- Ludovic Rousseau <email address hidden> Tue, 02 Feb 2016 18:53:55 +0100
Available diffs
- diff from 1:3.00-2 to 1:3.00-3 (1.3 KiB)
jhead (1:3.00-2) unstable; urgency=medium * debian/patches/29_reproducible: remove the use of __DATE__ to make the build reproducible -- Ludovic Rousseau <email address hidden> Wed, 30 Sep 2015 09:41:17 +0200
Available diffs
- diff from 1:3.00-1 to 1:3.00-2 (618 bytes)
Superseded in xenial-release |
Obsolete in wily-release |
Deleted in wily-proposed (Reason: moved to release) |
jhead (1:3.00-1) unstable; urgency=medium * New upstream release * debian/patches/28_spelling: Fix spelling mistake reported by lintian * debian/control: Standards-Version: 3.9.3 -> 3.9.6. no change needed. -- Ludovic Rousseau <email address hidden> Wed, 20 May 2015 21:31:56 +0200
Available diffs
- diff from 1:2.97-1 to 1:3.00-1 (6.1 KiB)
Superseded in wily-release |
Obsolete in vivid-release |
Obsolete in utopic-release |
Published in trusty-release |
Obsolete in saucy-release |
Deleted in saucy-proposed (Reason: moved to release) |
jhead (1:2.97-1) unstable; urgency=low * New upstream release -- Ludovic Rousseau <email address hidden> Sat, 16 Mar 2013 14:45:00 +0100
Available diffs
- diff from 1:2.96-2 to 1:2.97-1 (8.8 KiB)
Superseded in saucy-release |
Obsolete in raring-release |
Deleted in raring-proposed (Reason: moved to release) |
jhead (1:2.96-2) unstable; urgency=low * Fix "documentation still hints at old "-nf" renaming functionality" Apply attached patch (Closes: #691607) -- Ludovic Rousseau <email address hidden> Sun, 28 Oct 2012 10:28:57 +0100
Available diffs
- diff from 1:2.95-1 to 1:2.96-2 (4.8 KiB)
jhead (1:2.95-1) unstable; urgency=low * New upstream release * Fix "jhead -cmd 'jpegtran -progressive &i > &o' P1080931.JPG remove Date/Time Original exif tag and others" fixed upstream (Closes: #662110) * debian/control: Standards-Version: 3.9.2 -> 3.9.3. No change needed. -- Ludovic Rousseau <email address hidden> Sat, 24 Mar 2012 11:50:13 +0100
Available diffs
jhead (1:2.93-1) unstable; urgency=low * New upstream release * debian/patches/25_makefile: new patch * debian/control: remove Build-Depends: quilt since we use source format "3.0 (quilt)" * debian/control: Standards-Version: 3.9.1 -> 3.9.2. no change needed. -- Ubuntu Archive Auto-Sync <email address hidden> Fri, 16 Dec 2011 16:26:25 +0000
Available diffs
- diff from 1:2.90-3 to 1:2.93-1 (8.0 KiB)
jhead (1:2.90-3) unstable; urgency=low * Fix "Can't run mogrify from graphicsmagick." add a Suggests: imagemagick (Closes: #463225) * debian/rules: use a minimal version * Standards-Version: 3.8.4 -> 3.9.1. No change needed. -- Ubuntu Archive Auto-Sync <email address hidden> Sat, 30 Apr 2011 12:57:45 +0000
Available diffs
- diff from 1:2.90-2 to 1:2.90-3 (1.5 KiB)
jhead (1:2.90-2) unstable; urgency=low * debian/patches/24_jhead.1: Fix "confusing manpage" (Closes: #570608)
Available diffs
- diff from 1:2.88-2 to 1:2.90-2 (12.4 KiB)
jhead (1:2.88-2) unstable; urgency=low * debian/control: add Depends: ${misc:Depends} W: jhead source: debhelper-but-no-misc-depends jhead * debian/patches/21_jhead.c: fix a spelling typo * debian/patches/22_jhead.1: fix hyphen-used-as-minus-sign -- Ubuntu Archive Auto-Sync <email address hidden> Mon, 18 Jan 2010 07:30:59 +0000
Available diffs
- diff from 1:2.88-1 to 1:2.88-2 (3.5 KiB)
jhead (1:2.88-1) unstable; urgency=low * New upstream release - debian/patches/30_buffer_overflow: patch included upstream * debian/control: Standards-Version: 3.8.1 -> 3.8.3. No change needed. * Move to "3.0 (quilt)" source format * Use an epoch number since 2.88 < 2.875 * debian/patches/20_jhead.1: use DEP-3 format -- Ubuntu Archive Auto-Sync <email address hidden> Fri, 18 Dec 2009 17:42:30 +0000
Available diffs
- diff from 2.875-2 to 1:2.88-1 (10.8 KiB)
jhead (2.875-2) unstable; urgency=low * Fix "segmentation fault on corrupt input file" patch from upstream debian/patches/30_buffer_overflow (Closes: #530401) -- Ubuntu Archive Auto-Sync <email address hidden> Mon, 01 Jun 2009 10:43:14 +0100
Available diffs
- diff from 2.875-1 to 2.875-2 (1.0 KiB)
jhead (2.875-1) unstable; urgency=low * New upstream release - Fix "document Nonfatal Error: Illegal subdirectory link" the error message is now explicit that the erorr is in EXIF data and not the file system (Closes: #525724) * update from debhelper 4 to 7 * Standards-Version: 3.7.3 -> 3.8.1 - add support of noopt, nostrip and parallel= in DEB_BUILD_OPTIONS -- Ubuntu Archive Auto-Sync <email address hidden> Fri, 01 May 2009 20:30:40 +0100
Available diffs
- diff from 2.87-1 to 2.875-1 (4.0 KiB)
jhead (2.87-1) unstable; urgency=low * New upstream release - Closes: #517990: jhead: -ce broken (fix released in 2.87) -- Ubuntu Archive Auto-Sync <email address hidden> Wed, 29 Apr 2009 00:15:38 +0100
Available diffs
- diff from 2.86-2 to 2.87-1 (1.5 KiB)
jhead (2.86-2) unstable; urgency=low * debian/patches/20_jhead.1: Closes: #515659 "jhead: Manpage error in '-te' example" * use quilt again -- Alessio Treglia <email address hidden> Thu, 19 Feb 2009 17:48:37 +0000
Available diffs
- diff from 2.86-1ubuntu1 to 2.86-2 (1.2 KiB)
Superseded in jaunty-release |
jhead (2.86-1ubuntu1) jaunty; urgency=low * Merge from debian unstable, Ubuntu remaining changes: - Fixed invisible slash in manpage.
Available diffs
- diff from 2.85-1ubuntu1 to 2.86-1ubuntu1 (14.9 KiB)
Superseded in jaunty-release |
jhead (2.85-1ubuntu1) jaunty; urgency=low * debian/patches/11_jhead.1.patch: fix invisible slash in manpage. (LP: #317125) -- Adam Buchbinder <email address hidden> Wed, 14 Jan 2009 09:43:25 -0500
Available diffs
- diff from 2.85-1 to 2.85-1ubuntu1 (1.0 KiB)
1 → 50 of 65 results | First • Previous • Next • Last |