This release adds the "-ow" option to overwrite the input file with the
compressed file. If an output filename is given on the command line, it will be
used as a temporary file and removed after compression. If not, "pngout.png" is
used as a temporary file
Change from previous:
---------------------
version: 0.44
date: Wed Oct 5 18:11:27 EDT 2011
changes:
- Switch from testing $^V to $^] in DESTROY since $^V comparisons leak pre-5.14 (mst)
Changes from previous:
----------------------
1.19 Mon 10 May 2010 - Adam Kennedy
- Adding abstracts to ::API and ::FAQ
- Update Module::Install to 1.00
Module Name: pkgsrc
Committed By: sbd
Date: Wed Dec 7 20:39:19 UTC 2011
Modified Files:
pkgsrc/mail/cyrus-imapd: Makefile
pkgsrc/mail/cyrus-imapd23: Makefile
pkgsrc/mail/cyrus-imapd24: Makefile
Log Message:
If a package Makefile is going to try and detect a builtin libraray it
should honor the PREFER* variables.
Changes from previous:
----------------------
0.09003 2011-05-12
- depend on HTML::FormFu 0.09
0.09002 2011-05-11
- fixes#67404 (Missing dependency on MooseX::ChainedAccessors)
- fixes#67571 (Minimum requirement for HTML::FormFu is 0.9002)
actually it just requires MooseX::ChainedAccessors
- hopefully fixes 539965f0-7b0f-11e0-b729-7181c0b02281
0.09001 2011-05-10
- fixed problem with build_per_context_instance that caused errors
like http://paste.scsys.co.uk/102966
0.09000 2011-03-29
- Fix mem leak
- Resolve Moose extends/runtime bug RT #55780
- fix RequestToken classes to work with new Moosified HTML-FormFu
Changes from previous:
----------------------
6.07 Fri Nov 11 21:21:48 CET 2011
- work around a bug in PerlIO (setting $SIG{__WARN__} to a PVCV).
- update ecb.h.
Changes from previous:
----------------------
version: 0.28
date: Mon Sep 12 13:51:47 CEST 2011
changes:
- Added -truth option.
- This idea was inspired by https://rt.cpan.org/Ticket/Display.html?id=65536
- Awesome idea!
- Released from Liz++&Wendy++ downstairs bathroom
Changes from previous:
----------------------
1.24 Sat Apr 09 2011
+ MANIFEST spec allows whitespaces in filenames (when enclosed in single quotes)
this was not parsed correctly (see [#67334]). Fixed now - Thanks to JWEIGEL
1.23 Mon Mar 28 2011
+ CPAN toolchain now creates MYMETA.yml and META.json. These files are in
the list of recognized files now.
+ clarify license of this module (In README the Perl license was mentioned where
in all other files Artistic 2.0 was mentioned)
+ switched to Dist::Zilla
+ removed tests that are created by Dist::Zilla
just a man page and asciidoc is fairly harmless, and it's not entirely
clear how to disable the test, run with it: add a build depend on
asciidoc, plus USE_TOOLS+=gzip, and update the plist. PKGREVISION -> 2.
The previous change to PLIST broke all platforms not NetBSD if built under
PKG_DEVELOPER=yes. The netbsd.h header will be present on all platforms,
so it needs to have a dedicated entry in PLIST (as it used to). The
LOWER_OPSYS variable is just wrong in this case.
Secondly, the dragonfly.h file was updated for the default compiler,
allowing this version of xemacs to build again.
I actually spent a couple of hours getting emacs20 to build error-free
with DragonFly's gcc4.4 compiler. Unfortunately, it came DOA and emits
"elf_load_section: truncated ELF file" when executed.
This version of EMACS is 14 years old, and it's not worth fooling with
anymore. I doubt anybody will notice its masking.
Version 4.50, 2011.12.03, urgency: MEDIUM:
New features
Added Android port.
Updated INSTALL.FIPS.
Bugfixes
Fixed internal memory allocation problem in inetd mode.
Fixed FIPS mode on Microsoft Vista, Server 2008, and Windows 7. This fix required to compile OpenSSL FIPS-compliant DLLs with MSVC 9.0, instead of MSVC 10.0. msvcr100.dll was replaced with msvcr90.dll. GPL compatibility issues are explained in the GPL FAQ: http://www.gnu.org/licenses/gpl-faq.html#WindowsRuntimeAndGPL
POP3 server-side protocol negotiation updated to report STLS capability (thx to Anthony Morgan).
Version 4.49, 2011.11.28, urgency: MEDIUM:
Bugfixes
Missing Microsoft Visual C++ Redistributable (msvcr100.dll) required by FIPS-compliant OpenSSL library was added to the Windows installer.
A bug was fixed causing crashes on MacOS X and some other platforms.
Version 4.48, 2011.11.26, urgency: MEDIUM:
New features
FIPS support on Win32 platform added. OpenSSL 0.9.8r DLLs based on FIPS 1.2.3 canister are included with this version of stunnel. FIPS mode can be disabled with "fips = no" configuration file option.
Bugfixes
Fixed canary initialization problem on Win32 platform.
Version 4.47, 2011.11.21, urgency: MEDIUM:
Internal improvements
CVE-2010-3864 workaround improved to check runtime version of OpenSSL rather than compiled version, and to allow OpenSSL 0.x.x >= 0.9.8p.
Encoding of man page sources changed to UTF-8.
Bugfixes
Handling of socket/SSL close in transfer() function was fixed.
Logging was modified to save and restore system error codes.
Option "service" was restricted to Unix, as since stunnel 4.42 it wasn't doing anything useful on Windows platform.
Jenkins is an award-winning application that monitors executions
of repeated jobs, such as building a software project or jobs run
by cron. Among those things, current Jenkins focuses on the following
two jobs:
1. Building/testing software projects continuously, just like
CruiseControl or DamageControl. In a nutshell, Jenkins provides an
easy-to-use so-called continuous integration system, making it
easier for developers to integrate changes to the project, and
making it easier for users to obtain a fresh build. The automated,
continuous build increases the productivity.
2. Monitoring executions of externally-run jobs, such as cron jobs
and procmail jobs, even those that are run on a remote machine.
For example, with cron, all you receive is regular e-mails that
capture the output, and it is up to you to look at them diligently
and notice when it broke. Jenkins keeps those outputs and makes it
easy for you to notice when something is wrong.
This is Long-Term Support Release.
Tested on NetBSD/i386 5.99.58 with apache-tomcat7 and openjdk7.
= Changes in 2.2.4 =
Dec 08, 2011 - version 2.2.4
* Bug fixes
* Do not recycle buffer String object for yielding. When the response is
not chunked and the size of the response > 16KB, API with block style
yields recycled String object for each yields.
* Set VERSION string in User-Agent header. $Id$ didn't work long time...
Bugs are reported by Seamus Abshere. Thanks!