* 2872918, MKV: add support for default and forced track flags
* 3418881, RK Audio format support, thanks to Lionel Duchateau
* 3418883, LA: version field, thanks to Lionel Duchateau
* MPEG-4: basic support of Aigo .3dv files
* MPEG-2 Video: color display info (colour_primaries, transfer_characteristics,
matrix_coefficients)
* QuickTime: color display info (colour_primaries, transfer_characteristics,
matrix_coefficients)
* QuickTime: ProRes LT, Proxy, 4:4:4 profiles detection
* QuickTime: mpeg CodecID support
* Template inputs are now insensitive to carriage return kind
* MPEG-TS: Support of ISO 8859-2 in EPG
* MPEG-4: more CodedIDs supported
* GXF: more info about DV streams
* GXF: Handling of files with more than 1 Time code
* 3414326, GXF: using only the first map chunk for duration calculation
* 3414513, Id3v2: was not able to extract covers with UTF-16 description
* 3417908, video from several files: crash if there is not enough place for the
frame number
* 3433602, DVD-Video (IFO): Crash when scanning some malformed IFO files
* Matroska: parser hanging in case of huge zero-padded files
* MPEG-4: was not providing some info about tracks with sample table before
media header
* MXF: better support of corrupted indexes
* 3429831, MediaInfo library: unload wrong DLL, thanks to McSpecky
* MPEG-TS: Better handling of EPG running_status flag
* MXF: Handling of "file:///" in Network loacators
* FLV: audio delay was sometimes wrong
* H264: Buffer size was in bytes instead of bits like with other formats
* 3429196: no output if absolute file name, on Linux
* 3187050, FLV: wrong detection when FLV header is corrupt
* BLu-ray: crash if MPLS files are on the root of a disk
* Blu-ray: parsing was very slow if MPLS was pointing thousands of times on the
same file
* 3292830, Matroska: crash if AAC sample rate is not provided by the container
Changes from previous:
4.058 Fri Nov 11 19:23:11 PST 2011
up rev for documentation update
update documentation in InetBase v0.06
4.057 Fri Nov 11 15:04:20 PST 2011
Lite.pm v1.40
add call to InetBase::fillIPv4 to all uses of gethostbyname
break out the code in InetBase v0.05 that expands short IPv4
addresses into dotquad format to account for broken BSD
implementations of inet_aton and gethostbyname that do
not recognize the short format. EXPORT this as sub 'fillIPv4'
in Util.pm v1.45, add 'fillIPv4' to calls to gethostbyname to
work around broken inet_aton and gethostbyname implementations
in certain BSD implementations
4.056 Wed Nov 2 19:15:31 PDT 2011
bump rev to incorporate
improved inet_aton in InetBase v0.04 to overcome broken
gethostbyname found in NetBSD and OpenBSD
4.055 Fri Oct 28 11:41:22 PDT 2011
in Lite.pm v1.38
patch for bug 71869, issues with Math::BigInt varients
4.054 Thu Oct 27 12:48:55 PDT 2011
In Lite.pm v1.37, remove Calc.pm
add detection of early Math::Bigint object structure
fix bug 71869 - a failed test routine
4.053 Wed Oct 26 08:52:34 PDT 2011
In Lite.pm v1.36
fix bug #71925. A a sub-varient of #62521 that showed up only for
short notation for IPv4. i.e. 127/n, 127.0/n, 127.0.0/n but
not 127.0.0.0/n
4.052 Tue Oct 25 16:18:38 PDT 2011
add test in Lite.pm v1.35 for api-version of Math::BigInt to
support versions earlier than 1.70, circa Dec 2003.
Thanks to Paul Howarth <paul@city-fan.org> for spotting that bug.
4.051 Mon Oct 24 14:44:53 PDT 2011
fix bug 71869
in Lite.pm v1.34
use Math::BigInt::Calc for creating BigInt values and fall
back to NetAddr::IP::Calc if Math::BigInt is not present.
remove reference to Config{osname} in InetBase.pm v0.03
(Util 1.43)
4.050 Sat Oct 22 01:58:57 PDT 2011
In Lite/Util/lib/NetAddr/IP/Lite/Util/InetBase.pm v0.02
Socket6 prior to version 0.23 does not have AF_INET6 in the
EXPORT_OK array, modify InetBase.pm v0.2 to work around this.
Add support for Math::BigInt to NetAddr::IP::Lite v1.33
4.049 Sat Oct 15 22:15:10 PDT 2011
Updates to Lite.pm, Util.pm, new module InetBase.pm
In Lite v1.32
bug68723, add capability to parse input of the form
->new6(12345,1). This should have been there but was
missing. Thanks to Andrei Benea for spotting this.
In Util v1.41
add inet_pton, inet_ntop, AF_INET, AF_INET6
modify inet_n2dx and inet_n2ad to
recognize the new 128 bit IPv4 format
::FFFF:FFFF:0:0
replace isIPv4 with a pure perl version for portablity
split the following into NetAddr::IP::InetBase v0.01
to provide better long term support for IPv6
inet_aton
inet_ntoa
ipv6_aton
ipv6_n2x
ipv6_n2d
inet_any2n
inet_n2dx
inet_n2ad
inet_ntop
inet_pton
packzeros
isIPv4
isNewIPv4
isAnyIPv4
AF_INET
AF_INET6
4.048 Sat Oct 8 01:33:44 PDT 2011
remove debug print statement from Util v1.40
4.047 Thu Oct 6 23:41:42 PDT 2011
really correct missing reference in Util v1.39
doc update only in Lite.pm v1.30
4.046 Thu Oct 6 20:20:33 PDT 2011 DEPRECATED
corrected missing reference to inet_4map6 in Util v1.38
4.045 Thu Oct 6 18:23:04 PDT 2011 DEPRECATED
updated NetAddr::IP::Util 1.37
addid isAnyIPv4, isNewIPv4, inet_4map6
revised naip_gethostbyname
to conform to Perl's gethostbyname output
4.044 Wed May 18 14:47:34 PDT 2011
added missing support for ->compactref(\@list) which is described
in the documentation but not implemented.
Thanks to Rusty Bourland codebard@gmail.com for spotting this
and providing both a patch and test code
4.043 Wed Apr 6 11:31:19 PDT 2011
Update documentation on the use of "adding constants
to an IP address".
4.042 Tue Mar 22 15:26:02 PDT 2011
Update Lite.pm v1.27 to encompass treatment of /31 and /127
point-to-point networks as described in RFC 3021
NOTE: for /31's and /127's
this changes the behavior of the following methods:
first returns the "network" address
last returns the "broadcast" address
nth index 0 returns "network" addr instead of undef
nth index 1 returns "broadcast" addr instead of undef
num returns 2 instead of 0 (zero)
"old_nth" behavior is unchanged
Thanks to Todd Caine todd.caine@gmail.com for pointing this out.
4.041 Tue Mar 8 15:18:16 PST 2011
Updated Lite.pm v1.26, "sub num" to support usable IP ranges
greater than 2**32
Thanks to Jan Ploski jan@plosquare.com for finding this bug
4.040 Sat Feb 19 10:04:00 PST 2011
correction to use of Util.pm package lexicals
thanks to mishikal@yahoo.com for spotting the bug and to
Mark Martinec mark.martinec+ama...@ijs.si for the solution.
4.039 Wed Feb 16 15:48:03 PST 2011
Correct documentation for 'split' methods
Changes from previous:
1.23 Thu Aug 4 10:52:32 CEST 2011
- added small safety-check to unreg_cb.
1.22 Thu Mar 10 17:17:58 CET 2011
- fixed a bug where event methods were not registered correctly.
- found a bug with using the guard to track cb registrations.
Changes from previous:
4.11 Mon Oct 10 00:24:11 CEST 2011
- libeio didn't compile on !linux (Paul Howarth).
4.1 Sun Oct 9 10:24:11 CEST 2011
- IO::AIO did access uninitialised memory on unsuccessful stats.
- (libeio) added syncfs syscall wrapper.
- (libeio) set thread name on linux (ps -L/Hcx, top, gdb).
- (libeio) support multiple indepenent working directories.
- applied speling corrections by Nicholas Bamber.
- tune treescan #threads and #outstanding requests a bit.
- reduce the number of file descriptors in use at any one time
in treescan, to avoid running out of them (and using too much ram).
- take advantage of working directoriy abstractions
in aio_scandir and treescan.
- reduce compiled size by ~10% by not inlining some key functionality.
- added --progress switch to treescan.
4.0 Mon Jul 18 05:01:10 CEST 2011
- INCOMPATIBLE CHANGE: fork is no longer supported (indeed, it never was),
see FORK BEHAVIOUR in manpage for details.
- passes testsuite on win32 now and may actually work
(activestate 5.10.1 / MSVC6, YMMV).
- (libeio) fix a deadlock where a wakeup signal could be missed when
a timeout occured at the same time.
- (libeio) added realpath.
- (libeio) added fallocate.
- (libeio) disabling sendfile on darwin unfortunately broke the emulation.
- (libeio) do not acquire any locks when forking.
- (libeio) use fewer time() syscalls when waiting for new requests.
3.93 Wed Jun 29 23:44:18 CEST 2011
- ECB.H WAS MISSING.
3.92 Wed Jun 29 14:45:41 CEST 2011
- ecb.h was missing.
3.91 Wed Jun 29 13:24:42 CEST 2011
- (libeio) work around a Linux (and likely FreeBSD and other
kernels) bug where sendfile would not transfer all the requested
bytes on large transfers, using a heuristic.
- buggy sendfile caused aio_move/copy to sometimes fail for big
files (fortunately it checks that the whole file has been
transferred...)
- use libecb for higher performance and higher portability.
- (libeio) disable sendfile on darwin, it's too broken.
- disable fork tests on !linux, as only linux supports mixing
pthread and fork in perl.
- document the fact that fork doesn't work anymore when using
this module, on anything !GNU/Linux.
- increase timeout in t/04_fork.t, as too many CPAN-tester setups
run on a 0.1MHz cpu. Or so.
3.9 Fri May 27 02:43:47 CEST 2011
- (libeio) fix memory corruption in aio_readdirx for the flags
combination READDIR_STAT_ORDER | READDIR_DIRS_FIRST.
- add lots of newer POSIX and GNU/Linux-specific open
flags.
3.8 Sun Mar 27 12:25:33 CEST 2011
- use nonstandard but maybe-working-on-bsd fork technique.
- support a max_idle value of 0.
- support setting of idle timeout value (IO::AIO::idle_timeout).
3.72 Fri Feb 11 04:25:38 CET 2011
- use _POSIX_MEMLOCK_RANGE to detect mlock/munlock.
- aio_mknod always used a dev_t value of 0.
- new treescan option: --grep.
- add more S_IF macros, and major/minor/makedev "macros".
3.71 Thu Dec 30 08:18:46 CET 2010
- the numerical result value passed to callbacks did not stringify
correctly, due to internal reuse and failure to reset the sv flags.
- actually test for posix_[mf]advise, as at least uClibc defines
_POSIX_ADVISORY_INFO without actually having any of the required
funcitonality. ugh.
3.7 Mon Nov 1 23:00:34 CET 2010
- implement/add madvise, mmap, munmap, aio_mlockall, munlockall,
aio_mlock, munlock, msync and mtouch to @EXPORT_OK.
- document the sad state of affairs w.r.t. pthread on many bsds.
- do not enable mmap on systems without _POSIX_MAPPED_FILES
(openbsd 4.8).
- do not leak memory in IO::AIO::mmap when the scalar already
had string-data.
- add O_RDWR, O_APPEND and O_EXCL symbols and semi-document
them.
- cache the result IV, for a minor speedup in the common case.
- croak when an mmapped-scalar changes location, to detect
user-errors better.
- fix aio_readlink prototype.
Changes from previous:
0.08
- fixed default timeout was 10secs.
previsously it was documented as 10secs, but it is implemented as 1sec.
https://rt.cpan.org/Ticket/Display.html?id=71100
0.07
- make FCGI::Client::Connection->timeout as writable(Jonas)
0.06
- fixed large packet issue
(trunaev++)
0.05
- remove unused dependency to autodie, Try::Tiny.
- fixed bad error handler in FCGI/Client/Connection.pm.
https://rt.cpan.org/Ticket/Display.html?id=57374
(reported by mmcleric)
Changelog:
Version 1.0.0:
- toolbar with color, brush selector and brush settings dropdown
- tool windows can be docked instead of floating
- locked alpha brush mode
- basic layer compositing modes
- new scratchpad area
- lots of other improvements (about 500 commits)
Replace <iostream.h> and <fstream.h> with their c++ counterparts.
Addition of <string.h> was originally under a DragonFly macro, but
this was removed when it was shown NetBSD 5.99 needed it too.
Allow package to build on all x86_64 architectures.
Replace <iostream.h> and <fstream.h> with their c++ counterparts.
Addition of <string.h> was originally under a DragonFly macro, but
this was removed when it was shown NetBSD 5.99 x86_64 needed it too.
Allow package to build on all x86_64 architectures.
per maintainer update request by PR pkg/45630.
Changes:
* Corrected compilation when --with-ipa-pthread or
--with-ipastat-pthread was specified.
* Corrected format of tables in "ipactl memory" output.
* Corrected access to free memory in ipa when dynamic rule is deleted.
* Call log_stderr() and log_stdout() after ipa.conf file parsing.
* Simplified and renamed confcommon.c:print_spaces().
* Corrected output of "ipa -v" and "ipa -h".
Changes:
* mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
Before using mime functions, check they are set. (Bug#10077)
* progmodes/sh-script.el (sh-assignment-regexp): Add entry for
bash.
* language/european.el (macintosh): Define as alias for mac-roman.
BASIC-256 is an easy to use version of BASIC designed to teach
anybody (especially middle and high-school students) the basics of
computer programming. It uses traditional control structures like
gosub, for/next, and goto, which helps kids easily see how program
flow-control works. It has a built-in graphics mode which lets them
draw pictures on screen in minutes, and a set of detailed,
easy-to-follow tutorials that introduce programming concepts through
fun exercises.
1) postbuild hook sed was too greedy and deleted extra packages from
the queue, fixed regex.
2) Hook checks if a queue entry exists before requesting that it be
removed to avoid build aborts
3) The makeJail process was updated to include "make upgrade" which
is required for certain device headers to appear.
4) Changed "dud" handling. Previously requesting a build with a dud
dependency would cause it never to move to the next package.
5) Add the two files that should have been committed with 3.4.1
patch-aa was the main reason this package broke on DragonFly. Probably the
__NetBSD__ macro should have been used from the beginning (since pkgsrc
serves multiple platforms), but rather than risk breaking flactag on other
platforms, I've chosen to use __DragonFly__ macro to restore the original
code.
Also, -lintl is needed by DragonFly, so the gettext-lib was added the the
buildlink3 list.
information to create graphs and populates them with data in a MySQL
database. The frontend is completely PHP driven. Along with being able
to maintain Graphs, Data Sources, and Round Robin Archives in a
database, cacti handles the data gathering also. There is also SNMP
support for those used to creating traffic graphs with MRTG.
The Plugin Architecture for Cacti was designed to be both simple in nature
and robust enough to allow freedom to do almost anything in Cacti. The
Plugin Architecture for Cacti is integrated into this package.
(created from wip/cacti by pettai)