Change logs for inkscape source package in Precise

  • inkscape (0.48.3.1-1ubuntu1.1) precise-security; urgency=low
    
      * SECURITY UPDATE: arbitrary file disclosure via XML external entity
        - debian/patches/CVE-2012-5656.patch: disable loading external entities
          in src/preferences-skeleton.h, src/ui/dialog/ocaldialogs.cpp,
          src/xml/repr-io.cpp.
        - CVE-2012-5656
      * SECURITY UPDATE: possible file loading from /tmp
        - debian/patches/CVE-2012-6076.patch: make sure filename is absolute
          in src/extension/implementation/script.cpp.
        - CVE-2012-6076
     -- Marc Deslauriers <email address hidden>   Tue, 29 Jan 2013 13:39:18 -0500
  • inkscape (0.48.3.1-1ubuntu1) precise; urgency=low
    
      * Merge from Debian Unstable (LP: #966221). Remaining changes:
        - debian/control:
          + Ubuntu maintainers
          + Build against lcms2 (LP: #885324)
          + Drop build-dependency on specific libwpd/libwpg version.
          + promote libgnomevfs2-extra to recommends (lp: #496223)
          + Demote pstoedit to Suggests (universe package).
          + Suggest transfig to allow import of xfig files (LP: #668300)
          + Drop unnecessary python and skencil suggestions (LP: #762541)
          + Promote python-lxml, python-numpy, python-uniconvertor to Recommends.
        - Handle translation tasks for Ubuntu main (LP: #726850):
          + debian/rules: Add dh_translations to binary-arch rule
          + debian/control: Build-Depends dh-translations
        - debian/patches/01_add_unity_quicklist_support.patch: add "New Drawing"
          to Unity quicklist (LP: #676886)
    
    inkscape (0.48.3.1-1) unstable; urgency=low
    
      * [cb1a6e2] delete 01-libwpg0.2.dpatch since proper patch appied upstream
      * [041bdd7] delete 02-add-shebangs-and-fix-permissions.dpatch (applied
        upstream)
      * [518e31b] delete 03-add-missing-mimetypes.dpatch (applied upstream)
      * [df995c3] add datamatrix patch from ubuntu (closes: #618835)
      * [169ca97] Imported Upstream version 0.48.3.1, this handles the following
        debian bugs:
        - closes: #665560: inkscape: Including individual glib headers no longer
                           supported
        - closes: #627637: JessyInk: Embedded Javascript Broken
        - closes: #559332: inkscape: Cairo rendering broken for "use" elements
                           with scaling or a viewBox
        - closes: #596836: clipart search spews messages in console
        - closes: #628035: inkscape: in the pdf export dialog a wrong pdf version
                           is reported
        - closes: #651196: French manpage has accents replaced by some garbage
        - closes: #633150: inkscape: New upstream version 0.48.3 is available
      * [3f6e27a] use quilt instead of dpatch for patch handling
      * [dd10775] Acknowledge NMU, inkscape doesn't register for handling of pdf
        and ps anymore (closes: #613752)
      * upload sponsored by Guido Guenther <email address hidden>
        Thank you very much!
     -- Alex Valavanis <email address hidden>   Tue, 27 Mar 2012 20:47:17 +0100
  • inkscape (0.48.3.1-0ubuntu2) precise; urgency=low
    
      * promote libgnomevfs2-extra to recommends (lp: #496223)
     -- Nathan Williams <email address hidden>   Tue, 06 Mar 2012 20:01:01 +0100
  • inkscape (0.48.3.1-0ubuntu1) precise; urgency=low
    
      * New upstream release (LP: #943984)
        - Fixes build errors with glibmm < 2.28
      * Build against lcms2 (LP: #885324)
     -- Alex Valavanis <email address hidden>   Thu, 01 Mar 2012 15:38:35 +0000
  • inkscape (0.48.3-0ubuntu1) precise; urgency=low
    
      * New upstream release (LP: #933188).  Fixes several Ubuntu bugs:
        - inkscape fails to build with glib 2.31 (LP: #898538)
        - ctrl c ctrl v of text in edit mode crashes inkscape (LP: #496793)
        - Completely replace lcms1 by lcms2 in Ubuntu (LP: #885324)
        - parameters ending with '\' causes python to bomb (LP: #168417)
        - Extensions with <check> tags fail to load (LP: #668895)
        - ESC doesn't cancel move when using the Node Tool (LP: #788560)
        - unable to edit attributes in Inkscape XML Editor (LP: #884368)
        - Some layers should be visible by default in Layers dialog (LP: #902054)
        - Path Effect List is hidden (LP: #909958)
        - Input Devices > Hardware > Tree of devices is hidden (LP: #910467)
        - Glyphs Font styles are hidden (LP: #911079)
        - Error messages from Extensions hidden (LP: #911079)
        - Messages dialog doesn't work (LP: #911123)
      * Drop 02-add-shebangs-and-fix-permissions.dpatch: Applied upstream.
      * Drop build-dependency on specific libwpd/libwpg version.
     -- Alex Valavanis <email address hidden>   Thu, 16 Feb 2012 14:33:40 +0000
  • inkscape (0.48.2-0ubuntu4) precise; urgency=low
    
      * No-change rebuild against libpoppler19.
     -- Martin Pitt <email address hidden>   Tue, 06 Dec 2011 10:10:34 +0100
  • inkscape (0.48.2-0ubuntu3) precise; urgency=low
    
      * No-change rebuild to drop spurious libsfgcc1 dependency on armhf.
     -- Adam Conrad <email address hidden>   Fri, 02 Dec 2011 17:38:03 -0700
  • inkscape (0.48.2-0ubuntu2) precise; urgency=low
    
      * No change rebuild for imagemagick4 transition
     -- Michael Terry <email address hidden>   Fri, 18 Nov 2011 10:28:35 -0500
  • inkscape (0.48.2-0ubuntu1) oneiric; urgency=low
    
      * New upstream release (LP: #807912).  Fixes several Ubuntu bugs:
        - [SVG Font Editor] Crash when kerning an empty pair (LP: #706506)
        - Connector tool crash Inkscake (orthogonal mode) (LP: #771738)
        - Errors printed to console if openclipart search fails (LP: #638844)
        - pdf export with cairo 1.10 defaults to version PDF-1.5 (LP: #664335)
        - Cairo rendering broken for "use" elements when scaling or a viewBox
          (LP: #705345)
        - gimp_xcf.py crashed with TypeError in effect() (LP: #565296)
        - Enable build against libwpg-0.2 (LP: #778951)
        - Please add supported filetypes into MimeType line of inkscape.desktop
          (LP: #278307)
        - Inkscape fails to build with gcc 4.6 (LP: #707205)
      * Drop 01-libwpg0.2.dpatch - Applied upstream
      * Drop 03-add-missing-mimetypes.dpatch - Applied upstream
      * Drop 04-fix-build-with-gcc4.6.dpatch - Applied upstream
      * Drop 05-add-missing-includes.dpatch - Applied upstream
      * Drop fix-fontforge-glyph-template.dpatch - Applied upstream
     -- Alex Valavanis <email address hidden>   Sun, 10 Jul 2011 11:35:30 +0100