Accepting request 347514 from graphics

1

OBS-URL: https://build.opensuse.org/request/show/347514
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gimp?expand=0&rev=93
This commit is contained in:
2015-12-09 19:33:52 +00:00
committed by Git OBS Bridge
parent c44810b5d5
commit 0dc225de7e
4 changed files with 46 additions and 6 deletions

View File

@@ -1,3 +1,40 @@
-------------------------------------------------------------------
Sat Dec 5 03:32:03 UTC 2015 - plinnell@opensuse.org
- Explcitly declare the libgimp version in Requires, so upgrades
bring in the updated libraries as well. Makes the upgrade from
2.8.x > 2.8.16 seamless and avoids an error on start.
-------------------------------------------------------------------
Sat Nov 28 20:25:06 UTC 2015 - plinnell@opensuse.org
- update to version 2.8.16
- fix a couple of rpmlint warnings
+Core:
- Seek much less when writing XCF
- Don't seek past the end of the file when writing XCF
- Windows: call SetDLLDirectory() for less DLL hell
- Fix velocity parameter on .GIH brushes
- Fix brokenness while transforming certain sets of linked layers
+GUI:
- Always show image tabs in single window mode
- Fix switching of dock tabs by DND hovering
- Don't make the scroll area for tags too small
- Fixed a crash in the save dialog
- Fix issue where ruler updates made things very slow on Windows
+Plug-ins:
- Fix several issues in the BMP plug-in
- Make Gfig work with the new brush size behavior again
- Fix font export in the PDF plug-in
- Support layer groups in OpenRaster files
- Fix loading of PSD files with layer groups
+ General:
- OSX build system fixes
- Bug fixes
- Translation updates
-------------------------------------------------------------------
Wed Apr 8 16:48:38 UTC 2015 - dimstar@opensuse.org