Changelog:
NEW
Built-in PDF viewer
CHANGED
Canvas elements can export their content as an image blob using canvas.toBlob()
CHANGED
Startup performance improvements (bugs 715402 and 756313)
DEVELOPER
Debugger now supports pausing on exceptions and hiding non-enumerable properties
DEVELOPER
Remote Web Console is available for connecting to Firefox on Android or Firefox OS (experimental, set devtools.debugger.remote-enabled to true)
DEVELOPER
There is now a Browser Debugger available for add-on and browser developers (experimental, set devtools.chrome.enabled to true)
DEVELOPER
Web Console CSS links now open in the Style Editor
HTML5
CSS @page is now supported
HTML5
CSS viewport-percentage length units implemented (vh, vw, vmin and vmax)
HTML5
CSS text-transform now supports full-width
FIXED
Certain valid WebGL drawing operations are incorrectly rejected, leaving incomplete rendering in affected pages (825205)
FIXED
Starting Firefox with -private flag incorrectly claims you are not in Private Browsing mode (802274)
FIXED
Plugins stop rendering when the top half of the plugin is scrolled off the top of the page, in HiDPI mode (825734)
* Bug fixes:
694077 Make GtkItemFactory produce GtkSeparatorMenuItems
645065 GtkFileChooserButton doesn't handle closing its dialog correctly
Reliably stop spinning when a GtkSpinButton is hidden
Bugfixes:
* OPENDNSSEC-388: Signer Engine: Internal serial should take into account
the inbound serial.
* OPENDNSSEC-242: Signer Engine: Could get stuck on load signconf while
signconf was not changed.
* Signer Engine: Fixed locking and notification on the drudge work queue,
signals could be missed so that drudgers would stall when there was work to
be done.
=== 0.8.1 / 18.02.2013
* Updated Manifest.txt to include lib/spreadsheet/excel/rgb.rb
=== 0.8.0 / 18.02.2013
* Adding support for converting color palette values to RGB values (not vice-versa..yet)
* by https://github.com/dancaugherty/spreadsheet/compare/master...rgb
=== 0.7.9 / 06.02.2013
Author: Eugeniy Belyaev (zhekanax)
* You can merge if you are interested in perl-like Workbook.set_custom_color
implementation. I know it is not really a proper way to deal with custom colors, but
nevertheless it makes it possible.
* https://github.com/zdavatz/spreadsheet/pull/27
=== 0.7.8 / 06.02.2013
Author: Kenichi Kamiya <kachick1@gmail.com>
Date: Wed Feb 6 11:23:35 2013 +0900
* Link to Travis CI on README
* Remove warnings "assigned but unused variable" in test
* Remove warnings "assigned but unused variable"
* Enable $VERBOSE flag when running test
Geeklog History/Changes:
Feb 19, 2013 (1.8.2sr1)
------------
This release addresses the following security issues:
- High-Tech Bridge Security Research Lab reported an XSS in the calendar_type
parameter in the Calendar plugin (HTB23143).
- Trustwave Spiderlabs reported XSS in the install script, the Configuration,
as well as in the Admin interfaces for the Polls plugin and the Topic editor
(TWSL2013-001).
Not security-related:
- Fixed Twitter OAuth login by switching to version 1.1 of the Twitter API
(feature request #0001506).
- mention unprivileged mode;
- mention default settings for privileged and unprivileged modes;
- mention how to get help from bootstrap script;
- mention possibility of having multiple deployments.