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.)
* Mon Mar 21 2011 Eric S. Raymond <esr@snark.thyrsus.com> - 2.96~dev
Bumped maximum channel count to 32 to accommodate GPS+GLONASS devices.
API version bumped to 5, redesign finished (changes are documented
in the Client HOWTO). cgps now handles resize signals. Code can now
link with uClibc for embedded use. Various bugs in the C++ binding
have been fixed. gpxlogger can now daemonize and write to a specified
log file. A gpsd client can now set any locale it likes, and JSON
will still be parsed using the C locale matching the daemon's. Clients
are no longer required to define a gpsd_report() hook. gpsd no longer
emits probe strings to unidentified USB devices at startup.
JSON timestamps in TPV and SKY are now ISO8601 rather than seconds since
the Unix epoch; the library handles the older style backward-compatibly.
GPGST sentences are now parsed for noise statistics when a device emits them.
AIS and RTCM2 JSON dumps have device fields. JSON reports now include 50bps
subframe data if the device allows access to it. gpsdecode can now dump NMEA
GPS binary, and subframe data to JSON. The RTCM2 code now understands and
analyzes RTCM2.3 messages 13, 14, and 31, and has been checked against another
analyzer. The ancient Sager dump format for RTCM2 is abolished in favor of
a JSON profile.
=== 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!
=== 3.21.0 (2011-03-01)
* Make symbol splitting (:table__column___alias) work correctly for identifiers that are not in the \w character class (authorNari)
* Enable row locks in Oracle (authorNari)
* Prefer cover? over include? for validates_includes/validates_inclusion_of (jeremyevans)
* Make using NULL/NOT NULL, DEFAULT, and UNIQUE column options work correctly on H2 and possibly Oracle (jeremyevans)
* Make bin/sequel accept file arguments and work correctly when $stdin is not a tty (jeremyevans)
* Add support for -I and -r options to bin/sequel (jeremyevans)
* Sequel::Model.plugin can now be overridden just like the other Model methods (jeremyevans)
* Add tinytds adapter, the best way to connect to MSSQL from a C based ruby running on *nix (jeremyevans)
* Recognize bigint unsigned as a Bignum type in the schema dumper (gamespy-tech) (#327)
* Add Dataset#calc_found_rows for MySQL datasets (macks)
* Add association_autoreloading plugin for clearing association cache when foreign key value changes (jfirebaugh, jeremyevans)
* Fix join_table on MySQL ignoring the block (jfirebaugh)
* Transfer CTE WITH clauses in subselect to main query when joining on MSSQL (jfirebaugh)
* Make specs support both RSpec 1 and RSpec 2 (jeremyevans)
* Work with ruby-informix versions >= 0.7.3 in the informix adapter (jeremyevans) (#326)
=== 3.20.0 (2011-02-01)
* Allow a :partial option to Database#indexes on MySQL to include partial indexes (roland.swingler) (#324)
* Add a SQLite subadapter to the swift adapter, now that swift supports it (jeremyevans)
* Update swift adapter to support swift 0.8.1, older versions no longer supported (jeremyevans)
* Allow setting arbitrary JDBC properties in the jdbc adapter with the :jdbc_properties option (jeremyevans)
* Use a better error message if a validates_max_length validation is applied to a nil value (jeremyevans) (#322)
* Add some basic Microsoft Access support to the ado adapter, autoincrementing primary keys now work (jeremyevans)
* Make class_table_inheritance plugin handle subclass associations better (jeremyevans) (#320)
=== 3.19.0 (2011-01-03)
* Handle Date and DateTime types in prepared statements when using the jdbc adapter (jeremyevans)
* Handle Date, DateTime, Time, SQL::Blob, true, and false in prepared statements when using the SQLite adapter (jeremyevans)
* Use varbinary(max) instead of image for the generic blob type on MSSQL (jeremyevans)
* Close prepared statements when disconnecting when using SQLite (jeremyevans)
* Allow reflecting on validations in the validation_class_methods plugin (jeremyevans)
* Allow passing a primary key value to the add_* association method (gucki)
* When typecasting model column values, check the classes of the new and existing values (jeremyevans)
* Improve type translation performance in the postgres, mysql, and sqlite adapters by using methods instead of procs (jeremyevans)
=== 3.18.0 (2010-12-01)
* Allow the user to control how the connection pool deals with attempts to access shards that aren't configured (jeremyevans)
* Typecast columns when creating model objects from JSON in the json_serializer plugin (jeremyevans)
* When parsing the schema for a model that uses an aliased table, use the unaliased table name (jeremyevans)
* When emulating schema methods such as drop_column on SQLite, recreate applicable indexes on the recreated table (jeremyevans)
* Only remove hook pairs that have been run successfully in the instance_hooks plugin (jeremyevans)
* Add reversible migration support to the migration extension (jeremyevans)
* Add to_dot extension, for producing visualizations of Dataset abstract syntax trees with Graphviz (jeremyevans)
* Switch to using manual type translation in the SQLite adapter (jeremyevans)
* Support :read_timeout option in the native mysql adapter (tmm1)
* Support :connect_timeout option in the native mysql and mysql2 adapters (tmm1)
=== 3.17.0 (2010-11-05)
* Ensure that the optimistic locking plugin increments the lock column when using Model#modified! (jfirebaugh)
* Correctly handle nil values in the xml_serializer plugin, instead of converting them to empty strings (george.haff) (#313)
* Use a default wait_timeout that's allowed on Windows for the mysql and mysql2 adapters (jeremyevans) (#314)
* Add support for connecting to MySQL over SSL using the :sslca, :sslkey, and related options (jeremyevans)
* Fix Database#each_server when used with jdbc or do connection strings without separate :adapter option (jeremyevans) (#312)
* Much better support in the AS400 JDBC subadapter (bhauff)
* Allow cloning of many_through_many associations (gucki, jeremyevans)
* In the nested_attributes plugin, don't make unnecessary update calls to modify associated objects that are about to be deleted (jeremyevans, gucki)
* Allow Dataset#(add|set)_graph_aliases to accept as hash values symbols and arrays with a single element (jeremyevans)
* Add Databse#views and #view_exists? to the Oracle adapter (gpheruson)
* Add Database#sql_log_level for changing the level at which SQL queries are logged (jeremyevans)
* Remove unintended use of prepared statements in swift adapter (jeremyevans)
* Fix logging in the swift PostgreSQL subadapter (jeremyevans)
=== 3.16.0 (2010-10-01)
* Support composite foreign keys for associations in the identity_map plugin (harukizaemon, jeremyevans) (#310)
* Handle INTERSECT and EXCEPT on Microsoft SQL Server 2005+ (jfirebaugh)
* Add :replace option to Database#create_language in the postgresql adapter (jeremyevans)
* Make rcte_tree plugin work when not all columns are selected (jeremyevans)
* Add swift adapter (jeremyevans)
* Fix literalization of DateTime objects on 1.9 for databases that support fractional seconds (jeremyevans)
=== Ruby CSS Parser CHANGELOG
=== Version 1.1.3
* allow limiting by media type in add_block!
=== Version 1.1.2
* improve parsing of malformed declarations
* improve support for local files
* added support for loading over SSL
* added support for deflate
==== Version 1.1.1
* Ruby 1.9 compatibility
* @import regexp updates
* various bug fixes
==== Version 1.1.0
* Added support for local @import
* Better remote @import handling
== Changes
* March 13th, 2011: Twelfth public release 1.2.2/1.1.2.
* Security fix in Rack::Auth::Digest::MD5: when authenticator
returned nil, permission was granted on empty password.
== Changes
* March 13th, 2011: Twelfth public release 1.2.2/1.1.2.
* Security fix in Rack::Auth::Digest::MD5: when authenticator
returned nil, permission was granted on empty password.
Changelog
=========
Since 1.7.3.3
------------
bugfix: Security issue with cookies.
bugfix: Issue in combine.php.
bugfix: Issue with report conditions with date comparisons.
bugfix: Fixed langs for es_es and es_la.
bugfix: Logs were not written for subtasks when trashing, untrashing,
archiving and unarchiving tasks.
bugfix: Permissions issue at users history log.
bugfix: Tasks reports shows priority codes instead of showing prioriy names.
bugfix: Fixed: reminder didn't use timezone in some cases.
bugfix: Class name removed from search results.
bugfix: File revisions in search results sometimes shows html code.
bugfix: When reporting objects with list custom properties only the
first value was shown.
bugfix: When composing an email, fields to, cc and bcc not always
select the email from the list if clicking it.
bugfix: Event creator appears twice in the email when other user
accepted the invitation.
bugfix: Email signature does not change when composing an email and
changing the from address.
bugfix: Issue with upload control when attaching a file that already
exists in the system.
bugfix: Bug with CKEditor and Chrome when adding an image to a document.
bugfix: Checkbox were not cleared when reloading contact list.
bugfix: Issue when having more than one tab with Feng Office and
viewing emails in each tab.
bugfix: Templates with assigned tasks are not shown properly at tasks widgets.
bugfix: Date format config handler is not initializing correctly for
some values.
bugfix: Escape characters for report results.
bugfix: Issue with calendar reports.
bugfix: Issue with tasks widget in dashboard.
bugfix: Issue with milestone due dates in listing.
bugfix: Issue with conversation list permissions when viewing an email.
bugfix: LinkedObjectManager issue fixed.
system: CKEditor upgraded to version 3.5.1
feature: Added APC cache for config options and other frequent objects.
feature: Added languages: Bulgarian, Suomi and Svenska.
feature: Upgraded languages: cs_cz, de_de, el_gr, it_it, ja_jp, nb_no,
nl_nl, pl_pl, zh_cn.
feature: Improved the message for emails in outbox when logging in.
feature: Added some indexes and improved parts of the code to improve
performance.
feature: Added more checks when sending emails.
feature: Performance improved for reminder and email pollings.
feature: Show label "Tags" when tags panel is collapsed.
feature: Javascript injection prevention.
Since 1.7.3.2
------------
bugfix: Sending emails fixed to avoid sending an email more than one
time when receiving 'mysql has gone away' msg in the middle of the
process.
## 1.0.10 (February 1, 2011)
Bugfixes:
- Fix a regression loading YAML gemspecs from :git and :path gems
- Requires, namespaces, etc. to work with changes in Rubygems 1.5
## 1.0.9 (January 19, 2011)
Bugfixes:
- Fix a bug where Bundler.require could remove gems from the load
path. In Rails apps with a default application.rb, this removed
all gems in groups other than :default and Rails.env.
## 1.0.8 (January 18, 2011)
Features:
- Allow overriding gemspec() deps with :git deps
- Add --local option to `bundle update`
- Ignore Gemfile.lock in newly generated gems
- Use `less` as help pager instead of `more`
- Run `bundle exec rake` instead of `rake` in Capistrano tasks
Bugfixes:
- Fix --no-cache option for `bundle install`
- Allow Vlad deploys to work without Capistrano gem installed
- Fix group arguments to `bundle console`
- Allow groups to be loaded even if other groups were loaded
- Evaluate gemspec() gemspecs in their directory not the cwd
- Count on Rake to chdir to the right place in GemHelper
- Change Pathnames to Strings for MacRuby
- Check git process exit status correctly
- Fix some warnings in 1.9.3-trunk (thanks tenderlove)