New features:
* Automatic installation of platform gems
* New bandwidth and memory friendlier index file format
* "Offline" mode (--no-update-sources)
* Bulk update threshold can be specified (-B, --bulk-threshold)
* New `gem fetch` command
* `gem` now has "really verbose" output when you specify -v
* Ruby 1.9 compatible
See http://rubyforge.org/frs/shownotes.php?release_id=16500 for the
complete list.
Lots of upstream changes since 1.10.28 (three years ago).
pkgsrc changes:
- the database location has changed to ${VARBASE}/db/dpkg
- man pages are installed
goffice 0.5.3:
Jean:
* Fix crash in gog_barcol_view_render. [#497777]
Morten:
* Improve classification of date formats.
Emmanuel:
* Draw a frame around the graph area in graph editor.
* Improve legend swatch appearance.
* Populate the add button of the graph editor with more items.
broken on some environment (sorry, I don't know why).
Reported and tested by wiz@.
- Use external expat and jpeg. Requested by wiz@.
- Add `ooo-external-libwpd' option. It's disabled by default
bacause the converters/libwpd depends on some GNOME libraries.
Bump PKGREVISION.
formatted media that has a perculiar partition numbering scheme dat
confused UDFclient. Also minor cosmetic changes to make it less dependent
on gcc's C extensions.
goffice 0.5.2:
Jean:
* Fix xy color scale when some data are missing. [#475394]
* Fix NULL pointer crash in gog_line_view_render(). [#492485]
Jody:
* Add the ability to make a GogObject invisible.
Morten:
* Fix moving-average problem. [#491328]
Sum1:
* Fix ABR in spline code. [#492158]
2007/10/28
+ improve layout of checklist.c, menubox.c, ensuring that the list fits
within the available space (report by Gordon Schumacher).
+ undo removal of redundant chunk from checklist.c in 2007/02/27,
since some scripts depend on this (Debian #443077).
+ update nl.po from
http://translationproject.org/latest/dialog/
goffice 0.5.1:
Jean:
* Fix crash in gog_renderer_update. [#477052]
* Copied FFT and complex numbers code from gnumeric.
Jody:
* Some extensions for OOX charts.
Jon Kåre:
* Fix format selector crash [#475136].
* Don't close image save as dialog after wrong extension. [#420451]
Morten:
* Add function to test if a format has an hour field.
* Re-enable GTK_DISABLE_DEPRECATED
* Fix format dialog crash. [#480971]
then automatically generate a PLIST that says "${PKGNAME} has no files".
* If PLIST_SRC and GENERATE_PLIST are not set in a package Makefile,
and no PLIST files exist, then fail during the package build with
PKG_FAIL_REASON.
* Remove "intentionally empty" PLISTs again.
Now, the easy way to say that a package installs no files is to just
add the following to the package Makefile:
PLIST_SRC= # empty
that directly manipulate empty PLISTs.
Modify plist/plist.mk so that if the PLIST files are missing and no
GENERATE_PLIST is defined, then the package fails to build.
core libs
* Do not drop frecuently used address that are not in the addresbook
from recent address list.
* Fix Free/Busy information not regenerated for recurring events with
end date after fb-period.
Birthdays resource
* Fix Reminders for imported birthdays from KAdressbook don't work as
expected.
Groupwise resource
* Don't crash if hostname or port are wrong.
IMAP ioslave
* Fix SASL Authentication fails if another client of sasl is loaded.
Sieve ioslave
* Fix SASL Authentication fails if another client of sasl is loaded.
* Fix cannot login When using TLS.
* Fix retrieving scripts from the server always failed with a protocol
error report.
libkholidays
* Add Argentina holidays file.
KAddressBook
* Fix using X-KADDRESSBOOK-X-Department where ORG:organization;department
should be used.
* Fix import bug for vCards when running as Kontact part.
KAlarm
* Allow delay times up to 999 hours to be entered.
* Fix not being able to stop sound file playing.
* Fix template time value is lost between reboots.
* Fix recurring alarms sometimes don't fire when they're supposed to.
KArm
* Allow negative times for budgeting time for a task.
* Right click on "task complete" box should not tick/untick box.
* Fix marking task done does not stop the time.
Kitchensync
* Added configuration dialogs for Evo2, SynCE, Moto and Jescs.
* Added configuration dialog for Sunbird plugin.
KMail
* Do not show the dragging menu when dragging to ourselves or to our
parent.
* Do not ask the user to go online each time a job finished if he
decided to be offline.
* Fix rebuilding index files breaks subject threading for existing messages.
* Fix copying of messages on the same online IMAP server.
* Fix crash when moving folders.
* Fix crashes during drag&drop of imap folders.
* Fix crash after reply to a revoked mail.
* Fix event loop handling.
* Fix crash when cancelling GnuPG singing a new empty message.
* Fix crash on retrieving pop mail.
* Fix crashing after startup.
* Fix templates for forwarding do not work with inline mails.
* Fix draft messages forget the default GPG action.
* Fix encrypt to self function beign always on.
* Fix mails started from a template have wrong date.
Kontact
* Fix crash when editing toolbars while a plugin without part is active.
* Fix crash if no plugin is active when editing toolbars.
KOrganizer
* Fix loading the freebusy list for people with a preferred email address.
* Fix unability to get freebusy information from an eGroupware server.
* Fix publish free/busy list automatically not working.
* Fix a crash when moving recurring multidays events.
* Fix audio notification open file dialog.
korn
* Fix the Subject and Sender parsing.
* Fix fetching the password of a kmail account from kmailrc.
* Fix using pop3-mailboxes from the kmail configuration.
Akregator
* Fix storage backend waking up CPU every 3 seconds.
KTurtle
* Fix UTF8 bug when user language was UTF8.
* Make "else" work.
Kig
* If the loading of the document fails, completely cleanup ourselves to
be able to open a new document in the same (untouched) window.
KVocTrain
* Enable word wrap for the labels in multiple choice query.
* Fix handling of hints.
* Fix handling of remote files.
* Fix search not searching in all columns.
KStars
* Galactic/Equatorial coordinates conversion does not work.
2007/09/30
+ correct cursor position in editbox after deleting past left margin
(report by Joe McDonagh).
+ add "--no-ok" option (patch by Klaus Knopper).
+ modify "--file" option to allow it to read from sources other than
a regular file (patch by Pieter van Beek).
+ improved hi.po (Hindi) (from Klaus Knopper).
+ fix masking of attributes in dlg_draw_shadow() which lost
line-drawing bit (report by David Everly).
+ fix editbox widget to handle zero-length files (report by Joe
McDonagh).
+ update "po" files eu.po ga.po it.po ms.po sv.po vi.po wa.po zh_CN.po
from
http://translationproject.org/latest/dialog/
Changes:
* new Pid.running? function. Checking whether a process exists by sending
signal '0'
* Patch to fix wrong ARGV when using :exec (in def start_exec:
Kernel.exec(script(), *(@app_argv || [])))
CD-R/DVD*R allowing more discs to be read. Also better dumping of TOC's in
cd_discect and sequential dumping of files using a different sectorsize
than the media allowing disc images of CD's to be dumped.
changes:
-Larger star catalogue, New sky cultures, New projections, Some new
nebula textureS
-Better accuracy of planetary positions, more precise positioning of
nebula textures
-New orbital calculation class making it possible to add comet objects
-Fly to planets by pressing control-G when one is selected
-Landscape locations - can set the location according to the landscape
-Places of interest improved
-New landscape: Garching, (near Munich, Germany)
-Data file layout change
-minor bug fixes, and significant changes to the code base
pkgsrc visible change: uses cmake