Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Changes noted in doc/en/ReleaseNote:
ver 3.4.3
* Support true type fonts with the use of freetype library (./configure --enable-anti-alias)
on framebuffer and Android.
* Support ISCII proportional fonts with the use of freetype library on framebuffer and
Android.
* Drop -C/--ind/use_ind and -D/--bi/use_bidi options. Add -C/--ctl/use_ctl option which
enables or disables both rendering bi-directional text and indic scripts.
* --deffont/default_font option and vte_terminal_set_font* functions of libvte compatible
library overwrite the default font of "ISO10646_UCS4_1" not only "DEFAULT".
* Simplify font configuration of OSC 5380 and 5381.
(e.g.) 'mlcc font USASCII' returns "#ISO8859_1,12=-mplus-*-medium-r-*--12-*-iso8859-1")
* Bug fixes:
Fix the position of a candidate window of fcitx. (Thanks to @msmhrt)
Fix frozen screen in preediting text by soft keyboard on Android. (Thanks to @mikoto2000)
|
|
|
|
BackupPC is a high-performance, enterprise-grade system for backing up *NIX,
Windows and MacOSX PCs and laptops to a server's disk. BackupPC is highly
configurable and easy to install and maintain.
BackupPC does not require any agent software to be installed on the client
systems as it operates over SSH/rsync, Samba or ftp.
|
|
|
|
Changelog:
2015-02-11:
Version 7.2.
New Japanese translation of the UI messages.
Support Chinese GB18030 locale.
On Unix/Linux convert UTF-16 to the locale encoding.
It is no longer required that the locale encoding is UTF-8.
|
|
|
|
|
|
|
|
Updated mail/thunderbird-l10n to 31.4.0
|
|
* Sync with thunderbird-31.4.0.
|
|
Changelog:
Fixed The previous issues with jp mac builds have now been fixed, and Thunderbird will no longer need to be run in 32-bit mode.
Fixed Security fixes can be found here
Fixed Installing extensions within Thunderbird no longer requires download and installing as a file (Bug 1081190)
Fixed Autocomplete suggestion sort order was adjusted to prioritize entries where the search string matches the beginning of a word (Bug 970456)
Fixed in Thunderbird 31.4
2015-04 Cookie injection through Proxy Authenticate responses
2015-03 sendBeacon requests lack an Origin header
2015-01 Miscellaneous memory safety hazards (rv:35.0 / rv:31.4)
|
|
|
|
Bugs Fixed
1. The eviction timeout was not being correctly applied when request timeout wasn’t being applied at the same time. It may have partly worked if any of inactivity or graceful timeout were also specified, but the application of the timeout may still have been delayed.
New Features
1. Added the --error-log-name option to mod_wsgi-express to allow the name of the file used for the error log, when being written to the log directory, to be overridden.
2. Added the --access-log-name option to mod_wsgi-express to allow the name of the file used for the access log, when being written to the log directory, to be overridden.
3. Added the --startup-log-name option to mod_wsgi-express to allow the name of the file used for the startup log, when being written to the log directory, to be overridden.
|
|
|
|
---------------
4.017 2015-02-13 07:13:03 GMT
* Bug #472 : Upgrade deps on Module::Build and Getopt::Long (Celogeek San)
|
|
|
|
--------------
1.69 2015-02-12 NEILB
- License type added to metadata. ASB++
- Fixed typo in code example. ASB++
- Reformatted this file as per CPAN::Changes::Spec
|
|
Updated devel/p5-Coro to 6.42
Updated devel/p5-Async-Interrupt to 1.21
|
|
emacs24 users may have already installed this while it's in fact broken.
|
|
Do not call setlocale() globally in CMake applications
Add setlocale() calls around use of libarchive APIs
Makefile: Fix regression in target-bound custom command COMMENT output
|
|
- Drop patches/patch-ecb.h, now upstream takes care.
(upstream)
- update 1.20 to 1.21
-------------------
1.21 Wed Feb 11 20:31:01 CET 2015
- upgrade ecb.h for C11 compatibility.
|
|
It uses some of obsolete variables/functions, resulting in an error on
Emacs 24 or later like this:
string-to-number: Symbol's value as variable is void: last-command-char
I have recently created wip/elscreen-current for this
reason. Unfortunately it doesn't have a version number nor a release
tarball since it's an unofficial fork of the original ElScreen, even
though it's what MELPA currently provides: http://melpa.org/#/elscreen
|
|
- Drop patch-Colo_ecb.h
(It was "Use __builtin_unreachable on Clang instead of the broken C11 hack.",
and now upstream takes care.)
(upstream)
- Update 6.41 to 6.42
-------------------
6.42 Wed Feb 11 20:29:52 CET 2015
- Coro::SemaphoreSet->try did not actually work (analyzed by
SATO Kentaro).
- upgrade libecb to be C11 compliant.
|
|
|
|
pkgsrc change: reduce conflict with adding pkg_alternatives support.
Changes from 1.7.5 are too many to write here, but version 2.4.1 fixes
CVE-2015-1426 security problem.
|
|
- drop patch-libeio_ecb.h
It was "Use __builtin_unreachable on Clang instead of the broken C11 hack.",
and upstream put the equivalent change.
+----------
| #if ECB_GCC_VERSION(4,5) || ECB_CLANG_BUILTIN(__builtin_unreachable)
| #define ecb_unreachable() __builtin_unreachable ()
+----------
(upstream)
- Update to 4.32
-----------------
4.32 Wed Feb 11 20:32:11 CET 2015
- replace off_t by STRLEN where appropriate, should not result in
user-visible changes.
- update ecb.h for C11 compatibility.
|
|
|
|
|
|
Updated devel/p5-Net-LDAP-Server-Test to 0.19
Updated devel/p5-Net-LDAP-Class to 0.26
Updated devel/p5-Object-Realize-Later to 0.19
|
|
- Add ${PERL5_LICENSE}
(upstream)
- version 0.19: Fri Jan 24 11:09:06 CET 2014
Improvements:
- mv t/99pod.t to xt/ and removed dependency to Test::Pod
- changed documentation syntax
|
|
--------------
0.26 22 Feb 2011
* patch from dekimsey@ufl.edu per RT#65658 https://rt.cpan.org/Ticket/Display.html?id=65658
that fixes bug with multiple add_user/remove_user calls on a AD group object.
|
|
-------------------
0.11 04 June 2011
* fixes for Net::LDAP::Server 0.43, per patch from RT
https://rt.cpan.org/Ticket/Display.html?id=68577
0.12 27 Jan 2012
* added stop() method in response to https://rt.cpan.org/Ticket/Display.html?id=69615
removed DESTROY() method since it was a no-op.
* RT 74425 - conditional debug output
* RT 74416 - allow for instantiating with an existing socket object
* RT 74461 - return requested attributes in auto_schema mode
0.13 17 April 2012
* RT 76270 - attributes add/delete/replace
0.14 27 July 2012
* RT 78612 - search scope patch from Thomas Sibley
0.15 21 Sept 2012
* RT 79776 - Net::LDAP >= 0.44 causes stop() to hang indefinitely. Added an alarm()
workaround to kill() the problem pid if waitpid() hangs.
0.16 25 Oct 2012
* RT 80360 - return correct LDAP constant if entry does not exist
Patch from Joni Salonen.
* RT 80377 - return correct LDAP constant for variety of conditions.
Patches from Rafael Porres Molina.
0.17 2 Feb 2013
* fix regression introduced in 0.16 via 4896a0418ecf704723d91b9d8efae662c0260e79
(issue RT 80360)
0.18 14 March 2013
* RT 83905 - server->stop() with waitpid+kill may take a second or two to work,
so check+sleep for 10 seconds before returning.
0.19 30 April 2013
* patches from chorny @github patching Windows hanging bug (RT #84836)
|
|
[Core Features]
....
- Text::Soundex ...missing.
|
|
-------------------
0.15 Thu Feb 16 08:09:45 EST 2012
- corrected cidrvalidate() to return values according to its
documentation, in some corner cases.
0.16 Sat Sep 29 09:29:43 EDT 2012
- cidrvalidate() corrects octet-shortchanged IPv4 addresses to their
proper size.
0.17 Sat Oct 20 23:21:18 EDT 2012
- version bump, put META back into the tarball.
0.18 Mon Feb 2 18:12:54 EST 2015
- leading 0s in IPv6 addresses are ok.
|
|
Updated devel/p5-MooseX-Getopt to 0.66
Updated devel/p5-MooseX-Object-Pluggable to 0.0014
Updated devel/p5-MooseX-Params-Validate to 0.21
Updated devel/p5-MooseX-Role-WithOverloading to 0.16
Updated devel/p5-MooseX-SimpleConfig to 0.11
Updated devel/p5-MooseX-Types-LoadableClass to 0.013
Updated devel/p5-MooseX-Types-LogAny to 0.001003
|
|
------------------
0.001003 2015-02-10
- try to fix cpantesters failing tests
0.001002 2015-02-08
- deprecate module
- fix module for Log::Any 1.03
|
|
---------------
0.013 2014-11-16 21:29:04Z
- switch from Class::Load to Module::Runtime for loading modules
|
|
--------------
0.11 2014-11-16 22:03:33Z
- remove optional test prereq by testing .pl config files, rather than .conf
|
|
--------------
0.16 2014-11-16 03:50:29Z
- fix tests that failed due to an interaction between aliased.pm and
perl 5.21.6
|
|
- No code changes from 0.20.
0.20 2015-01-01 (TRIAL RELEASE)
[BACKWARDS INCOMPATIBILITIES]
- The errors thrown by this module when a type constraint fails have
changed. They are now instances of the
MooseX::Params::Validate::Exception::ValidationFailedForTypeConstraint
class. When stringified, this class include the message generated by the
failing type constraint. While similar to the error message thrown by
Params::Validate itself, this message does not match that string exactly,
and may break code that relies on a regex against the error message. This
addresses RT #89378, requested by several people.
|
|
----------------
0.0014 2015-01-18 20:38:41Z
- add a test that runs `moose-outdated`, to make it more obvious
when there are installation conflicts
|
|
--------------
0.66 2015-01-28 02:05:54Z
- fix tests for formatting changes in Getopt::Long::Descriptive 0.099
(RT#101724)
|
|
- MouseX::App::Cmd has been split off into its own distribution;
now this dist uses Moose unconditionally, rather than Any::Moose
0.29 2015-01-06 02:47:11Z
- re-release 0.28 as stable
0.28 2014-05-06 16:20:58Z (TRIAL RELEASE)
- Be more intelligent about determining Moose or Mouse requirements at
build time.
|
|
|
|
|
|
libCEC allows you in combination with the right hardware to control your
device with your TV remote control. Utilising your existing HDMI cabling,
it allows developers to interact with other HDMI devices without having to
worry about the communication overhead, handshaking, and the various ways
of sending a message for each vendor.
|
|
|
|
built in 7.0_BETA chroot with libkver.
|