since 20071211:
- fix a wrong encoded umlaut and enhance the check for that in the Makefile
- words added and shifted around
- additionaly put the dictionary under GPLv3
- allow Ispell F prefix flag to be combined with suffixes
- eliminate absolutely useless G flag (prefix ge)
- deactivate K suffix flag: unused
- eliminate H suffix flag: was almost unused
- remove Q and q redundancy: every Q flagged word needs a q now, too
- fix build issue with de_CH hunspell dictionary (a missing ß/ss conversion)
- better empty-line fault tolerance of dictionaries
- revise the aspell Makefile target using the myspell format now for aspell
- simplify W flag
- use sha256 checksums and prevent checksumming temporary files
since 20070829:
- words added and shifted around
- Hunspell affix fix
devel/p5-Devel-NYTProf into The NetBSD Packages Collection.
The Perl 5 module Devel::NYTProf is a powerful feature-rich perl
source code profiler.
- Performs per-line statement profiling for fine detail
- Performs per-subroutine statement profiling for overview
- Performs per-block statement profiling (the first profiler to do so)
- Accounts correctly for time spent after calls return
- Performs inclusive and exclusive timing of subroutines
- Subroutine times are per calling location (a powerful feature)
- Can profile compile-time activity, just run-time, or just END time
- Uses novel techniques for efficient profiling
- Sub-microsecond (100ns) resolution on systems with clock_gettime()
- Very fast - the fastest statement and subroutine profilers for perl
- Handles applications that fork, with no performance cost
- Immune from noise caused by profiling overheads and I/O
- Program being profiled can stop/start the profiler
- Generates richly annotated and cross-linked html reports
- Trivial to use with mod_perl - add one line to httpd.conf
- Includes an extensive test suite
- Tested on very large codebases
NyTProf is effectively two profilers in one: a statement profiler,
and a subroutine profiler.
Packages Collection.
The Perl 5 module Devel::NYTProf is a powerful feature-rich perl
source code profiler.
- Performs per-line statement profiling for fine detail
- Performs per-subroutine statement profiling for overview
- Performs per-block statement profiling (the first profiler to do so)
- Accounts correctly for time spent after calls return
- Performs inclusive and exclusive timing of subroutines
- Subroutine times are per calling location (a powerful feature)
- Can profile compile-time activity, just run-time, or just END time
- Uses novel techniques for efficient profiling
- Sub-microsecond (100ns) resolution on systems with clock_gettime()
- Very fast - the fastest statement and subroutine profilers for perl
- Handles applications that fork, with no performance cost
- Immune from noise caused by profiling overheads and I/O
- Program being profiled can stop/start the profiler
- Generates richly annotated and cross-linked html reports
- Trivial to use with mod_perl - add one line to httpd.conf
- Includes an extensive test suite
- Tested on very large codebases
NyTProf is effectively two profilers in one: a statement profiler,
and a subroutine profiler.
Changelog:
1.52 02 Oct 2008
[FIXES]
- Better handling of failures during filter loading
(rlane10 via http://www.nntp.perl.org/group/perl.cpan.testers/2008/10/msg2361238.html)
1.51 28 Sep 2008
[FIXES]
- Support PDFs with 24-bit offsets in the xref stream (PDF v1.5 only)
(thanks to Dan Richman for reporting the problem and providing an example)
1.50 20 Sep 2008
[ENHANCEMENTS]
- Support for reading PDF 1.5 compressed object streams and cross reference streams.
(we cannot write this style, but we can append to it)
[FIXES]
- Decompression of PNG-filtered streams was totally broken.
- Deleting pages now also deletes back references from annotations on that page.
- cleanse() now removes PieceInfo data. I have no idea what
PieceInfo does, but it had a whole bunch of page back links
that broke page deletion.
parsing routines. Also, they ship doxygen-generated qt help
files, but installing those will require a seperate docs package
or doxgen option to avoid the large dependency.
Changelog:
0.00 - Mon Oct 20 17:44:15 2008
* Updated publisher codes thanks to Yakov Shafranovich
* Version number is now the update date of the module,
in YYYYMMDD. This not the date of the ISBN Agency
updates though.
Changelog:
i1.19 (2008/10/22)
* (ms) Applied patch by Peter Rabbitson, which fixes the caller()
level when calling get_logger() on a subclass of Log4perl.
* (ms) Added documentation on is_xxx() methods and clarified that
it doesn't necessarily mean that a message gets logged if
they're returning true (requested by Conway Allen via
[rt.cpan.org #39085].
* (ms) Applied patch by Lee Johnson to appender_by_name() to allow
for undefined appender names without issuing a warning,
which was occurring with Catalyst::Log4perl.
* (ms) Added docs on numerical levels and level strings in
Log::Log4perl::Level.
* (ms) Applied patch by Anthony Foiani for support of literal
text in DateFormat format strings.
- added dependency to Log4Perl >=1.0
Changelog:
1.19 Tue Oct 21 2008
- Added patch from MS to solve bug 39900. Basically logs appearing
slower than a recurrance cause the module to keep rotating
logs. We now jump forward to the right recurrance interval. Thanks
to the people at Yahoo who discovered it.
- Updated dependancy on Log4Perl to 1.0
BUG FIXES
* Ignore tags that happen to be files (another instance). (#290664)
* Support copying from files with spaces in their names over http. (#268304)
* Fix knit corruption because text revisions weren't stored properly. (#277043)
* Cope with file properties being modified by other parties than
bzr-svn. (#295284)
* Fix erroneous call to object.__init__() causing issues with Python2.6.
* Don't take over when pulling from WebDAV source (without Subversion)
(#274840)
Doxygen Release 1.5.7.1
(release date 5-10-2008)
Changes
* The dot tool is no longer part of the doxygen package for
MacOSX. Please install GraphViz separately and set the dot path
to /usr/local/bin
New features
* Added option DOT_FONTSIZE which allows to set the size of
the fonts used in dot generated graphs.
Bug fixes
* id 554432: Re-added ALPHABETICAL_INDEX option.
* id 554379: Fixed internal error for GENERATE_INDEXLOG when
GENERATE_HTML was set to NO.
* id 554546: Included fix for handling relative includes in
the preprocessor.
* Included several VHDL fixes related to syntax highlighting,
finding class members, and mixing upper and lower case.
* Included patch to allow setting DEST_DIR environment variable
to determine where to install doxygen.
Doxygen Release 1.5.7
(release date 28-9-2008)
Changes
* The default CSS style sheet has been cleaned up and simplified,
thanks to the work done by Quinn Taylor.
New features
* Added new config options GENERATE_QHP which enables generating
.qch (Qt compiled help) file via the Qt's qthelpgenerator tool
(part of Qt 4.4+). This type of files can be read with Qt's
Assisant to browse the documentation in a similar way as is
possible with Microsoft's compiled HTML help (.chm). To further
customize the output and run the help generator from within
doxygen, the following options are available: QCH_FILE,
QHP_NAMESPACE, QHP_VIRTUAL_FOLDER, QHG_LOCATION. Thanks to
Sebastian Pipping for the patch.
* Add new option SYMBOL_CACHE_SIZE to allow a different trade
off between doxygen's memory usage and the amount of disk
accesses.
* id 532695: Added 3 new commands: \extends, \implements, and
\memberof that allow object oriented constructs to be documented
as such for languages that do not support it natively (e.g. C)
* Added better support for one line comments after VHDL types.
* Added new option LAYOUT_FILE which can be used to specify a
layout template file that tells doxygen in which order to
generate the output and which titles to use for headings and
how the navigation index will look; Read this for more info.
As a result the following options are now obsolete since they
can now only be controlled via the layout file: DETAILS_AT_TOP,
ALPHABETICAL_INDEX. The following options can also be set via
the layout file, but for convenience and backward compatibility
reasons they are still also part of the configuration file:
SHOW_INCLUDE_FILES, SHOW_USED_FILES, CLASS_GRAPH, COLLABORATION_GRAPH,
GROUP_GRAPHS, INCLUDE_GRAPH, INCLUDED_BY_GRAPH. Run doxygen
with the -l option to generate the default layout file.
* Included update for the Macedonian, Catalan, Brazilian, and
Serbian translation and also support for Serbian with Cyrilic
characters.
Bug fixes (ids refer to the bugzilla database)
* id 140264, 332187, 541924: Sections inside a \subpage where
not shown as subsection in the LaTeX/RTF output.
* id 155098,156188: Added support for UTF-8 special characters
in identifiers (which is allowed by e.g. C#).
* id 304598: operator-- caused invalid HTML output.
* id 324047: parameter type [in or out] were not generated in
RTF document
* id 363499: @todo and friends did not work in a comment marked
with @dir.
* id 445485: HTML commands in a comment block with attribute
values without quotes were not handled properly.
* id 533855: Processes were always documented as anonymous in
VHDL code.
* id 535379: Added support for %{...%} blocks in XPCOM's IDL.
* id 536298: Last port in a VHDL port list was not correctly
put in a member group.
* id 536385: Fixed problem matching function prototype and
implementation under certain conditions.
* id 536629: Fixed compilation issue on NetBSD.
* id 537393: Properties in Python were not properly handled.
* id 538065: Added support for @optional and @required in
Objective C 2.0 protocols.
* id 538239: Some unlabeled VHDL processes were not corrected
detected.
* id 538515: Deriving a Objective-C interface from a protocol
caused parsing problems if the interface also has a body.
* id 539057: Part of an Objective-C expression could be missing
in the source browser under certain conditions.
* id 539590: Generic C# classes with the same name but different
template arguments were no longer treated as different classes.
* id 539712: Fixed code parser issue for parameter indices of
procedures and functions.
* id 540058: Creator code was wrong in the MacOSX application
bundle.
* id 540372: Fixed problem parsing large table by increasing
YY_READ_BUF_SIZE in the generated parser files.
* id 540247: Fixed potential memory corruption issue parsing
VHDL.
* id 541113: Fixed locale for ctype, to avoid stripping of 0xA0
from multi-byte UTF-8 characters.
* id 544479: SORT_MEMBER_DOCS did not work for class members.
* id 546621: Fixed makefile so that .svn stuff is removed from
the tarball when doing "make archive".
* id 546812: Using a table with row span greater than 1 did
not produce correct LaTeX output.
* id 545098: Fixed problem parsing where clauses in combination
with C# generics.
* id 545503: Nameless parameters of type "struct A" could end
up wrongly in the XML output.
* id 545970: Refering to the main page did not work as advertised.
* id 546158: The variable defined inside a foreach statement
in C# code was not considered for source linking, cause
potentially incomplete call graphs.
* id 547361: Linking to specialized template functions did not
work.
* id 548175: Fixed problem parsing class members within a class
X, inside a namespace that is also named X.
* id 548443: Documenting a nested namespace/classes with
@namespace X.Y did not work for C# (only X::Y worked).
* id 548489: C++/CLI classes of type sealed abstract were not
processed correctly.
* id 549318: Some headings in the user manual where wrongly
formatted.
* id 549581: Fixed potential buffer overflow in preprocessor.
* id 550058: Obj-C: properties for private fields did not appear
in the output unless EXTRACT_PRIVATE was enabled.
* id 550156: Corrected typo in the documentation for
GENERATE_TREEVIEW.
* id 550247: Fixed problem parsing octal character literals in
the preprocessing phase.
* id 551739: Related function with explicit namespace scope
was not properly placed if the function also existed in the
global namespace.
* id 552115: Anonymous structs and unions could produce invalid
links in the html help index.
* id 552361: Fixed problem with operators in the LaTeX output.
* id 552600: \copybrief ended a brief description instead of
appending to it.
* id 553469: Removed bogus warning about internal inconsistency
when importing items via a tagfiles that are inside an undocumented
scope.
* id 553616: One can now remove the automatic line breaks in
the type part of a declaration by using a custom stylesheet
with BR.typebreak { display: none; }
* id 553663: Aliases did not work in Fortan comments.
* id 549022: Reimplemented in links could be wrong in case of
overloaded members.
* id 553225: Parser was confused by arrays inside an Obj-C
message.
* Finnish translation was disabled.
* A collaboration graph with multiple edge labels with not
written to the XML output correctly.
* sub pages of a \mainpage were not shown in the Latex/RTF
output.
* Included some fixed for the VHDL parser.
2008-07-24: 2.4.3
For those building it from source, please use cmake. The
Autoconf/automake build is less tested and will be obsoleted very
soon.
Now, the small changelog compiled by Gruntster :
* Improved support for MP4 files including support for 64-bit files
* Encoder and Decoder for Y800 (Compholio).
* libavcodec is now the default MPEG-2 decoder (instead of mpeg2dec).
* Fixed memory leak when indexing DVR-MS files.
* Fixed calculation of width and height for High Profile H.264
video in TS files.
* Fixed dropping of frames using x264 2-pass encoding (regression
introduced in 2.4.2).
* Restored missing code pages to the Subtitler filter (regression
introduced in 2.4.2).
* Fixed crashing on MS Windows when opening multiple instances of
Avidemux (regression introduced in 2.4.2).
* Do not add unneeded delay when using x264 with mkv or mp4.
2008-07-07: 2.4.2
Probably the biggest bugfix release ever. The "what s new", prepared
by Gruntster :
* Improved input and output of audio streams in MKV files
* Support for MJPEG-A in MOV/MP4 files
* Fixed saving header information of AVI files with PCM/LPCM audio
* Fixed opening FLV files that don't contain audio
* Fixed corruption when decoding MP4 files
* Fixed crashing when using MPEG-4 ASP (lavc) and two pass average
bitrate mode
* Flush the x264 encoder upon completion so the last few frames
aren't dropped
* Fixed incorrect colour conversion of 24/32 bit BMP and DIB files
* Re-enabled AMR-NB decoder (regression introduced in 2.4.0)
* Support for additional VP6 fourCCs
* Xvid custom matrices are now activated correctly
* Fixed caching issue with Qt4 interface which would corrupt
translated strings
* Fixed zooming when using SDL (regression introduced in 2.4.1)
* Windows are now centred correctly on multi-monitor setups
* Use alternate button ordering for GTK+ interface when GNOME HIG
isn't appropriate, e.g. MS Windows and KDE
* Various additions to the Qt4 interface including a new calculator
tool, drag and drop support, improved joblist support and an about
window
* SRT subtitle support for Arabic, Baltic, Greek, Hebrew and Turkish
* Fixed iPod profile where audio encoding options weren't always
set correctly
* Fixed Film to PAL audio filter so frames are removed and added
correctly
* Batch importing of image files is no longer restricted by the
file handle limit set by the C runtime
* New video filter for outputting the frame number
* PulseAudio support (Linux only)
* GCC 4.3 support
* Updated the following translations: Czech, French, German, Greek,
Italian, Spanish
* Fixed drag and drop support on MS Windows
* Improved Unicode support for filenames on MS Windows
* Prevent source files from being overwritten accidentally by the
user on MS Windows
* MS Windows logging and settings are now stored under the Application
Data folder instead of the User Profile folder
* Native file dialogs are now used for the Qt4 interface on Mac
* Various minor fixes and enhancements
1.8.1:
Many bug fixes and improvements, including:
* BLEND_RGBA_* blitters and blenders to go with the BLEND_RGB_* blend modes.
* documentation updates (mainly for new sprite classes released in 1.8.0)
* sound fixes, and streaming some music from file like objects
* image saving fixes
* greatly expanded tests
* Pixelarray, and surfarray updates and fixes.
* Enhanced Color class, reimplemented in C for speed.
* New Windows and Mac binary installers.
1.8.0:
Besides features such as
* pygame.mask for collision masks
* pygame.scrap for clipboard support
* new and improved sprite groups
* blending support for filling and blitting surfaces
* saving surfaces as jpeg and png
* buffer access for Surface and Sound objects
* numpy support for pygame.surfarray and pygame.pixelarray
* New Windows and Mac installers.
it contains tons of bug fixes and improvements in nearly all areas.
0.0.21 (stable)
added experimental support for dblatex(needs installed
dblatex package)
fixed issue with cp -a option on non-gnu systems
non-mandatory support for libpaper
0.0.20 (stable)
added experimental fop support(needs installed fop package)
possibility to read a stylesheet from STDIN
some small fixes/changes in docbook formats and xmlto script
0.0.19 (stable)
added supported for basename with spaces, stringparam
option for passing argument to stylesheet, bash no
longer hardcoded, added option for not cleaning temp
files for diagnostics.
- took maintainership
- added depends on p5-Test-Warn
Changelog:
0.07 Wed Sep 24 17:08:34 EDT 2008
- Code was silently truncating storage to MySQL, rendering the
session unreadable. Patched to check DBIx::Class size from
column_info (if available)
- Wrap find_or_create calls in a transaction to (hopefully)
avoid issues with duplicate flash rows
- took maintainership
ChangeLog:
0.108 2008-09-25
Adding SimpleDB realm to simplify basic auth configuration
Changing user_class to user_model, per req. by mst to avoid confusing newbies.
0.107 2008-09-29
Fix the typo in exception during authenticate
Doc fixes and clarifications
Added missing dependency on Catalyst::Model::DBIC::Schema to Makefile.PL
0.105 2008-03-19
Throw an exception if no fields are provided during authenticate
- better than retrieving a random user.
- still possible to do an empty search by using searchargs
iso-codes 3.4
-------------
Tobias Quathamer <toddy@debian.org>
Tue, 4 November 2008
[ ISO-3166 ]
* Changes from ISO-3166 MA Newsletter VI-3:
- NP full name to "Federal Democratic Republic of Nepal"
[ ISO-639 ]
* Update to 2008-10-21
[ ISO-639-3 ]
* Update to 2008-10-23
[ ISO-15924 translations ]
* Spanish by Juan Cuquejo Mira (TP)
[ ISO-639 translations ]
* Simplified Chinese by LI Daobing (TP)
* Finnish by Tommi Vainikainen (TP)
* Dutch by Freek de Kruijf (TP)
* Irish by Kevin Scannell (TP)
* Italian by Milo Casagrande (TP)
* Vietnamese by Clytie Siddall (TP)
* Esperanto by Edmund GRIMLEY EVANS (TP)
* Marathi correction by pn-guest. Closes: alioth#311136
* Konkani correction by pn-guest. Closes: alioth#311136
* Greek by Athanasios Lefteris. Closes: alioth#311159
* Russian by Yuri Kozlov
* French by Christian Perrier
* Lithuanian updated by Kęstutis Biliūnas.
[ ISO-639-3 translations ]
* Greek by Athanasios Lefteris. Closes: alioth#311159
* French update by Christian Perrier
* Lithuanian updated by Kęstutis Biliūnas.
[ ISO-4217 translations ]
* Simplified Chinese by LI Daobing (TP)
[ ISO-3166 translations ]
* Hindi by Kumar Appaiah (sent directly to Christian Perrier)
* Georgian by Aiet Kolkhi. Closes: #498421
* Polish by Lukasz Pazdziora (sent directly to Christian Perrier)
* Macedonian by Arangel Angov (sent directly to Christian Perrier)
* Correct wrong German translation for ETH, thanks to Stefan Lüchinger.
Closes: alioth#311152
* Russian by Yuri Kozlov
* Lithuanian updated by Kęstutis Biliūnas.
* Estonian updated by Tõivo Leedjärv, sent directly to mailing list