### 1.0.3 / 10.03.2015
Author: Robert Eshleman <c.robert.eshleman@gmail.com>
Date: Mon Mar 9 09:47:59 2015 -0400
* Update `ruby-ole` to `1.2.11.8`
** `ruby-ole` <= `1.2.11.7` throws a duplicated key warning in Ruby 2.2.
** This commit updates `ruby-ole` to `1.2.11.8`, which fixes this warning.
** Related discussion: [aquasync/ruby-ole#15] - [aquasync/ruby-ole#15]: https://github.com/aquasync/ruby-ole/issues/15
### 1.0.2 / 05.03.2015
Author: cantin <cantin2010@gmail.com>
Date: Thu Mar 5 16:13:59 2015 +0800
* add Rational support
* add rational requirement
* use old rational syntax in test
memory and CPU time for certain input. Provide a variable
(CLANG_NO_VALUE_PROPAGATION_PASS) for selectively disabling it in those
places known to trigger it.
Upstream changes:
1.06 2014-11-25 07:09:08-05:00 America/New_York
[Fixed]
- Make 0 and 0 compare equal with a relative epsilon
[Documented]
- Added SEE ALSO with Number::Tolerant and Test::Deep::NumberTolerant
1.05 2014-11-24 11:08:11-05:00 America/New_York
[Fixed]
- relative comparison of array reference elements now works as intended
- diagnostics of delta_not_ok and delta_not_within clarified under
relative comparison
1.04 2013-11-20 18:43:32 America/New_York
- Modernized distribution metadata and licensing
- Distribution now managed with Dist::Zilla
CoinMP is a C-API library that supports most of the functionality
of CLP (Coin LP), CBC (Coin Branch-and-Cut), and CGL (Cut Generation
Library) projects.
- Add LICENSE gnu-gpl-v2
(upstream)
- Update 2.12 to 2.13
##############################################
# 2013-03-13 galculator 2.1.3 released #
##############################################
2014-03-07 Simon Floery <simon.floery@rechenraum.com>
* Added Spanish tranlsation (thanks to jcsl, sf.net patch #8)
2014-02-19 Simon Floery <simon.floery@rechenraum.com>
* Fixed segfault introduced in r134
2014-01-13 Simon Floery <simon.floery@rechenraum.com>
* Updated Turkish translations (thanks to Volkan, fixes sf.net #103)
2014-01-08 Simon Floery <simon.floery@rechenraum.com>
* Fixing result string corruption when toggling sign (thanks to Juha
Kylliaein for reporting)
* Emitting signal in apply_preferences so that menu gets hidden after a
restart again (closes sf.net #99)
2013-09-01 Simon Floery <simon.floery@rechenraum.com>
* added Hungarian translation (thanks to Zoltan)
2013-08-14 Simon Floery <simon.floery@rechenraum.com>
* rpn_stack_list when pasting (fixes sf.net #98, thanks to Don Allen for
reporting).
changelog:
0.3.3.5
* Fixed bug when converting the Scientific:
`scientific 0 someBigExponent` to a bounded Integral using toBoundedInteger
or to a bounded RealFloat using toBoundedRealFloat.
If someBigExponent was big enough to trigger the big-exponent protection
the beforementioned functions didn't return 0.
This is fixed by explicitly handling a coefficient of 0.
changelog:
0.3.3.4
* Relax upper version bounds of base and deepseq
for the test suite and benchmarks.
0.3.3.3
* Add support for `deepseq-1.4`.
0.3.3.2
* Fix parsing of empty digit string (#21).
0.07 Fri Jan 2 10:35:47 2015
- Perl 5.22 exports POSIX::round, so "use POSIX" had to be
changed to "use POSIX ()". Thanks to Jarkko Hietaniemi and
Slaven Rezic for the tip.
Own detection in configure script with compiler name basisis is not good enough,
and required header file may not be installed.
resolve PR pkg/49496 by Sevan Janiyan.