summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-03-11Add forgotten ruby-naught, fixes bulk builds.jperkin1-1/+2
2014-03-11Updated mail/msmtp to 1.4.32ryoon2-3/+3
2014-03-11Update to 1.4.32ryoon2-7/+6
Changelog: Version 1.4.32: - A recipient list on the command line is now parsed as if it appeared in a mail header.
2014-03-11+ eric5-5.4.2, ingo-3.1.4, kronolith-4.1.5, libmodplug-0.8.8.5,wiz1-7/+12
lynx-2.8.8rel2, mit-krb5-1.12.1, mpop-1.0.29, msmtp-1.4.32, socat-1.7.2.4, sudo-1.8.10, turba-4.1.4.
2014-03-11Updated devel/xulrunner24 to 24.3.0ryoon1-1/+2
2014-03-11Update to 24.3.0ryoon1-3/+2
Changelog: Fixed in Firefox ESR 24.3 MFSA 2014-13 Inconsistent JavaScript handling of access to Window objects MFSA 2014-12 NSS ticket handling issues MFSA 2014-09 Cross-origin information leak through web workers MFSA 2014-08 Use-after-free with imgRequestProxy and image proccessing MFSA 2014-04 Incorrect use of discarded images by RasterImage MFSA 2014-02 Clone protected content with XBL scopes MFSA 2014-01 Miscellaneous memory safety hazards (rv:27.0 / rv:24.3)
2014-03-11Updated lang/ocaml to 4.01.0nb2jperkin1-1/+2
2014-03-11Don't limit the stub functions to x86_64 only on newer Darwin, i386jperkin1-3/+3
needs them too. Fixes various dependencies. Bump PKGREVISION.
2014-03-11Updated multimedia/ffmpeg to 20140305.1.2.6adam1-1/+2
2014-03-11Changes 1.2.6:adam3-8/+8
* avcodec/utvideoenc: fix slice_bits size * avcodec/snow: split block clipping checks * avcodec/ansi: fix integer overflow * avcodec/msrle: use av_image_get_linesize() to calculate the linesize * avformat/mpegtsenc: Check data array size in mpegts_write_pmt() * avcodec/wmalosslessdec: fix mclms_coeffs* array size * samplefmt: avoid integer overflow in av_samples_get_buffer_size() * avcodec/vc1: reset fcm/field_mode in non advanced header parsing * avcodec/takdec: always check bits_per_raw_sample * avcodec/vmnc: Check that rectangles are within the picture * dnxhdenc: fix mb_rc size * pthread_frame: flush all threads on flush, not just the first one * rtpdec_asf: Copy the need_parsing field from the chained demuxer * Fix compilation on ARM with android gcc 4.7 * Allow decoding of slightly broken Nikon avi files.
2014-03-11Updated graphics/rabbit to 2.1.2obache1-1/+2
2014-03-11Update rabbit to 2.1.2.obache3-8/+10
== 2.1.2: 2014-03-08 A bug fix release of 2.1.1. === Improvements ==== rabbit * Supported auto source reloading in information window. [GitHub#23] [Reported by Kazuhiro NISHIYAMA] * Add ((%--check-syntax%)) option that checks source syntax and exits. [GitHub#27] [Reported by HAYASHI Kentaro] * Supported inline code markup "(({`...`}))" in Markdown. [GitHub#29] [Patch by KITAITI Makoto] * Supported newline markup "(({\\}))" in Markdown. [GitHub#29] [Patch by KITAITI Makoto] ==== rabbit-slide * Supported README written in Markdown. * Added "tag" task that tags by Git. * Supported auto adding "theme.rb" file to gem if the file exists. * Supported (({youtube_id})) parameter in config.yaml. You can specify YouTube video that is associated with your presentation. You will find a link at slide.rabbit-shocker.org when you specify it. ==== Document * Updated install document for Homebrew. [Yutaro Sugai] * Updated install document on Windows. [Masafumi Yokoyama] === Fixes ==== rabbit * Fixed a bug that configuration dialog for graffiti mode can't be opened. [shocker-en:63] [Reported by Enrico Rivarola] ==== rabbit-slide * Fixed a bug that gem can be created without PDF. === Thanks * Kazuhiro NISHIYAMA * Yutaro Sugai * Masafumi Yokoyama * HAYASHI Kentaro * Enrico Rivarola * KITAITI Makoto == 2.1.1: 2013-06-26 A bug fix release of 2.1.0. === Fixes ==== rabbit * Fixed a bug that rabbit can't start by NameError. [GitHub#25] [Reported by Yoshihide Chubachi] === Thanks * Yoshihide Chubachi
2014-03-11Updated devel/ruby-gettext to 3.1.1obache1-1/+2
2014-03-11Update ruby-gettext to 3.1.1.obache3-9/+380
# News ## 3.1.1: 2014-02-23 ### Improvements * `rmsgcat`: Added `--remove-header-field` option. ### Fixes * `rmsgcat`: Fixed a bug that fuzzy entries are remained when `--no-fuzzy` option is used with `--no-all-comments`. ## 3.1.0: 2014-02-09 ### Improvements * `rmsgcat`: Added `--no-obsolete-entries` option. ## 3.0.9: 2014-02-09 ### Improvements * `rmsgmerge`: Improves fuzzy matching speed. ## 3.0.8: 2014-02-09 ### Fixes * `rmsginit`: Fixed a typo. ## 3.0.7: 2014-02-09 ### Improvements * `rmsginit`: Added `--no-translator`. * `rmsginit`: Added `--translator-name`. * `rmsginit`: Added `--translator-email`. ## 3.0.6: 2014-02-02 ### Improvements * Added {GetText::POEntry#translated?}. * `rmsgcat` chooses translated entry if it exists. * `rmsgmerge`: Added `--no-obsolete-entries` option. ## 3.0.5: 2014-02-02 ### Fixes * Added missing `require` for {GetText::Tools::MsgCat}. ## 3.0.4: 2014-02-02 ### Improvements * Supported `Module#prepend`. [GitHub#29] [Reported by akira yamada] * Added {GetText::POEntry#fuzzy?}. * Added {GetText::Tools::MsgCat}. * Added `rmsgcat` command. [GitHub#23] [Requested by Andreas Loupasakis] * Changed `:references` {GetText::PO#order} value to `:reference`. `:references` is still usable but it is deprecated. It will be remove at 4.0.0. Don't use it for newly written code. * Removed `--no-sort-by-msgid` of `rmsgmerge` feature. It is not straightforward behavior. * Removed `--no-sort-by-file` of `rmsgmerge` feature. It is not straightforward behavior. * Added `--sort-by-location` to `rmsgmerge`. * Added `:include_translator_comment` option to {GetText::POEntry#to_s} options. * Added `:include_extracted_comment` option to {GetText::POEntry#to_s} options. * Added `:include_flag_comment` option to {GetText::POEntry#to_s} options. * Added `:include_previous_comment` option to {GetText::POEntry#to_s} options. * Added `:include_all_comments` option to {GetText::POEntry#to_s} options. * Added {GetText::POEntry#flags} and {GetText::POEntry#flags=}. {GetText::POEntry#flag} and {GetText::POEntry#flag=} are deprecated. Don't use them for newly written code. ### Fixes * Fixed `--sort-output` of `rmsgmerge` behavior. It used location for sort key but it was not GNU gettext compatible behavior. GNU gettext uses msgid for sort key. Now, `--sort-output` uses msgid like GNU gettext. ### Thanks * akira yamada * Andreas Loupasakis ## 3.0.3: 2013-12-15 ### Improvements * Documented {GetText::Tools::Task#namespace_prefix}. * Added `--copyright-year` option to {GetText::Tools::XGetText}. [GitHub#25] [Debian #726941] [Reported by Francesco Poli] [Reported by 375gnu] * {GetText::Tools::XGetText} respects new lines in translate target message. * Added {GetText::POEntry#header?}. * Added {GetText::POEntry#obsolete?}. * Added `--no-fuzzy-matching` option to {GetText::Tools::MsgMerge}. [GitHub#28] [Reported by Sam Lown] ### Fixes * Fixed cache key hash conflict on armv7hl. Memoization feature is removed for this fix. If you get performance issue. Please report it. We will solve the issue. See also locale gem's GitHub issue #3. [GitHub#22] [Reported by mtasaka] * Fixed a bug that obsolete comment misses the last new line. ### Thanks * Francesco Poli * 375gnu * Sam Lown * mtasaka ## 3.0.2: 2013-09-29 ### Improvements * Added {GetText::PO#empty?}. * Added `:encoding` option to {GetText::POEntry#to_s}. * xgettext: Added `--no-location` option. * xgettext: Added `--sort-output` option. * xgettext: Added `--sort-by-file` option. * xgettext: Added `--sort-by-msgid` option. * xgettext: Added `--width` option. * xgettext: Added `--no-wrap` option. ## 3.0.1: 2013-09-20 ### Improvements * Removed an unused file. [GitHub#19] [Reported by Ladislav Slezák] * msginit: Added full user name guessing by /etc/passwd. * incompatible: {GetText::Tools::Task} no longer require spec. * Added {GetText::Tools::Task.define}. It is the recommended API rather than {GetText::Tools::Task.new}. * Supported "utf8" as a valid charset. [GitHub#20][Reported by Antonio Terceiro] * Added {GetText::Tools::Task#enable_description=}. * Added {GetText::Tools::Task#enable_description?}. * Added {GetText::Tools::Task#enable_po=}. * Added {GetText::Tools::Task#enable_po?}. * Added {GetText::Tools::Task#msgmerge_options=}. * Added {GetText::Tools::Task#msgmerge_options}. * task: Added `gettext:po:add[LOCALE]` task. * msgmerge: add `--sort-output` option. * msgmerge: add `--sort-by-file` option. * msgmerge: add `--sort-by-msgid` option. * msgmerge: add `--no-location` option. * msgmerge: add `--width` option. * msgmerge: add `--no-wrap` option. * msgmerge: add `--update` option. ### Thanks * Ladislav Slezák * Antonio Terceiro
2014-03-11Updated devel/ruby-locale to 2.1.0obache1-1/+2
2014-03-11Update ruby-locale to 2.1.0.obache3-12/+7
## 2.1.0: 2013-12-15 ### Fixes * Fixed a bug that memoization key hash collision on armv7hl. Memoization feature is removed for this fix. If you get performance issue. Please report it. We will solve the issue. [GitHub#3] [Reported by mtasaka] ### Thanks * mtasaka ## 2.0.9: 2013-09-20 Locale handling fix release. ### Improvements * Added license metadata to gem package. [GitHub#1] [Suggested by jordimassaguerpla] ### Fixes * Added missing .yardopts file. * Fixed a bug that wrong environment value is used. [Debian:#520181][Debian:#690572][GitHub#2] [Reported by Stefano Zacchiroli][Reported by Hleb Valoshka] ### Thanks * jordimassaguerpla * Stefano Zacchiroli * Hleb Valoshka
2014-03-11Updated textproc/cabocha to 0.68obache1-1/+2
2014-03-11Update cabocha to 0.68.obache3-13/+7
2014/03/10 0.68 * remove tournament model * add -u option (same as MeCab)
2014-03-11fixes for old bmake, undefined variable is not treated as empty.obache1-2/+2
2014-03-11Updated net/zeromq to 4.0.4obache1-1/+2
2014-03-11Update zeromq to 4.0.4.obache2-6/+6
0MQ version 4.0.4 stable, released on 2014/03/10 ================================================ Bug Fixes --------- * Fixed #909; out of tree build issue on Linux. * Fixed #888; hangs on terminate when inproc connected but never bound. * Fixed #868; assertion failure at ip.cpp:137 when using port scanner. * Fixed #818; fix timestamp counter on s390/s390x. * Fixed #817; only export zmq_* symbols. * Fixed #797; fixed setting TCP keepalive on Windows. * Fixed #775; compile error on Windows. * Fixed #763; when talking to a ZMTP v1 peer (libzmq 2.2), a socket would send an extra identity frame at the start of the connection. * Fixed LIBZMQ-576 - Crash closing a socket after zmq_msg_send returns EAGAIN (reverts LIBZMQ-497) * Fixed LIBZMQ-584; subscription filters getting lost on reconnection.
2014-03-10Force the use of clang on Snow Leopard, the llvm-backed gcc is unable tojperkin1-1/+8
compile Python 3.3 correctly, and as per http://bugs.python.org/issue13241 the Python developers are uninterested in fixing this.
2014-03-10Update to 24.3.0ryoon2-258/+258
* Sync with firefox24-24.3.0
2014-03-10Detect Clang and apply proper compiler settings.asau1-2/+15
This fixes bootstrapping on FreeBSD 10 where cc is Clang pretending poorly to be GCC.
2014-03-10Updated www/firefox24 to 24.3.0ryoon1-1/+2
2014-03-10Reset PKGREVISIONryoon1-2/+1
2014-03-10Update to 24.3.0ryoon2-6/+6
Changelog: Fixed in Firefox ESR 24.3 MFSA 2014-13 Inconsistent JavaScript handling of access to Window objects MFSA 2014-12 NSS ticket handling issues MFSA 2014-09 Cross-origin information leak through web workers MFSA 2014-08 Use-after-free with imgRequestProxy and image proccessing MFSA 2014-04 Incorrect use of discarded images by RasterImage MFSA 2014-02 Clone protected content with XBL scopes MFSA 2014-01 Miscellaneous memory safety hazards (rv:27.0 / rv:24.3)
2014-03-10Updated databases/sqlite3 to 3.8.4adam1-1/+4
2014-03-10devel/nss 3.15.4 or later is required.ryoon1-2/+2
Fix build. From Matthias Ferdinand.
2014-03-10Updated devel/cvs-fast-export to 1.9ryoon2-3/+3
2014-03-10Update to 1.9ryoon4-24/+35
* Add dependency to python for cvssync script Changelog: 1.9 @ 2014-03-08 RCS/CVS usernames may now begin with a digit (patch by Jesse Weinstein). Cleaned up a mess around keyword expansion; it had been misdocumented. Fixed some minor bugs in the test suite. Fixed a signedness issue on 64-bit machines. 1.8 @ 2014-02-19 Processing of hardlinks field was incorrect, is now fixed. 1.7 @ 2014-02-18 Allow # in symbol names. Addresses a corner case in the NetBSD repository. 1.6 @ 2014-02-17 Fix a brown-paper-bag bug in cvssync. 1.5 @ 2014-02-16 Skip a hardlinks field, if present. Add a -c option to cvssync that makes mirrors with CVSROOTs. 1.4 @ 2014-02-04 Optimization to call sbrk() less often needs to be conditioned on GCC. 1.3 @ 2014-01-23 Improved performance on masters with lots of symbols; thank Jens Bethkowsky. 1.2 @ 2014-01-04 Smarter blob directory creation to reduce search overhead for blobs. 1.1 @ 2014-01-03 Cope with CVS-NT kopt strings containing garbage binary data. 1.0 @ 2013-12-28 Bug fix: Non-top-level .cvsignores are now converted. More speed and significant lowering of memory usage. Most error messages are now explained on the manual page. 0.8 @ 2013-12-16 Processing speed has approximately tripled since last release. cvs-fast-export has save progress metering again. cvssync can now take a CVS URL argument. 0.7 @ 2013-12-15 -i option for incremental dumping. -p option for enabling load status reports. Many documentation improvements. There is now a regression-test suite for the package. cvssync tool for mirroring remote CVS repos added. 0.6 @ 2013-12-10 Improvements for CVS-NT support. Improve timing of missing-commitids message
2014-03-10Updated mail/thunderbird-l10n to 24.3.0ryoon1-1/+2
2014-03-10Update to 24.3.0ryoon2-138/+138
* Sync with thunderbird 24.3.0
2014-03-10Updated devel/nss to 3.15.5ryoon1-1/+2
2014-03-10Update to 3.15.5ryoon2-6/+6
Changelog: From: https://developer.mozilla.org/en-US/docs/NSS/NSS_3.15.5_release_notes Network Security Services (NSS) 3.15.5 is a patch release for NSS 3.15. New functionality: * Added support for the TLS application layer protocol negotiation (ALPN) extension. Two SSL socket options, SSL_ENABLE_NPN and SSL_ENABLE_ALPN, can be used to control whether NPN or ALPN (or both) should be used for application layer protocol negotiation. * Added the TLS padding extension. The extension type value is 35655, which may change when an official extension type value is assigned by IANA. NSS automatically adds the padding extension to ClientHello when necessary. * Added a new macro CERT_LIST_TAIL, defined in certt.h, for getting the tail of a CERTCertList. Notable Changes: * Bug 950129: Improve the OCSP fetching policy when verifying OCSP responses * Bug 949060: Validate the iov input argument (an array of PRIOVec structures) of ssl_WriteV (called via PR_Writev). Applications should still take care when converting struct iov to PRIOVec because the iov_len members of the two structures have different types (size_t vs. int). size_t is unsigned and may be larger than int.
2014-03-10Pull in necessary includes. Fixes build on older compilers, notably the onejperkin20-4/+283
shipped with OS X Snow Leopard.
2014-03-10Changes 3.8.4:adam9-41/+26
Code optimization and refactoring for improved performance. Add the ".clone" and ".save" commands to the command-line shell. Update the banner on the command-line shell to alert novice users when they are using an ephemeral in-memory database. Fix editline support in the command-line shell. Add support for coverage testing of VDBE programs using the SQLITE_TESTCTRL_VDBE_COVERAGE verb of sqlite3_test_control(). Update the _FILE_OFFSET_BITS macro so that builds work again on QNX. Change the datatype of SrcList.nSrc from type u8 to type int to work around an issue in the C compiler on AIX. Get extension loading working on Cygwin. Bug fix: Fix the char() SQL function so that it returns an empty string rather than an "out of memory" error when called with zero arguments. Bug fix: DISTINCT now recognizes that a zeroblob and a blob of all 0x00 bytes are the same thing. Ticket [fccbde530a] Bug fix: Compute the correct answer for queries that contain an IS NOT NULL term in the WHERE clause and also contain an OR term in the WHERE clause and are compiled with SQLITE_ENABLE_STAT4. Ticket [4c86b126f2] Bug fix: Make sure "rowid" columns are correctly resolved in joins between normal tables and WITHOUT ROWID tables. Ticket [c34d0557f7] Bug fix: Make sure the same temporary registers are not used in concurrent co-routines used to implement compound SELECT statements containing ORDER BY clauses, as such use can lead to incorrect answers. Ticket [8c63ff0eca] Bug fix: Ensure that "ORDER BY random()" clauses do not get optimized out. Ticket [65bdeb9739] Bug fix: Repair a name-resolution error that can occur in sub-select statements contained within a TRIGGER. Ticket [4ef7e3cfca] Bug fix: Fix column default values expressions of the form "DEFAULT(-(-9223372036854775808))" so that they work correctly, initializing the column to a floating point value approximately equal to +9223372036854775808.0.
2014-03-10Grab maintainershipfhajny1-2/+2
2014-03-10+ libgee-0.12.1, libsecret-0.18, python33-3.3.5.wiz1-2/+4
2014-03-10Note update of x11/ruby-tk package to 1.9.3p545nb3.taca1-1/+2
2014-03-10Switch to use lang/tcl85 and x11/tk85 instead of lang/tcl and x11/tk.taca1-4/+4
Bump PKGREVISION.
2014-03-10Note addtion of lang/tcl85 and x11/tk85 packages 8.5.15nb1.taca1-1/+3
2014-03-10Add and enable tk85.taca1-1/+2
2014-03-10Restore tk-8.5.15 package as lang/tk85 with bump PKGREVISION sincetaca11-0/+1065
x11/ruby-tk package needs tcl/tk 8.5 and it dosen't support tcl/tk 8.6 and later.
2014-03-10Add and enable tcl85.taca1-1/+2
2014-03-10Restore tcl-8.5.15 package as lang/tcl85 with bump PKGREVISION sincetaca19-0/+1743
x11/ruby-tk package needs tcl/tk 8.5 and it dosen't support tcl/tk 8.6 and later.
2014-03-10Support builtin libexpat on Darwin.jperkin2-5/+10
2014-03-10Fix patch offsets.jperkin2-5/+5
2014-03-10Updated databases/redis to 2.8.7fhajny2-3/+3
2014-03-10Update redis to 2.8.7.fhajny3-7/+15
--[ Redis 2.8.7 ] Release date: 5 Mar 2014 # UPGRADE URGENCY: LOW for Redis, LOW for Sentinel. However this release adds new features so users may want to upgrade in order to exploit the new functionalities. * [FIX] Sometimes the absolute config file path was obtained in a wrong way. This happened when there was a "dir" directive inside the config file and at the same time the configuration file was given as a relative path to redis-server or redis-sentinel executables. * [FIX] redis-cli: Automatically enter --slave mode when SYNC or PSYNC are called during an interactive session. * [FIX] Sentinel "IDONTKNOW" error removed as it does not made sense with the new Sentinel design. This error was actually a fix for a design error in the first implementation of Sentinel. * [FIX] Sentinel: added a missing exit() call to abort after config file checks at startup. This error was introduced with an improvement in a previous 2.8 release. * [FIX] BITCOUNT: fixed unaligned access causing issues in sparc and other archs not capable of dealing with unaligned accesses. This also makes the code faster in archs where unaligned accesses are allowed. * [FIX] Sentinel: better nodes fail over start time desynchronization to avoid split-brain during the voting process needed to get authorization to fail over. This means the system is less likely to need to retry and will fail over faster. No changes in behavior / correctness. * [FIX] Force INFO used_memory_peak to match peak memory. This generated some confusion among users even if it was not an actual bug. * [NEW] Sentinel unit tests and framework. More tests needed and units must be improved in order to have less false positives, but it is a start and features a debugging console that is useful to fix tests or to inspect bugs causing tests failures. * [NEW] New Sentinel events: +/-monitor and +set used to monitor when an instance to monitor is added or removed, or when a configuration is modified via SENTINEL SET. * [NEW] Redis-cli updated to use SCAN instead of random sampling via RANDOMKEY in order to implement --bigkeys feature. Moreover the implementation now supports pipelining and reports more information at the end of the scan. Much faster, much better. A special thank you to Michael Grunder for this improvement. * [NEW] redis-cli now supports a new --intrinsic-latency mode that is able to meter the latency of a system due to kernel / hypervisor. How to use it is explained at http://redis.io/topics/latency. * [NEW] New command BITPOS: find first bit set or clear in a bitmap. * [NEW] CONFIG REWRITE calls are now logged. --[ Redis 2.8.6 ] Release date: 13 Feb 2014 # UPGRADE URGENCY: HIGH for Redis, LOW for Sentinel. Redis users using Lua scripts with EVALSHA and attached slaves and/or AOF persistence should consider upgrading ASAP. * [FIX] Fixed an critical EVALSHA script cache bug: scripts executed may not propagate to AOF / Slaves correctly under certain conditions. See issue #1549 at Github for more information. * [FIX] Fixed multiple bugs resulting into closing the link with master or slave during replication without good reasons. This will result in useless resynchronizations, or infinite loops where the replication link can't be established. * [FIX] Don't count the time needed to populate the buffers of clients waiting in MONITOR mode when populating the Slow Log entries. * [NEW] AOF write errors (like no space on device) no longer abort Redis if the fsync policy is none or every second. The database enters a read-only mode where every write is refused with an error. Normal operations are restored as soon as Redis is able to append again data to the AOF file. * [NEW] Sentinel now accepts SHUTDOWN command. --[ Redis 2.8.5 ] Release date: 4 Feb 2014 # UPGRADE URGENCY: HIGH for Redis, LOW for Sentinel. Redis users using Lua scripts with expires, and Redis users relying on the ability of Redis to block writes on RDB saving errors should plan to upgrade ASAP. * [FIX] Fixed a replication bug caused by Lua scripts + expired keys: keys could expire in the middle of scripts causing non-deterministic behavior. * [FIX] MISCONFIG error if condition fixed, the server was no longer able to stop writes on RDB misconfiguration after this error was introduced. * [FIX] REDIS_AOF_REWRITE_MIN_SIZE is now 64mb like example redis.conf default. * [FIX] Perform fflush() before fsync() in rio.c (bug without actual effects). * [FIX] Don't log MONITOR clients as disconnecting slaves. * [FIX] SENTINEL MASTER arity check fixed. Crashed the Sentinel instance when the command was given without arguments. * [NEW] Allow CONFIG and SHUTDOWN while in stale-slave state. * [NEW] Support for configurable TCP listen(2) backlog size. * [NEW] redis-cli supports SCAN via the --scan and --pattern options. * [NEW] SENTINEL SET master quorum via runtime API implemented. --[ Redis 2.8.4 ] Release date: 13 Jan 2014 # UPGRADE URGENCY: MODERATE for Redis and Sentinel. * [FIX] Makefile compatibility with non common make variants improved. * [FIX] SDIFF crash in very unlikely to trigger state fixed. * [FIX] Config rewriting fixed: don't wipe options unknown to the rewrite process. * [FIX] Set TCP port to 0 works again to disable TCP networking. * [FIX] Fixed replication with old Redis instances as masters by not sending REPLCONF ACK to them. * [FIX] Fix keyspace notifications rewrite and CONFIG GET output. * [FIX] Fix RESTORE TTL handling in 32 bit systems (32 bit overflow). * [NEW] Sentinel now has a run time configuration API. * [NEW] Log when we lost connection with master or slave. * [NEW] When instance is turned from slave to master now inherits the old master replication offset when possible. This improves the Sentinel failover procedure.