-
openscad (2015.03-1+dfsg-2ubuntu1) wily; urgency=medium
* Remove dependency on libgl1-mesa-swx11. (LP: #1489992)
-- Tiago Stürmer Daitx <email address hidden> Mon, 31 Aug 2015 00:55:09 +0000
-
openscad (2015.03-1+dfsg-2build1) wily; urgency=medium
* No-change rebuild using GCC 5.
-- Matthias Klose <email address hidden> Fri, 28 Aug 2015 12:57:14 +0200
-
openscad (2015.03-1+dfsg-2) unstable; urgency=medium
* Output the tests' HTML rendering to the build log on failure
* Go back to being lax about regression tests (See #795300)
-- Christian M. Amsüss <email address hidden> Fri, 14 Aug 2015 14:46:19 +0200
-
openscad (2015.03-1+dfsg-1build2) wily; urgency=medium
* No-change rebuild against libcgal11v5
-- Steve Langasek <email address hidden> Thu, 13 Aug 2015 05:15:55 +0000
-
openscad (2015.03-1+dfsg-1build1) wily; urgency=medium
* No-change rebuild against libcgal11v5
-- Steve Langasek <email address hidden> Thu, 13 Aug 2015 00:55:05 +0000
-
openscad (2015.03-1+dfsg-1) unstable; urgency=medium
[ Chow Loong Jin ]
* New upstream version
+ Language Features
- Added text() module for 2D text
- Added offset() module for 2D offsets
- Added list comprehensions and let()
- Added concat() function
- Added chr() function
- surface() can now take PNG images as input
- min() and max() can now take a vector argument
- 2D minkowski can now handle polygons with holes
- Variables can now be assigned in local blocks without using assign()
+ Program Features
- Added Toolbar icons
- New code editor based on QScintilla
- Added Splash screen
- Added SVG export
- Added AMF export
- Added --viewall and --autocenter cmd-line parameters
- GUI is now translated into German, Czech, Spanish, French and Russian
- MDI (Multiple Document Interface) is now available on all platforms
- Color schemes for viewer and editor can be user-edited using JSON files
- GUI components are now dockable
- Added Tickmarks on axes
+ Bugfixes/improvements
- Performance improvement: 2D (clipper), preview, hull, minkowski, surface
- Performance improvement: Reduce duplicate evaluation of identical
expressions
- Better recursion behavior
- STL export and import is now more robust
- Internal cavities are better supported
- New examples
- Windows cmd-line behaves better
- Better mirror() and scale() behavior when using negative factors
- Fixes a segfault bug (Closes: #787127)
- Removes __DATE__ reference (Closes: #781638)
+ Deprecations
- polyhedron() now takes a faces= argument rather than triangles=
- assign() is no longer needed. Local variables can be created in any
scope
* Use qt5
* Bump Standards-Version to 3.9.6
* Fix up watch file options
* Update what goes in the +dfsg package
- Remove src/SparkleAutoUpdater.* from dfsg branch
* Update +dfsg branch mechanisms to uscan
* Update debian/copyright
* Set uversionmangle in debian/watch for microreleases
* New patches
* Build system: Work around missing -lX11
* Add hashbang to test_cmdline_tool.py
[ Christian M. Amsüss ]
* Switch source to using gbp pq
* Depend on versioned imagemagick to avoid issues with graphicsmagick
* Updated patches
* New patches
* Run tests with the shipped OpenSCAD binary
* Minor spelling and syntax fixes
* Don't build programs used neither in shipping nor for tests
* Use debhelper's cmake / ctest targets
* Drop chrpath tricks
* Drop installation of build test results
* Add README for test suite
* Unconditionally render build time tests in virtual frame buffer
* Exclude the tests known to fail from building, require the rest to work
* Install EMACS mode (Closes: #789318)
* Add DEP-3 tags to patches
* Fix building with DEB_BUILD_OPTIONS=nocheck
* Ship the provided font files in the test data
- Override lintian's warnings against it
-- Christian M. Amsüss <email address hidden> Tue, 11 Aug 2015 18:15:32 +0200
-
openscad (2014.03+dfsg-1build1) wily; urgency=medium
* No-change rebuild against new cgal.
-- Logan Rosen <email address hidden> Fri, 22 May 2015 21:41:40 -0400
-
openscad (2014.03+dfsg-1) unstable; urgency=low
* New upstream version
- resize module
- scale parameter on linear_extrude
- recursive use of modules
- assignments can depend on previous assignments
- syntax highlighting
- user library path
- support for opening dxf files
- new behavior of preview and highlight operators
- new diameter arguments
- parent_module() and children() functions
- Unicode handling
- negative steps in ranges
- norm() and cross() functions
- new command line options
- bugfixes
- drops many test programs which caused issues when ran outside the build
directory
* Copyright file updates
* Build-depend on glib
* Build-conflict against libgles2-dev (eg libgles2-mesa-dev)
* Patches dropped due to upstream inclusion:
- changes to eigen.pri
* Patch out verbose mode through qmake
* Patch tests/CTestCustom.template to use test_pretty_print.py instead of
the test_pretty_print.c wrapper that is just used to transport a hardcoded
path that is not present on installed systems anyway
* Patch tests/test_pretty_print.py to use Debian package information instead
of unavailable git information
* Drop scripts directory for +dfsg repackaging
* Explicitly set OpenSCAD version from upstream version
* Patch tests/test_cmdline_tool.py to use absolute paths (because openscad
and echotest have different behaviors in that respect)
* Add build dependencies to run the test suite at build time
* Depend on openscad-mcad for building to run the test suite
- Patch out check for MCAD subtree
* Change Standards-Version to 3.9.5 (no further changes)
-- Christian M. Amsüss <email address hidden> Mon, 10 Mar 2014 20:08:15 +0100