Age | Commit message (Collapse) | Author | Files | Lines |
|
and CVE-2007-2754).
Changes from 2.2.0:
* freetypettg: fix CVE-2007-2754 for the internal freetype copy
* autotext02: A showstopper fix for OOo2.2.1
* l10n77316fix: contains fix for i77316
* notepaint: Fix for invisible text in Calc notes while editing
* macosxpbuildrepair_OOF680:
This cws fixes broken Mac OS X 10.3 build, and does contain :
- a fix for a build breaker in slideshow ( fixed by thb ) #i74325#
- gcc-3.3 parser fixes #i75990#
- a complete fix in sal for security.c ( with sb help ) #i76159#
- a fix for broken linking ( because of extra symbols, due to bad
filtering ) #i72922#
- a fix for main.applescript ( build borken on Panther ) #i75972#
All issue targeted 2.2.1 ( supposing the changes will be integrated
in SRC680 too)
* ause078_OOF680: quick and small to get back correct dependencies
* os95_OOF680,plthes: add license-fixed polish thesaurus
* olenoserver: A fix for a regression.
* hro15: Unicode command line support fix for Windows only.
* custompropsfix: Small bug fix in Word import for import of document
variables
* dba221b: fix issue 73722, in its incarnation as issue 76434, for 2.2.1.
* swvalgrind: Fix for i76133
* calc221: Calc fixes for OOo2.2.1
* fix75967: fix issue 75967
* c03v8,c07v012,native86,nativebroffice: New Product BrOffice.org
* impress120: Bugfix workspace for OOo 2.2.1
sj->wg: the performance test hasn|t been finished yet, but I think
it should be no problem to hand over this issue without the test.
* larsbehr01: Bugfix for i66661: Slideshow bug fixing for 2.2.1
* dba221a: ongoing DBA-related bugfixing towards OOo 2.2.1
* sch17: Fixes for sch
* tbe29: OOo 2.2.1 accessibility bug fixes
* impress119: Bug fixes for OOo 2.2.1.
* printhelpfix: Bugfix for 134037.
* autotext01: A showstopper cws related to autotext bug.
* native79: Preparing OOo 2.2.1 and SO 8 Update 7
* vcl73_OOF680: 2.2.1 issues
* cmcfixes32_OOF680: minor customized build fixes
* jl57_OOF680: Contains a patch for building with an older gcc compiler.
* fsfixes06_OOF680: Fix for a bug in WordPerfect typedetection that caused
us to crash on unsupported documents instead of refusing
them with grace
* jl62,oasisrng02: Fixes of violations of the RelaxNG schema in ODF.
* aw050: OOo 2.2.1 BugFixing
* swqbugfix01: Issues in Writer regarding saving of documents
|
|
This an update release for OpenOffice 2.2.0. It addresses the security
vulnerabilities reported in CVE-2007-0245 and CVE-2007-2754 and fixes
many other bugs. The complete release notes are available under
<http://development.openoffice.org/releases/2.2.1.html>.
|
|
|
|
|
|
|
|
- Disable systray quickstarter. I can't fix it now.
Bump PKGREVISION.
|
|
|
|
|
|
|
|
|
|
2007/06/04
+ fix a memory leak in editbox.c
+ revise change from 2007/02/27 which moved the logic for trimming
option text out of the loop because that moved it before
initialization of the "--trim" option. Put it back in the loop, but
limit the tokens which are trimmed to cover only those for the
current widget. Also ensure that all tokens for a widget are
trimmed, rather than only the first, which is usually text (report by
Lai Zit Seng).
+ add _FILE_OFFSET_BITS definition in CF_LARGEFILE configure macro.
|
|
although contents are equal
|
|
lang/guile to 1.8.1 from 1.6.8. These pkgs seemed to fail to build with
guile 1.8.1, but maybe can be easily fixed.
|
|
Patch provided by Mark E. Perkins in PR 36465.
0.06 - Fixed warning using IO::Scalar
(Thanks to Volker Moell)
0.05 * Fixed bug in extracting resource fork
(Thanks to Jorg Eschke <joerg@eschke.net>)
|
|
Patch provided by Mark E. Perkins in PR 36465.
1.84 - Tue Jan 9 23:10:00 2007
* updated copyright and license info
* no code changes, so no need to upgrade
|
|
Patch provided by Mark E. Perkins in PR 36465.
1.14 - Fri May 18 11:27:36 2007
* *Added 7000-8499 range from Greece (960) to fix RT #27107
1.13 - Tue Jan 9 23:12:56 2007
* updated copyright and license info
* no code changes, so no need to upgrade
1.12 - Tue Jan 9 23:11:33 2007
* updated copyright and license info
* no code changes, so no need to upgrade:
|
|
- Set PTHREAD_DIAGASSERT to "AEL" in startup script.
- Remove PTHREAD_DIAGASSERT from build environment.
This should fix PR pkg/36364. Bump PKGREVISION.
|
|
|
|
Bug fixes to many components and some new features added to kexi.
|
|
|
|
|
|
2007/05/28
+ revise changes needed to make textbox's searchbox handle ncurses
resizing events, e.g., by handling the ERR in that code rather than
in dlg_getc() (Debian #423732).
2007/05/14
+ supply a repaint_text() call in tailbox.c which was bypassed because
dlg_getc() now retries on ERR (Debian #423732, cf: 2007/02/27).
+ modify dlg_getc() to fix regression for use of timeouts, broken by
fixes to allow resizing of textbox (patch by Arnaud Fontaine, Debian
#418905, cf: 2007/02/27).
+ modify dlg_getc() to fix regression in use of TAB for traversal of
tailboxbg widgets due to changes for user-definable key bindings
(Debian #418917, cf: 2005/12/07).
2007/04/09
+ add case in dlg_getc() to handle tab for traversing between widgets
as in the samples/tailboxbg1 script. Normally the key binding
overrides, except for the special case where multiple widgets are
available.
+ add configure --with-libtool-opts, which passes its value to the
library creation and linkage passes, e.g.,
--with-libtool-opts=-static
to force the result to be static libraries (prompted by a related
request by Santiago Vila).
> several fixes based on Coverity scan:
+ fix memory leak in timebox, calendar widgets if the widget cannot
be created.
+ fix memory leak in dlg_key.c if a user binding's storage cannot
be allocated.
+ fix improperly delinked entry in dlg_del_window().
2007/03/25
+ improve mkdirs.sh to ignore error from mkdir if the target directory
happens to already exist (suggested by Harald van Dijk).
+ amend documentation for --gauge to reflect longstanding quirk which
allows it to read percentage from the first line after an "XXX"
(Debian #415596).
+ fix makefile dependency so "configure && make install-lib" works.
+ fix resizing of msgbox; the message was not repainted (Debian
#415022, patch by Brian Rolfe).
+ fix typo in makefile LIB_OBJECT symbol from 2007/02/27 changes.
+ improve CF_MBSTATE_T by including stdio.h, needed on Tru64 to make
the test-compile work.
+ change makefile to install dialog.3 as part of install-lib rather
than install-man (report by Thomas Klausner).
+ use $(INSTALL_SCRIPT) for installing dialog-config (report by
Santiago Vila).
|
|
libraries.
|
|
|
|
affected packages.
|
|
Changes:
* Several people have been experiencing problems with no method errors
on the source index cache. The source index cache is now a bit more
self healing. Furthermore, if the source index cache is
irreparable, then it is automatically dropped and reloaded.
* The source cache files may now be dropped with the "gem sources
--clear-all" command. (This command may require root is the system
source cache is in a root protected area).
* Several sub-commands were accidently dropped from the "gem" command.
These commands have been restored.
|
|
|
|
pkg-build-options.mk procedure.
|
|
|
|
Remove MASTER_SITE_GNU from MASTER_SITES and two other places.
From Zafer Aydogan.
|
|
Monochrome icon set
* More icons.
|
|
Web archiver
* Fix minor privacy issue.
Web validator
* Fix wrong default URLs.
Kate C++ Symbol Viewer
* Improved C++ and Java support.
|
|
|
|
KScreenSaver
* Fix crash.
|
|
Kalzium
* Show numeric values in local format.
* Visually select the new item when switching to another item through
the References links.
Kig
* Python 2.5 support.
KGeography
* Fix capital of Myanmar.
blinKen
* Fix settings of accessibility keys: new key settings were not kept.
KLettres
* Low Saxon support.
* Fix language setting: when you changed language, it was not kept in
config.
KHangMan
* Fix displayed level in statusbar.
KTouch
* Fix accents dead keys do not work.
* Fixes in training and keyboard files.
KStars
* Fix magnitude calculation.
|
|
Akregator
* Disable java and javascript in the article viewer.
* Partially fix "javascript:" links in the browser tabs.
KAddressBook
* Add support to search in custom fields.
* Don't deselect all previous selected items on a RMB click, otherwise
it's impossible to send all selected contacts via mail or delete them
at once.
* Changed the category editor to use an inline editing, that makes the
usage a lot more userfriendly and less confusing.
* Fix crash when importing addresses from Konqueror twice.
* Export Home Address and Business Address when exporting to CSV.
* Fix importing some fields from CSV.
* Change non-modal dialogs into modal ones to prevent the user from
closing the contact editor dialog before the category editor dialog.
* Fix crash when adding picture to contact.
* Move the IM Address field into the IM section, so it's shown when you
enable the 'Show IM Addresses' option.
* Always select the first entry of the view on startup.
* Use proper encoding for URLs in contact data.
* Add the formatted name according to the KAddressbook settings.
KAlarm
* Add test play button to sound file selection dialog.
* Show Simple Repetition and Special Action statuses by means of button
states, in alarm edit dialog.
* Prevent pre-alarm actions being executed multiple times when the alarm
is triggered.
* Only execute pre-alarm actions when the main alarm is initially
triggered, and post-alarm actions when the alarm is finally
acknowledged (after any deferrals).
* Display advance reminders for each occurrence of recurring alarms.
* Prevent repetitions triggering again if KAlarm is restarted.
* Prevent recurring alarms being triggered on exception days.
* Fix start-of-day time being ignored for date-only alarms.
* Fix failure to save "Execute in terminal window" option in Preferences
dialog.
* Fix Undo of deletion of active alarms.
* Fix attachments not being sent with scheduled emails when using KMail
as email client.
* Ensure up-to-date menus are displayed if user has a customised toolbar.
* Make the alarm times shown in the system tray tooltip take account of
alarm repetitions.
* Disable Defer button in new message window when deferral limit has been
reached.
KArm
* In case of stale lock files, do not start timing, but warn.
Kitchensync
* The OpenSync based Kitchensync is being used now.
Korn
* Make it possible to disable TLS.
KMail
* IMAP Quota feature.
* All folders can be copyied or moved now.
* Drag 'n drop of one or multiple folders.
* Copy/cut/paste actions for one or multiple folders.
* Drag 'n drop of messages from the search result window to the folder
tree.
* Copy/cut/paste actions for messages (in the header view and search
result window).
* IMAP: exclude some folders from syncing, allowing you to use online
and disconnected IMAP on the same account for a disjoint set of folders.
* Inline-viewing of TNEF attachments.
* kmail --view can also handle *.mbox files (such as the ones saved by kmail)
* Adds support for accepting image drags to the composer window and also
now accepts pasting images with Ctrl+V so that it does not write a
temporary file.
* Add icons for context menu on address in reader window.
* Show the User-Agent or X-Mailer value in fancy headers if so configured.
* Show preferred email addresses first in auto completion.
* Allow the user to cancel kmail connection attempts when the account
settings are incorrect.
* Many crashes were fixed regarding IMAP.
* Fix pasting in addressee fields.
* Do not ask to store the SMTP password outside KWallet everytime you
want to send a mail.
* Typo in the antispam wizard definitions, which caused CRM114 to be
always displayed as available.
* Fix crash after creating a disconnected IMAP account.
* Make sure that a corrupted .ids file does not allocate huge amount of
memory by checking consistency of file length vs. number of items
expected.
* Copying messages is faster.
* Honor umask of the user when saving attachments
* Fix "deleting maildir does not delete associated .index.ids file"
* Updates of libgpg-error and gpgme in order to fix serious security
issues.
* Don't allow base64 or qp encoding for message attachements, such as
when forwarding.
* Make sure attached emails are never encoded in anything but 7 or 8 bit.
* Don't base64 encode forwarded messages.
* Special characters are not lost if the HTML message was saved in the
drafts folder and opened again.
* Prevent that the local folder contents changed while the IMAP search
was working.
* Don't crash when deleting an account while jobs for that account are
still pending.
* Disallow closing the composer window whilst performing a sign operation,
this causes a crash when using the non-gpg-agent PGP backend.
* Fixing Outlook compatibility with attachments that have umlauts in the
filename.
* Fix crash when opening KMail's configuration while another Kontact
component is active at that time.
* Prevent crash when moving mail to an IMAP folder with a filter.
* Fix kmail crash when creating index
* Remember the SMTP password.
* Send MDN when this is requested.
* Fix "attendee in CC-field are missing from an invitation if the own
email address could not be found".
* Fix for "MultiPart message plain/text body encoding" bug.
* Fix sending invitations to Outlook users.
* Give original style answers about meeting attendance.
KNode
* More tolerant parsing of broken headers.
KOrganizer
* Add holiday file for South Africa.
* Ukrainian national holidays added.
* Support Pascha (Orthodox Easter) in holidays files.
* When there are too many entries in the journal, make a scrollbar appear.
* Don't write out empty, invalid or superfluous fields in the calendar.
* Fix newlines in calendar files to comply to RFC 2445.
* When loading any URL/URI make sure we load it as UTF8 and not as Latin1.
* Fix issue that journal title was not shown when searching for journals.
* Properly sort list view when using AM/PM notation.
* Disable time and date edits when no due date is given, and set the due
date to someting sensible (not in 200000 years).
* Fix 'spurious reminders from korgac'
* Make "Edit Categories" button open the editor again.
* Bugfixes regarding recurring events in combination with timezones.
* Save resources upon modifications, in order to fix reliability problems
with KPilot.
* Fix "Working days views won't follow the configured work days".
KPilot
* Cleanups in memofile conduit; using new OS5 database if it's present,
otherwise falling back to legacy one.
* As a first step to combatting the "kpilot ate my future" e-mails (read:
data loss), we now use a CUDCounter (Create/Update/Delete). Step 1 is
to track these and report on them to the user in their sync log.
* Bug fix in popconduit... making sure we always have a sent date
* Bug fixing in vcalconduit... long-time bug that existed in libkcal
that caused every calendar resource save to mark every calendar event
as modified. Now kpilot won't have to sync every record every time.
* Changing KPilotDeviceLink to use a separate thread, dedicated to doing
device communication. This is much better design as a start, but fixes
the problems kpilot was having (and widely talked about) where kpilot
would hang and crash if our user was using "usb:" or "net:any" devices
because of how these new "device"s operated (allowed immediate opening,
even though there is no physical device connected, and then hung
indefinitely until the real device connected).
* Icon naming bug fix.
|
|
ark
* Handle correctly files bigger than 4GB.
* Do not crash with files starting with "/".
klaptopdaemon
* Fix problem filling .xsession-errors with lots of warnings.
kmilo
* Fix number of steps from 0 to 100% beign different than ones from
100 to 0%.
* Do not assume KDE is on /usr/bin.
SuperKaramba
* Allow themes to receive mouse wheel events on meters.
|
|
This is a maintenance release of RubyGems that fixs a problem
with ZLib on Windows platforms.
|
|
Changes:
* New option to pass an ARGV-style array to run and run_proc
* Additional patches for '/var/log'
|
|
|
|
Add two patches for modern compilers/usage (unrelated to guile, probably).
PKGREVISION++.
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
|
|
Collection.
BasKet is a multi-purpose note-taking KDE application that helps
you to easily take all sort of notes, collect research results and
share them, centralize your project data and reuse it, quickly
organize your thoughts in idea boxes, keep track of your information
in a smart way, make intelligent To Do lists, and a lot more...
|
|
|
|
goffice 0.3.9:
Jean:
* Add support for cubic splines.
* Fix graph rendering on big endian machines. [#432532]
--------------------------------------------------------------------------
goffice 0.3.8:
Emmanuel:
* Fix alignement of rotated axis labels. [#343507]
Morten:
* Add preconditions to text combo widget's API functions.
* Unicode-normalize regexps patterns.
* Improve character set guesser. [#401588]
* Fix format selector crash. [#431256]
--------------------------------------------------------------------------
goffice 0.3.7:
Emmanuel Pacaud:
* Fix calls to g_object_class_install_property. [#172866]
* Show a complete dash sequence for sample lines in legends. [#404819]
* Fix persistence of legend position. [345836]
* Only round width of sharp line. [#403403]
* Add more line styles
Morten:
* Fix UTF-8 problem in format preview.
* Separate the format selector from format internals.
* Total rewrite of number formatting.
* Fix potential memory corruption in format dialog.
* Make space-filling in formats use thinner spaces when
available. [#163438]
* Remove embedded PCRE.
* Improve axis labeling. [#413660]
* Simplify formats that yield "n\pi/1". [#417981]
--------------------------------------------------------------------------
goffice 0.3.6:
Jody:
* Avoid cairo assertion when rendering a 0 sized view. [#397679]
Morten:
* Generalize number formatting.
* Simplify format widget a bit.
* Implement go_strtod and go_strtold.
* Fix marshalling of pango formats with strikethrough set.
* Make the GOFormat type private.
* Extract go-locale.[ch] from go-format.[ch]
* Fix UMR.
--------------------------------------------------------------------------
goffice 0.3.5:
Emmanuel Pacaud:
* Fix legend where there's no element to display. [#382354]
* Fix legend when reordering plots. [#382663]
* Fix markers in PDF and PS export.
Jody:
* Make the GogStyle sax parser usable by outside objects.
Morten:
* Improve number formatting.
--------------------------------------------------------------------------
goffice 0.3.4:
Morten:
* Handle formats like "dd.mm.yyyy".
J.H.M. Dassen (Ray):
* Cleanup g_free calls. [#369662]
--------------------------------------------------------------------------
goffice 0.3.3:
Morten:
* Fix combo sizing problem. [#362704]
* Fix Save problem. [#365115]
* Detect more date/time formats. Part of [#370183]
--------------------------------------------------------------------------
goffice 0.3.2:
Dom:
* Fixes for usage with gtk 2.6.
Jon Kåre:
* Use info from gdk-pixbuf to convert from MIME type to image
format.
* Fix bug which hid file save format selector .
* go_gtk_file_sel_dialog no longer unhides all hidden widgets
when displaying dialog.
Morten:
* Handle errors while loading images better.
--------------------------------------------------------------------------
goffice 0.3.1:
NOTE : This is a _DEVELOPMENT_ release. Please use the 0.2.x series for
production systems. The api/abi in 0.3.x is expected to change without
notice until 0.4.0.
Emmanuel Pacaud:
* Composite graph image onto white background when exporting to
formats that don't support alpha channel [#339126].
* Add support for background stripes.
* Add radian and grad unit support for polar plots.
* Add rotation support for polar plots.
* Fix display of log axis minor ticks [#341880].
* Add new ?pi/? format, mainly for polar plot use.
* Fix bar/col plots when using log scale.
* Fix a crash when polar plot width or height == 0 [#349238].
* Swith to cairo renderer [#314211] [#310322].
* New pattern, gradient, color and line selectors [#152673].
Ivan Wong :
* [Win32] Add the attribute GO_VAR_DECL for public global
variable so that public header files are now compatible with
MSVC.
Jean Brefort:
* Add a half pie plots.
* Allow to chose an interpolation type for each series in
scatter plots.
* Implement vertical box-plots. [#358153]
Morten:
* Make text combos work in overflowed toolbars. [#157901]
* Avoid CRITICALs on formatting invalid dates.
* Fix rendered for non-Cairo case. [#341999]
--------------------------------------------------------------------------
goffice 0.3.0:
NOTE : This is a _DEVELOPMENT_ release. Please use the 0.2.x series for
production systems. The api/abi in 0.3.x is expected to change without
notice until 0.4.0.
Emmanuel Pacaud:
* Add initial support for moving objects by mouse.
* Add a resolution setting in image export file chooser.
* Add support for PDF and PS export of graphs when using cairo
renderer.
* Add gtk-doc support.
* Improve legend layout by making swatch size proptional to font
size.
* Improve dialog for manual position of dialog.
* Fix baseline for area plot and histogram when using a log axis.
* Implement stretched image pattern in cairo renderer.
* Fix axis label position.
* Improve scientific format, add an engineering mode and a
special format with markup for display of exponent as
superscript (e.g. 10²) (Currently only used by graph engine when
using cairo renderer).
Ivan Wong :
* [Win32] Only export symbols which are in the public headers.
[#307356]
Jean Brefort:
* Add a new components system to embed data from other
applications.
* Add Histograms.
* Add regression curves to histograms and line plots.
* Add power regressions.
* Add moving average trend curves.
* Fix use of invalid data in scatter plots. [#334697]
Jody:
* Some cleanup towards supporting --without-gtk.
Morten:
* Fix translation problems causing crashes in the character set
selector for people not using UTF-8.
* Add and fix gog-object preconditions. [Part of #321678]
* Handle problem with fraction formats for very large values.
[Debian 340463]
* Fix problem with colons in filenames. [#322799]
* Use system libpcre when available, sufficiently recent, and
properly compiled with UTF-8 support.
* Plug leak.
* Handle problems with formats containing "ss." but no more.
* Fix plugin deactivation. [#336742]
* Improve fraction format handling.
* Fix format problem for [$curr].
* Implement tooltips for text combos. [#339122]
|
|
|
|
goffice version (old and new don't conflict).
Change PKGNAME to goffice0.2 too.
Adapt PLIST so that shared directories (with goffice-0.4.x) are not
removed unconditionally.
|
|
Only change is a minor tweak to handle a small change in rubygems.
|