|
View:
New views
8 Messages
—
Rating Filter:
Alert me
|
|
|
ANNOUNCE: ooo-build-3.1.0.2 released (3.1-rc3)Hi,
I am happy to announce the 3.1-rc3 release of ooo-build-3-1 branch. You might find it at http://download.go-oo.org/OOO310/ooo-build-3.1.0.2.tar.gz http://download.go-oo.org/OOO310/ooo-build-3.1.0.2.tar.gz.md5 Please try it, provide builds for your beta testers and report bugs into bugzilla.novell.com for the product "OpenOffice.org". We are going to test it. I hope that it will pass QA and will be marked as final. I'll let you know within one week or so. Known blocker bugs: + none Status of branches and plans: + master: + currently intended for the up-comming 3.1.1 release + support ooo310-m11 (3.1-final) + opened for any development (be aware of 3.1.1 release in August) + 3.1.1-alpha1 release within next few weeks (after final 3.1-rc) + will do the ooo-build-3-1-1 branch within next few weeks; we would like to do more changes for OOo-3.1 and do not want to maintain it too long; feel free to complain + ooo-build-3-1 (rc phase): + intended for the up-comming 3.1 release + support ooo310-m11 (3.1-final) + only save critical fixes are allowed in the common part + rc4 release within one week if needed + will announce when it is final after it passes our QA + ooo-build-3-0-1 (maintenance mode): + should stay stable, please commit only critical and well tested fixes for potential maintenance update + currently supports ooo300-m15 (the upstream 3.0.1-final sources) + the last release is at http://download.go-oo.org/OOO300/ooo-build-3.0.1.3.tar.gz + I would do more releases on request if a critical bug is fixed later Novell team outlook: + OOXML import/export filter [Cedric, Jan, Kendy, Radek] + VBA support in Writer [Fong,Noel] + various Calc fixes [Kohei] + build split [Petr] + critical bugfixes for OOo-3.2 [all] + more improvements and fixes for OOo-3.2 [all] + ... Changes in this release against ooo-build-3.1.0.1: ooo-build-3.1.0.2 (3.1-rc3) + bug fixes: + more on update page break optimization (bnc#503482) [Kohei] + more on skipping data in hidden cells when rendering charts (i#101273) [Kohei] + build bits: + experimental build fix for mono-2.4 (bnc#495112, bnc#471379) [Petr] + visibility in svx [Fridrich] + split build bits: + apply Lotus Wordpro import filter [Petr] + Go-oo bits: + add missing branding [Fridrich, Petr] Feel free to send me hints how to improve these announcement mails ;-) -- Best Regards, Petr Mladek software developer --------------------------------------------------------------------- SUSE LINUX, s. r. o. e-mail: pmladek@... Lihovarská 1060/12 tel: +420 284 028 952 190 00 Prague 9 fax: +420 284 028 951 Czech Republic http://www.suse.cz/ _______________________________________________ Dev mailing list Dev@... http://lists.go-oo.org/listinfo.cgi/dev-go-oo.org |
|
|
Re: ANNOUNCE: ooo-build-3.1.0.2 released (3.1-rc3)On Tuesday 19 May 2009, Petr Mladek wrote:
> I am happy to announce the 3.1-rc3 release of ooo-build-3-1 branch. You > might find it at > > http://download.go-oo.org/OOO310/ooo-build-3.1.0.2.tar.gz > http://download.go-oo.org/OOO310/ooo-build-3.1.0.2.tar.gz.md5 > Known blocker bugs: Unfortunately, OOo-3.1 crashes on quit when loaded MS Word 97/2000/XP doc, see https://bugzilla.novell.com/show_bug.cgi?id=505704. Well, it seems to be Windows-specific bug! -- Best Regards, Petr Mladek software developer --------------------------------------------------------------------- SUSE LINUX, s. r. o. e-mail: pmladek@... Lihovarská 1060/12 tel: +420 284 028 952 190 00 Prague 9 fax: +420 284 028 951 Czech Republic http://www.suse.cz/ _______________________________________________ Dev mailing list Dev@... http://lists.go-oo.org/listinfo.cgi/dev-go-oo.org |
|
|
Re: ANNOUNCE: ooo-build-3.1.0.2 released (3.1-rc3)On Wednesday 20 May 2009 20:28:47 Petr Mladek wrote:
> Unfortunately, OOo-3.1 crashes on quit when loaded MS Word 97/2000/XP doc, > see https://bugzilla.novell.com/show_bug.cgi?id=505704. > > Well, it seems to be Windows-specific bug! This is a quick and maybe dirty fix. -- Rail Aliev [configmgr-validate-removedtree.diff] === modified file 'configmgr/source/treemgr/nodeimplobj.cxx' --- configmgr/source/treemgr/nodeimplobj.cxx 2009-05-14 18:23:37 +0000 +++ configmgr/source/treemgr/nodeimplobj.cxx 2009-05-14 18:24:03 +0000 @@ -683,7 +683,7 @@ SetNodeImpl::removeElement(aElementName); } // handle a added or deleted node - if (aOriginal.isValid()) + if (aOriginal.isValid() && aRemovedTree.is()) { OSL_ENSURE(aRemovedTree.is(), "Cannot take over the removed node"); _______________________________________________ Dev mailing list Dev@... http://lists.go-oo.org/listinfo.cgi/dev-go-oo.org |
|
|
Re: ANNOUNCE: ooo-build-3.1.0.2 released (3.1-rc3)> This is a quick and maybe dirty fix.
Looks promising. (Haven't been able to verify yet, still rebuilding after a git pull...) Do you have any idea what the root cause for the problem is and why it happens only on Windows? --tml _______________________________________________ Dev mailing list Dev@... http://lists.go-oo.org/listinfo.cgi/dev-go-oo.org |
|
|
Re: ANNOUNCE: ooo-build-3.1.0.2 released (3.1-rc3)On Thursday 21 May 2009 00:43:46 Tor Lillqvist wrote:
> > This is a quick and maybe dirty fix. > > Looks promising. (Haven't been able to verify yet, still rebuilding after a > git pull...) Do you have any idea what the root cause for the problem is > and why it happens only on Windows? I haven't digged deep inside enough yet. It crashes in ElementTree::takeTreeAndRebuild trying to access invalid object. -- Rail Aliev _______________________________________________ Dev mailing list Dev@... http://lists.go-oo.org/listinfo.cgi/dev-go-oo.org |
|
|
Re: tables in writer brokenhttp://www.openoffice.org/issues/show_bug.cgi?id=101661
https://bugs.launchpad.net/ubuntu/+sour … bug/377989 http://bbs.archlinux.org/viewtopic.php?id=71925 Can you confirm this table issue and is a fix available? -Andy _______________________________________________ Dev mailing list Dev@... http://lists.go-oo.org/listinfo.cgi/dev-go-oo.org |
|
|
Re: tables in writer brokenOn Thursday 21 May 2009, Andreas Radke wrote:
> http://www.openoffice.org/issues/show_bug.cgi?id=101661 > > https://bugs.launchpad.net/ubuntu/+sour … bug/377989 > http://bbs.archlinux.org/viewtopic.php?id=71925 > > Can you confirm this table issue and is a fix available? Unfortunately, I still see the bug in our OOo-3.1-rc3 build (based on ooo-build-3.1.0.2). I see both the data loss and also the extra page break :-( AFAIK, Cedric is just working on the page break. I think that he might look at the data loss as well. It is strange indeed. -- Best Regards, Petr Mladek software developer --------------------------------------------------------------------- SUSE LINUX, s. r. o. e-mail: pmladek@... Lihovarská 1060/12 tel: +420 284 028 952 190 00 Prague 9 fax: +420 284 028 951 Czech Republic http://www.suse.cz/ _______________________________________________ Dev mailing list Dev@... http://lists.go-oo.org/listinfo.cgi/dev-go-oo.org |
|
|
Re: tables in writer brokenHi Petr, Andreas,
Le jeudi 21 mai 2009 à 18:29 +0200, Petr Mladek a écrit : > On Thursday 21 May 2009, Andreas Radke wrote: > > http://www.openoffice.org/issues/show_bug.cgi?id=101661 > > > > https://bugs.launchpad.net/ubuntu/+sour … bug/377989 > > http://bbs.archlinux.org/viewtopic.php?id=71925 > > > > Can you confirm this table issue and is a fix available? > > Unfortunately, I still see the bug in our OOo-3.1-rc3 build (based on > ooo-build-3.1.0.2). I see both the data loss and also the extra page > break :-( > > AFAIK, Cedric is just working on the page break. I think that he might look at > the data loss as well. It is strange indeed. I have just committed an update of docx-import-fixes.diff to fix the page break problem. I'll start having a look at the missing content. -- Cedric _______________________________________________ Dev mailing list Dev@... http://lists.go-oo.org/listinfo.cgi/dev-go-oo.org |
| Free embeddable forum powered by Nabble | Forum Help |