[f133be7 | Wed Mar 07 18:27:47 UTC 2012] Michael Fellinger <m.fellinger@gmail.com>
* Version 2012.03
[cab2aef | Wed Mar 07 18:27:21 UTC 2012] Michael Fellinger <m.fellinger@gmail.com>
* update dependency to rack 1.4.1
[e474964 | Thu Mar 01 19:22:58 UTC 2012] Yorick Peterse <yorickpeterse@gmail.com>
* Fixed various YARD formatting issues.
Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>
[d82fd1e | Sun Feb 26 13:22:09 UTC 2012] Michael Fellinger <m.fellinger@gmail.com>
* Enable the render helper to render views without corresponding method if needs_method is enabled
[918974e | Sun Feb 26 12:45:50 UTC 2012] Michael Fellinger <m.fellinger@gmail.com>
* Fix initialize of Rack::Cascade on 1.4.1
[0e298de | Wed Dec 28 17:57:58 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>
* Here comes a better Innate::Cache::register, now with less warnings and more speed
[d8a1da4 | Wed Dec 28 05:06:07 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>
* Version 2011.12
[13f9372 | Wed Dec 28 04:54:29 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>
* less obfuscation ftw
[10cf300 | Wed Dec 28 04:54:09 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>
* minor cleanup around specs
[7f61483 | Wed Dec 28 04:53:40 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>
* Update to Rack 1.4.0
[575e900 | Thu Dec 08 17:05:04 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>
* Update travis config
[037f35a | Sun Nov 06 12:18:30 UTC 2011] Yorick Peterse <yorickpeterse@gmail.com>
* Revert "AOP calls can now be stacked."
This reverts commit 3ceb18dae7b774ab9b21cba6538b217ba35d5e21.
Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>
[3ceb18d | Sun Nov 06 11:30:51 UTC 2011] Yorick Peterse <yorickpeterse@gmail.com>
* AOP calls can now be stacked.
This means that calling methods such as before_all() or before() multiple times
in the same controller will no longer in these calls overwriting previously
defined ones. A short example of this is the following:
class Posts
Innate.node('/posts')
helper :aspect
NUMBERS = []
before_all do
NUMBERS << 10
end
before_all do
NUMBERS << 20
end
def index
return NUMBERS
end
end
Visiting /posts would result in "[10, 20]" being displayed in the browser.
Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>
= Release History
== 2.3.2 / 2012-03-20 Charlie Savage
* Define various canonicalize constants to support libxml2 versions
older than 1.1.25 (thanks Apple!)
== 2.3.1 / 2012-03-20 Charlie Savage
* Yanked - didn't fix the OSX canonicalize issue
= Release History
== 2.3.0 / 2012-02-22 Ryan Johnson
* Add ability to insert new PI-nodes into the xmltree (Axel Struebing).
* Added full pass-through access to libxml2 xmlC14NDocDumpMemory method via
LibXML::XML::Document#canonicalize method with optional arguments.
* Added full test data for C14N based off of W3C spec.
(http://www.w3.org/TR/xml-c14n#Examples)
* Update sax handler to support encodings on Ruby 1.9 and higher.
Remove restriction for version of Ruby on Rails.
### 2.9.0 / 2012-03-17
[full changelog](http://github.com/rspec/rspec-rails/compare/v2.8.1...v2.9.0)
Enhancments
* add description method to RouteToMatcher (John Wulff)
* Run "db:test:clone_structure" instead of "db:test:prepare" if Active Record's
schema format is ":sql". (Andrey Voronkov)
Bug fixes
* mock_model(XXX).as_null_object.unknown_method returns self again
* Generated view specs use different IDs for each attribute.
### 2.9.0 / 2012-03-17
[full changelog](http://github.com/rspec/rspec-mocks/compare/v2.8.0...v2.9.0)
Enhancements
* Support order constraints across objects (preethiramdev)
Bug fixes
* Allow a `as_null_object` to be passed to `with`
* Pass proc to block passed to stub (Aubrey Rhodes)
* Initialize child message expectation args to match any args (#109 -
preethiramdev)
### 2.9.0 / 2012-03-17
[full changelog](http://github.com/rspec/rspec-expectations/compare/v2.8.0...v2.9.0)
Enhancements
* Move built-in matcher classes to RSpec::Matchers::BuiltIn to reduce pollution
of RSpec::Matchers (which is included in every example).
* Autoload files with matcher classes to improve load time.
Bug fixes
* Align respond_to? and method_missing in DSL-defined matchers.
* Clear out user-defined instance variables between invocations of DSL-defined
matchers.
* Dup the instance of a DSL generated matcher so its state is not changed by
subsequent invocations.
* Treat expected args consistently across positive and negative expectations
(thanks to Ralf Kistner for the heads up)
### 2.9.0 / 2012-03-17
[full changelog](http://github.com/rspec/rspec-core/compare/v2.8.0...v2.9.0)
Enhancements
* Support for "X minutes X seconds" spec run duration in formatter. (uzzz)
* Strip whitespace from group and example names in doc formatter.
* Removed spork-0.9 shim. If you're using spork-0.8.x, you'll need to upgrade
to 0.9.0.
Bug fixes
* Restore `--full_backtrace` option
* Ensure that values passed to `config.filter_run` are respected when running
over DRb (using spork).
* Ensure shared example groups are reset after a run (as example groups are).
* Remove `rescue false` from calls to filters represented as Procs
* Ensure described_class gets the closest constant (pyromaniac)
* In "autorun", don't run the specs in the at_exit hook if there was an
exception (most likely due to a SyntaxError). (sunaku)
* Don't extend groups with modules already used to extend ancestor groups.
* `its` correctly memoizes nil or false values (Yamada Masaki)
v1.0.0 (16th January 2012)
- support a new encryption variation
- bugfix in PageTextRender (thanks Paul Gallagher)
v1.0.0.rc1 (19th December 2011)
- performance optimisations (all by Bernerd Schaefer)
- some improvements to text extraction from form xobjects
- assume invalid font encodings are StandardEncoding
- use binary mode when opening PDFs to stop ruby being helpful and transcoding
bytes for us
v1.0.0.beta1 (6th October 2011)
- ensure inline images that contain "EI" are correctly parsed
(thanks Bernard Schaefer)
- fix parsing of inline image data
v0.12.0.alpha (28th August 2011)
- small breaking changes to the page-based API - it's alpha for a reason
- resource related methods on Page object return raw PDF objects
- if the caller wants the resources wrapped in a more convenient
Ruby object (like PDF::Reader::Font or PDF::Reader::FormXObject) will
need to do so themselves
- add support for RunLengthDecode filters (thanks Bernerd Schaefer)
- add support for standard PDF encryption (thanks Evan Brunner)
- add support for decoding stream with TIFF prediction
- new PDF::Reader::FormXObject class to simplify working with form XObjects
v0.11.0.alpha (19th July 2011)
- introduce experimental new page-based API
- old API is deprecated but will continue to work with no warnings
- add transparent caching of common objects to ObjectHash
* Noteworthy changes in release 2.12 (2012-03-19) [stable]
- Cleanup license headers.
- build: Update gnulib files.
- Corrected DER decoding issue (reported by Matthew Hall).
Added self check to detect the problem, see tests/Test_overflow.c.
This problem can lead to at least remotely triggered crashes, see
further analysis on the libtasn1 mailing list.
* osm: New plugin to embed an OpenStreetMap into a wiki page.
Supports waypoints, tags, and can even draw paths matching
wikilinks between pages containing waypoints.
Thanks to Blars Blarson and Antoine Beaupré, as well as the worldwide
OpenStreetMap community for this utter awesomeness.
* trail: New plugin to add navigation trails through pages via Next and
Previous links. Trails can easily be added to existing inlines by setting
trail=yes in the inline.
Thanks to Simon McVittie for his persistance developing this feature.
* Fix a snail mail address. Closes: #659158
* openid-jquery.js: Update URL of Wordpress favicon. Closes: #660549
* Drop the version attribute on the generator tag in Atom feeds
to make builds more reproducible. Closes: #661569 (Paul Wise)
* shortcut: Support Wikipedia's form of url-encoding for unicode
characters, which involves mojibake. Closes: #661198
* Add a few missing jquery UI icons to attachment upload widget underlay.
* URI escape filename when generating the diffurl.
* Add build-affected hook. Used by trail.
pkgsrc changes:
* Fix dependency on YAML::XS (reported by dholland).
* Remove last local patch, now integrated upstream.
2.3.5 is available.
Features
* Added Amazon.com data sources for China, Spain, and Italy.
* Added filter rules for dates before and after.
* Updated GCstar exporter to include images.
* Updated Discogs fetcher to use API v2.
* Updated Wine.com fetcher to use API v2.
* Updated fetcher for Allocine.fr.
Bug Fixes
* Fixed bug that always showed checkmark for boolean field values
* Fixed importing of multi-line notes from Alexandria
* Fixed bug with merging entries
* Fixed bug with Cancel not working in the Entry Merge dialog.
* Fixed broken script for searching Dark Horse Comics.
* Fixed a crashing bug when using the scanner dialog.
* Improved support for importing movies and music from Delicious Library.
2.3.4 is available.
Features
* Added data sources for Google Book Search and MovieMeter.nl.
* Added capability for searching French, Spanish, and German data from
TheMovieDB.org.
* Added importer for Goodreads collection.
* Added icon cache for improved performance with large images
* Added UI controls for changing icon size
* Added shortcut keys for showing full-screen and hiding menubar
Bug Fixes
* Fixed bug with image link in Tri-Column report template
* Fixed crashing bug with CSV importer and changing delimiters
* Fixed bug in year from Douban.com data source
* Fixed TMDB search for multiple person results
* Updated filter rules to match against values without diacritics for
"Contains" criteria
* Fixed showing a doubled filter count
* Fixed bug when editing month in the date widget in KDE 4.7
2.3.3 is available.
Features
* Added data sources for Filmaster and Douban.
* Added capability for importing ADS format from z39.50 sources.
* Added check for duplicate Bibtex keys
* Added manga search for AnimeNfo.com.
* Improved performance for loading and sorting large collections.
Bug Fixes
* Fixed parsing bug for some IMDb results
* Fixed parsing bug for empty table values
* Fixed parsing bug with AnimeNfo.com results.
* Fixed bug when editing existing filters
* Fixed crashing bug for editing some values
* Fixed bug with loans not being updated for removed entries
* Fixed build for Linux kernel 2.6.38+ when using newer libv4l library.
* Fixed build with GCC 4.6.
v0.11 2011-01-14
- Fix endless loop when using some particular settings
- Included an option to postpone a break
v0.11-beta1 2010-10-03
- Fix detection of additional screens
- Make popup time configurable
- Require Qt 4.6.0 and KDE 4.4.0
- Fix timers when lock button is pressed
- Add the possibility to remove the lock button
- Remove buggy screenshot to show RSIBreak in the
systray at startup and when launching a second time
- Add notification settings to the config
- Don't restart timers when leaving config and timers
has not been changed
- Slideshoweffect: make the visibility of small images
optional. ( Juan Luis Baptiste )
- Make popup visibly more attractive
( Juan Luis Baptiste)
- Make timers work for Qt=>4.4 ( Chani Armitage )
- Fix plasma category ( Balcaen John )
- Use KIdle library from kdelibs, instead of directly
asking X.
Changes since version 0.11.3b
- Include build fixes from Orcan Ogetbil
- Set codec to utf8 when reading our own lists
- Fix initial video sizes with SMIL+video
Changes since version 0.11.3a
- TV list wasn't saved when editing the items in-place
- Percentage of stream loading in status bar wasn't cleared on playing
- Basic support for Outline Processor Markup Language
- Some SMIL synchronization fixes
Changes since version 0.11.3
- Fix crash when NPP player window resizes
- Remove configure toolbar menu item
Changes since version 0.11.2c
- SMIL-3.0 improvements for smilText and State
- Remove pango dependency
- KDE3 porting; replace K3ListView with QTreeView
KDevelop 4.2.3 Released
This is a stable release which fixes dozens of bugs.
KDevelop 4.2.2 released
the first bug-fix release of the KDevelop 4.2 branch.
KDevelop 4.2.2 fixes dozens of bugs.
KDevelop 4.2.0 Released
You should find that KDevelop 4.2 is significantly more stable and polished
than 4.1, with some important changes under the hood; we suggest that
everyone updates to this version, if possible.
Please note that this version is required for users of KDE Platform 4.6 or
higher.
KDevelop 4.2.3 Released
This is a stable release which fixes dozens of bugs.
KDevelop 4.2.2 released
the first bug-fix release of the KDevelop 4.2 branch.
KDevelop 4.2.2 fixes dozens of bugs.
KDevelop 4.2.0 Released
You should find that KDevelop 4.2 is significantly more stable and polished
than 4.1, with some important changes under the hood; we suggest that
everyone updates to this version, if possible.
Please note that this version is required for users of KDE Platform 4.6 or
higher.
A brief selection of highlights since v1.3.1:
* URL and email detection in text views has been rewritten from scratch, greatly
improving the handling of various types of URLs and the contexts they might
appear in.
* Extensive improvements to IRC formatting code handling, including the return
of background color support.
* Extensive, sometimes full rewrites of user interface elements such as nearly
all context menus, the URL Catcher and the Warning Dialogs system for a long
list of user interface improvements and bug fixes.
* Improved SSL connection behavior.
* Translation support and various other improvements in several bundled scripts.
* Expanded Python scripting support via the introduction of an API support
package.
* Support for more IRC numerics.
* Various bugfixes to input line command handling and connection behavior.
Version 2.5
FEATURES:
* Now It's possible to use formated strings for prefix and suffix in
Playlist's layout items.
BUGFIXES:
* Do not crash when iPod doesn't have a master playlist. (BR 288936)
* Fix Last.fm not finding KDE Wallet. (BR 286741)
* Put a border around bottom toolbars, visually separating them from
browser contents. (BR 277741)
* Align the bottom toolbars.
* Allow albums with empty name but nonempty artist in local collection.
* Fix collection info display (track count, free space) for iPod and MTP
devices. (BR 232093)
* Fix crash at exit with Qt 4.8
* Fix moving applets rightward in the context toolbar.
* Fix breadcrumbs not working properly for the file browser.
* Disable cover fetching action for tracks not in the collection to avoid
crash when trying to "save as" a cover. (BR 287604)
* Show default cover in tag dialog when track is not in the collection.
* Fix directory selection when opening album location in tag dialog.
* Fix crash in CoverFoundDialog if progress dialog is cancelled just
before fetch is done.
* Correctly parse disambiguation pages for songs in the English Wikipedia.
* Fix wrong context view applets sizes on start up in some cases.
* Fix Amarok consuming CPU until main window is shown. (BR 278897)
* Fix last.fm 'scrobble composer' option's fallback to artist (BR 286215)
* Fix volume control from within Amarok.
* Fix slow startup because of imported playlists. (BR 284761)
* Fix audio CD detection on Amarok start. (BR 276032)
* Set a default filename scheme for USB Mass Storage (BR 285900)
* Fixed crash during MusicBrainz search. (BR 277475)
CHANGES:
* Load Last.fm friend/neighbour avatars on demand.
* Update tracks in the recently played widget only when needed.
* Allow editing the SearchWidget during a search animation.
* Update the collection view while UMS is scanning.
* Don't block the UI while scanning UMS device.
* Allow going back and forward in Amazon store. Thanks to GCI student
Nikola Miljkovic.
=== kgio 2.7.3 - compatibility fixes / 2012-03-15 07:11 UTC
Fixed build and autopush support under Debian GNU/kFreeBSD.
Test case fixes for timing-sensitive tests.