Commit graph

4369 commits

Author SHA1 Message Date
wiz
c6a8460057 Update to 2.3.2:
The Tellico development team, namely me, is happy to announce that
version 2.3.2 is available from the download page. Tellico 2.3.2
includes several bug fixes, among them:

    * Fixed bug with list view settings not being saved between sessions (Bug 256373)
    * Fixed bug with updating groups for derived values (Bug 256374)
    * Made Nepomuk support optional
    * Added cover art support for MusicBrainz source
    * Fixed Google Scholar data source to properly fetch Bibtex
    * Fixed bug with FreeDB results not using track artists (Bug 258541)
    * Fixed bug with importing Bibtex file with keyword and keywords fields (Bug 258269)
    * Fixed sorting multiple numeric values in column view
    * Fixed sorting for numeric values in group view
    * Updated Allocine script to version 0.7.3 (Bug 258281)
    * Updated Bibtex importer to translate non-breaking spaces
2010-12-15 13:25:05 +00:00
wiz
08e4bdaff3 Update to 0.8.12:
goffice 0.8.12:

Andreas
	* Fix US 30/360 date calculations. [#631242][#630784]

Jean:
	* Fixed sorting with accentuated characters. [#631504]
	* Allow filled plots to be displayed behind the grids. [#632310]
	* Fixed patterns with cairo-1.10.
	* Fixed flawed exponential fit in graphs for small values. [#633735]
	* Fixed an infinite loop condition in cubic spline evaluation. [#633965]

Morten:
	* Fix GOImage-vs-cairo lifecycle issue.
	* Fix loading of weird themes.

--------------------------------------------------------------------------
goffice 0.8.11:

Jean:
	* Implement custom grids in xyz plots. [#624273]

Jon Nordby:
	* Update API documentation.

Morten:
	* Improve fractional days support for date axes.
	* Draw charset/locale selectors with "radio" buttons.

Yasuaki Taniguchi:
	* Fix charset problem for Japanese.  [#627829]
2010-12-12 11:55:42 +00:00
wiz
a8d688f4d7 Update to 2.1.3:
Fixed issues

    * All ‘null (FP)’ problems should be resolved
    * Post-end bid-counts should be correct again
    * eBay is testing a new ‘confirm’ page which broke sniping.
    * Update-All works again, and is reasonably efficient
    * Substantial performance tuning
2010-12-12 11:39:47 +00:00
adam
ee8b321706 Changes 0.10.6:
* New feature for installing landscapes from ZIP archives.
* New plugin: Solar System editor.
* New plugin: Time Zone manual override.
* New translatable strings: stars and nebulae.
* Selected plugins loaded by default.
* Fixed on change of sky culture.
* Fixed clearing of single constellation selection.
* Fixed constellation art engine, removing distortion of images.
* Changed GUI styles (all dialogs now use "Title Bar", the two different tabbed
  widget implementations are styled consistently).
* Changed Solar System engine, allowing "Comets" and "Minor planets" to be
  handled as classes of objects separate from "Planets".
* Translatable plugin names, descriptions and some other strings.
* Oculars plugin: now uses a configuration file instead of SQL.
* Oculars plugin: added manual override of keyboard shortcuts.
* Oculars plugin: CCD sensors formula fixed.
* Satellites plugin: added new orbit prediction engine.
* Satellites plugin: added trajectory visualization.
* Satellites plugin: fixed problems leaving satellite TLEs out of date.
* Satellites plugin: can now update TLEs from a local file.
* Satellites plugin: satellite visibility can now be saved from satellites
  dialog.
* Telescope control plugin: fixed bad serial port names on Windows.
* Telescope control plugin: fixed telescopes disappearance on startup.
* Telescope control plugin: added manual equinox/epoch override.
* Various rendering problems resolved.
* SQLite dependency dropped. The Qt SQLite driver no longer needs to be
  packaged with Stellarium.
2010-12-06 21:03:18 +00:00
markd
77db46e172 Find recent libwpd, but remove koffice-libwpd option from the default
build as currently doesn't build against it.  Bump PKGREVISION.
2010-12-06 11:56:44 +00:00
markd
c92ceaebe1 Update to KDE SC 4.5.4
4.5.4 brings bugfixes and translation updates
2010-12-06 11:43:38 +00:00
gson
018660120e Update misc/py-anita to 1.18. Changes from 1.17:
Deal with sysinst no longer asking for a password cipher.

Create the work directory in "test" mode so that it works without
running "install" first.

Fix incorrect description of the --workdir option in the man page, and
consistently use the term "work directory" throughout.

Reorganized the man page, adding a MODES section.

New mode "print-workdir".

Fix installation of historical versions of -current around
CVS date 2009.08.23.20.57.40.
2010-12-04 19:43:37 +00:00
taca
c2a322e374 Update ruby-configuration pacakge to 1.2.0.
Changes are unknown.
2010-12-04 04:12:18 +00:00
taca
2161440548 Update ruby-columnize package to 0.3.2.
0.3.2

- Mostly Administrivia.
  * Add .gemspec, correct description field and add a summary.
  * Add Columnize::VERSION
  * Simplify Rakefile
  * Add stub Makefiles
2010-12-04 04:11:29 +00:00
taca
d9e2dcee79 Update ruby-bundler package to 1.0.7.
## 1.0.7 (November 17, 2010)

Bugfixes:

  - Remove Bundler version from the lockfile because it broke
    backwards compatibility with 1.0.0-1.0.5. Sorry. :(

## 1.0.6 (November 16, 2010)

Bugfixes:

  - Fix regression in `update` that caused long/wrong results
  - Allow git gems on other platforms while installing (#579)

Features:

  - Speed up `install` command using various optimizations
  - Significantly increase performance of resolver
  - Use upcoming Rubygems performance improvements (@tmm1)
  - Warn if the lockfile was generated by a newer version
  - Set generated gems' homepage to "", so Rubygems will warn

## 1.0.5 (November 13, 2010)

Bugfixes:

  - Fix regression disabling all operations that employ sudo

## 1.0.4 (November 12, 2010)

Bugfixes:

  - Expand relative :paths from Bundler.root (eg ./foogem)
  - Allow git gems in --without groups while --frozen
  - Allow gem :ref to be a symbol as well as a string
  - Fix exception when Gemfile needs a newer Bundler version
  - Explanation when the current Bundler version conflicts
  - Explicit error message if Gemfile needs newer Bundler
  - Ignore an empty string BUNDLE_GEMFILE
  - Skeleton gemspec now works with older versions of git
  - Fix shell quoting and ref fetching in GemHelper
  - Disable colored output in --deployment
  - Preserve line endings in lock file

Features:

  - Add support for 'mingw32' platform (aka RubyInstaller)
  - Large speed increase when Gemfile.lock is already present
  - Huge speed increase when many (100+) system gems are present
  - Significant expansion of ISSUES, man pages, and docs site
  - Remove Open3 from GemHelper (now it works on Windows™®©©
  - Allow setting roles in built-in cap and vlad tasks

## 1.0.3 (October 15, 2010)

Bugfixes:

  - Use bitwise or in #hash to reduce the chance of overflow
  - `bundle update` now works with :git + :tag updates
  - Record relative :path options in the Gemfile.lock
  - :groups option on gem method in Gemfile now works
  - Add #platform method and :platform option to Gemfile DSL
  - --without now accepts a quoted, space-separated list
  - Installing after --deployment with no lock is now possible
  - Binstubs can now be symlinked
  - Print warning if cache for --local install is missing gems
  - Improve output when installing to a path
  - The tests all pass! Yay!

## 1.0.2 (October 2, 2010)

Bugfix:

  - Actually include the man pages in the gem, so help works
2010-12-04 04:10:55 +00:00
dholland
416c42c489 Requires gdk-pixbuf2-xlib for gtk plugin. From PR 44178. 2010-12-02 07:35:05 +00:00
drochner
544b5c1a3e update to 2.30.2
changes:
-minor fixes
-translation updates
2010-11-29 18:32:00 +00:00
dholland
61f60877b1 Fix PR 44163 by setting PREFIX correctly within the package. While
here, add patch comments and remove pkglint. PKGREVISION -> 7.
2010-11-28 20:52:44 +00:00
drochner
fe311bd267 update to 2.32.0
This switches to the gnome-2.32 release branch.
2010-11-28 13:23:06 +00:00
gson
3f5a7d7080 Update misc/py-anita from 1.15 to 1.17. Changes:
Update the discussion of Linux KVM virtualization compatibility in the
BUGS section, noting the --qemu-args -no-kvm-irqchip workaround and
including a reference to PR 44069.

New command line option "--sets".

Add a rudimentary INSTALL file.

The "misc" set is now installed by default, as it is required for
the ATF XML DTD, XSL files, and style sheets.

The "test" command now exports the raw and XML format ATF output
to the host, along with some auxiliary files needed for further
processing of the XML output.

Add support for FreeBSD hosts, from Kurt Lidl.
2010-11-25 14:44:20 +00:00
wiz
0f39b69ffb Bump PKGREVISION for libwpd shlib name change. 2010-11-25 10:28:34 +00:00
wiz
9c4d7c5c2c Update to 2.1.2:
o Fix some drag-and-drop issues caused by eBay’s new URL format
o Improve My eBay lookup
o Fix the display problems which made it look like completed items were gone.
o Try to make post-end auction updating work more smoothly
o A bunch of internal bugfixes
2010-11-23 22:55:52 +00:00
wiz
c7d3fe5f45 Update to 2.3.1:
* Released Tellico 2.3.1.
* Fixed edit dialog behavior when closing to be consistent with discarding data (Bug: 255938).
* Fixed error in Italian translation that caused HTML error and add workaround for future problems (Bug: 254863).
* Updated Freebase source for adapted /music/release schema.
* Updated IMDb data source for new layout (Bug: 253549).
* Added options in CSV importer and exporter for table delimiters.
* Changed URL field output to truncate link text to 30 letters (Bug: 250880).
* Increased max icon size to 256.
* Changed updating match algorithm to try to improve results when having multiple good matches (Bug: 250886).
* Updated GCstar plugin fetcher to use a separate thread.
* Fixed crash with z39.50 fetcher (Bug: 250795).
* Updated GCstar plugin fetcher to work with comic books.
* Fixed parsing for director and writer in IMDB fetcher (Bug: 249096).
* Updated DTD and added unit test for validation.
* Added GCstar import/export for comic book collections.
* Fixed bug with adding new fields during CSV import.
* Added GCstar export for wine collections.
* Improved GCstar import for wine collections.
* Fixed filter view to apply filter when item is selected (Bug: 248657).
* Improved exporter to add option for limiting exported fields (Bug 246390).
* Added data source fetcher for dvdfr.com.
2010-11-23 17:31:29 +00:00
mrg
63c1aceb24 add a "cups" options, default to on. 2010-11-19 08:29:30 +00:00
tnn
05b932f619 committed previous from the wrong tree, we should only bl3 gdk-pixbuf2-xlib
if the gtk2 option is enabled.
2010-11-17 10:15:53 +00:00
tnn
db4d449180 buildlink graphics/gdk-pixbuf2-xlib to fix
configure: error: requirements to build the gtk-plugin not met.
2010-11-17 10:13:47 +00:00
abs
9987fa4b3a PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
obache
4df37b6c5f Shlib major bumped from 3 to 4 at update of ImageMagick-6.6.4.1.
Bump ABI_DEPENDS (and recursive bump).
2010-11-14 14:05:57 +00:00
markd
113e1423ce Make sure it uses the correct liblzma 2010-11-10 10:14:42 +00:00
plunky
88ec62d733 update to 3.9.7:
2010-10-28 : zyGrib Version 3.9.7

    * Fix a supid bug (oops) : crash when create animation.
2010-11-08 18:42:44 +00:00
markd
d219d2320d Update to KDE SC 4.5.3
4.5.3 brings a number of improvements:

    * KSharedDataCache has cache invalidation bug fixed that caused stability
           when daylight saving time changed.
    * Icon overlays in Dolphin are now positioned correctly after adjusting
      the zoom level.
    * Okular, KDE's universal document viewer has seen improvements in the
      DjVu and XPS backends.
2010-11-03 20:07:33 +00:00
wiz
d181a9e465 Reset maintainer. 2010-11-01 00:08:09 +00:00
plunky
7b6b584f0a update to 3.9.6
# 2010-10-25 : zyGrib Version 3.9.6

    * Fix a bug in version 3.9.5 : sometimes the progress bar was not hidden after the opening of a file.

# 2010-10-25 : zyGrib Version 3.9.5

    * New data (thank you NOAA !) : wind gust.
    * Animation when loading files.
    * Can interrupt the loading of big files.
    * Fix a bug : rare crash when manipulating meteotables.
2010-10-28 07:58:16 +00:00
markd
cb6e1b9309 Add a buildlink3.mk 2010-10-27 09:43:12 +00:00
markd
1dfd41696e hacks.mk was meant to go as part of the 4.5.2 update. 2010-10-27 05:43:33 +00:00
markd
547720d8ee Update to KDE SC 4.5.2
4.5.2
translation updates, performance and stability improvements and other
bugfixes.

4.5.0
new versions of the Plasma Workspaces, the KDE Applications and the KDE
Development Platform in version 4.5.0. While focus within this release
cycle lay on stability, the overall polish and performance gain is well
noticable. Features such as the reworked notification area, Marble's map
routing and support for WebKit in Konqueror round up this release.
2010-10-25 20:55:22 +00:00
markd
4098f807b7 Update to attica 0.2.0
- Update voting function (add overload) to take uint 0..100 according to
   ocs 1.6 spec
 - Add comments interface to request comments, add new comments and vote
   for comments
 - Add distribution interface to request distributions available in the
   server
 - Add homepagetype interface to request home page types from the server
 - Add methods to access home page entries in content
 - Add support of icons to content (OCS 1.6)
 - Add support of videos to content (OCS 1.6)
 - Add summary description to content (OCS 1.6)
 - Add size to download description (OCS 1.6)
 - Add fields to download item for package name, package repository, gpg
   fingerprint, mimetype (OCS 1.6)
2010-10-25 20:07:27 +00:00
wiz
97ed5045b9 If installing icons to share/icons/gnome, depend on gnome-icon-theme.
Bump PKGREVISION.
2010-10-20 20:26:29 +00:00
obache
a918a5905f Update m17n-contrib to 1.1.12.
* Changes in the m17n-contrib 1.1.12
** New input method:
im/be-kbd.mim (Belarusian)
2010-10-16 12:57:20 +00:00
obache
381862f911 Update m17n-db to 1.6.2.
* Changes in the m17n database 1.6.2
** New FLT file.
FLT/HEBR-OTF.flt
2010-10-16 12:53:11 +00:00
plunky
af4e667f09 update to zyGrib 3.9.4:
# 2010-10-06: zyGrib Version 3.9.4

    * Reduce flashing when resizing window.
    * Fixed a bug: the first image was not allways visible with
      some graphic cards.

# 2010-10-05: zyGrib Version 3.9.3

    * Supress a vicious bug (random crash).
    * New dutch translation.

# 2010-05-14: zyGrib Version 3.9.2

    * zyGrib uses the new GRIB file server, faster and more reliable.
    * Max file size is now 50 Mb (was 20).
    * New data in meteotables: geopotential altitude.
    * Can save data from meteotables in SYLK format, readable with a
      spreadsheet. Don't use a famous but stupid spreadsheet which do
      not understand correctly languages with beautiful accentued
      characters, but prefer OpenOffice.

# 2010-05-02: zyGrib Version 3.9.1

    * More complete information about data on the map.
    * Add relative humidity in altitude in meteotables.
    * Display if possible the wind arrows at the same altitude than the
      main data of the map.
    * Suppress a bug: area containing longitude 180° was sometimes not
      displayed when zooming.

# 2010-04-20: zyGrib Version 3.9.0

    * New altitude level: 200 hPa ( 11800 m).
    * New data: relative humidity at levels 850, 700, 500,300, 200 hPa.
    * Can choose altitude levels when downloading GRIB files.
    * Solve some bugs.

# 2010-04-03: zyGrib Version 3.8.6

    * Despite malformed file headers, zyGrib can now display corrupted GRIB
      files distributed by some suppliers, in particular Maxsee.  There are
      more explanation in the french news page and in the forum (also in
      french, sorry).

# 2010-03-15: zyGrib Version 3.8.5.3

    * New language: Czech (thanks Pavel Kalian).

# 2010-03-09: zyGrib Version 3.8.5.2

    * Suppress again the bug in the Windows version: saving images worked
      with XP, but not with Vista or Windows 7 (thanks a lot Microsoft for
      not being compatible with yourself).

# 2010-03-08: zyGrib Version 3.8.5.1

    * Suppress a bug in the Windows version: a dll was missing, so it was
      impossible to save images.

# 2010-03-08: zyGrib Version 3.8.5

    * Suppress an important bug: there was an unpredictable crash when reading
      certain GRIB files (rare, but it is not a reason).

# 2010-03-01: zyGrib Version 3.8.4

    * Save image (menu file or Ctrl+S).
    * Save all the images of an animation.
    * The trick red of the choice in the date moves when the mouse comes
      to titillate the date selector (sorry, automatic translation lose
      spoonerism !!!).
    * Dialog boxes more compact, so zyGrib is usable on low resolution
      screen (800x600).
    * Choose the language at the first start of the application.
    * Source sentences are now in english (bad :) ) to facilitate the
      translations.
    * Suppress a bug: geopotential altitudes very different from average
      value was not shown.

# 2010-01-31: zyGrib Version 3.8.3

    * Graphical date selector.
    * More complete information on meteorigical data shown on the map.

# 2010-01-28: zyGrib Version 3.8.2

    * Can choose the unit for the geopotential altitudes.
    * Show altitude data in meteotables.
    * suppress a bug in the Windows version: save file path was lost.

# 2010-01-25: zyGrib Version 3.8.1

    * Download and visualization of data in altitude (geopotential altitude,
      wind, temperature, theta-e) at 850, 700, 500 et 300 hPa (approx
      1460, 3000, 5600 and 9200 meters).
    * When opening a GRIB file, the displayed date is the closest date
      from now.
    * There was a lot of very important changes in the source code structure.
      It is now much easier to evoluate and to add new meteorological data.
    * Suppress a important bug when loading application in 3.8.0 version
      (in line only a few minutes).

# 2009-12-16: zyGrib Version 3.7.1

    * Update Dutch translation.
    * New Makefile in the source version for Linux.
      One can now do a make install to install all files in the directory
      $HOME/zyGrib (see the variable INSTALLDIR in the Makefile).
      Note: it's not a universal solution... but it's on the way...

# 2009-12-05: zyGrib Version 3.7.0

    * User can change the fonts used in the interface (Ctrl+E).
    * By default, zyGrib use and provide free fonts Liberation Fonts, for
      the interface and (more important) to assure the control of the size
      of the annotations on the maps.
    * Adaptive display of cities names, sorted by population.
    * Using cache memory for configuration parameters (significant speed
      improvment on slow support like USB key).
    * Important rewriting of source code to facilitate future evolutions.

# 2009-08-19: zyGrib Version 3.6.3

    * ZyGrib can now display Saildocs GRIB files.

# 2009-08-16: zyGrib Version 3.6.2

    * Updated translation files.

# 2009-08-15: zyGrib Version 3.6.1

    * Fixed a bug on the version number.
    * Meteotables a little dense for more data under the eyes.

# 2009-08-12: zyGrib Version 3.6.0

    * Transition to QT 4.5.
2010-10-16 06:50:52 +00:00
obache
0b460921a6 require some directories before installation. 2010-10-03 13:03:51 +00:00
obache
f8c4ad9dca Bump PKGREVISION by default mysql version changed from 5.0 to 5.1. 2010-09-30 10:49:10 +00:00
dsainty
c0b83e678e Force flush to be pipe-friendly (from ppower -m). Bump PKGREVISION. 2010-09-29 10:42:48 +00:00
taca
9e4978df82 Remove empty value of LICENSE. 2010-09-23 09:22:13 +00:00
obache
13479f49c6 Update gpriodic to 2.0.10.
Based on PR#43779 by Kamel Derouich, with some improvements by me.

2.0.10 : Minor code update & include translations
 * Use the standard gtk+ about window
 * Include the russian translation contributed by Michael Shigorin
2.0.9 : Minor code update & include translations
 * Several minor fixed contributed from the Debian project has been merged.
 * Italian and galician translations have been included.
2010-09-19 02:18:42 +00:00
taca
21de65014b * Remove patch of gemspec to allow depending to rubygems 1.3.5.
Bump PKGREVISION.
2010-09-16 12:05:27 +00:00
taca
a829c0f2f1 Update rubygems to 1.3.7.
o pkgsrc changes:

  * Add patches to keep output of specification sub-command as before.
  * Make sure to 'yaml is loaded in Gem::Specification::from_yaml().


=== 1.3.7 / 2010-05-13

NOTE:

http://rubygems.org is now the default source for downloading gems.

You may have sources set via ~/.gemrc, so you should replace
http://gems.rubyforge.org with http://rubygems.org

http://gems.rubyforge.org will continue to work for the forseeable future.

New features:

* `gem` commands
  * `gem install` and `gem fetch` now report alternate platforms when a
    matching one couldn't be found.
  * `gem contents` --prefix is now the default as specified in --help.  Bug
    #27211 by Mamoru Tasaka.
  * `gem fetch` can fetch of old versions again.  Bug #27960 by Eric Hankins.
  * `gem query` and friends output now lists platforms.  Bug #27856 by Greg
    Hazel.
  * `gem server` now allows specification of multiple gem dirs for
    documentation.  Bug #27573 by Yuki Sonoda.
  * `gem unpack` can unpack gems again.  Bug #27872 by Timothy Jones.
  * `gem unpack` now unpacks remote gems.
  * --user-install is no longer the default.  If you really liked it, see
    Gem::ConfigFile to learn how to set it by default.  (This change was made
    in 1.3.6)
* RubyGems now has platform support for IronRuby.  Patch #27951 by Will Green.

Bug fixes:

* Require rubygems/custom_require if --disable-gem was set.  Bug #27700 by
  Roger Pack.
* RubyGems now protects against exceptions being raised by plugins.
* rubygems/builder now requires user_interaction.  Ruby Bug #1040 by Phillip
  Toland.
* Gem::Dependency support #version_requirements= with a warning.  Fix for old
  Rails versions.  Bug #27868 by Wei Jen Lu.
* Gem::PackageTask depends on the package dir like the other rake package
  tasks so dependencies can be hooked up correctly.

=== 1.3.6 / 2010-02-17

New features:

* `gem` commands
  * Added `gem push` and `gem owner` for interacting with modern/Gemcutter
    sources
  * `gem dep` now supports --prerelease.
  * `gem fetch` now supports --prerelease.
  * `gem server` now supports --bind.  Patch #27357 by Bruno Michel.
  * `gem rdoc` no longer overwrites built documentation.  Use --overwrite
    force rebuilding.  Patch #25982 by Akinori MUSHA.
* Captial letters are now allowed in prerelease versions.

Bug fixes:

* Development deps are no longer added to rubygems-update gem so older
  versions can update sucessfully.
* Installer bugs:
  * Prerelease gems can now depend on non-prerelease gems.
  * Development dependencies are ignored unless explicitly needed.  Bug #27608
    by Roger Pack.
* `gem` commands
  * `gem which` now fails if no paths were found.  Adapted patch #27681 by
    Caio Chassot.
  * `gem server` no longer has invalid markup.  Bug #27045 by Eric Young.
  * `gem list` and friends show both prerelease and regular gems when
    --prerelease --all is given
* Gem::Format no longer crashes on empty files.  Bug #27292 by Ian Ragsdale.
* Gem::GemPathSearcher handles nil require_paths. Patch #27334 by Roger Pack.
* Gem::RemoteFetcher no longer copies the file if it is where we want it.
  Patch #27409 by Jakub Stastny.

Deprecation Notices:

* lib/rubygems/timer.rb has been removed.
* Gem::Dependency#version_requirements is deprecated and will be removed on or
  after August 2010.
* Bulk index update is no longer supported.
* Gem::manage_gems was removed in 1.3.3.
* Time::today was removed in 1.3.3.
2010-09-16 12:02:05 +00:00
wiz
4d24b9b8ad More PKGREVISION bumps for pixman update. 2010-09-14 11:13:10 +00:00
wiz
200e3c4a04 Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
version, and bump all depends.

Per discussion on pkgsrc-changes.
2010-09-14 11:00:44 +00:00
bad
d6d0db9f6d bump PKGREVISION for restricting JVMs to working ones in options.mk. 2010-09-13 22:38:38 +00:00
bad
12dfaed5be Fix JVM names. And remove openjdk7 as openoffice doesn't recognise it
as supported JVM.
2010-09-13 22:32:02 +00:00
wiz
b85c868148 Update to 0.8.10:
goffice 0.8.10:

Andreas:
	* Make sure the first rather than the last error is shown.
	* Plug leak.
	* Provide the opportunity of all errors to be shown.

Jean:
	* Always use real line width when evaluating dashes. [#442546]
	* Update x and y limits when data change for xyz plots. [#627288]
	* Do not crash when displaying cubic spline with no abscissa. [#627507]
	* Do not save image filling with no image. [#627690]
	* Don't use g_free instead of xmlFree. [#627700]
	* Optionnaly delete trendlines from legend. [#628031]
	* Fix critical in go_doc_finalize. [#628467]
	* Fixed a potential crasher in gog_styled_object_document_changed. [#628671]
	* Fixed GOImage references management. [#628732]

Morten:
	* Limit formats to sane number of decimals.  [#627066]
	* Fix minor go_string_replace issue.
	* Plug leaks.
	* Fix char-xmlChar confusion.
	* Fix graph crash.  [#628259]
	* Improve go_format_is_date.
	* Improve handling of date axes with time-of-day.
	* Fix FMR on image load.  [Part of #628467]
2010-09-13 10:58:43 +00:00
obache
0a1974f04b Marked as CONFLICTS with the previous pkgname (no ruby??- prefix). 2010-09-13 07:54:34 +00:00
taca
0dcddda4ec misc/rubygems/rubygem.mk has moved to lang/ruby/gem.mk. 2010-09-12 13:12:14 +00:00