Skip to content

Debian Changelog k3d (0.6.0.0.ds1-1)

2006

k3d (0.6.0.0.ds1-1) unstable; urgency=low

   * New upstream release.  Final stable release.  Main changes since 0.5.12.0:
     - Enhanced tutorials, and added new ones.
     - Fixes for gcc 4.1.1 builds.
     - Code cleanup and lots of bugfixes.
     - Updated rasterization of SVG icons.
     - Remove debug output
     - Better startup messages.
     - Fix QTUI build.
   * I do not know why upstream let all the Makefiles and other cruft behind in
     the tarball, but after running a manual make distclean, the orig.tar.gz is
     1 MB smaller!  That also fixed the "X-File" problem of letting
     config.{status,log} files behind.
   * debian/control:
     - General redo of Build-Depends.  Droppped python2.3 in favour of
       python2.4 (closes: #395993).
     - Removed [!ia64] for g++-4.1 in Build-Depends.
     - Bumped Standards-Version to 3.7.2.2.
   * Removed all the patches from 0.5.12.0 except for the additional #include
     <set> in modules/quadrilateral_remeshing/quadrilateral_remeshing.cpp. This
     version builds normally with g++-4.1.1.
   * Updated config.guess and config.sub to latest versions.
   * Fixed building in order to support the new Python policy (closes: #380849):
      - debian/control: Added python-support (>= 0.3) to B-D.  Bumped
        dependency on debhelper (>= 5.0.37.2).
      - Added an 'XB-Python-Version: ${python:Versions}' field to k3d.
      - Added an 'XS-Python-Version: current' field to k3d.
      - debian/rules: Replaced dh_python with dh_pysupport.
      - debian/pycompat: Created with a content of '2'.

 -- David Martínez Moreno <ender@debian.org>  Sat, 2 Dec 2006 18:16:41 +0100

k3d (0.5.12.0-2) unstable; urgency=low

   * NMU. Drop explicit dependency on python2.3.

 -- Matthias Klose <doko@debian.org>  Fri, 27 Oct 2006 03:06:42 +0200

k3d (0.5.12.0-1) unstable; urgency=low

   * New upstream release (closes: #358218).
   * debian/control:
     - Updated Standards-Version to 3.7.2.1.
     - Added a build-time dependency on g++-4.1 (>=4.1.1-9) due to some
       internal g++ problem in earlier versions.
     - Update dependencies to new X.Org packages.
   * Acknowledge NMUs. Thanks, Pierre Habouzit (closes: #368246) and Martin
     Michlmayr.
   * This version shows correctly icons in the toolbar (closes: #356037).
   * Changed configure in order to try only pkg-config --libs ImageMagick++
     instead of Magick++-config --libs, thus riding of spureous dependencies.
     Closes: #347399.
   * Added a patch to modules/annotation/reference_image_2d.cpp from upstream
     CVS in order to compile with g++ 4.1.1.
   * Made the same with modules/gts/module.cpp.
   * Patched modules/quadrilateral_remeshing/quadrilateral_remeshing.cpp with
     an additional #include <set>. Thanks, Miriam Ruiz.

 -- David Martínez Moreno <ender@debian.org>  Wed, 19 Jul 2006 09:08:55 +0200

k3d (0.5.0.35-1.2) unstable; urgency=low

    * Non-maintainer upload.
    * Remove xlibmesa-glu-dev Build-Depends: libglu1-mesa-dev | libglu-dev
      (closes: #368246).

 -- Pierre Habouzit <madcoder@debian.org>  Sun, 4 Jun 2006 01:16:02 +0200

k3d (0.5.0.35-1.1) unstable; urgency=low

    * NMU as part of the GCC 4.1 transition.
    * Apply patch from Ben Hutchings to fix various GCC 4.1 issues and
      to update the build-depends (closes: #358218).

 -- Martin Michlmayr <tbm@cyrius.com>  Sun, 28 May 2006 12:10:04 +0200

2005

k3d (0.5.0.35-1) unstable; urgency=low

   * New upstream release. A summary of changes follow:
     - Integrated SGI's GLU tesselator.
     - Changed Rotate tool's middle sphere for a torus handle, Rotate tool is
       now complete except that it only works in GLOBAL mode.
     - Filters are now called modifiers.
     - Scripts run from the NGUI can be interrupted with the Escape key.
     - Restored visible selection for mesh modifiers.
     - Added Python support for point groups and scripting sample.
     - Added plugin module proxies to improve startup time (currently
       disabled).
     - Created ShowMatrix plugin
     - Cosmetic fixes.
     - Several fixes.
   * Uploaded to unstable, now that the C++ transition seems to be almost over.

 -- David Martínez Moreno <ender@debian.org>  Mon, 12 Dec 2005 01:14:51 +0100

k3d (0.5.0.34-0pre3) experimental; urgency=low

   * Rebuild with current sid.

 -- David Martínez Moreno <ender@debian.org>  Tue, 6 Dec 2005 13:39:00 +0100

k3d (0.5.0.34-0pre2) experimental; urgency=low

   * Added python to Build-Depends. Thanks, Martin Zobel-Helas (closes:
     #341936).

 -- David Martínez Moreno <ender@debian.org>  Tue, 6 Dec 2005 00:49:50 +0100

k3d (0.5.0.34-0pre1) experimental; urgency=low

   * New upstream release. A summary of changes follow:
     - Many code cleanups, reorganizations and updates, pulled out several
       deprecated plugins (including JavaScript engine).
     - New selection system using k3d::mesh_selection properties for
       undoable-selection and full integration with the Directed Graph.
     - document node collection is stored/serialized/loaded in node-creation order,
       enabling efficient/persistent node lookups by index.
     - Updated document schema to match new [nodes] terminology, with full
       backwards-compatibility.
     - Context menu is attached to the document and isn't recreated on each
       call anymore.
     - Toolbar is now a panel.
     - Updated the NGUI so the +Z axis is "up", rewrote viewport navigation.
     - TAB key jumps to the next entry in Node Properties panel.
     - Duplicate now works with objects other than MeshInstances.
     - Selected panel has a blue border.
     - bug-buddy submits reports to the SF tracker and now have a privacy
       statement.
     - NGUI selection button control displays tooltips and disables buttons based
       on selection state.
     - Tutorials are possible now using almost all the tools.
     - Added Aqsis plugins.
     - Added real sphere implementation to PolySphere and Quads Only option,
       renamed existing one to "Spherical Cylinder".
     - Set default colors to most of RenderMan shaders.
     - shader parser now supports point, vector, normal and angle types
       properly.
   * Removed /usr/share/k3d/shaders/layered from debian/k3d.dirs, as it is now
     included upstream.
   * I do not fully understand why k3d is not using PNG icons. In the
     meanwhile, added a hardcoded runtime dependency on librsvg2-2 in order to
     use the scalable icons.
   * Patched modules/quadrilateral_remeshing/quadrilateral_remeshing.cpp in
     order to support new k3dsdk.

 -- David Martínez Moreno <ender@debian.org>  Sat, 3 Dec 2005 01:37:09 +0100

k3d (0.5.0.33-0pre2) experimental; urgency=low

   * Rebuild package with last changes.
   * debian/control: Added (>> 2.9.5-5) to librsvg2-bin dependency, as all the
     previous versions did not include my patch to librsvg-bin, thus breaking
     rsvg->png conversion.
   * Added /usr/share/k3d/shaders/layered to debian/k3d.dirs to workaround a
     startup error.

 -- David Martínez Moreno <ender@debian.org>  Mon, 28 Nov 2005 15:45:05 +0100

k3d (0.5.0.33-0pre1) experimental; urgency=low

   * 0.6 prerelease:
     - Lots of bug fixes!
     - Lots of enhancements!
     - Lots of code!
     - Lots of new funcionalities!
     - Lots of new bugs!
   * This package is now compiled against a current unstable (closes: #331104).
   * I understand that this bug came in when gcc 4.0 was used to build this
     package. This new release does not have this problem (closes: #320904).
   * New release does not have javascript at all. It was dropped in favour of
     Python (closes: #326876).
   * Stripped down boost/ from the tarball, as we are going to use external
     boost libraries.
   * New package will be compiled with gcc 4.0 on amd64, and boost libraries
     are not now included (see above), thus not having this problem (closes:
     #278966).
   * Activated again graphviz in the configure line, as it is out of non-free
     now.
   * debian/control:
     - Build-Depends now reflect the current unstable environment.
     - Added libgtkmm-2.4-dev to dependencies.
     - Added gettext.
     - Removed automake1.6 (closes: #335125).
     - Build-Depend on librsvg2-bin > 2.9.5-5 as it was broken for relative
       paths as used in share/ngui/rasterized/Makefile.
     - k3d-doc package has gone, as the documentation is now the wiki.
   * Added full Python support to debian/control, dh_python to debian/rules,
     and ${python:Depends} to the Depends line.
   * Fixed some whitespace in djpig's NMU entry, confusing lintian.
   * debian/copyright: Changed FSF address.

 -- David Martínez Moreno <ender@debian.org>  Mon, 14 Nov 2005 04:37:54 +0100

k3d (0.5.0.22-1) experimental; urgency=low

   * Started to package 0.5.x branch. Lots (and when I say lots, is LOTS) of
     new features, new GUI, new plugins, new functions...I love new branches.
     :-)
   * debian/control: Added a lot of new build dependencies. The new
     versions had a lot of exciting things, like Python scripting,

 -- David Martínez Moreno <ender@debian.org>  Wed, 25 May 2005 20:50:16 +0200

k3d (0.4.5.0-5) unstable; urgency=low

   * AAAAAAAARGH, patching configure.ac broke again the build process! Fixed
     (I hope).
   * Removed more cruft of shaderpreprocessor/ from configure.

 -- David Martínez Moreno <ender@debian.org>  Thu, 28 Apr 2005 18:38:10 +0200

k3d (0.4.5.0-4) unstable; urgency=low

   * Damn. I did not remember why I had automake1.6 in Build-Depends...missing,
     install-sh, and all that scripting stuff is symlinked to the original
     files included in automake1.6. For less headaches, I will include it in
     the Build-Depends for now.

 -- David Martínez Moreno <ender@debian.org>  Thu, 28 Apr 2005 12:05:58 +0200

k3d (0.4.5.0-3) unstable; urgency=low

   * modules/mesh/Makefile.{am,in}: SuperLU v3.0 slipped into the 0.4.5.0
     release, and installed libcblas.so files. Disabled superlu build and
     Build-Depend on libsuperlu3-dev (closes: #295663, #298239).
   * sdpgtk/Makefile.in: Added -I/usr/X11R6/include for trying to solve the
     FTBFS error in almost all the architectures.
   * docs/user_reference/root.xml: Fixed location for the DTD (removed
     "file:").
   * debian/control: Removed automake1.6 dependency for build.

 -- David Martínez Moreno <ender@debian.org>  Wed, 27 Apr 2005 15:57:48 +0200

k3d (0.4.5.0-2) unstable; urgency=low

   * It seems that my build dependencies no longer depend on libx11-dev, so
     Build-Depend on it.

 -- David Martínez Moreno <ender@debian.org>  Wed, 16 Feb 2005 10:37:18 +0100

k3d (0.4.5.0-1) unstable; urgency=low

   * New upstream release.
     - Subdivision surfaces.
     - Resurrected SubdivideFaces.
     - Added LinkPoints, JoinPoints, MergeFaces, FaceNormals,
       SelectedPointNumber and SelectPointByNumber tools.
     - NSIS installer for the Win32 platform.
     - g++ 3.4 fixes.
     - Merged JavaScript large patch from Debian package, updating version to
       1.5-rc6a, making k3d portable to MacOS X and 64-bit platforms.
     - ** Quadrilateral Remeshing version 1.0 **
     - Many other things.
   * debian/control:
     - Bumped to 3.6.1.1 Standards-Version.
     - Added automake1.6 to Build-Depends because of the install-sh and the
       like stuff.
   * Added an specific part for copyright and license in debian/copyright.

 -- David Martínez Moreno <ender@debian.org>  Tue, 15 Feb 2005 18:27:16 +0100

2004

k3d (0.4.3.0-3) unstable; urgency=low

   * _Really_ apply patch from #274172 (closes: #274172). Sorry. :-(

 -- David Martínez Moreno <ender@debian.org>  Wed, 6 Oct 2004 00:49:35 +0200

k3d (0.4.3.0-2) unstable; urgency=high

   * Rebuild with non-broken imagemagick. Many thanks, Frank Lichtenheld and
     Steve Langasek (closes: #272628).
   * Fixed FTBFS in amd64 by Andreas Jochens, and additionally, fixed FTBFS in
     s390 and powerpc as well (closes: #274172).

 -- David Martínez Moreno <ender@debian.org>  Mon, 4 Oct 2004 13:10:38 +0200

k3d (0.4.3.0-1.1) unstable; urgency=high

   * NMU.
   * Rebuild with non-broken imagemagick.

 -- Frank Lichtenheld <djpig@debian.org>  Sat, 2 Oct 2004 01:20:35 +0200

k3d (0.4.2.0-2) unstable; urgency=medium

   * Medium urgency upload to facilitate the libtiff transition.
   * debian/rules:
     - Added dh_compress and dh_fixperms to build-indep target (fixes lintian
       warnings).
   * debian/control:
     - Rebuild against libtiff4 (closes: #262810).
   * Applied large patch to js plugin from the SpiderMonkey implementation in
     order to solve the FTBFS in powerpc (or at least try to).

 -- David Martínez Moreno <ender@debian.org>  Mon, 9 Aug 2004 11:25:48 +0200

k3d (0.4.2.0-1) unstable; urgency=low

   * New upstream release. Highlights of it are:
     - QSlim decimation.
     - Basic POV engine.
     - PolyCube now has adjustable rows, columns and slices.
     - Several stability fixes.
     - Merged bash patch for k3d-uuidgen.
   * debian/control:
     - Bumped Build-Depends on libsigc++ from 1.0 to 2.0.
     - Really include xlibmesa-gl_u_-dev, not only gl-dev, in Build-Depends.
       All is FTBFS in the buildd's :-(.
   * Added Debian changelog to k3d-doc.
   * Removed all the CVS stuff included in the original tarball (gah!).

 -- David Martínez Moreno <ender@debian.org>  Thu, 22 Jul 2004 11:50:11 +0200

k3d (0.4.1.0-1) unstable; urgency=low

   * New upstream release. The features of this release are:
     - Support for polygon colors and vertex normals.
     - LSystem parser and mutator plugin with lots of sample files.
     - Sphere eversion plugin.
     - Basic Yafray importer.
     - FilterFacesByColor plugin.
     - Added vertex normals to blobby polygonizations.
     - Added RiPolygon support to RIB importer.
     - Usability fix: DAG control doesn't scroll back to the top every time.
       something in the document changes.
     - Several bug fixes.
     - All the Debian patches were pushed upstream and are integrated. Now k3d
       is FHS-compliant.
   * Included specific Build-Depends for GLU. This fixes the FTBFS observed by
     Goswin on amd64 (closes: #258358).
   * Do not build gpp, and depend on Debian gpp package. Thanks to Daniel
     Skarda (closes: #259613).

 -- David Martínez Moreno <ender@debian.org>  Wed, 21 Jul 2004 18:29:52 +0200

k3d (0.4.0.0-2) unstable; urgency=low

   * debian/rules: Added --without-graphviz to configure line. This closes
     FTBFS (closes: #257363).

 -- David Martínez Moreno <ender@debian.org>  Sun, 4 Jul 2004 15:08:04 +0200

k3d (0.4.0.0-1) unstable; urgency=low

   * New upstream release (closes: #250359).
   * debian/control: Corrected dependency to libmagick++6-dev.
   * Splitted the package in k3d, k3d-dev and k3d-doc. For now k3d-dev is for
     headers and libtool files.
   * Added menu item, thanks to Brett W. McCoy.
   * Fixed inclusion of /usr/lib/k3d items, thanks to Romain and Brett.
   * Added Suggest: aqsis (a great GPL renderer). Thanks, Brett.
   * Added quotes over two fields of k3d.menu.
   * Fixed non POSIX-compliant script k3d-uuidgen.

 -- David Martínez Moreno <ender@debian.org>  Mon, 7 Jun 2004 01:42:37 +0200

k3d (0.3.9.6-1) unstable; urgency=low

   * New upstream release.
   * debian/control:
     - Downgraded libsigc++ dependency to 1.0 because of SF bug #939134 (Yet
       another document-close segfault).
     - The build is unstable with GTK2, so changed Build-Depends to GTK1.
   * debian/rules:
     - Removed --with-gtk2 configure parameter.

 -- David Martínez Moreno <ender@debian.org>  Mon, 26 Apr 2004 12:36:32 +0200

k3d (0.3.9.0-1) unstable; urgency=low

   * New upstream release.

 -- David Martínez Moreno <ender@debian.org>  Wed, 31 Mar 2004 10:29:18 +0200

k3d (0.3.0.94-1) unstable; urgency=low

   * Initial Release.

 -- David Martínez Moreno <ender@debian.org>  Wed, 10 Mar 2004 20:06:49 +0100