* pkgsrc change: accept php71 with security/php-pecl-mcrypt.
Contao 4.3.5 is available 15.02.2017 11:24 by Leo Feyer
Contao version 4.3.5 is available. Beginning with version 4.3.5, we are
synchronizing the version numbers of the editions and the included bundles.
Contao 4.3.4 is available 26.01.2017 11:25 by Leo Feyer
Contao version 4.3.4 is available. In addition to the standard edition, Contao
4.3.4 is now also available as managed edition. The managed edition is the
second technical foundation of the Contao Manager.
Contao managed edition
Contao 4.3.4 is the first version that is available as managed edition. The
managed edition simplifies managing a Contao installation for users by
automatizing several processes such as bundle registration or config file
updating.
Existing Contao 3 extensions
All existing Contao 3 extensions are fully compatible with the managed edition
and can simply be copied into the system/modules folder. The managed edition
will load the extensions as usual on the basis of the autoload.ini
information.
Contao Manager
Besides the Composer plugin, the managed edition is the second technical
foundation for the Contao Manager. Now only the graphical user interface (GUI)
is still missing, which will be released as beta version soon.
Version 3.5.25 (2017-03-20)
---------------------------
### Fixed
Only show error messages to authenticated users in the install tool (see #8666).
### Fixed
Always show the modal windows in full height (see #8631).
### Fixed
Support cross domain requests when rebuilding the search index (see #8597).
### Fixed
Correctly store numbers with leading zero in the Config class (see #4035).
### Fixed
Delete an old search entry if the new URL is more canonical (see #8647).
### Fixed
Also make Folder::$dirname an absolute path again (see #8325).
### Fixed
Support using namespaces and use statements in DCA/config files (see #8635).
* Allow load_paths in safe mode with sanitization (#50)
* SCSS converter: expand @config["source"] to be "safer". (#55)
* Match Ruby versions with jekyll/jekyll (#46)
* Don't test Jekyll 2.5 against Ruby 2.3. (#52)
2.2.0: 2017-01-22
Markdown support improvement release.
Improvements
All
* Dropped Ruby 2.0 support.
* Dropped gdk_pixbuf2 gem 3.0.8 or earlier support.
rabbit
* PDF: Supported PDF file that has "%" in its name.
* Dropped Migemo support.
* Markdown: Supported tag.
Example (Inline):
Normal {::tag name="center"}Centered{:/tag} Normal
Example (Paragraph):
Normal
{:.center}
Centered
Normal
* Markdown: Supported wait in nested list item.
* Improved performance on deciding font size dynamically.
* Changed to use RubyGems user in config.yaml on pushing slide/theme gems.
* PDF: Supported link. But there are the following limitations:
- cairo 1.15.4 is required. (If you use Rabbit with cairo 1.15.2 or
earlier, you just can't use this feature.)
- Link target is paragraph not link text.
Theme
* slide-logo: Supported logo per side by specifying image file name to
logo-image slide property.
* title-on-image-toolkit: Improved readability by rendering character border.
* syntax-highlighting: Changed color for path of #include in C. Now,
it uses the same color as normal string.
rabbit-slide
* Markdown: Fixed a bug that required newlines are missing. [GitHub#95][Patch
by znz]
Document
* Improve English in FAQ. [GitHub#100][Patch by Todd Trimble]
Fixes
rabbit
* Fixed a bug that error isn't reported when multibyte image file name is
specified and it doesn't exist. [GitHub#91][Reported by takiy33]
* Windows: Fixed encoding error on image file detection. [GitHub#93][Reported
by dogatana]
* Fixed a bug that an error is occurred when you cancel in slide select
dialog.
* Fixed typos. [GitHub#97][Patch by znz]
* Fixed a bug that spotlight and magnifier uses wrong position when slide
aspect ratio and window aspect ratio are difference. [GitHub#99][Patch by
OBATA Akio]
* Windows: Fixed a bug that unfullscreen doesn't restore window
size. [GitHub#98][Reported by TADA, Tadashi]
Document
* Fix typos. [GitHub#101][Patch by znz]
Thanks
* takiy33
* dogatana
* znz
* Todd Trimble
* OBATA Akio
* TADA, Tadashi
## v0.13.2 / 2017-01-27
Bugs:
* Bump dependencies to latest stable versions. Pango et al. to 3.1.1 and Cairo to 1.15.5. This fixes some compatibility issues we noticed on Linux and Macs.
source package stopped initializing the queue. (DESTDIR makes source
packages generate binary packages, which had never had that feature. See
<http://mail-index.netbsd.org/pkgsrc-changes/2011/06/07/msg056339.html>
for where the regression was introduced.)
Add a dependency on mail/queue-fix and, if no queue is present at
pkg_add time, initialize it.
Defer creating users and groups all the way to pkg_add time, and improve
DESTDIR support to full "user-destdir". Since mail/postfix lets
unprivileged users install it, we do too. (Can't run a server that way,
but so what.)
A typical (privileged) binary package should now:
1. Install on any other system of matching OS and architecture,
2. Not need matching numeric UIDs and GIDs to do so, and
3. Be usable in production.
You know, like any other binary package.
Bump PKGREVISION.
0.14.0 (2017-03-15)
* NEW #2120 enable cascading with Rack application (@namusyaka)
* FIX lock rake < 11.0 to avoid last_comment error (@namusyaka)
* FIX handle nil database passwords for create_db and drop_db (@phallstrom)
* FIX#2119 add rake gem tasks to gem project Rakefile
* NEW support Erubi ERB engine (@adam12)
* FIX#2125 do not load in cycle files excluded from reloading
0.14.0.rc2 (2017-01-19)
* FIX#2109 change the format of session_id for Padrino Admin AccessControl
* WARN #2109 Existing sessions will be dropped
* FIX#2097 Use exe folder for application executables (@adam12)
* FIX#2105 Run bundle with –binstubs on -b switch (@adam12)
* FIX#2111 disallow conflicting project names
* NEW remove deprecations planned for 0.14.0
* NEW stop managing Ruby default encodings Default Encoding.default_internal
is now nil (Ruby default) instead of UTF-8 (Padrino < 0.14 default)
* FIX#2113 properly override default values in route definitions if parameter
is present (@fidalgo)
* FIX#2116 fix plugin list `padrino g plugin -l` (@fnordfish)
0.14.0.rc1 (2016-11-02)
* NEW remove the requirement of ActiveSupport (export AS_VERSION=X.0 to put it
back)
0.13.3.3 (2016-11-02)
* FIX#2075 cache actual content_type mime type
* FIX#2081 remove -i option from pg_dump command (@dfens)
* FIX#2083 be able to create sqlite's file to deep tree of subdirectories
(@kkarakawa)
* NEW dynamically list supported renderers (@jfredrickson)
3.4.23 (19 December 2016)
* The Sass logger is now instantiated on a per-thread/per-fiber basis and can
now be configured to output to any IO object. This can help services and
processes that wrap Sass compilation reliably extract warnings in a
concurrent environment.
* Setting the numeric precision by assigning to
Sass::Script::Value::Number.precision is now thread safe. To set for all
threads, be sure to set the precision on the main thread.
* Sass cache files will now be world and group writable if your umask allows
it. Issue #1623
* The supports(...) clause in @import statements now allows bare declarations
as per the CSS specification. Issue #1967
* Fix a bug where, under some circumstances, str-slice() would go to the end
of the string even if $end-at was set.
* Fix conversions between numbers with dpi, dpcm, and dppx units. Previously
these conversions were inverted.
* Support url()s containing quoted strings within unknown directives.
* Update HOMEPAGE.
2.0.1.
* Warn if auto-generated headers from the payload, such as Content-Type,
override headers set by the user. This is usually not what the user wants to
happen, and can be surprising. (#554)
* Drop the old check for weak default TLS ciphers, and use the built-in Ruby
defaults. Ruby versions from Oct. 2014 onward use sane defaults, so this is
no longer needed. (#573)
=== 1.4.1 / 2017-02-08
* Bug fix
* Set license to MIT in spec, matching README. Issue #9 by Benjamin
Fleischer
* Allow any digest length per RFC 7616 section 3.4.2. Issue #14 by Joshua
Gross.
Changes in 2.8.3 2016/12/8
Bug
* Avoid frozen string errors on Ruby 2.3 - fixed by RJ Walsh #336
* SSL timeouts not working on JRuby - fixed by Dave Golombek #341
* Do not reset SSL connection if unnecessary - fixed by Dave Golombek #344
* Ignore text around PEM file in JRuby fixed by Scott Kolb #352
Changes
* Add HTTPClient#tcp_keepalive= for enabling TCP keepalive. false by default. #350
Version 1.4.10
* Include uri in RemoteFileError message.
* Prevent to convert single declarations to their respective shorthand.
* Fix Ruby warnings.
Version 1.4.9
* Support for vrem, vh, vw, vmin, vmax and vm box model units.
* Replace obsolete calls with actual ones.
* Fix some Ruby warnings.
Version 1.4.8
* Allow to get CSS rules as Hash using to_hash method.
* Updates to support Ruby 1.9 and JRuby.
* utf-8 related update.
Version 1.4.7
* background-position shorthand fix.