Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: sfeam Newsgroups: comp.graphics.apps.gnuplot Subject: 4.6 release candidate now available on SourceForge Followup-To: comp.graphics.apps.gnuplot Date: Mon, 23 Jan 2012 20:23:07 -0800 Organization: gnuplot development team Lines: 34 Message-ID: Reply-To: sfeam@users.sourceforge.net Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit Injection-Date: Tue, 24 Jan 2012 04:23:09 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="3mhAfh4CeAIeL3OKnPexDA"; logging-data="26206"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19QWBINQaE1h5hBjXvlD+W0" User-Agent: KNode/4.4.9 Cancel-Lock: sha1:N2t10UXgIaqdjnkeh2brN3pXtGc= Xref: x330-a1.tempe.blueboxinc.net comp.graphics.apps.gnuplot:865 The 4.6 release candidate gnuplot-4.6.rc1 is now available on SourceForge. https://sourceforge.net/projects/gnuplot/files/gnuplot/4.6.rc1/ There you can find a longer announcement, a source tarball, and a set of binaries for testing on Windows. The intent of this release candidate is to allow testers to report any packaging or configuration errors early so that the errors can be corrected before the final release, planned for March. In terms of features, 4.6.rc1 is essentially a snapshot of the current development branch. The version of the development branch itself will now (well, soon anyway) be bumped to 4.7. A reminder of some notable new features in version 4.6 ====================================================== - New syntax supporting multi-line blocks of code delimited by curly braces if () { ... } else { ... } do for [] { ... } while () { ... } - Time formats can handle fractional seconds to microsecond precision. - User-definable linetypes, which can be used to establish a locally preferred default sequence of colors or dash/thickness/point styles. - Statistical summary of the data to be plotted (new command "stats") - New terminal (output) drivers: qt context epscairo cairolatex - Improved support for UTF-8, SJIS and other multi-byte encodings