Release 0.10.0
core:
* Fix crashes on PDF using Stitching or Axial Shading painting
* Fix rendering of PDF with Type1 fonts that have more than
one encoding definition per line
* Do not try to save documents that have Encryption as we
do not support that and the user ended with a broken file
* Fix crash on files with OptionalContentGroup but no Name
Qt4:
* Fix the area of the links to be correctly reported on rotated documents
misc:
* Mingw+Msys should work
Release 0.9.3 (0.10 RC 2)
core:
* Fix rendering regression on some embedded fonts
* Fix rendering regression of some special fonts
* Fix crash on documents with bogus jpeg data
Qt4:
* The printing flag defaults to true on PSConverter
* Documentation improvement
utils:
* Fix regression that made HmtlOutputDev ignore jpeg images
misc:
* Improve compilation on mingw
Release 0.9.2 (0.10 RC 1)
core:
* Fix conversion to PS some files (bug #17645)
* Small Form fixes
* Small JS fixes
* Improve memory usage of the cairo renderer
utils:
* Fix mismatched free/delete in pdftohtml
* Fix memory leak in pdftohtml
* Fix crash in pdftohtml
glib:
* Fix a crash in forms demo
misc:
* Compile with -pedantic
Release 0.9.1 (0.10 Beta 2)
Core:
* Fix crash on some AESv2 encrypted files (bugs #13972, #16092, #17523)
* Improve parsing of broken files (bug #17568)
glib frontend:
* Minor improvements to the demo application
utils:
* pdftohtml: Generate the outline file in the same place
of the other generated files (bug #17504)
Release 0.9.0 (0.10 Beta 1)
Core:
* Initial JavaScript support
* Annotation improvements
* Improvements in the Arthur based renderer
* Improvements in the Cairo based renderer
* Added a JPEG2000 decoder based on OpenJPEG
* Small fixes in ActualText implementation
* Fix jpeg rendering when not using the libjpeg based decoder
* Movie fixes
* Do not get out of memory on documents that specify huge fonts
* Emulate Adobe Reader behaviour on documents with duplicate keys in Dictionaries
* Forms improvements
Qt4 frontend:
* Annotation improvements
* Forms improvements
* Add the possibility of extracting embedded fonts
* Initial Movie support
* Documentation improvements
* Small improvements in the PS exporter
glib frontend:
* Annotation improvements
* Attachment fixes
utils:
* updated man pages
* Added -listenc to pdfinfo and pdftotext
libgweather 2.24.1
==================
libgweather
* Make sure the returned strings are UTF-8 (Minoru Hashima, Dan)
* Code cleanups (Dan)
* Fix crash if a timezone in Locations.xml is not known (Dan)
* Use the proxy settings (Dan)
* Add weather_info_network_error() API to know the type of error
when getting the weather (Dan)
Locations.xml
* Mexican states of Chihuahua, Nayarit, Sinaloa, and Sonora are in
Mountain Time, not Central Time (Christopher Aillon)
Misc
* Distribute gweather.defs so python bindings are buildable (Emilio
Pozuelo Monfort)
* Add -lm to the build (Frederic Peters, Dan)
Translators
* Alaksandar Navicki (be@latin)
* Fábio Nogueira (pt_BR)
* Vasiliy Faronov (ru)
* Danishka Navin (si)
Changes in libsoup from 2.24.0.1 to 2.24.1:
* Fixed a crash when unreffing the session from a
soup_session_queue_message() callback [#533473], and added
regression test. In particular, this fixes a crash in
seahorse when trying to connect to a non-responsive
keyserver.
* Fixed an infinite loop when giving a bad password to a site
that uses non-standard capitalization in the
WWW-Authenticate header (eg, gmail.com) [#536285].
* Fixed a leak in SoupSessionAsync when using a non-default
GMainContext. [addendum to #498509, Arnout Vandecappelle]
Added additional code to the regression tests to make sure
sessions and servers do not get leaked.
* Fixed a leak in the XML-RPC code
* Compile fixes for "gcc -pedantic" [#553976, Sander Dijkhuis]
and -DG_DISABLE_DEPRECATED / -DG_DISABLE_SINGLE_INCLUDES
[#557072, Cosimo Cecchi]
* Patched xmlrpc-test to accept the incorrect response to
test_echo() that php-xmlrpc gives when it's built against
libxml2 >= 2.7.1 (qv http://bugs.php.net/45996), so that
I can "make distcheck"...
* Updated generated documentation
Major changes in 1.0.2
======================
* Make sure mount-added is always emitted when a mount operation is completed
* Crash fixes
* FUSE: Set st_blocks to make du and ls -s work
* FUSE: Stability fix with concurrent close and reads (made amarok2 crash)
2008-10-21 Mike Kestner <mkestner@novell.com>
* cairo/*: add a policy assembly for 1.0 defering to 2.0.
2008-10-13 Brad Taylor <brad@getcoded.net>
* Makefile.am:
* configure.in.in:
* gtk-sharp-2.0-lib.wxs.in:
* gtk-sharp-2.0-dev.wxs.in: Replace version numbers in wxs files,
import gtk-sharp-2.0-dev.wxs.
2008-10-13 Mike Kestner <mkestner@novell.com>
* Makefile.am: installer target
* gtk-sharp-2.0-lib.wxs: new installer config file
2008-10-12 Andrés G. Aragoneses <aaragoneses@novell.com>
Fixes BNC#426876.
* generator/InterfaceGen.cs: throw ArgumentNullException in
the Adapter's constructor that receives an implementor.
2008-10-09 Mike Kestner <mkestner@novell.com>
* cairo/*.cs: flatten source hierarchy to simplify win32 build.
* sample/Makefile.am: fix a ref issue with local cairo.
2008-10-09 Mike Kestner <mkestner@novell.com>
* configure.in.in: magic for local Mono.Cairo build.
* cairo/*: a local build of Mono.Cairo for .Net-only builds on win32.
* */Makefile.am: use local Mono.Cairo where necessary.
2008-10-09 Mike Kestner <mkestner@novell.com>
* configure.in.in: kill dead config.in.
* sample/CairoSample.cs: some dispose handling and cleanup.
* sample/cairo-sample.exe.config.in: kill, no pinvoke needed now.
* sample/GException.cs: GException test sample.
* sample/GtkCairo.cs: kill, replaced by Gdk.CairoHelper.Create.
* sample/Makefile.am: cleanup.
2008-10-08 Mike Gorse <mgorse@novell.com>
* Atk/Makefile.am, Atk/ObjectFactory.custom, Atk/glue/Makefile.am,
Atk/glue/object_factory.c: Add ObjectFactory.custom and
glue/object_factory.c.
2008-10-02 Mike Gorse <mgorse@novell.com>
* Atk/Makefile.am, Atk/Hyperlink.custom, Atk/glue/Makefile.am,
Atk/glue/hyperlink.c: Add Hyperlink.custom and glue/hyperlink.c.
2008-09-30 Mike Kestner <mkestner@novell.com>
* generator/EnumGen.cs:
* generator/InterfaceGen.cs:
* generator/StructBase.cs: fix build breakage in prev commit.
2008-09-30 Stephane Delcroix <sdelcroix@novell.com>
* generator/CallbackGen.cs:
* generator/ClassGen.cs:
* generator/EnumGen.cs:
* generator/GenBase.cs:
* generator/InterfaceGen.cs:
* generator/Method.cs:
* generator/OpaqueGen.cs:
* generator/StructBase.cs:
* generator/ObjectGen: check for the internal attribute
* generator/Method.cs: check for the accessibility attribute;
Overview of Changes from GTK+ 2.14.3 to 2.14.4
==============================================
* Bugs fixed:
553135 eog crash: assertion failed...
553241 double freed pointer in lpr_write cause firefox3 crash
553133 GtkFileChooser won't ask to mount a volume
553578 tabs are not drawn correctly
553211 GtkFileChooserButton unsets filter after first use
554141 uninitialized data use/free in gtkclipboard-quartz.c
554690 mem leak in filechooser
554691 mem leak in filechooser
554696 invalid free function used
554698 mem leak in filechooser
554701 filechooser spams console with useless warnings
554704 gtkfilesystemmodel does too much work
554506 combining diacritics broken, became deadkeys
530575 GtkEntry with invisible chars has a confused cursor...
371908 Password Entry broken
132501 Make utility window translate to tool window in win32
554702 gtkfilesystem leaks GError
554192 double press on the "circumflex" dead key...
550342 Splash screens have a caption
555000 Wrong treatment on non-spacing marks dead keys...
552318 menubar mnemonics consumed even when gtk-enable-mnemonics=false
555779 GtkCellRendererPixbuf crashed on failed GIcon lookup
555791 Nautilus Crashes when opening USB MP3 Player Contents
* Updated translations:
Catalan (ca)
German (de)
Spanish (es)
French (fr)
Italian (it)
Japanese (ja)
Macedonian (mk)
Brazilian Portugese (pt_BR)
Slovak (sk)
Swedish (sv)
2008-09-14 Jeffrey Stedfast <fejj@novell.com>
* README: Bumped version
* configure.in: Bumped version to 2.2.23
2008-09-13 Jeffrey Stedfast <fejj@novell.com>
* docs/reference/gmime-sections.txt: Updated.
* gmime/gmime-parser.c (nearest_pow): New faster method for
calculating nearest power of 2, rather than an expensive
while-loop.
(g_mime_parser_get_headers_begin): New function backported from
2.3.x
(g_mime_parser_get_headers_end): Same.
2008-08-07 Jeffrey Stedfast <fejj@novell.com>
* gmime/gmime-message-part.c (g_mime_message_part_get_message):
Only ref the message if it is non-NULL. Thanks to Peter Bloomfield
for this fix.
2008-08-27 Mike Kestner <mkestner@novell.com>
* gnomedesktop/gnomedesktop-sharp.dll.config.in: fix so version.
* gnomepanel/gnome-panel-sharp.dll.config.in: add missing dllmap.
Fixes for 420142 and 420145 from Goetz Waschk.
2008-08-20 Mike Kestner <mkestner@novell.com>
* configure.in: update gtk-sharp requirement to 2.12.1 since the
gnomepanel glue generation doesn't occur using 2.12.0. This breaks
the build since it's expecting a generated.c to be present.
[Fixes#418291]
2008-08-06 Mike Kestner <mkestner@novell.com>
* *: Update to GNOME 2.23.5 API. Add gnome-print-sharp.dll
and gnome-panel-sharp.dll assemblies, along with .pcs to detect
their availability.
2008-08-06 Mike Kestner <mkestner@novell.com>
* *: Update to Gnome 2.23.5 release API. Remove print and panel
APIs from gnome-sharp.dll into their own assemblies now located in
gnome-desktop-sharp.
2008-05-14 Stephane Delcroix <sdelcroix@novell.com>
* gconf/GConf/gconf-sharp.dll.config.in:
* gconf/GConf/ClientBase.cs: use GType.Init () instead of
g_type_init ();
into The NetBSD Packages Collection.
The Perl 5 module Net::MAC allows you to
- store a MAC address in a Perl object
- find out information about a stored MAC address
- convert a MAC address into a specified format
- easily compare two MAC addresses for string or numeric equality
Collection.
The Perl 5 module Net::MAC allows you to
- store a MAC address in a Perl object
- find out information about a stored MAC address
- convert a MAC address into a specified format
- easily compare two MAC addresses for string or numeric equality
Due to small issue with gxemul (PCI registers values of piix
controller are not saved having been written) FreeBSD in
gxemul panics after detecting IDE devices. Apply this patch to
fix it...
Bump PKGREVISION.