Accepting request 110070 from home:NicoK:branches:Publishing

update to 4.6.0 (2nd try)
sorry, changes from bnc746299 were lost since I re-used my 4.5.0 patch instead of creating a clean 4.6.0 one - integrated them now (don't have time for a clean patch right now but if there was no other change, this should be fine);
what about french help messages? - I didn't change anything there. If something needs to be fixed there, then this was either an issue before or is a bug of 4.6.0

OBS-URL: https://build.opensuse.org/request/show/110070
OBS-URL: https://build.opensuse.org/package/show/Publishing/gnuplot?expand=0&rev=31
This commit is contained in:
2012-04-02 14:02:56 +00:00
committed by Git OBS Bridge
parent 45eb824d7d
commit fdbe04e4bf
9 changed files with 180 additions and 282 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Thu Mar 15 11:43:23 UTC 2012 - kruber@zib.de
- Update to gnuplot 4.6.0
* New syntax supporting multi-line blocks of code delimited by curly braces
if (<cond>) { ... } else { ... }
do for [<iteration-spec>] { ... }
while (<cond>) { ... }
* Time formats can handle fractional seconds to microsecond precision.
* User-definable linetypes that 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 drivers: qt context epscairo cairolatex
* The version for Windows received major improvements
(GUI, help, native terminal and wxt, installer)
* Improved support for UTF-8, SJIS and other multi-byte encodings
-------------------------------------------------------------------
Wed Feb 13 15:03:20 UTC 2012 - burnus@net-b.de