Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
= Contributed Plugins and Utilities
This package includes a variety of add-on components for Padrino Framework:
* exception_notifier - Send errors through mail or/and to redmine
* auto_locale - Switch for you automatically the I18n.locale
* flash_session - Middleware that help you in passing your
session in the URI, when it should be in the
cookie.
* orm_ar_permalink - Generate permalink for a specified column on
ActiveRecord
* orm_ar_permalink_i18n - Generate permalink for a specified multi
language column(s) on ActiveRecord
* orm_ar_translate - Translate for you your ActiveRecord columns
* orm_mm_permalink - Generate permalink for a specified column on
MongoMapper
* orm_mm_search - Full text search in MongoMapper in specified
columns
* helpers_assets_compressor - Joins and compress your js/css with
yui-compressor
|
|
== Version 2.8.0 - February 3rd, 2013
* Added some features of 2.0.0 (must be required explicitly until official
release):
* Array#bsearch
* Range#bsearch
|
|
databases/ruby-data_objects 0.10.12
databases/ruby-do_mysql 0.10.12
databases/ruby-do_postgres 0.10.12
databases/ruby-do_sqlite3 0.10.12
|
|
## 0.10.12 2013-01-21
* jdbc-sqlite3 driver loading fix
* Improve handling of floats / doubles in sqlite3 on JRuby
|
|
## 0.10.12 2013-01-21
* jdbc-postgres driver loading fix
|
|
## 0.10.12 2013-01-21
* jdbc-mysql driver loading fix
* Improve compatibility for anscient MySQL versions
|
|
## 0.10.12 2013-01-21
* Fix JRuby driver loading for newer jdbc-\* gems
* Compatibility change for anscient MySQL versions
|
|
Thanks to wiz@ noted via mail.
|
|
|
|
OpenSSL version 1.0.1e released
===============================
OpenSSL - The Open Source toolkit for SSL/TLS
http://www.openssl.org/
The OpenSSL project team is pleased to announce the release of
version 1.0.1e of our open source toolkit for SSL/TLS. This new
OpenSSL version is a new feature release. For a complete
list of changes, please see
http://www.openssl.org/source/exp/CHANGES.
The most significant changes are:
o Corrected fix for CVE-2013-0169
|
|
|
|
|
|
Changes from 2.8.14 are too many to write here, please refer RELEASE_NOTES.
|
|
This change dosen't fix CVE-2013-0277 but give workaround for it.
No PKGREVISION bump.
|
|
This change dosen't fix CVE-2013-0276 but give workaround for it.
No PKGREVISION bump.
|
|
|
|
Opera 12.14 is a recommended upgrade offering security and stability enhancements.
Fixes and Stability Enhancements since Opera 12.13
General and User Interface
* Update addresses a re-occuring crash, allowing users to update two or more
extensions at one time.
|
|
obsolete soon.
|
|
|
|
|
|
|
|
|
|
|
|
* htmlscrubber: Allow the bitcoin URI scheme.
* htmlscrubber: Allow the URI schemes of major VCS's.
* aggregate: When run with --aggregate, if an aggregation is already
running, don't go on and --refresh.
* trail: Avoid excess dependencies between pages in the trail
and the page defining the trail. Thanks, smcv.
* opendiscussion: Don't allow editing discussion pages if discussion pages
are disabled. (smcv)
* poll: Add expandable option to allow users to easily add new choices to
a poll.
* trail: Avoid massive slowdown caused by pagetemplate hook when displaying
dynamic cgi pages, which cannot use trail anyway.
* Deal with empty diffurl in configuration.
* cvs: Various fixes. (schmonz)
* highlight: Now adds a span with class highlight-<extension> around
highlighted content, allowing for language-specific css styling.
|
|
OK by wiz
|
|
OK by wiz
|
|
|
|
|
|
This package contains the i3 window manager, a small tiling window
manager aimed at providing helpful modern features like Xinerama
multi-screen support while still being completely keyboard
controlled. It is mainly aimed at engineers and people who
love to get their work done without switching between keyboard and
mouse.
|
|
|
|
New features:
* Support for RandR 1.4's provider objects. See the --listproviders,
--setprovideroutputsource, and --setprovideroffloadsink options for more
information.
* --set now allows a comma-separated list of values. This is useful with the
Border property to configure different border adjustments for different edges
of the screen.
* --scale-from, which specifies a scaling transform based on the desired
desktop size.
* --query now indicates which output, if any, is primary.
It also contains a number of bug fixes.
One notable behavior change is that the --gamma option now takes the actual
gamma value rather than the reciprocal of the gamma value. This matches the
behavior of other programs such as xgamma and the gamma configuration options in
xorg.conf.
Aaron Plattner (12):
Add a --scale-from option
xrandr: Fix string constness bugs
man: document provider options
xrandr: make providers a first-class citizen
xrandr: look for providers by name or xid
xrandr: Fix variable declaration warnings
Bug #11397: check that numeric --orientation arguments are in range
Bug #14118: print usage() to stdout, proper errors for bad arguments
Bug #29603: document that there might be multiple preferred modes
Bug #37043: adjust refresh rates for doublescan and interlace
Cast XID to unsigned int to suppress a printf warning
xrandr 1.4.0
Adam Jackson (2):
Document the rarer --newmode flags in --help output
configure: Drop AM_MAINTAINER_MODE
Alan Coopersmith (3):
config: Add missing AC_CONFIG_SRCDIR
Mark fatal() and warning() as taking printf-style arguments
Fix -Wformat warnings about passing longs where ints were expected
Andy Ritger (5):
xrandr: use 1/gamma to compute gamma-correction
xrandr: fix gamma == 1.0 && sigbits != 8
xrandr: compute gamma-correction in [0,2^sigbits)
xrandr: extend '--set' syntax to allow a comma-separated list of values
xrandr: generalize output property printing
Colin Walters (1):
autogen.sh: Honor NOCONFIGURE=1
Dave Airlie (1):
xrandr: add provider interfaces
Eric S. Raymond (1):
Running text interspersed with options prevents DocBook translation; remove.
Jeremy Huddleston (1):
Include strings.h for strcasecmp
Keith Packard (3):
xrandr: Preserve current mode when switching crtcs
Update keystone program to run with new nichrome bits
keystone.5c: cairo-5 box semantics changed default layout
Pierre-Loup A. Griffais (2):
xrandr: move transform limit checking after scaling
xrandr: print primary output
|
|
|
|
New Libraries:
Atomic:
C++11-style atomic<>, from Helge Bahmann, maintained by Tim Blechmann.
Coroutine:
Coroutine library, from Oliver Kowalke.
Lockfree:
Lockfree data structures, from Tim Blechmann.
Multiprecision:
Extended precision arithmetic types for floating point, integer and rational arithmetic from John Maddock and Christopher Kormanyos.
Odeint:
Solving ordinary differential equations, from Karsten Ahnert and Mario Mulansky.
News
This release contains a fix for ticket 7743, in Boost.Locale. For more details, see the security notice.
More info http://www.boost.org/users/history/version_1_53_0.html
|
|
|
|
Refer to http://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-30.html
|
|
|
|
Release 1.12.14 (2013-02-10 Chris Wilson <chris@chris-wilson.co.uk>)
====================================================================
In the last week we had a few more bugs reported and promptly resolved.
As these are a combination of regressions and stability issues, it is
time for a prompt update and release. Many thanks to everyone for
testing and reporting issues, and helping to make Cairo better.
Bug fixes
---------
Prevent user callbacks accessing user-data during destroy to prevent
use-after-free bugs.
https://bugzilla.mozilla.org/show_bug.cgi?id=722975
Use standard names for glyphs in subset fonts (PDF).
https://bugs.freedesktop.org/show_bug.cgi?id=60248
Fix detection of Win98. The logic for detecting Win98 (and its broken
AlphaBlend()) was inverted, disabling AlphaBlend() for everyone.
Prevent numeric overflow from extrapolating polygon edges to the clip
boundary and causing severe render artifacts.
https://bugs.freedesktop.org/show_bug.cgi?id=60489
Fix computation of glyph string coordinates when breaking up runs
for xlib.
Fix an assertion in the win32 backend for failing to clear its
similar-images.
https://bugs.freedesktop.org/show_bug.cgi?id=60519
|
|
|
|
Bump PKGREVISION.
|
|
|
|
the OpenJDK distfiles.
|
|
Various fixes and workaround for JSON#parse.
|
|
devel/ruby-activesupport32 3.2.12
devel/ruby-activemodel32 3.2.12
www/ruby-activeresource32 3.2.12
databases/ruby-activerecord32 3.2.12
www/ruby-actionpack32 3.2.12
mail/ruby-actionmailer32 3.2.12
devel/ruby-railties32 3.2.12
www/ruby-rails32 3.2.12
|
|
Change of version only.
|
|
Change of version only.
|
|
Change of version only.
|
|
Change of version only.
|