Fix http://secunia.com/advisories/51712 .
Changelog:
What's new in 1.480.2 (2013/01/06)
The master key that was protecting all the sensitive data in $JENKINS_HOME was vulnerable. (SECURITY-49)
### 2.12.1 / 2013-01-07
[full changelog](http://github.com/rspec/rspec-rails/compare/v2.12.0...master)
Bug fixes
* Operates correctly when ActiveRecord is only partially loaded (e.g., with
older versions of Mongoid). (Eric Marden)
* `expect(subject).to have(...).errors_on` operates correctly for
ActiveResource models where `valid?` does not accept an argument. (Yi Wen)
* Rails 4 support for routing specs. (Andy Lindeman)
* Rails 4 support for `ActiveRecord::Relation` and the `=~` operator matcher.
(Andy Lindeman)
* Anonymous controllers define `_routes` to support testing of redirection
and generation of URLs from other contexts. (Andy Lindeman)
### 2.12.1 / 2012-12-21
[full changelog](http://github.com/rspec/rspec-mocks/compare/v2.12.0...v2.12.1)
Bug fixes
* Fix `any_instance` to support `and_call_original`.
(Myron Marston)
* Properly restore stubbed aliased methods on rubies
that report the incorrect owner (Myron Marston and Andy Lindeman).
PR 47412.
* Changes in the m17n library 1.6.4
This release is just for bug fixing.
* Changes in the m17n library 1.6.3
This release is just for bug fixing.
# News
## <a id="2-3-7">2.3.7</a>: 2013-01-11
This is a msgmerge improved release.
### Improvements
* [msgmerge] Speeded up fuzzy matching.
### Fixes
* [msgmerge] Fix the bug that msgmerge adds needless fuzzy flag from
not fuzzy entries in merged PO.
* [POEntry] Pretty formated all messages except msgstr.
## <a id="2-3-6">2.3.6</a>: 2012-12-19
This is a bug fix release.
### Fixes
* [POEntry] Fixed the bug that obsolete comment mark (#~) is added
to already comment.
* [msgmerge] Fixed the bug that no separator (blank line) didn't exist
between each obsolete entry.
* [msgmerge] Fixed tne bug that obsolete entries in old PO file are
added to new PO file. Any obsolete entries in old PO file aren't
treated for merging.
Jan 08, 2013
* Bumped version to 0.9.17
* Regenerate gemspec for version 0.9.16
* Remove symbol coercion from the XML parser
* Remove yaml coercion from the XML parser
* Upgrade jeweler gem dependency ...
Feb 19, 2011
* Updated Rakefile to use jeweler 1.5.2
=== 3.4.0 / 2012-12-18
* 2 minor enhancements:
* Splatted version arg on require_rubygems_version and require_ruby_version.
* Switch default template test file to minitest
in my testing. Adding dependency on bash in gtexinfo causes a circular
dependency on hosts without makeinfo since bash requires makeinfo and
makeinfo gets replaced with gtexinfo.
* Fix a crash when receiving a malformed event.
* Fix atspi_accessible_get_index_in_parent when the parent is not cached
* Fix crash in atspi_device_listener_new_simple.
* registry: Fix a crash when removing hung processes.
* registry: Fix deregistering of applications.
* registry: Fix crash handling DeregisterKeystrokeListener
* Fix some compiler warnings.
XULRunner is a runtime environment for applications using the
XML User Interface Language, XUL. It is the successor of the "Gecko"
runtime environment.
This package tracks 17.0.x extended support release.
* Many patches are included into upstream distribution.
I have tested on NetBSD/amd64 6.99.16, I will test on other platforms later.
Changelog: from http://www.mozilla.org/en-US/firefox/18.0/releasenotes/
NEW
Faster JavaScript performance via IonMonkey compiler
NEW
Support for Retina Display on OS X 10.7 and up
NEW
Preliminary support for WebRTC
CHANGED
Experience better image quality with our new HTML scaling algorithm
CHANGED
Performance improvements around tab switching
DEVELOPER
Support for new DOM property window.devicePixelRatio
DEVELOPER
Improvement in startup time through smart handling of signed extension certificates
HTML5
Support for W3C touch events implemented, taking the place of MozTouch events
FIXED
Disable insecure content loading on HTTPS pages (62178)
FIXED
Improved responsiveness for users on proxies (769764)
## Rails 3.2.10 (Jan 8, 2012) ##
* Hash.from_xml raises when it encounters type="symbol" or type="yaml".
Use Hash.from_trusted_xml to parse this XML.
CVE-2013-0156
*Jeremy Kemper*
## Rails 3.1.10 (Jan 8, 2012) ##
* Hash.from_xml raises when it encounters type="symbol" or type="yaml".
Use Hash.from_trusted_xml to parse this XML.
CVE-2013-0156
*Jeremy Kemper*
## Rails 3.0.19 (Jan 8, 2012) ##
* Hash.from_xml raises when it encounters type="symbol" or type="yaml".
Use Hash.from_trusted_xml to parse this XML.
CVE-2013-0156
*Jeremy Kemper*
Blinker provides a fast dispatching system that allows any number
of interested parties to subscribe to events, or "signals".
Signal receivers can subscribe to specific senders or receive
signals sent by any sender.
Upstream's makefiles have hardcoded warning options that are only
understood by new gcc (and not by 4.1.3. Transform
-Wno-unused-but-set-variable to -Wno-unused-variable to enable
building on NetBSD-5.
A tool for editing version-control repository history reposurgeon
enables risky operations that version-control systems don't want
to let you do, such as editing past comments and metadata and
removing commits. It works with any version control system that
can export and import git fast-import streams, including git and
hg and bzr. It can also read Subversion dump files directly and
can thus be used to script production of very high-quality conversions
from Subversion to any supported DVCS.
Changes
Expanding the tree in an index page of the HTML output, will
now expand only one level instead of the whole sub-tree (thanks
to Pez Cuckow for the patch).
A blockquote in Markdown does no longer require a whitespace
after the last '>' if the '>' is followed by a newline.
id 682718: Included patch to add version info to all generated
template files (headers, footers, stylesheets, layout files,
etc).
New features
Added support for using external tools to index and search
through the HTML documentation. An example index tool is provided
(doxyindexer) and an example search engine (doxysearch.cgi).
To configure the external search engine the following new
options are added to the configuration file: EXTERNAL_SEARCH
(to enable the feature), SEARCHENGINE_URL (to specify the URL
of the search engine), SEARCHDATA_FILE (to specify the name of
the raw search data to index), EXTRA_SEARCH_MAPPINGS (for search
through multiple projects). See the manual for details.
Added USE_MDFILE_AS_MAINPAGE config option to select a markdown
page to be used as the main page.
id 630645: This patch (contributed by Albert) adds support for
simple logic expressions for \cond, \if, and friends, i.e. you
can do \if (SOME_SECTION_NAME && (!THIS_ALTERNATIVE ||
THAT_ALTERNATIVE))
id 684152: Patch (contributed by Albert) adds a new configuration
option MATHJAX_FORMAT to select the MathJax output format.
Options are HTML-CSS, NativeMML, or SVG.
This is a regularly-scheduled bugfix release.
amend: invalidate dirstate in case of failure (issue3670)
amend: prevent loss of bookmark on failed amend
bookmarks: fix head selection for merge with two bookmarked heads
bundlerepo: don't return the peer without bundlerepo from getremotechanges
dirstate: don't rename branch file if writing it failed
dirstate: remove obsolete comment from setbranch
hgweb: avoid generator exhaustion with branches
hgweb: fix iterator reuse in atom feed generation
hgwebdir: honor web.templates and web.static for static files (issue3734)
largefiles revert: update lfdirstate with result from first cleanliness check
largefiles status: update lfdirstate with result from cleanliness check
largefiles: commit directories that only contain largefiles (issue3548)
largefiles: don't walk through all ignored files
paper: sanity-check page feed links
scmutil: don't try to match modes on filesystems without modes (issue3740)
zeroconf: use port from server instead of picking port from config (issue3746)
Overview of changes between 1.32.4 and 1.32.5
=============================================
- 689843 - Drop last ues of G_CONST_RETURN
- 689864 - build failure
- 689882 - pango-font.h:381: error: comma at end of enumerator list
- 686512 - pango_cairo_font_get_scaled_font failed under wine
- 690081 - pangofc-fontmap: Remove bad use of the comma operator
- 679299 - Allow incrementally parsing pango markup
2.0.19:
* Print unreftors and destructors before calling parent finalize and
dispose as is the proper ordering (thanks to Dmitri Toubelis)
* do not output #line 0 statements (patch from Nick Bowler)
* Fix empty file separator (thanks to H.-J. Schnitzer)