The libpng packages offer the standard libraries for manipulating
PNG files, a turbo-studly lossless image format. This is a major
new API update.
[[ compiled using gcc-4.5.3-3 ]]
CHANGES (since 1.4.8-1)
o Update to latest upstream release
o Security update:
+ CVE-2012
The libpng packages offer the standard libraries for manipulating
PNG files, a turbo-studly lossless image format. This is a security
update.
[[ compiled using gcc-4.5.3-3 ]]
NOTE TO MAINTAINERS:
This DLL, cygpng14-14.dll, is now officially obsolete. Only security
updates will be provided, and
The libpng packages offer the standard libraries for manipulating
PNG files, a turbo-studly lossless image format. This is a security
update for the backwards-compatibility 1.2.x version of this library.
NOTE TO MAINTAINERS:
This DLL, cygpng12.dll, is now officially obsolete and there will be
n
narke writes:
> I cannot find the 'telnet' command in my newly installed cygwin. I
> remembered there was one in previous version. With the 'setup' program,
> I also cannot got a result when search in the package search box.
>
> Could someone please tell me what's the correct package name?
Yo
Hi, list
I cannot find the 'telnet' command in my newly installed cygwin. I
remembered there was one in previous version. With the 'setup' program,
I also cannot got a result when search in the package search box.
Could someone please tell me what's the correct package name?
--
narke
I ca
Greetings, Tom Schutter!
>> if "%ERRORLEVEL%" EQU "0" goto :endif_check_admin
>>
>> should be EQL, not EQU. Keep in mind that this comparison WILL fail, if
>> extended mode is disabled.
>> Fail-proof syntax:
>> IF NOT ERRORLEVEL
> Actually, EQU is correct. From "if /?":
> where compare-op m
In directory /cygwin/bin of my cygwin installation,
$ ls -l //yields:
[snip]
-rwxr-xr-x 1 lowella Administrators 73742 Nov 14 2010 zsyncmake.exe
and
$ ls -ln //yields
[snip]
-rwxr-xr-x 1 1000 544 73742 Nov 14 2010 zsyncmake.exe
and
$ stat -c '%A %a %n' * //yields:
[snip]
-rwxr-xr-x 75
Hi Christopher,
That answers my question well enough.
Thank you, and again great work on cygwin.
Devin
On Aug 19, 2012, at 2:56 PM, "Christopher Faylor" wrote:
> On Sun, Aug 19, 2012 at 07:28:31PM +, Devin Nate wrote:
>> Yeah, we won't be forking a new version... We'll either go commerci
On 8/19/2012 5:18 PM, Ken Jackson wrote:
On 08/19/2012 03:54 PM, Ken Brown wrote:
On 8/19/2012 2:50 PM, Ken Jackson wrote:
I have this in my ~/.emacs file on both Linux and Cygwin:
(setq x-select-enable-clipboard t)
I see in the news file that it's now set by default.
It has always worked in g
On 08/19/2012 03:54 PM, Ken Brown wrote:
On 8/19/2012 2:50 PM, Ken Jackson wrote:
I have this in my ~/.emacs file on both Linux and Cygwin:
(setq x-select-enable-clipboard t)
I see in the news file that it's now set by default.
It has always worked in graphical emacs but has never
worked in a t
On Sun, Aug 19, 2012 at 07:28:31PM +, Devin Nate wrote:
>Yeah, we won't be forking a new version... We'll either go commercial
>via Red Hat or select a 1.7.x version that works for us. We want to be
>part if the effort and contribute as such.
>
>The real spirit of my question was this We
The cygwin and unix world is a "help yourself" world. You must do some
work. No one is here to do it for you.
What I did in your position was to look for a bash script, and copy
it. Then you modify it. When you get stuck, use google to look for
help. I have just written a number perl programs know
[Cygwinners: Taking this to the Libtool lists]
[Libtoolers: Following up on a post on the cygwin mailing list]
On 2012-08-19 19:03, Andreas Schiffler wrote:
> The libtool distributed with cygwin has a bug that prevents use in paths
> containing spaces.
> This was encountered when trying to build
On 8/19/2012 2:50 PM, Ken Jackson wrote:
On 08/08/2012 06:17 PM, Tim McDaniel wrote:
On Wed, 8 Aug 2012, Ken Brown wrote:
There have been some changes in how emacs handles selections,
starting with emacs-24.1. Look at the NEWS file ('C-h n') and
search for "selection changes". It describes t
Yeah, we won't be forking a new version... We'll either go commercial via Red
Hat or select a 1.7.x version that works for us. We want to be part if the
effort and contribute as such.
The real spirit of my question was this We develop software ourselves, and
sometimes we put out a "stable /
I know very little about creating a script under cygwin. I have a particular
tack that doesn't change and I'm running it manually. I'm thinking that since
it doesn't change that it could be automated. As you can see below I'm
compiling three programs and the last program is my executable.
The f
On 08/08/2012 06:17 PM, Tim McDaniel wrote:
On Wed, 8 Aug 2012, Ken Brown wrote:
There have been some changes in how emacs handles selections,
starting with emacs-24.1. Look at the NEWS file ('C-h n') and
search for "selection changes". It describes the changes and tells
you how to restore th
On Sun, Aug 19, 2012 at 01:17:24PM +0400, Andrey Khalyavin wrote:
>On 08/17/2012 04:13 PM, Devin Nate wrote:
>> My question, of the Cygwin users (or developers), which version would you
>> select if your goal was maximum stability?
>
>Our experience is that they are all not particularly reliable (
On Sun, Aug 19, 2012 at 1:03 PM, Andreas Schiffler
wrote:
> The libtool distributed with cygwin has a bug that prevents use in paths
> containing spaces.
You probably want to report this to bug-libtool @ gnu.org.
--
Earnie
-- https://sites.google.com/site/earnieboyd
--
Problem reports: h
The libtool distributed with cygwin has a bug that prevents use in paths
containing spaces.
This was encountered when trying to build SDL2 on Windows (see
http://bugzilla.libsdl.org/show_bug.cgi?id=1575 for details or repro).
# Which release of libtool.m4 was used?
macro_version=2.2.6
macro_rev
On Fri, Aug 17, 2012 at 01:46:42PM -0400, James Calfee wrote:
> Where are the logs in Cygwin for sftp?
>
> I'm using the sftp subsystem. There is nothing to be found in
> /var/log/sshd.log or /var/log/*. I have already enabled logging in my
> sshd_config file as follows:
>
> Subsystem sft
On 08/17/2012 04:13 PM, Devin Nate wrote:
> My question, of the Cygwin users (or developers), which version would you
> select if your goal was maximum stability?
Our experience is that they are all not particularly reliable (we
haven't checked all 1.7.* versions though). If you want
to make your
On Sun, Aug 19, 2012 at 9:23 AM, Linda Walsh wrote:
> Filipp Gunbin wrote:
>>
>> On 17/08/2012 14:46, Herbert Stocker wrote:
>>>
>>> Or am i misunderstanding the radio buttons for keep, cur and exp?
>>
>> From Cygwin UG: "All packages can be set to stay at the installed
>> version by pressing the
Filipp Gunbin wrote:
On 17/08/2012 14:46, Herbert Stocker wrote:
Or am i misunderstanding the radio buttons for keep, cur and exp?
From Cygwin UG: "All packages can be set to stay at the installed
version by pressing the Keep button in the top right part of the chooser
window.".
Why don't you u
24 matches
Mail list logo