With latex option, depend on latex at both build and runtime.
Without latex option, avoid both build- and run-time dependencies.
(This commit should have no effect unless one adds
PKG_OPTIONS.doxygen=-latex.)
(Opinions were generally in favor of changing the default to not
require latex, but it seems best not to do that right before a freeze,
so I'm leaving it for another day.)
=== 2.9.1 / 2011-02-05
* 1 minor enhancement:
* Sow now creates all template directories before dealing with anything else
* 3 bug fixes:
* Fixed dependency order bug with prereleases [erikh]
* Fixed sanity check for prereleases.
* Fixed sow when passed no args. [erikh]
=== 2.9.0 / 2011-01-31
* 11 minor enhancements:
* Added Hoe::Package#pkg_path to make package hook writing easier.
* Added Hoe::Test#test_prelude to allow for code to run before test loading.
* Added plugin?(name) to allow for easier plugin guarding in hoe spec.
* Added support for multiple template dirs for sow.
* Added support for rubygems-test. See http://www.gem-testers.org/
* Clean up sow a LOT using: include FileUtils::Verbose
* Don't warn about missing plugins without rake -t
* Hoe requires Gem::PackageTask from RubyGems 1.4+
* Moved post_news from publish to rubyforge
* Plugins can now be loaded from a +plugins+ array in ~/.hoerc
* rubyforge plugin now uses plain globs to push. Fixes releases for rubygems itself
* 4 bug fixes:
* Failed plugins should notify on both trace and debug.
* Fixed rdoc_dir for custom rdoc locations
* Fixed require 'rubyforge' that was too late
* Fixed sow to properly rename dirs depth first
=== 2.8.0 / 2010-12-08
* 6 minor enhancements:
* Added PRE=a.1 variable to package and release tasks. (ged)
* Added compiler plugin to support rake-compiler. (tenderlove)
* Added known_plugins task and updated included and 3rd party plugins doco
* Added racc/rex plugin!
* Extended sow's Rakefile template to dynamically include installed plugins
* Turned off rubyforge plugin by default. (tenderlove's whining)
=== 2.7.0 / 2010-11-15
* 2 minor enhancements:
* Added new plugin: gem_prelude_sucks. (jbarnette)
* Activate under 1.9 if you don't want it messing with you.
* Added rspec2 support (bleything)
* 1 bug fix:
* require uri in hoe/deps (raggi)
=== 4.5.0 / 2011-02-18
* 6 minor enhancements:
* Added autotest -w flag to turn on warnings. Turned off warnings by default.
* Added autotest/preload.rb to deal with rails being egregiously slow.
* Added child process handling/cleanup on signals.
* Added postinitialize hook.
* Improved restart mechanism to include all flags.
* Refactored restart plugin to Autotest#restart.
* 5 bug fixes:
* Added sigquit handler to restart app straight up.
* Fixed autotest/isolate so it works
* Fixed parse_options to take args array (default ARGV) and to be non-destructive.
* Strip ascii color to avoid false positives. (graemeworthy)
* Use RbConfig to remove warning
=== 4.4.2 / 2010-12-10
* 2 bug fixes:
* Added a temporary hack to deal with rspec(2?) discovery hacks.
* Fixed windoze detection for unit_diff (thyresias)
=== 4.4.1 / 2010-12-01
* 12 minor enhancements:
* Merged in most things from the autotest gem:
* Added --no-full-after-failed. (grosser)
* Added --rc path-to-dot-autotest. (grosser)
* Added --style autotest-style. (grosser)
* Added clarification comments. (grosser)
* Added rake task descriptions. (grosser)
* Switched to optparse. (grosser)
* Switched windoze detection. (grosser, tenderlove)
* Did not merge test parallelization. It should be a plugin. Awaiting patch.
* Added autotest/bundler plugin.
* Added autotest/isolate plugin.
* Added capture of skips (for minitest) from result line.
* Added focus_re to focus.rb.
* Added latest_results hash.
* Cleaned up unit_diff matcher by using any?
* Enhanced the help/usage for autotest and zentest. (hugh sasse)
* Refactored autotest runner discovery.
* Refactored ruby_cmd to allow plugins to affect ruby execution.
* Removed befuddling override of Dir.[] from 2007. *shrug*
* Removed deny method in favor of aliasing refute.
* 2 bug fixes:
* 1.9 shadowed variable fix
* autotest/restart now passes ARGV back through to exec. yay!
Changes:
* EMU-ELS (emu-modules): Add setting for GNU Emacs 23 or later.
* invisible.el: In GNU Emacs 23, inv-19.el overrides builtin
function `invisible-p'. To fix the bug, require `inv-23' when
running with GNU Emacs 23 or later.
* poe.el (format-time-string): Fix problem on GNU Emacs 22.2
pst-uml is a PSTricks package that provides support for drawing
moderately complex UML (Universal Modelling Language) diagrams. (The PDF
documentation is written in French.)
Asio:
* EV_ONESHOT seems to cause problems on some versions of Mac OS X, with the
io_service destructor getting stuck inside the close() system call. Changed
the kqueue backend to use EV_CLEAR instead.
* Fixed compile failures with some versions of g++ due to the use of anonymous
enums.
* Fixed a bug on kqueue-based platforms, where some system calls that
repeatedly fail with EWOULDBLOCK are not correctly re-registered with kqueue.
* Changed asio::streambuf to ensure that its internal pointers are updated
correctly after the data has been modified using std::streambuf member
functions.
* Fixed a bug that prevented the linger socket option from working on platforms
other than Windows.
Fusion:
* Fix disable_if for Visual C++ 7.1/8.0
Filesystem:
* Fix for STLPort.
* PGI large file support
Graph:
* Bug fixes
Icl:
* Intersects for interval_maps and segment_type/element_type.
* Fixed some ambiguous calls to functions in boost and std namespaces.
* Other bug fixes, and documentation fixes.
Math:
* Several minor bug fixes.
Polygon:
* Disabled 45-degree booleans optimization.
Proto:
* Make display_expr copyable.
* Fix const correctness problem in pass_through.
Property Tree:
* Fix compile error in JSON parser.
Signals2:
* Fix unused parameter warning.
TR1:
* Allow specialization of std::tr1::hash.
* Improved support for Pathscale and Sun compilers.
Unordered:
* Add missing copy constructors and assignment operators when using rvalue
references.
The package provides the \multido command, which was originally designed
for use with with PSTricks. Fixed-point arithmetic is used when working
on the loop variable, so that the package is equally applicable in
graphics applications like PSTricks as it is with the more common
integer loops.
* Noteworthy changes in release 1.4.16 (2011-03-01) [stable]
** Fix regressions in the `index' builtin. On glibc platforms, this
avoids false positives from a strstr bug in glibc 2.9 through 2.12;
on many other platforms, it fixes two separate regressions, a false
positive introduced in 1.4.11 and a false negative in 1.4.15.
** A number of portability improvements inherited from gnulib.
- Fix the ability to append to default $*FLAGS values (which are
implemented as CLVar instances) in a copied construction environment
without affecting the original construction environment's value.
New in 1.17:
* Add rvmutl/rdsinit man pages.
* Make sure we can build with pthread support.
* Fix several concurrent threading issues.
New in 1.16:
* More pkg config updates, allow building against uninstalled libs.
* strict-aliasing fixes.
New in 1.15:
* Build and packaging updates.
* Use pkg-config.
* Build a separate version of libseg linked with librvmlwp.
* Default now only builds the lwp threaded version of all libraries.
From Jukka Salmi via PR pkg/44637.
New in 2.10:
* AES-CCM-16 was incorrectly named AES-CCM-12.
* AES-CCM checksum validation always failed when the final block was partial.
New in 2.9:
* Send busy responses on new but not yet enabled connections.
* Make sure we wake up threads waiting for binding to complete.
* Clean up mrpc2_SendReliably, it sometimes exited too early and ignored the
overall timebomb timer.
* Precompute retransmission intervals.
New in 2.8:
* Simplified retransmission interval calculation.
* Do not wait for the full RPC2 timeout when receiving a busy response.
* Unify rpc2 & sftp retransmission counters.
* Fixed client-to-server sftp transfer failures.
* PBKDF check would trigger unnecessary warnings depending on clock
granularity.
From Jukka Salmi via PR pkg/44637.
New in 2.6:
* Fix fortify failure whenever a new thread is started.
* ARM thumb2 assembly fix.
New in 2.5:
* Fix ARM/ARMEL build failure (Riku Voipio)
* Packaging/build fixes.
* Add valgrind markers for LWP stacks.
* Avoid using the libc ucontext.h macros.
* Improve context switch times and reduce unnecessary gettimeofday syscalls.
* Don't call setjmp in a function to avoid stack corruption when we return.
From Jukka Salmi via PR pkg/44637.