Files
librecad/librecad.changes

77 lines
3.4 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Sun May 4 19:21:39 UTC 2014 - asterios.dramis@gmail.com
- Update to new upstream release 2.0.2:
* Some notable changes visible to users:
+ Reworked snapping system to allow simultaneous multiple snapping options;
snapping of equidistant middle points;
+ Helping/scratch layer support. Straight lines are kept infinite and
entities are skipped in printout;
+ Isometric grids;
+ Architectural tick;
+ Support of new ellipse features missing in version 1.0, such as,
intersection, middle point, arc length, and tangential direction;
+ Several new drawing features for line, circle, and ellipse;
+ Improved localization, translation for plugins and standard dialogs;
+ Support for a general factor for drawing size dimensions to help scaled
drawings;
+ Revert entities direction, developed by effad;
+ Some UI tweaking;
+ Windows setup registration to add LC in Windows Control Panel Programs
and Features.
* LibreCAD-2.0 is using a new dxfrw library to handle the DXF file format,
and some advantage of the dxfrw library brings are:
+ New dxf library supporting ascii and binary files, more versions and
fully compatible with the specification;
+ Support of templates;
+ Dimensions: support for aligned / horizontal text;
+ Dimensions: added general scale property;
+ Added support for single line text.
* Some internal changes since LibreCAD-1.0 series:
+ Removed Qt3 dependency;
+ Reworked methods to calculate intersections to simplify support for new
entity types;
+ Improved many drawing algorithms for performance;
+ Added scripts to allow automatic building on OS/X and Windows;
+ Added boost and C++11 support ;
+ Various code review and bug fixes.
* See http://blog.librecad.org/ for more details.
- Updated License to GPL-2.0 and (Apache-2.0 or
SUSE-GPL-3.0+-with-font-exception).
- Added a man page (ttf2lff.1) for the ttf2lff program.
- Removed bash, dxflib-devel and libqt4-devel-doc build requirements (not
needed anymore).
- Added new build requirements boost-devel, libdxfrw-devel and
wqy-microhei-fonts.
- Added mime_database_post/mime_database_postun entries sice the package
installs a mime file.
- Rebased librecad-no-date.diff to apply cleanly.
- Removed the following patches (not needed anymore):
* librecad-dxflib25.diff
* librecad-external-dxflib.diff
- Added the following patches (taken from Fedora):
* librecad-use-system-libdxfrw.patch (Use system libdxfrw)
-------------------------------------------------------------------
Sun Jun 23 18:46:58 UTC 2013 - asterios.dramis@gmail.com
- Update to new upstream release 1.0.3:
* Bugfix release.
- Removed librecad.mime.desktop file (not needed since dxf is part
of the shared-mime-info database). Removed also the respective
update-mime-database post/postun entries.
- Added desktop_database_post/desktop_database_postun entries
since the package defines a MIME handler.
-------------------------------------------------------------------
Sat May 5 22:10:23 UTC 2012 - jengelh@medozas.de
- Update to new upstream release 1.0.2
* replaces dependency on fparser library by
license-compatible muparser
-------------------------------------------------------------------
Tue Oct 18 01:26:37 UTC 2011 - jengelh@medozas.de
- Initial package for build.opensuse.org