Changes
Many improvements to RSS tag soup (RSSes and Atom) parser and the RSS
1.0 and Atom serializers
Several fixes and improvements to the N-Triples, RDFa and RDF/XML
parsers and Turtle serializer
Improved the use and configuration of static libxml functions for
better compatibility
Several Win32 portability fixes - Lou Sakey
Many internal changes for upcoming Raptor V2 - primarily by Lauri Aalto
Many other fixes and resilience improvements.
Add LICENSE.
- Path fixes to the build system the benefit of windows users (sengels)
- Clean up of class ArchiveReader
- Support for LZMA compressed streams in archives, notably .deb and .rpm
- Remove preceding ./ from file path in tar archives.
- Make parsing ar and deb files easier to abort: useful in e.g. Dolphin
- Better method of removing deleted file from the CLucene
- Do not tokenize the URL in the index to improve polling speed
- Fix the bz2 header check: more bz2 archives are recognized (pino)
- Fix infinite loop on parsing SGI image files
- Fix reading of zip files without central directory.
Add LICENSE.
Version 2.26.3
---------------
Misc improvements/fixes:
* Fix wrong GFDL version number in COPYING
* Use 'test ! -d' in autogen.sh, bgo#583311
* Directly link to xlib, bgo#583471
* Fix cursor drawing on 64bit platforms, bgo#584256
New and updated translations:
- [bn_IN] Runa Bhattacharjee
- [el] Giannis Katsampirhs
Remove code for gcc 2 in pkgsrc Makefile; it required gcc 3.0 anyway.
cl-2.07 Version 2.07
NASM is now under the 2-clause BSD license.
Fix the section type for the .strtab section in the elf64 output format.
Fix the handling of COMMON directives in the obj output format.
New ith and srec output formats; these are variants of the
bin output format which output Intel hex and Motorola S-records,
respectively. See ithfmt and srecfmt.
rdf2ihx replaced with an enhanced rdf2bin, which can output
binary, COM, Intel hex or Motorola S-records.
The Windows installer now puts the NASM directory first in the
PATH of the "NASM Shell".
Revert the early expansion behavior of %+ to pre-2.06 behavior:
%+ is only expanded late.
Yet another Mach-O alignment fix.
Don't delete the list file on errors. Also, include error and
warning information in the list file.
Support for 64-bit Mach-O output, see machofmt.
Fix assert failure on certain operations that involve strings with
high-bit bytes.
cl-2.06 Version 2.06
This release is dedicated to the memory of Charles A. Crayne, long
time NASM developer as well as moderator of comp.lang.asm.x86 and
author of the book Serious Assembler. We miss you, Chuck.
Support for indirect macro expansion (%[...]). See indmacro.
%pop can now take an argument, see pushpop.
The argument to %use is no longer macro-expanded. Use
%[...] if macro expansion is desired.
Support for thread-local storage in ELF32 and ELF64. See elftls.
Fix crash on %ifmacro without an argument.
Correct the arguments to the POPCNT instruction.
Fix section alignment in the Mach-O format.
Update AVX support to version 5 of the Intel specification.
Fix the handling of accesses to context-local macros from higher
levels in the context stack.
Treat WAIT as a prefix rather than as an instruction, thereby
allowing constructs like O16 FSAVE to work correctly.
Support for structures with a non-zero base offset. See struc.
Correctly handle preprocessor token concatenation (see concat)
involving floating-point numbers.
The PINSR series of instructions have been corrected and
rationalized.
Removed AMD SSE5, replaced with the new XOP/FMA4/CVT16 (rev 3.03)
spec.
The ELF backends no longer automatically generate a .comment section.
Add additional "well-known" ELF sections with default attributes. See
elfsect.
This feature release adds basic support for TASM-like assembly
syntax as well as a TASM-like command line frontend. It updates
AVX and FMA instructions to the latest Intel specifications, and
updates code alignment opcodes for modern processors. It also
includes a number of GAS syntax fixes and other bugfixes.
June 30 2009 - V2.04
Integrated bug fixes and patches and misc changes for portability.
Integrated a patch to remove some of the "access" macros.
Removed dependence on lua from the viewer, speeding it up
dramatically.
Fixed the viewer so it compiles and runs properly!
Specifically fixing issues: 1, 63, 67, 71, 76, 81, 82, 106, 111,
112, 128, 129, 130, 133, 135, 142, 143, 145, 147, 153, 154, 160,
165, 170, 175, 177, 187, 192, 195, 199, 201, 205, 209, 108, 169
it, and it only has a potential to conflict with the real openssl
(bad things will happen if a program links or dlopen()s both)
bump PKGREVISION
(the bug fixed in the added patches is already fixed upstream, will
be in the next release)
bugfix:
That bug might possibly cause database corruption if a large
INSERT or UPDATE statement within a multi-statement transaction fails
due to a uniqueness constraint but the containing transaction commits.
Sound Juicer "Bonnie and Clyde" 2.26.1
======================================
* Read the track artist instead of album artist in Musicbrain3
* Don't crash if the release date is unknown
* Read tracks when falling back to gvfs
Version 1.2.1 (released 18 Apr 2009)
* Remove signbit() from ProjectionIcosagnomonic.cpp
* Add shadows from satellites on Saturn's rings, let brightness of
rings go to zero as Saturn approaches equinox.
* Add trail_output option to satellite files to print out
satellite positions.
* Calculate eclipse shadows a little past the terminator so they
don't get cut off sharply.
* Reload satellite files in case TLE files are updated between
renderings. Suggested by Lutz M
* Added Lambert Equal Area projection
* Check that -origin above or below is not specified for the Sun.
* Added a definition for signbit() in ProjectionIcosagnomonic.cpp
* Add patch from Doug Hawkins to support marker_* keywords in
config file.
* Added the -label_body option. This is useful in conjunction
with -separation to specify which body the label should apply to.
* Added the -separation option. This places the observer at a
point in space where two bodies have the specified separation.
* Allow -glare 0 to remove sun glare.
* Fixed a bug where arcs were sometimes not drawn if they were
vertical or horizontal lines.
* A thickness value may now be specified for arcs.
* Added max_radius and min_radius keywords to marker files. This
disables drawing of the marker if the planet radius is larger than
or smaller than the specified value, respectively.
* Fixed a bug where the arc color was not reset to the default
color for subsequent arcs in the file.
2.20.1 (stable):
Glib:
* Date: Constructor: Check for invalid dates.
(José Alburquerque)
* ustring: Make the relational operators work with mixed argument types.
(Chris Vine) Bug #580773
* Allow dynamic GType registration, though this is not yet fully tested:
Class: Added a register_derived_type(GTypeModule*) overload to
call g_type_module_register_type() instead of g_type_register_static().
gmmproc: Added a _DYNAMIC_GTYPE_REGISTRATION() macro to
be used in the class in the hg file, to add a *_Class::init(GTypeModule)
method, and a get_type(GTypeModule*) method that calls it.
Gio:
* File: Added the missing make_directory_with_parents() definition.
(Siavash Safi)
Build:
* Fix the build with exceptions disabled.
(Daniel Elstner, José Alburquerque)
* Fix compiler warnings.
(Daniel Elstner, Hubert Figuiere)
* Windows build fixes.
(Armin Burgmeier)
Documentation:
* Improve the guessing of C++ method names for C function names.
(Johannes Schmid)
iso-codes 3.10.1
----------------
Tobias Quathamer <toddy@debian.org>
Fri, 26 June 2009
[ ISO 3166 translations ]
* Simplified Chinese by LI Daobing (TP)
* Serbian by Aleksandar Jelenak (TP)
* Indonesian by Andhika Padmawan (TP)
* Slovenian by Primož Peterlin (TP)
* Finnish by Tommi Vainikainen (TP)
* Italian by Milo Casagrande (TP)
* Norwegian Bokmaal by Hans F. Nordhaug (TP)
* Latvian by Rihards Prieditis (TP)
* Dutch by Freek de Kruijf (TP)
* Asturian by Marcos Alvarez Costales. Closes: #531683, #531720
* Korean by Changwoo Ryu (TP)
* Russian by Yuri Kozlov
* Basque by Piarres Beobide. Closes: #534278
[ ISO 3166-2 translations ]
* Indonesian by Andhika Padmawan (TP)
* Danish by Joe Hansen (TP)
* Italian by Milo Casagrande (TP)
* Dutch by Freek de Kruijf (TP)
[ ISO 4217 translations ]
* Norwegian Nynorsk by Eirik U. Birkeland (TP)
[ ISO 639 translations ]
* Marathi almost completely removed, except for the translation of
"Marathi" itself. The existing translations were not correct, but
contained some Unicode characters not valid for that language.
Closes: alioth#311588
[ ISO 639-3 translations ]
* Marathi almost completely removed, see above entry
* Dutch by Freek de Kruijf (TP)
- Version changed to 4.1
- Updated Dutch translation (thanks to Sander Pientka)
- Updated Turkish translation (thanks to Ozan Caglayan)
- Default toolbar button order changed to standard -/+
- Automatic encoding detection for KHTMLPart/WebKit is now disabled by default.
- Fixed incorrect index string encoding for non-English strings.
- Fixed text size auto-increase each time the file is loaded for WebKit browser.
- License changed from GPLv2 to GPLv3.
Wherever you could write "day Mon year", the parser now accepts
"YYYY-MM-DD". A new slide() built-in function eases creation of
some complicated reminders.
0.11 adds some clarifications of the protocol specification, general
cleanups and support for PDF blend modes.
Note that this release is a bump from 0.9.3 straight to 0.11.
Fredrik Höglund (2):
Add support for the PDF blend mode operators.
Bump version to 0.11.
James Cloos (2):
Add *~ to .gitignore to skip patch/emacs droppings
Replace static ChangeLog with dist-hook to generate from git log
Paulo Cesar Pereira de Andrade (1):
Janitor: Correct make distcheck and dont distribute autogen.sh
Søren Sandmann Pedersen (4):
Describe the four repeat options for pictures
Delete reference to unimplemented ColorTriangles and ColorTrapezoids
Clarify semantics of clipping
Clarify behavior of IncludeInferior and GraphicsExposures.
Overview of changes from pycairo 1.8.4 to pycairo 1.8.6
=======================================================
Bug Fixes:
ImageSurface.create_from_png _read_func fix
ToyFontFace type fix
19221: restore cairo.Matrix '*' operator to the way it originally worked.
Other Changes:
Documentation completed.
Overview of changes between 1.24.4 and 1.24.5
=============================================
- Build introspection again
- Misc bug fixes
Bug 589133 – Firefox 3.5 complains about invalid weak references
Bug 585806 – crash during pango_fc_font_map_shutdown
Bug 588678 – pango crash: install a new theme from