Hi,
there have been created the libreoffice-3.3.99.4 tag for 3.4.0-beta4 release.
The corresponding official builds will be available by the end of the week.
See the attached list of changes against 3.4.0-beta3.
You might switch your current 3-4 source tree to it using:
./g fetch --tags
./g checkout -b tag-libreoffice-3.3.99.4 libreoffice-3.3.99.4
Note that the build repo is not tagged. We would like to get rid of it.
See also the schedule at
http://wiki.documentfoundation.org/ReleasePlan#3.4.0_release
Best Regards,
Petr
+ bootstrap
+ enable extern scripting for offical LO builds (fdo#33355) [Petr Mladek]
+ calc
+ don't forget to create undo object for normal merging. (bnc#689442) [Kohei Yoshida]
+ treat filter by "filter" and filter by "page" separate. (fdo#36771) [Kohei Yoshida]
+ try a bit harder to determine the number format of a dimension. (bnc#677917) [Kohei Yoshida]
+ components
+ automation-testtool-oobuildfix.diff: testtool and basic compatability defaults (bnc#145906) [Petr Mladek]
+ dictionaries belong to main install not to langpacks (fdo#34910) [Andras Timar]
+ revert native334 # no more change of DS_Store file (#163388) [Thorsten Behrens]
+ wizards-source-importwizard-filesmodul-xba.diff: document converter fix (bnc#113235, i#56633) [Petr Mladek]
+ filters
+ fix-ppt-linespacing-import-export.diff: fix ppt import (bnc#355302) [Radek Doulik]
+ goodies-eps-filter-unix.diff: generate correct EPS on UNIX (bnc#200053) [Radek Doulik]
+ svx-ppt-bullet-offset-fix.diff: bullet list paragraph indentation (bnc#593609) [Radek Doulik]
+ svx-ppt-import-fix-bullet-size.diff: bullet size import (bnc#515972) [Radek Doulik]
+ impress
+ fix-ppt-linespacing-import-export.diff: fix ppt import (bnc#355302) [Radek Doulik]
+ pdf-link-export-fix.diff: (bnc#639278, bnc#598816) [Cédric Bosdonnat]
+ sd-ppt-fix-document-summary-reading.diff: crasher fix (bnc#546758) [Radek Doulik]
+ libs-core
+ copy localized globlmn.hrc to $(OUTDIR)/inc/svx (fdo#36727) [Andras Timar]
+ fix-ppt-linespacing-import-export.diff: fix ppt import (bnc#355302) [Radek Doulik]
+ fixed components names reintroduced with .component files (fdo#32872) [Cédric Bosdonnat]
+ normalize-template-paths-fix.diff: allow to install templates from extensions (bnc#512146) [Thorsten Behrens]
+ remove status listener upon exit (lp#754562) [Bjoern Michaelsen]
+ svx-fix-fit-to-frame-crash.diff: fix for crash on Windows (bnc#508621) [Radek Doulik]
+ svx-sdrobjeditview-update-edit-area.diff: edit area calcualtion (bnc#305205, bnc#347355) [Radek Doulik]
+ update product code of vcredist_x86.exe (9.0.30729.4148) (fdo#32650) [Andras Timar]
+ libs-extern-sys
+ updated oc_FR dictionary to version 0.6.1 (fdo#36718) [Andras Timar]
+ libs-gui
+ fix for Spinboxes missing up/down arrows on Windows (fdo#36481) [Tor Lillqvist]
+ fix for corrupted IDE tabs when adding/deleting modules (fdo#36629) [Noel Power]
+ fix off-by-one when exporting postscript fonts to pdf (bnc#690005) [Luboš Luňák]
+ more than one text cursor at the same time in textfields (fdo#36404) [Robert Dargaud]
+ normalize-template-paths-fix.diff: allow to install templates from extensions (bnc#512146) [Thorsten Behrens]
+ once more, or, bitten by git .-) (fdo#36404) [David Tardon]
+ real fix this time (fdo#36404) [David Tardon]
+ svtools-unsort-template-dialogentries.diff: grouping items in templates dialog (bnc#106603) [Radek Doulik]
+ wmf-mm-text-1.diff: fix regression caused by wmf-mm-text.diff (bnc#417818) [Radek Doulik]
+ wmf-mm-text.diff: M_TEXT map mode support in wmf (bnc#417818) [Petr Mladek]
+ translations
+ change German string to Turkish (fdo#32987) [Andras Timar]
+ writer
+ writer-default-as-optimal-page-wrap.diff: Optimal Page Wrap by default (X#59831) [Jody Goldberg]
+ common
+ version 3.3.99.4, tag libreoffice-3.3.99.4 (3.4.0-beta4) [Petr Mladek]
+ artwork
+ updated page shadow masks. [Sébastien Le Ray]
+ bootstrap
+ "Lightweight" removal of BrOffice branding here in this branch [Tor Lillqvist]
+ 3.3 -> 3.4 [Andras Timar]
+ add --enable-lomenubar switch to configure [Bjoern Michaelsen]
+ add -DBOOST_NO_EXCEPTIONS to gb_LinkTarget_NOEXCEPTIONFLAGS [Robert Nagy]
+ bump product version to 3.4.0-beta4, release number to 4 [Petr Mladek]
+ configure: fix help text of --with-install-dirname [Miklos Vajna]
+ do not pack empty help packs [Andras Timar]
+ do not ship non-localized helppacks [Andras Timar]
+ enable extern scripting for offical LO builds (fdo#33355) [Petr Mladek]
+ lo-commit-stat: detect mismatch of branches between repos [Petr Mladek]
+ lo-commit-stat: new --bug-numbers option to print just bug numbers [Petr Mladek]
+ ooinstall: respect DESTDIR [Miklos Vajna]
+ ooinstall: use DESTDIR also for the Cwd::realpath call [Petr Mladek]
+ oxygenOffice distro conf update [libo64]
+ put L10N_MODULE definition to set_soenv instead of settings.mk [Andras Timar]
+ remove BrOffice branding [Tor Lillqvist]
+ run all tests in the en_US.UTF-8 locale. [Jan Holesovsky]
+ s/postset.mk/langlist.mk [Andras Timar]
+ set STAR_RESOURCEPATH before calling gdb [Robert Nagy]
+ sync langlist.mk and postset.mk (supported UI languages) [Andras Timar]
+ upload updated versions of libwpd and libwps [Fridrich Štrba]
+ writerfilter-module-writer.diff: put libwriterfilter into writer package [Petr Mladek]
+ calc
+ a bit of cleanups & annotation of data members. [Kohei Yoshida]
+ added another unit test to test filtering in data pilot tables. [Kohei Yoshida]
+ added code to test standard query filter in data pilot tables. [Kohei Yoshida]
+ added unit test for datapilot refresh. [Kohei Yoshida]
+ attempt to explicitly get UI locale to en-US during unit test. [Kohei Yoshida]
+ avoid branching in for loop. [Kohei Yoshida]
+ centrally manage cached grid data for data pilot tables. [Kohei Yoshida]
+ dlopen-global-symbols.diff: use global namespace for dlopened sym [Thorsten Behrens]
+ don't forget to create undo object for normal merging. (bnc#689442) [Kohei Yoshida]
+ extracted a method that creates ScDPObject instance from a definition. [Kohei Yoshida]
+ fixed a crash when creating a new datapilot table from external database. [Kohei Yoshida]
+ fixed bug regarding zero values not appearing (Bug 36748). [Cassio Neri]
+ fixed crash on load when loading doc with pivot table. [Kohei Yoshida]
+ fixed doubly nested anonymous namespaces. [Kohei Yoshida]
+ fixed indentation and naming inconsistencies. [Kohei Yoshida]
+ killed more sal_Bool family & tabs. [Kohei Yoshida]
+ killed sal_Bool and tabs. [Kohei Yoshida]
+ let's make the class name more descriptive and be consistent. [Kohei Yoshida]
+ let's not friend a class just because of one private method. [Kohei Yoshida]
+ let's use the constant in unonames.hxx to be consistent. [Kohei Yoshida]
+ make VbaWorksheet Autofilter work with sheet local DBData [Markus Mohrhard]
+ make excel binary import use anonymous db data [Markus Mohrhard]
+ manage data caches for named range data source separately. [Kohei Yoshida]
+ moved ScDPOutputImpl into the source file of ScDPOutput. [Kohei Yoshida]
+ output valid OOXML incl. msSymbol value [Markus Mohrhard]
+ pass const reference. [Kohei Yoshida]
+ prefer empty() over size() where it makes sense. [Kohei Yoshida]
+ put more source local functions into anonymous namespace. [Kohei Yoshida]
+ removed unnecessary virtual-ness from the destructor. [Kohei Yoshida]
+ support export of anonymous db data to OOXML [Markus Mohrhard]
+ support export of sheet local anonymous db data to excel binary [Markus Mohrhard]
+ treat filter by "filter" and filter by "page" separate. (fdo#36771) [Kohei Yoshida]
+ try a bit harder to determine the number format of a dimension. (bnc#677917) [Kohei Yoshida]
+ turn off debug output from unit test file. [Kohei Yoshida]
+ typo. [Kohei Yoshida]
+ ugh! [Kohei Yoshida]
+ components
+ automation-testtool-oobuildfix.diff: testtool and basic compatability defaults (bnc#145906) [Petr Mladek]
+ build-fix-xulrunner-npapi-inc.diff: build with xulrunner-1.9.1 [Jan Nieuwenhuizen]
+ dictionaries belong to main install not to langpacks (fdo#34910) [Andras Timar]
+ remove BrOffice branding [Tor Lillqvist]
+ revert native334 # no more change of DS_Store file (#163388) [Thorsten Behrens]
+ win32-installer-register-moox-types.diff: associate OOXML filetypes with LO [Tor Lillqvist]
+ wizards-source-importwizard-filesmodul-xba.diff: document converter fix (bnc#113235, i#56633) [Petr Mladek]
+ filters
+ buildfix-oox-depends-on-unotools.diff: fix dependency [Petr Mladek]
+ filter-fix-build-FCFGMerge.cfg.diff: fix build without java [Radek Doulik]
+ fix-ppt-linespacing-import-export.diff: fix ppt import (bnc#355302) [Radek Doulik]
+ goodies-eps-filter-unix.diff: generate correct EPS on UNIX (bnc#200053) [Radek Doulik]
+ svx-ppt-bullet-offset-fix.diff: bullet list paragraph indentation (bnc#593609) [Radek Doulik]
+ svx-ppt-import-fix-bullet-size.diff: bullet size import (bnc#515972) [Radek Doulik]
+ unoxml-fix-empty-xmlns.diff: crasher in xml parser [Radek Doulik]
+ help
+ fix en-US only build [Andras Timar]
+ help: build only those languages which have localized helpcontent2 [Andras Timar]
+ impress
+ brackets are necessary when you declare variables within a case label [Andras Timar]
+ dlopen-global-symbols.diff: use global namespace for dlopened sym [Thorsten Behrens]
+ fix-ppt-linespacing-import-export.diff: fix ppt import (bnc#355302) [Radek Doulik]
+ pdf-link-export-fix.diff: (bnc#639278, bnc#598816) [Cédric Bosdonnat]
+ sd-ppt-fix-document-summary-reading.diff: crasher fix (bnc#546758) [Radek Doulik]
+ sd-slideshow-slideshowview-transformation-fix.diff [Radek Doulik]
+ libs-core
+ add lomenubar Jobs.xcu [Bjoern Michaelsen]
+ add lomenubar documentation [Bjoern Michaelsen]
+ copy localized globlmn.hrc to $(OUTDIR)/inc/svx (fdo#36727) [Andras Timar]
+ fix-ppt-linespacing-import-export.diff: fix ppt import (bnc#355302) [Radek Doulik]
+ fixed components names reintroduced with .component files (fdo#32872) [Cédric Bosdonnat]
+ normalize-template-paths-fix.diff: allow to install templates from extensions (bnc#512146) [Thorsten Behrens]
+ remove status listener upon exit (lp#754562) [Bjoern Michaelsen]
+ revert added log line (Log() does not support printf style parameter) [Andras Timar]
+ sfx2-add-to-recently-used-after-save.diff: improve recently use list hadling [Radek Doulik]
+ svx-fix-fit-to-frame-crash.diff: fix for crash on Windows (bnc#508621) [Radek Doulik]
+ svx-sdrobjeditview-update-edit-area.diff: edit area calcualtion (bnc#305205, bnc#347355) [Radek Doulik]
+ typo fix + add a line to log file [Andras Timar]
+ update product code of vcredist_x64.exe [Andras Timar]
+ update product code of vcredist_x86.exe (9.0.30729.4148) (fdo#32650) [Andras Timar]
+ libs-extern
+ fix Windows build and silence some warnings [Fridrich Štrba]
+ uploading updated versions of libwpd and libwps [Fridrich Štrba]
+ xulrunner-1.9.1.diff: fix build with xulrunner-1.9.1 [Chris Cheney]
+ libs-extern-sys
+ updated oc_FR dictionary to version 0.6.1 (fdo#36718) [Andras Timar]
+ libs-gui
+ dlopen-global-symbols.diff: use global namespace for dlopened sym [Thorsten Behrens]
+ fix for Spinboxes missing up/down arrows on Windows (fdo#36481) [Tor Lillqvist]
+ fix for corrupted IDE tabs when adding/deleting modules (fdo#36629) [Noel Power]
+ fix off-by-one when exporting postscript fonts to pdf (bnc#690005) [Luboš Luňák]
+ i18nutil-glibc-braindamage-workaround.diff: build failure with glibc-2.4 [Petr Mladek]
+ more than one text cursor at the same time in textfields (fdo#36404) [Robert Dargaud]
+ normalize-template-paths-fix.diff: allow to install templates from extensions (bnc#512146) [Thorsten Behrens]
+ once more, or, bitten by git .-) (fdo#36404) [David Tardon]
+ real fix this time (fdo#36404) [David Tardon]
+ svtools-unsort-template-dialogentries.diff: grouping items in templates dialog (bnc#106603) [Radek Doulik]
+ wmf-mm-text-1.diff: fix regression caused by wmf-mm-text.diff (bnc#417818) [Radek Doulik]
+ wmf-mm-text.diff: M_TEXT map mode support in wmf (bnc#417818) [Petr Mladek]
+ translations
+ change German string to Turkish (fdo#32987) [Andras Timar]
+ fix build breakers in pt files [Andras Timar]
+ fix fatal errors in ca-XV [Andras Timar]
+ pt translation fixes [Andras Timar]
+ update translations from Pootle for LibO 3.4 rc 1 [Andras Timar]
+ ure
+ sal-disable-backtrace.diff: disable backtrace with DISABLE_SAL_BACKTRACE [Thorsten Behrens]
+ writer
+ added Impress-like 4 borders shadow. [Sébastien Le Ray]
+ added instance method SwPageFrm::GetBoundRect [Sébastien Le Ray]
+ bad shadow alignment when sidebar present. [Sébastien Le Ray]
+ dlopen-global-symbols.diff: use global namespace for dlopened sym [Thorsten Behrens]
+ page invalidation uses information from layout. [Sébastien Le Ray]
+ typo in param name [Sébastien Le Ray]
+ typo in resource definitions. [Sébastien Le Ray]
+ use GetBoundRect in SetFirstVisPage [Sébastien Le Ray]
+ use GetBoundRect() instead of Frm() in layout. [Sébastien Le Ray]
+ use page bounding box for layout computations. [Sébastien Le Ray]
+ writer-default-as-optimal-page-wrap.diff: Optimal Page Wrap by default (X#59831) [Jody Goldberg]
_______________________________________________
LibreOffice mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice