Blame ChangeLog

rpm-build 8267b0
- 31-Jan-2015
rpm-build 8267b0
    * Libspiro Version 0.3.20150131
rpm-build 8267b0
    * Allow Libspiro to be included using PKG_CHECK_MODULES().
rpm-build 8267b0
    * Bug fixes in configure.ac m4 calls that caused problems seen in:
rpm-build 8267b0
	https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196780
rpm-build 8267b0
	https://bugs.archlinux.org/task/43373
rpm-build 8267b0
    * Add TaggedSpiroCPsToBezier1() and SpiroCPsToBezier1() for programs
rpm-build 8267b0
      that cannot use TaggedSpiroCPsToBezier0() or SpiroCPsToBezier0().
rpm-build 8267b0
rpm-build 8267b0
- 30-Sep-2013
rpm-build 8267b0
    * Libspiro Version 0.2.20130930
rpm-build 8267b0
rpm-build 8267b0
- 29-Aug-2013
rpm-build 8267b0
    * Optional 'make check' runs 'call-test' to check libspiro functions.
rpm-build 8267b0
    * Minor logic optimizations. Removed global 'n', passed 'n' instead.
rpm-build 8267b0
rpm-build 8267b0
- 22-Jul-2013
rpm-build 8267b0
    * Use 'make check' to run spiro.c UNIT_TEST internal main() routine.
rpm-build 8267b0
rpm-build 8267b0
- 28-Jun-2013
rpm-build 8267b0
    * Allow for setting VERBOSE during configure - helps with debugging.
rpm-build 8267b0
    * Allow for setting CHECK_INPUT_FINITENESS during configure - to test
rpm-build 8267b0
      input values for finiteness before doing calculations (optional).
rpm-build 8267b0
    * Pass nmat variable to reduce repeatedly recomputing with count_vec().
rpm-build 8267b0
rpm-build 8267b0
- 31-May-2013
rpm-build 8267b0
    * Convert build system to autotools method (configure.ac, Makefile.am).
rpm-build 8267b0
rpm-build 8267b0
- 29-May-2013
rpm-build 8267b0
    * Backporting robustness patches from Inkscape.
rpm-build 8267b0
    * Increase Spiro max iterations to 30 after finding convergences of 15.
rpm-build 8267b0
    * If did not converge or encountered non-finite values, do not output
rpm-build 8267b0
      spline. Only good splines will be output.
rpm-build 8267b0
rpm-build 8267b0
- 20-Apr-2013
rpm-build 8267b0
    * Initial commit to https://github.com/fontforge/libspiro.git
rpm-build 8267b0
    * Add bezctx.md based on http://libspiro.sourceforge.net/bezctx.html
rpm-build 8267b0
rpm-build 8267b0
- 08-May-2009
rpm-build 8267b0
    * Add Java implementation.
rpm-build 8267b0
rpm-build 8267b0
- 28-Oct-2007
rpm-build 8267b0
    * Initial release.