Change logs for k3d source package in Gutsy

  • k3d (0.6.7.0-2build1) gutsy; urgency=low
    
      * Rebuild for boost 1.34.0 -> 1.34.1 transistion.
    
     -- Steve Kowalik <email address hidden>   Thu, 13 Sep 2007 11:05:35 +1000
  • k3d (0.6.7.0-2) unstable; urgency=low
    
      * debian/rules: Argh.  In my narrow-mindedness for avoiding rebuilding of
        Makefiles, I forgot to protect the touch config.status Makefile with a
        [ ! -f Makefile ], so the make distclean ended with error.  Closes:
        #434118.
    
    k3d (0.6.7.0-1) unstable; urgency=low
    
      * This package is dedicated to the countless Ubuntu developers that do not
        report any bug back to Debian.  Thanks, you make life less pleasant.
      * New upstream release:
        - First iteration of the new animation output dialog.
        - Replaced boost::filesystem::path with k3d::filesystem::path.
        - Created k3d::ustring for working with UTF-8 text.
        - Replaced k3d::frames with k3d::file_range.
        - Removed obsolete POV render engine plugin.
        - Remove unused code.
        - NGUI Log Window includes timestamps.
        - Better scrolling for the NGUI console control.
      * debian/control:
        - Removed libboost-filesystem-dev from Build-Depends.
        - Replaced old ${Source-Version} with ${binary:Version}.
        - Finally moved local patches to quilt, so we Build-Depend on it.
      * debian/rules:
        - Fixed stupidly compressed tutorial (share/tutorials/gts_boolean.py)
          without proper extension, thus dropping a warning in the installation.
        - Fixed a lintian error about ignoring errors in distclean target.
      * debian/patches/02_boost-mt_libs.patch: Patched configure to point to
        -lboost_*-mt instead of lboost_*.  Closes: #425893.
      * debian/patches/05_gcc4.3_build.patch: Added a fix for GCC 4.3 builds.
        Thanks, Martin Michlmayr (closes: #417284).
      * Removed debian/pycompat.
    
     -- Michael Bienia <email address hidden>   Tue,  24 Jul 2007 09:53:52 +0100
  • k3d (0.6.6.0.ds1-1build1) gutsy; urgency=low
    
      * Rebuild to fix broken libboost dependancies
      * Modify Maintainer value to match Debian-Maintainer-Field Spec
    
     -- Sarah Hobbs <email address hidden>   Tue, 05 Jun 2007 02:36:30 +1000
  • k3d (0.6.6.0.ds1-1) unstable; urgency=low
    
      * New upstream release.
    
    k3d (0.6.5.0.ds1-1) unstable; urgency=low
    
      * New upstream release.  List of main changes follows:
        - FrozenMesh, K3DMeshInput, and OBJMeshInput plugins have a "reset" button
          in the Node Properties Panel that forces an update.
        - Directed graph loop-detection code didn't work in all cases.
        - Python tutorials weren't getting installed.
        - Revert inadvertent change to the code::blocks build
        - Synchronize code::blocks build.
        - The switch to shared mesh instance archives broke automatic RenderMan
          shader compilation.
        - File > Revert command didn't update the UI layer correctly.
        - Merged fix from Debian for compile error in
          modules/quadrilateral_remeshing/quadrilateral_remeshing.cpp.
      * Pulled patch from Ubuntu packages in order to use .desktop file provided
        in the package and modified to make it standards-compliant.  Thanks,
        Adri2000.
      * debian/rules: Added --list-missing to dh_install.  Let's see if I am
        missing any other thing.
    
    k3d (0.6.4.0.ds1-1) unstable; urgency=low
    
      * New upstream release.  Main changes are:
        - Reduce output RIB file size.
        - Enabled mnemonic labels for most menu items and the Safe Close Dialog.
        - Safe Close Dialog did not correctly treat the escape key as a "cancel" operation.
        - Fixed several compile-time problems.
        - Removed debugging output.
        - Enhanced installer.
        - Cleanup and organize sample documents.
        - Added control over Axes plugin colors
        - Improved copyright texts.
        - Added mesh selection support to the Python API.
        - Several other fixes.
      * Removed debian/docs that included spurious templates pointing to the
        website (closes: #401502).
      * Patched Makefile.in in order to remove config.status.lineno in the
        distclean target.
    
     -- Daniel T Chen <email address hidden>   Tue,  16 Jan 2007 10:13:55 +0000