Re: Release date for Privoxy 3.0.24
Ian Silvester <[email protected]> Mon, 18 Jan 2016 17:01:25 -0500
| Newsgroups | gmane.comp.web.privoxy.devel |
|---|---|
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format.
--===============8208073181793497935==
Content-Type: multipart/alternative;
boundary="------------070308000505040701070905"
This is a multi-part message in MIME format.
--------------070308000505040701070905
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 7bit
Hi all,
I've fixed my build environment so an OS X release is back on schedule.
One item of note is that Apple has replaced gcc with LLVM/clang, which
throws the following warning on compilation:
errlog.c:429:18: warning: absolute value function 'abs' given an
argument of type 'long' but has parameter of type 'int' which may
cause truncation of value [-Wabsolute-value]
this_thread = abs(this_thread % 1000);
^
errlog.c:429:18: note: use function 'labs' instead
this_thread = abs(this_thread % 1000);
^~~
labs
Clearly the sizes of long and int are platform dependent, but I don't
know if the code change it is suggesting is viable.
Of perhaps academic interest is the growth in size of the binary -
3.0.23 source compiled to x86_64 with gcc (4?) resulted in a 385064k
binary, whilst 3.0.24 compiled with LLVM 7 results in a 446120k binary!
Cheers,
Ian
On 2016-01-17 14:30, Ian Silvester wrote:
>
> Hi all,
>
> I've discovered this morning that my build environment is quite
> broken. Yes, it fully serves me right - I should know that upgrading
> OS X would trample anywhere it likes in the filesystem without
> warning. I'll work on fixing it of course, but the OS X binary release
> might be delayed.
>
> Separately, let me know each time you upload a new release file to
> Sourceforge's download folder hierarchy so that I can update my mirror.
>
> Cheers,
>
> Ian
>
>
>
> On January 17, 2016 2:06:57 PM EST, Fabian Keil <[email protected]> wrote:
>
> Lee <[email protected]> wrote:
>
> On 1/17/16, Fabian Keil <[email protected]> wrote:
>
> Ian Silvester <[email protected]> wrote:
>
> IIRC, last time around Sourceforge's SVN tagging was
> broken - on the offchance that is still the case,
> please let us know when you consider the source is
> 'frozen' for this release.
>
> Will do. I just pushed the ChangeLog and documentation
> updates for 3.0.24 and intend to tag the tree on Friday
> without any changes except for typo-fixes etc.
>
> Does "tag the tree" include making the 3.0.24 source tarball?
> If no, would you also do that?
>
>
> I consider it a separate step, but intend to do it on Friday as well.
>
> Fabian
>
> ------------------------------------------------------------------------
>
> Site24x7 APM Insight: Get Deep Visibility into Application Performance
> APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
> Monitor end-to-end web transactions and take corrective actions now
> Troubleshoot faster and improve end-user experience. Signup Now!
> http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
>
> ------------------------------------------------------------------------
>
> Ijbswa-developers mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/ijbswa-developers
>
> ------------------------------------------------------------------------------
> Site24x7 APM Insight: Get Deep Visibility into Application Performance
> APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
> Monitor end-to-end web transactions and take corrective actions now
> Troubleshoot faster and improve end-user experience. Signup Now!
> http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
>
> _______________________________________________
> Ijbswa-developers mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/ijbswa-developers
-- My PGP public key
<http://diem.serveftp.net:8080/IanSilvesterPGPPublicKey.asc>.
--------------070308000505040701070905
Content-Type: text/html; charset=windows-1252
Content-Transfer-Encoding: 8bit
<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi all,<br>
<br>
I've fixed my build environment so an OS X release is back on
schedule. One item of note is that Apple has replaced gcc with
LLVM/clang, which throws the following warning on compilation:<br>
<br>
errlog.c:429:18: warning: absolute value function 'abs' given an
argument of type 'long' but has parameter of type 'int' which may<br>
cause truncation of value [-Wabsolute-value]<br>
this_thread = abs(this_thread % 1000);<br>
^<br>
errlog.c:429:18: note: use function 'labs' instead<br>
this_thread = abs(this_thread % 1000);<br>
^~~<br>
labs<br>
<br>
Clearly the sizes of long and int are platform dependent, but I
don't know if the code change it is suggesting is viable.<br>
<br>
Of perhaps academic interest is the growth in size of the binary -
3.0.23 source compiled to x86_64 with gcc (4?) resulted in a 385064k
binary, whilst 3.0.24 compiled with LLVM 7 results in a 446120k
binary!<br>
<br>
<br>
Cheers,<br>
<br>
Ian<br>
<br>
<br>
<br>
<br>
<div class="moz-cite-prefix">On 2016-01-17 14:30, Ian Silvester
wrote:<br>
</div>
<blockquote
cite="mid:[email protected]"
type="cite">
<p dir="ltr">Hi all, </p>
<p dir="ltr">I've discovered this morning that my build
environment is quite broken. Yes, it fully serves me right - I
should know that upgrading OS X would trample anywhere it likes
in the filesystem without warning. I'll work on fixing it of
course, but the OS X binary release might be delayed. </p>
<p dir="ltr">Separately, let me know each time you upload a new
release file to Sourceforge's download folder hierarchy so that
I can update my mirror. </p>
<p dir="ltr">Cheers, </p>
<p dir="ltr">Ian</p>
<br>
<br>
<div class="gmail_quote">On January 17, 2016 2:06:57 PM EST,
Fabian Keil <a class="moz-txt-link-rfc2396E" href="mailto:[email protected]"><[email protected]></a> wrote:
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
0.8ex; border-left: 1px solid rgb(204, 204, 204);
padding-left: 1ex;">
<pre class="k9mail">Lee <a class="moz-txt-link-rfc2396E" href="mailto:[email protected]"><[email protected]></a> wrote:
<blockquote class="gmail_quote" style="margin: 0pt 0pt 1ex 0.8ex;
border-left: 1px solid #729fcf; padding-left: 1ex;"> On 1/17/16, Fabian
Keil <a class="moz-txt-link-rfc2396E" href="mailto:[email protected]"><[email protected]></a> wrote:
<blockquote class="gmail_quote" style="margin: 0pt 0pt 1ex 0.8ex; border-left: 1px
solid #ad7fa8; padding-left: 1ex;"> Ian Silvester
<a class="moz-txt-link-rfc2396E" href="mailto:[email protected]"><[email protected]></a> wrote:
<blockquote class="gmail_quote" style="margin: 0pt 0pt 1ex 0.8ex; border-left: 1px
solid #8ae234; padding-left: 1ex;"> IIRC, last time around
Sourceforge's SVN tagging was broken - on the
offchance that is
still the case, please let us know when you consider
the source
is 'frozen' for this release.
</blockquote>
Will do.
I just pushed the ChangeLog and documentation updates for
3.0.24
and intend to tag the tree on Friday without any changes
except for
typo-fixes etc.
</blockquote>
Does "tag
the
tree" include making the 3.0.24 source tarball? If no,
would you also do that?
</blockquote>
I consider it a separate step, but intend to do it on Friday as well.
Fabian
</pre>
<pre class="k9mail"><hr>
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
<a moz-do-not-send="true" href="http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140">http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140</a></pre><pre class="k9mail"><hr>
Ijbswa-developers mailing list
<a class="moz-txt-link-abbreviated" href="mailto:[email protected]">[email protected]</a>
<a moz-do-not-send="true" href="https://lists.sourceforge.net/lists/listinfo/ijbswa-developers">https://lists.sourceforge.net/lists/listinfo/ijbswa-developers</a>
</pre></blockquote></div>
<fieldset class="mimeAttachmentHeader"></fieldset>
<pre wrap="">------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
<a class="moz-txt-link-freetext" href="http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140">http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140</a></pre>
<fieldset class="mimeAttachmentHeader"></fieldset>
<pre wrap="">_______________________________________________
Ijbswa-developers mailing list
<a class="moz-txt-link-abbreviated" href="mailto:[email protected]">[email protected]</a>
<a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/ijbswa-developers">https://lists.sourceforge.net/lists/listinfo/ijbswa-developers</a>
</pre>
</blockquote>
<div class="moz-signature">--
<a href="http://diem.serveftp.net:8080/IanSilvesterPGPPublicKey.asc">My PGP public key</a>.</div></body></html>
--------------070308000505040701070905--
--===============8208073181793497935==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
--===============8208073181793497935==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
Ijbswa-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ijbswa-developers
--===============8208073181793497935==--