* Bugs fixed:
- lcms plug-in crashes on broken profile
- changing the help browser preference may not work
- blur plugin: bug in the first line
- gimp-2.6 crashed with SIGSEGV in IA__g_object_get()
- 1-bit white background saved as PBM becomes all black
- Small bug in Filter>Distorts>Ripple
- top left pixel position/coordinate is not 0,0 but 1,1
- Rotate with clipping crops the whole layer
* Updated translations.
version 2.26.0
- Lock gdk mutex in photo-saved and video-saved callbacks Those signals are emitted
within a gstreamer callback so outside the mainloop, hence the need for locking.
This fixes the flash locking issue and also the one about the grey thumbview
right after the flash, fixes bug #566098
- added/updated translations
- as, courtesy of Amitakhya Phukan
- bn_IN, courtesy of Runa Bhattacharjee
- ca, courtesy of Joan Duran
- cs, courtesy of Lucas Lommer
- de, courtesy of Mario Blättermann
- el, courtesy of Jennie Petoumenou
- fr, courtesy of Robert-André Mauchin
- gl, courtesy of Suso Baleato
- lt, courtesy of Vytautas Rėkus
- or, courtesy of Manoj Kumar Giri
- te, courtesy of Krishna Babu K
- th, courtesy of Theppitak Karoonboonyanan
version 2.25.92
- Remove g_error calls where the error is not supposed to abort execution.
Replace them with more suited g_warnings, fixes bug #562179
- Print cheese verbose messages even if log dir doesn't exist, fixes bug #573573
- added/updated translations
- ro, courtesy of Adi Roiban
- sv, courtesy of Daniel Nylander
version 2.25.91
- replace deprecated gtk symbols inside hildon code, fixes bug #571383, courtesy of Thomas Andersen
- added/updated translations
- es, courtesy of Jorge González
- et, courtesy of Mattias Põldaru
- ro, courtesy of Adi Roiban
- vi, courtesy of Clytie Siddall
- zh_HK, courtesy of Chao-Hsiung Liao
- zh_TW, courtesy of Chao-Hsiung Liao
version 2.25.90
- fixed lack of period at the end of a few paragraphs in the documentation,
adopted "screenshot" instead of "screen shot", fixes bug #566718, courtesy of Leonardo Ferreira Fontenelle
- reverse icon view scroll buttons scroll direction for RTL locales, fixes bug #566197, courtesy of Yair Hershkovitz
- added/updated translations
- de, courtesy of Hendrik Richter
- el, courtesy of Fotis Tsamis
- es, courtesy of Jorge González
- fr, courtesy of Claude Paroz
- ko, courtesy of Changwoo Ryu
- zh_CN, courtesy of 甘露(Gan Lu)
version 2.25.4
- added/updated translations
- be@latin, courtesy of Ihar Hrachyshka
- lv, courtesy of Raivis Dejus
- pt_BR, courtesy of Leonardo Ferreira Fontenelle
version 2.25.3
- single includes fix, fixes bug #563537, courtesy of Pedro Fragoso
- added/updated translations
- pa, courtesy of Amanpreet Singh Alam
version 2.25.2
- print vendor and product id while probing devices. provide some more device informations for easier bug triaging.
- remove unnecesary include files, to meet GnomeGoal http://live.gnome.org/GnomeGoals/CleanupGTKIncludes
- don't use random access glist methods when accessing a list sequentially
and properly free list elements after use, fixes bug #560514 and #560347, courtesy of Giuseppe Fuggiano
- Use gtk_show_uri to open files and xdg-open i.s.o. gnome-open
- Use gtk_message_dialog_format_secondary_markup correctly
- print the cheese version if the -v flag is set
- add support for cams which support only one resolution, fixes bug #560032, courtesy of Hans de Goede
- added/updated translations
- es, courtesy of Jorge González
- ku, courtesy of Erdal Ronahi
version 2.25.1
- change the default font of the countdown widget to bitstream vera sans bold
- drop libgnome/libgnome-vfs dependencies, fixes bug #556580, courtesy of Cosimo Cecchi
- exit correctly with unknown command line arguments, fixes bug #556084.
- change the ui behaviour of the fullscreen toolbar, to show always when in
effects chooser mode, fixes bug #548546
- added/updated translations
- ca, courtesy of Gil Forcada
- de, courtesy of Hendrik Richter
- es, courtesy of Jorge González
- fr, courtesy of Robert-André Mauchin
- he, courtesy of Mark Krapivner
- nb, courtesy of Kjartan Maraas
- nl, courtesy of Wouter Bolsterlee
- pt_BR, courtesy of Vladimir Melo
- sr, courtesy of Горан Ракић
- sr@latin, courtesy of Goran Rakić
- th, courtesy of Theppitak Karoonboonyanan
- uk, courtesy of Maxim V. Dziumanenko
2009-03-10 Rodney Dawes <dobey@gnome.org>
* configure.in:
Up version to 2.25.92 for release
2009-03-10 Rodney Dawes <dobey@gnome.org>
* 48x48/animations:
Add a 48x48 of the new process-working icon to finish off #558367Fixes#558367
2009-03-10 Rodney Dawes <dobey@gnome.org>
* 48x48/actions/Makefile.am:
* 48x48/actions/appointment-new.png:
* 48x48/actions/mail-message-new.png:
* 48x48/actions/mail-send-receive.png:
Removed some duplicate icons that are old style
2009-02-17 Rodney Dawes <dobey@gnome.org>
* configure.in:
Up version to 2.25.91 for release
2009-02-11 Rodney Dawes <dobey@gnome.org>
* configure.in:
Up version to 2.25.90 for release
2009-01-26 Jakub Steiner <jimmac@ximian.com>
* process-working: replace the spinner. Addresses bug #558367
New or changed in 3.45:
* Some minor corrections of warnings issued by Coverity Prevent
(security related checks).
* fixed a bug in the fig backend related to dotted lines.
* added better support for pagesize handling in the driver framework.
* better handling of fonts using 0 encoded characters (thanks to
Vladimir Eltsov)
* fixed a problem which caused newer versions of GhostScript to go
into an endless loop.
New or changed in 3.44:
* hotfix for the Aysmptote driver to make it compatible with
Aysmptote version 1.00.
* removed some diagnostic messages concerning temporary file
handling.
* removed the pstoedit-config.* since this is replaced by the
pkg-config file pstoedit.pc.
New or changed in 3.43:
* some usability improvements as proposed in Debian Bug
Report #347732
[1]http://groups.google.com/group/linux.debian.bugs.dist/msg/c38e1f
79d75b3152?dmode=source&hl=de
* cleaned some minor problems found by the Klocwork checker
([2]www.klocwork.com )
* replaced tempnam with mkstemp where available.
* replaced several string related functions with the secure versions
where available (Windows - VC++2005)
* switched back again to calling GhostScript as .exe instead of via
the DLL in case pstoedit is called via gsview. Reason - there can
be only one instance of GhostScript per process and gsview needs a
second instance.
* a new driver for the OpenOffice metafile format (drvsvm)
contributed by Thorsten Behrens.
* source code cleanup considering messages issued by Gimpel's
FlexeLint/PC-Lint ([3]www.gimpel.com ).
* added a "-glyphs" option. Given this option, the PostScript
frontend passes also (if possible) the glyph names to the backend.
However, so far no backend really uses the glyph names. This is
only a preparation for future work.
* changed the way how Image/Graphicmagick is handled by configure.
Now configure tries to use pkg-config as proposed by the maintainer
of the Debian version of pstoedit (Ray Dassen).
* included a further patch for the Aysmptote driver.
on some platforms that lacked shared library support in the past. The
list hasn't been maintained at all and the gain is very limited, so just
get rid of it.
(GIF, PNG, JPG), even if they have been resized, recompressed, recolored or
slightly modified.
The library is free, lightweight yet very fast, configurable, easy to use and
it has been designed with security in mind.
OK'd by cube@
1.) Add binary and manual page symlinks which "CHECK_FILES" didn't catch
on my system as there were already present from previous installs.
Problem noted by Hasso Tepper in private e-mail.
2.) Stop the install phase from creating "/usr/lib/lua/5.1" and writing
files to it.
Bump package revision again because of these fixes.
1.) Add missing RCS Ids.
2.) Add missing ".pdf" files to the package list.
3.) Remove all entries for ".so*" and ".a" files and let "pkgsrc"
derive them automatically from the ".la" files.
4.) Fix interpreter path in two example scripts.
Bump package revision after all these fixes.
so that it can be executed by a standard shell
(the section is question is windows specific, so just remove it)
This should fix PR pkg/40765 by Joern Clausen
0.1.8
------------------------------------------------------------------------
Updated to libraw 0.6.13:
- Bugfixes in RIFF reading code. .
Updated to libraw 0.6.12:
- Hasselblad V96C support.
Updated to libraw 0.6.11:
- Fixed serious bug in loading metadata from external JPG file.
Updated to libraw 0.6.10:
- Support for loading White Balance data from Sony ARW files edited with Sony IDC software.
Updated to libraw 0.6.9:
- Better support for Samsung S85.
- Fixed possible integer overflow in wavelet denoising code.
Updated to libraw 0.6.8:
- Changes in QuickTake 100 files processing.
Updated to libraw 0.6.7:
-Added support for Samsung S85.
-Changes in external jpeg (metadata) processing.
Updated to libraw 0.6.6:
-Changes in Panasonic FZ50 processing code.
Updated to libraw 0.6.5:
-Fixed file descriptor and buffer memory leak when thumbnail extractor is called,
but library object is not properly initialized.
-Fixes in Imacon files unpacking.
-Fixes in Hasselblad .fff files unpacking.
Fix PPM color preview extraction.
Evas is a clean display canvas API for several target display systems
that can draw anti-aliased text, smooth super and sub-sampled scaled
images, alpha-blend objects, and more.
This is the XPM image loader of Evas.
Evas is a clean display canvas API for several target display systems
that can draw anti-aliased text, smooth super and sub-sampled scaled
images, alpha-blend objects, and more.
This is the TIFF image loader of Evas.
Evas is a clean display canvas API for several target display systems
that can draw anti-aliased text, smooth super and sub-sampled scaled
images, alpha-blend objects, and more.
This is the SVG image loader of Evas.
Evas is a clean display canvas API for several target display systems
that can draw anti-aliased text, smooth super and sub-sampled scaled
images, alpha-blend objects, and more.
This is the PMAPS image loader of Evas.
Evas is a clean display canvas API for several target display systems
that can draw anti-aliased text, smooth super and sub-sampled scaled
images, alpha-blend objects, and more.
This is the GIF image loader of Evas.
Evas is a clean display canvas API for several target display systems
that can draw anti-aliased text, smooth super and sub-sampled scaled
images, alpha-blend objects, and more.
This is the Edb image loader of Evas.
Evas is a clean display canvas API for several target display systems
that can draw anti-aliased text, smooth super and sub-sampled scaled
images, alpha-blend objects, and more.
This is the 16-bit SDL rendering backend of Evas.
Evas is a clean display canvas API for several target display systems
that can draw anti-aliased text, smooth super and sub-sampled scaled
images, alpha-blend objects, and more.
This is the SDL rendering backend of Evas.
- update to 2.20.3
Upstream changes:
October 7, 2008
- Release 2.20.1
- Security fix for stack overflow problem in the graph parser reported by IBM
June 25, 2008
- Release 2.20.2
- Fix bug in HTML-like labels
June 23, 2008
- Release 2.20.1
- Fix bug in ccomps related to conversion to cgraph
June 20, 2008
- Release 2.20.0
- Preparing for Release 2.20
- Fixed bugs: 1315, 1317, 1324, 1336, 1343, 1364
- Add new "folder" shape for nodes.
- Migration of gvpr tools to libcgraph.
- New output format -Teps (encapsulated postscript)
- Various NetBSD and SuSE fixes incorporated
- ./configure now provides a summary
- RPM specfile updates for fedora-10 (no more string comparisons)
- Add MacOS support (Glen Low)
March 10, 2008
- Release 2.18
- Fixed bugs: 1249, 1255, 1256, 1268, 1276, 1289, 1295, 1300,
Fedora BZ#247376,
- in -Tps use a new number formatter that suppresses trailing 0.
- support tcl/tk-8.5
- support gcc-4.3
- support for node usershapes/images in svg format (thanks Alex Poylisher)
- install: perl, php, python, ruby, tcl, bindings in language-specified directories
- add arrowhead scaling with edge penwidth
- add "folder" node shape (thanks Pander)
- many windows and mac fixes (thanks Glen)
- add "smyna" large graph view (thanks Arif) (not yet included in binary distros)
Evas is a clean display canvas API for several target display systems
that can draw anti-aliased text, smooth super and sub-sampled scaled
images, alpha-blend objects, and more.
This is the Xrender X11 rendering backend of Evas.
Evas is a clean display canvas API for several target display systems
that can draw anti-aliased text, smooth super and sub-sampled scaled
images, alpha-blend objects, and more.
This is the software 16-bit X11 rendering backend of Evas.
Evas is a clean display canvas API for several target display systems
that can draw anti-aliased text, smooth super and sub-sampled scaled
images, alpha-blend objects, and more.
This is the software X11 rendering backend of Evas.