mailing list of musl libc
 help / color / mirror / code / Atom feed
* musl 1.1.20 released
@ 2018-09-04 19:12 Rich Felker
  2018-09-04 19:38 ` Christopher Friedt
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Rich Felker @ 2018-09-04 19:12 UTC (permalink / raw)
  To: musl

This release introduces the ability to replace/interpose the allocator
(malloc) subject to certain restrictions, adds an experimental m68k
port, and makes notable improvements to stdio (application-provided
buffers), getaddrinfo (AI_ADDRCONFIG, support for IPv4-only kernel
configurations), the dynamic linker (safety against dlopen of
libraries using initial-exec TLS model, reclaiming unused memory on
FDPIC archs, better dladdr results), and handling of default thread
stack size (pthread_setattr_default_np now works more reliably).

Many bugs have been fixed, including potentially dangerous regressions
in iconv (only for new conversions to legacy encodings) and visibly
incorrect behavior in printf on non-x86 archs (%a format with
precision specifier), in getopt_long_only when short options are a
prefix for a long option, in complex arc-trig/hyperbolic functions, in
strftime and mktime (timezone-specific issues), and numerous
less-obvious places.


https://www.musl-libc.org/releases/musl-1.1.20.tar.gz
https://www.musl-libc.org/releases/musl-1.1.20.tar.gz.asc


Special thanks to musl's release sponsors (patreon.com/musl):

* The Midipix Project (midipix.org)
* Hurricane Labs (hurricanelabs.com)
* Neal Gompa
* Les Aker
* Justin Cormack



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: musl 1.1.20 released
  2018-09-04 19:12 musl 1.1.20 released Rich Felker
@ 2018-09-04 19:38 ` Christopher Friedt
  2018-09-04 20:23 ` John Found
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: Christopher Friedt @ 2018-09-04 19:38 UTC (permalink / raw)
  To: musl

[-- Attachment #1: Type: text/plain, Size: 4 bytes --]

\o/

[-- Attachment #2: Type: text/html, Size: 26 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: musl 1.1.20 released
  2018-09-04 19:12 musl 1.1.20 released Rich Felker
  2018-09-04 19:38 ` Christopher Friedt
@ 2018-09-04 20:23 ` John Found
  2018-09-04 20:58 ` Dmitry Golovin
  2018-09-04 21:16 ` A. Wilcox
  3 siblings, 0 replies; 6+ messages in thread
From: John Found @ 2018-09-04 20:23 UTC (permalink / raw)
  To: musl

On Tue, 4 Sep 2018 15:12:58 -0400
Rich Felker <dalias@libc.org> wrote:

> This release introduces the ability to replace/interpose the allocator
> (malloc) subject to certain restrictions, adds an experimental m68k
> port, and makes notable improvements to stdio (application-provided
> buffers), getaddrinfo (AI_ADDRCONFIG, support for IPv4-only kernel
> configurations), the dynamic linker (safety against dlopen of
> libraries using initial-exec TLS model, reclaiming unused memory on
> FDPIC archs, better dladdr results), and handling of default thread
> stack size (pthread_setattr_default_np now works more reliably).
> 
> Many bugs have been fixed, including potentially dangerous regressions
> in iconv (only for new conversions to legacy encodings) and visibly
> incorrect behavior in printf on non-x86 archs (%a format with
> precision specifier), in getopt_long_only when short options are a
> prefix for a long option, in complex arc-trig/hyperbolic functions, in
> strftime and mktime (timezone-specific issues), and numerous
> less-obvious places.
> 
> 
> https://www.musl-libc.org/releases/musl-1.1.20.tar.gz
> https://www.musl-libc.org/releases/musl-1.1.20.tar.gz.asc
> 
> 
> Special thanks to musl's release sponsors (patreon.com/musl):
> 
> * The Midipix Project (midipix.org)
> * Hurricane Labs (hurricanelabs.com)
> * Neal Gompa
> * Les Aker
> * Justin Cormack
> 

Great news!
Just before the release of my project, so I will be able to update musl with the release!

BTW, is there some kind of "permanent link"? - a way to always download the latest 
official version of the sources without need to have git installed?

-- 
John Found <johnfound@asm32.info>


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: musl 1.1.20 released
  2018-09-04 19:12 musl 1.1.20 released Rich Felker
  2018-09-04 19:38 ` Christopher Friedt
  2018-09-04 20:23 ` John Found
@ 2018-09-04 20:58 ` Dmitry Golovin
  2018-09-04 23:19   ` Rich Felker
  2018-09-04 21:16 ` A. Wilcox
  3 siblings, 1 reply; 6+ messages in thread
From: Dmitry Golovin @ 2018-09-04 20:58 UTC (permalink / raw)
  To: musl

Is RISC-V port going to be merged in 1.1.21?

Regards,
Dmitry

04.09.2018, 22:13, "Rich Felker" <dalias@libc.org>:
> This release introduces the ability to replace/interpose the allocator
> (malloc) subject to certain restrictions, adds an experimental m68k
> port, and makes notable improvements to stdio (application-provided
> buffers), getaddrinfo (AI_ADDRCONFIG, support for IPv4-only kernel
> configurations), the dynamic linker (safety against dlopen of
> libraries using initial-exec TLS model, reclaiming unused memory on
> FDPIC archs, better dladdr results), and handling of default thread
> stack size (pthread_setattr_default_np now works more reliably).
>
> Many bugs have been fixed, including potentially dangerous regressions
> in iconv (only for new conversions to legacy encodings) and visibly
> incorrect behavior in printf on non-x86 archs (%a format with
> precision specifier), in getopt_long_only when short options are a
> prefix for a long option, in complex arc-trig/hyperbolic functions, in
> strftime and mktime (timezone-specific issues), and numerous
> less-obvious places.
>
> https://www.musl-libc.org/releases/musl-1.1.20.tar.gz
> https://www.musl-libc.org/releases/musl-1.1.20.tar.gz.asc
>
> Special thanks to musl's release sponsors (patreon.com/musl):
>
> * The Midipix Project (midipix.org)
> * Hurricane Labs (hurricanelabs.com)
> * Neal Gompa
> * Les Aker
> * Justin Cormack


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: musl 1.1.20 released
  2018-09-04 19:12 musl 1.1.20 released Rich Felker
                   ` (2 preceding siblings ...)
  2018-09-04 20:58 ` Dmitry Golovin
@ 2018-09-04 21:16 ` A. Wilcox
  3 siblings, 0 replies; 6+ messages in thread
From: A. Wilcox @ 2018-09-04 21:16 UTC (permalink / raw)
  To: musl


[-- Attachment #1.1: Type: text/plain, Size: 1622 bytes --]

On 09/04/18 14:12, Rich Felker wrote:
> This release introduces the ability to replace/interpose the allocator
> (malloc) subject to certain restrictions, adds an experimental m68k
> port, and makes notable improvements to stdio (application-provided
> buffers), getaddrinfo (AI_ADDRCONFIG, support for IPv4-only kernel
> configurations), the dynamic linker (safety against dlopen of
> libraries using initial-exec TLS model, reclaiming unused memory on
> FDPIC archs, better dladdr results), and handling of default thread
> stack size (pthread_setattr_default_np now works more reliably).
> 
> Many bugs have been fixed, including potentially dangerous regressions
> in iconv (only for new conversions to legacy encodings) and visibly
> incorrect behavior in printf on non-x86 archs (%a format with
> precision specifier), in getopt_long_only when short options are a
> prefix for a long option, in complex arc-trig/hyperbolic functions, in
> strftime and mktime (timezone-specific issues), and numerous
> less-obvious places.
> 
> 
> https://www.musl-libc.org/releases/musl-1.1.20.tar.gz
> https://www.musl-libc.org/releases/musl-1.1.20.tar.gz.asc
> 
> 
> Special thanks to musl's release sponsors (patreon.com/musl):
> 
> * The Midipix Project (midipix.org)
> * Hurricane Labs (hurricanelabs.com)
> * Neal Gompa
> * Les Aker
> * Justin Cormack



All of us at Adélie wish you congratulations, and are very happy and
excited to see 1.1.20 released!

Now begins the fun of m68k...

Best,
--arw


-- 
A. Wilcox (awilfox)
Project Lead, Adélie Linux
http://adelielinux.org


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: musl 1.1.20 released
  2018-09-04 20:58 ` Dmitry Golovin
@ 2018-09-04 23:19   ` Rich Felker
  0 siblings, 0 replies; 6+ messages in thread
From: Rich Felker @ 2018-09-04 23:19 UTC (permalink / raw)
  To: musl

On Tue, Sep 04, 2018 at 11:58:39PM +0300, Dmitry Golovin wrote:
> Is RISC-V port going to be merged in 1.1.21?

I'm still waiting for a version of it intended for upstream to be
submitted for review. I hope so!

Rich


> 04.09.2018, 22:13, "Rich Felker" <dalias@libc.org>:
> > This release introduces the ability to replace/interpose the allocator
> > (malloc) subject to certain restrictions, adds an experimental m68k
> > port, and makes notable improvements to stdio (application-provided
> > buffers), getaddrinfo (AI_ADDRCONFIG, support for IPv4-only kernel
> > configurations), the dynamic linker (safety against dlopen of
> > libraries using initial-exec TLS model, reclaiming unused memory on
> > FDPIC archs, better dladdr results), and handling of default thread
> > stack size (pthread_setattr_default_np now works more reliably).
> >
> > Many bugs have been fixed, including potentially dangerous regressions
> > in iconv (only for new conversions to legacy encodings) and visibly
> > incorrect behavior in printf on non-x86 archs (%a format with
> > precision specifier), in getopt_long_only when short options are a
> > prefix for a long option, in complex arc-trig/hyperbolic functions, in
> > strftime and mktime (timezone-specific issues), and numerous
> > less-obvious places.
> >
> > https://www.musl-libc.org/releases/musl-1.1.20.tar.gz
> > https://www.musl-libc.org/releases/musl-1.1.20.tar.gz.asc
> >
> > Special thanks to musl's release sponsors (patreon.com/musl):
> >
> > * The Midipix Project (midipix.org)
> > * Hurricane Labs (hurricanelabs.com)
> > * Neal Gompa
> > * Les Aker
> > * Justin Cormack


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-09-04 23:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-04 19:12 musl 1.1.20 released Rich Felker
2018-09-04 19:38 ` Christopher Friedt
2018-09-04 20:23 ` John Found
2018-09-04 20:58 ` Dmitry Golovin
2018-09-04 23:19   ` Rich Felker
2018-09-04 21:16 ` A. Wilcox

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).