Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Changelog:
[20140817] Release 0.6.0.1. It has been a while since the last
release, and the SVN repository mirror at Sourceforge seems to be
broken, so it felt reasonable to package the current code into a
patch release. Not much has happened feature-wise since 0.6.0.
[20140816] On FreeBSD/amd64 with GCC 4.2.1 as the default compiler,
you may need to install GCC 4.8.4 and run the configure script like
this to avoid triggering a bug in the default compiler:
CXX=c++48 CXXFLAGS=-Wl,-rpath,/usr/local/lib/gcc48 ./configure
[20110820] Not much coding lately. The only thing worth mentioning
is that the Dreamcast emulation mode now gets further when running
Marcus Comstedt's test programs, and also shows "something" when
booting the PROM from my real Dreamcast. (This was in the legacy
Dreamcast mode, for fun. I haven't had time to work on the new
framework at all.)
[20100729] Uploaded a clip to YouTube, showing the NetBSD/pmax
install procedure in GXemul.
|
|
|
|
- Add comment on patch-ac (from cvs log)
(upstream)
- Update 0.49 to 0.50
04/30/2014 - Version 0.50 new tests: linuxrootkit-AMD-64-sound
Operation Windigo ssh backdoor detection
Minor bug fixes
|
|
|
|
|
|
Bump PKGREVISION.
|
|
|
|
* Bug fix: Ensure the cached KeyInfo objects (an internal abstraction not visible to the application) do not go stale when operating in shared cache mode and frequently closing and reopening some database connections while leaving other database connections on the same shared cache open continuously.
* Bug fix: Recognize that any column in the right-hand table of a LEFT JOIN can be NULL even if the column has a NOT NULL constraint. Do not apply optimizations that assume the column is never NULL.
|
|
|
|
|
|
This module provides a Perl interface to the OO Hunspell library.
Provided by David H. Gutteridge in PR 49032.
|
|
|
|
Update DEPENDS
Upstream changes:
0.25 2014-08-04
[MISC]
- Move tests from Test::TCP to Test::WWW::Mechanize::PSGI.
[STATISTICS]
- code churn: 5 files changed, 138 insertions(+), 174 deletions(-)
0.24 2014-07-29
[MISC]
- Release again, this time with real co-maint permissions.
[STATISTICS]
- code churn: 1 file changed, 57 insertions(+), 53 deletions(-)
0.23 2014-07-17
[CHANGED]
- Requires Session::Storage::Secure 0.010 to allow storing objects, which
is specially relevant for JSON::bool data.
|
|
|
|
Upstream changes:
0.010 2014-05-04 13:52:13-04:00 America/New_York
[ADDED]
- Added support for customizing options to Sereal encoder and decoder,
i.e. to allow object serialization for those willing to accept the
risks of doing so. (Thanks to Breno de Oliveira for inspiration to
do this.)
0.009 2014-04-17 17:15:25-04:00 America/New_York
[FIXED]
- Fixed bug that would cause custom encoding tests to fail
intermittently
0.008 2014-04-17 16:29:50-04:00 America/New_York
[ADDED]
- Added support for keeping an array of old keys for decryption
(Tom Hukins)
- Added support for replacing MIME::Base64 encoding with user-specified
transport encoding/decoding, possibly with a custom separator
[INTERNAL]
- Update repository support and meta files
|
|
|
|
Upstream changes:
2.1403 2014-12-07
[ENHANCEMENTS]
- Added a section to Moose::Manual::MethodModifiers illustrating how method
modifiers work with inheritance. (Andreas Koenig, RT #98940)
[DOCUMENTATION]
- Added docs to Moose.pm on the -meta_name import option. This addresses RT
#98488.
[BUG FIXES]
- Fix a test that fails on MSWin32 systems using nmake
- fix dev build compilation error when using MSVC (A. Sinan Unur)
[OTHER]
- the modules in the git repository now have a defined $VERSION, to make it
easier to test MooseX::* and other code under development.
|
|
|
|
Upstream changes:
0.156000 2014-12-07 18:04:14+01:00 Europe/Amsterdam
[ BUG FIXES ]
* Do not try to deserialize empty content.
(Lennart Hengstmengel, Sawyer X)
* Do not call serialization hooks when no serialization took place.
(Sawyer X)
* Be more cautious on undef output from serializer.
(Daniel B.hmer, Sawyer X)
[ ENHANCEMENTS ]
* Add cpanfile when scaffolding a new app.
(D.vid Kov.cs, Sawyer X)
* Response "content" attribute no longer stringifies. This should help
reduce warnings, odd debugging problems, etc. (Sawyer X)
* DSL "uri_for" no longer returns URI object. Instead just the URI.
(Sawyer X)
[ DOCUMENTATION ]
* GH #777: Fix doc for mentioning public dir.
(D.vid Kov.cs, Sawyer X)
* GH #787: Document all environment variables. (Sawyer X)
0.155004 2014-12-04 11:51:23+01:00 Europe/Amsterdam
[ BUG FIXES ]
* Guard against content length being empty strings. This is really
bizarre case but saw it once. (Sawyer X)
|
|
|
|
from Diger via pkgsrc-users@.
|
|
build on OpenBSD 5.6/sparc64 at the moment. However, the boost-*
packages build quite well with the system gcc:
# gcc -v
Reading specs from /usr/lib/gcc-lib/sparc64-unknown-openbsd5.6/4.2.1/specs
Target: sparc64-unknown-openbsd5.6
Configured with: OpenBSD/sparc64 system compiler
Thread model: posix
gcc version 4.2.1 20070719
# pkg_info | grep boost
boost-headers-1.56.0 Boost is a set of free, peer-reviewed, C++ libraries. The emphasis is on
boost-jam-1.56.0 Boost is a set of free, peer-reviewed, C++ libraries. The emphasis is on
|
|
|
|
|
|
Version 470 was released on 6 Oct 2014.
These are the differences between version 458 and version 470:
* Don't overwrite history file; just append to it. This behaves better when
multiple sessions are running less simultaneously and using the same history
file.
* New command ESC-G goes to end of currently buffered data in a pipe.
* In more-compatible mode, make the -p option apply to every file opened, not
just the first one.
* In more-compatible mode, change the -e option to work like -E, not -EF.
* Treat multiple CRs before LF are like one CR (all the CRs are hidden).
* Allow "extra" string in lesskey file to append to a multi-char command (like
a search pattern), without executing the command.
* Ignore -u/-U setting while viewing help file, so that underline and bold
chars are displayed correctly.
* Improve detection of "binary" files in UTF-8 mode.
* Fix bug with ++ commands.
* Fix bugs and improve performance in ampersand filtering.
* Automate construction of Unicode tables from Unicode database.
|
|
|
|
Version 0.5.2
05.12.2014
Fix DSO linking.
Fix cleanup procedure on exit/error (#23, #24).
Update regdom rules.
|
|
fails when no valid public key for the signature is provided.
|
|
Updated databases/p5-DBIx-Class-RDBOHelpers to 0.11
Updated databases/p5-DBIx-Introspector to 0.001004
Updated databases/p5-DBIx-SearchBuilder to 1.66
Updated databases/p5-DBIx-Class-EncodedColumn to 0.00013
|
|
0.00013 2014-02-27
- Pod fixes (RT#88875)
- Fix deps (github#1)
|
|
1.66 2014/08/20
- No changes since 1.65_02
1.65_02
- Stop unilaterally disabling the "UTF8" flag before executing queries
- Make ->Fields case-sensitive in the column names it returns, as well
as in the table name it takes.
1.65_01
- Make ->Fields only lookup information on the table requested, not all
fields, for performance. It also is now case-sensitive in table name.
- Omit calls to ->Fields entirely for PostgreSQL 9.1 and above
|
|
0.001004 2014-11-30 21:50:34-06:00 America/Chicago
- Fix bug that disallowed false values
|
|
0.11 03 March 2014
- move to github
- add meta to Makefile.PL, make pod tests respect RELEASE_TESTING env var
- fix https://rt.cpan.org/Ticket/Display.html?id=93435
|
|
2.024001 2014-11-25 19:16:41-06:00 America/Chicago
- Fix ::DidYouMean to override source instead of resultset (Thanks ribasushi
for the bug report!)
|
|
|
|
1.001026 2014-12-01 16:43:10+00:00 Europe/London
- bugfix: not relying on $src->from to be a string anymore,
use $src->name or $src->source_name. mrf++
1.001025 2014-11-30 00:58:13+00:00 Europe/London
- optimization: add empty string as second arg to encode_base64 - rammo++
https://github.com/dbsrgits/DBIx-Class-Fixtures/pull/1/commits
|
|
|
|
|
|
appended list, instead of multi-line list. Bump PKGREVISION.
|
|
option is undocumented. :\
|
|
|
|
Version 0.3.2
=============
- The current config format has been deprecated, and support for it will be
removed in version 0.4.0. Vdirsyncer warns about this now.
|
|
|
|
2014.12.5
=========
----
* Feature: Update `README.md` with usage examples.
* Fix #35: Remove `py_modules` from `setup.py`.
* Fix #36: Excludes tests from being installed as a separate module.
* Fix #37: Don't hardcode the path to the installed binary.
* Fix: Readme typo in running cli.
* Feature #40: Extract cli part to ``cli`` module.
* Feature #42: Bring python version compatibility to ``compat.py`` module.
* Feature #41: Extract utility/helper methods to ``utils`` module.
* Fix #45: Does not accept standard input when running under Python 3.
* Feature: Clean up ``ChangeLog.rst`` for version and date numbers.
|
|
|
|
bluit (20141204) unstable; urgency=low
* maintenance updates
|
|
|
|
--------------
Version 0.87b:
--------------
- Added support for MSAN, via AFL_USE_MSAN, same gotchas as for ASAN.
--------------
Version 0.86b:
--------------
- Added AFL_NO_FORKSRV, allowing the forkserver to be bypassed. Suggested
by Ryan Govostes.
- Simplified afl-showmap.c to make use of the no-forkserver mode.
- Made minor improvements to crash_triage.sh, as suggested by Jakub Wilk.
--------------
Version 0.85b:
--------------
- Fixed the CPU counting code - no sysctlbyname() on OpenBSD, d'oh. Bug
reported by Daniel Dickman.
- Made a slight correction to error messages - the advice on testing
with ulimit was a tiny bit off by a factor of 1024.
--------------
Version 0.84b:
--------------
- Added support for the CPU widget on some non-Linux platforms (I hope).
Based on feedback from Ryan Govostes.
- Cleaned up the changelog (very meta).
--------------
Version 0.83b:
--------------
- Added experimental/clang_asm_normalize/ and related notes in
env_variables.txt and afl-as.c. Thanks to Ryan Govostes for the idea.
- Added advice on hardware utilization in README.
--------------
Version 0.82b:
--------------
- Made additional fixes for Xcode support, juggling -Q and -q flags. Thanks to
Ryan Govostes.
- Added a check for __asm__ blocks and switches to .intel_syntax in assembly.
Based on feedback from Ryan Govostes.
--------------
Version 0.81b:
--------------
- A workaround for Xcode 6 as -Q flag glitch. Spotted by Ryan Govostes.
- Improved Solaris build instructions, as suggested by Martin Carpenter.
- Fix for a slightly busted path scoring conditional. Minor practical impact.
|
|
x264-devel-20141206.
|