diff options
author | Petr Mladek <pmladek@walk.suse.cz> | 2010-06-16 17:09:16 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@walk.suse.cz> | 2010-06-16 17:09:16 +0200 |
commit | e0907d7fb88df5656b4b24c428e108b452d552da (patch) | |
tree | b980878e0febee3151253b8c46f1f7f84d7b3f5c | |
parent | 0184b8c46c399b8cddbc53dcd1a5440cd86050ac (diff) |
Release ooo-build-3.2.1.4 (3.2.1 maintenance udpate)OOO_BUILD_3_2_1_4
* version 3.2.1.4 (3.2.1 maintenance update)
* tag OOO_BUILD_3_2_1_4
-rw-r--r-- | NEWS | 37 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 38 insertions, 1 deletions
@@ -1,3 +1,40 @@ +ooo-build-3.2.1.4 (3.2.1 maintenance update) + + + features: + + update extensionaids to version 20100612 [KAMI] + + update WatchWindow extension to version 1.1.2.1 [KAMI] + + update OxygenOffice templates to version 2.8.0.1 [KAMI] + + speed up: + + faster ODS export with lots of hidden rows (deb#582785) [Kohei] + + common bits: + + allow to start OOo on cifs (i#108106) [Caolan] + + non-working Euro Converter wizard (i#100686) [Caolan] + + show the control geometric property correctly (bnc#610921) [Noel] + + Calc bits: + + broken cell borders export (bnc#612263) [Cédric] + + incorrect automatic print area assignment [Kohei] + + Draw bits: + + mark invisible layers upon document load properly (bnc#606434) [Kohei] + + Writer bits: + + "New table" toolbar behavior (bnc#612013) [Kendy] + + l10n: + + Hungarian translation fixes [Andras] + + update translations from the openSUSE community [Petr] + + KDE4 bits: + + non-Oxygen theme crashes (bnc#612491, i#112102) [Petr, pl, Kendy] + + build bits: + + PPC fixes (i#107182 and i#107183) [Rene] + + accessories and extensions build [KAMI, Fridrich] + + disable gcj support only on openSUSE [Miklos, Petr] + + Novell bits: + + remove one color from the OOo palette to get 100 colors [Kendy] + + OxygenOffice: + + shuffled patches [KAMI] + + update default palette [KAMI] + + add Magyar Linux Libertine [KAMI] + + update branding and splash screen [KAMI] + + broken formatting with Graphite fonts (i#111054) [KAMI] + ooo-build-3.2.1.3 (3.2.1-rc3) + features: diff --git a/configure.in b/configure.in index 44c9cd8a4..43ddb851b 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT(ooo-build, 3.2.1.3) +AC_INIT(ooo-build, 3.2.1.4) AC_PREREQ(2.51) AC_CONFIG_SRCDIR(bin/build-ooo) AC_PREFIX_DEFAULT(/usr) |