Age | Commit message (Collapse) | Author | Files | Lines |
|
build on Mac OS X Leper.
|
|
== Changes
=== Version 0.3.2 - 2008-05-21
* detect aix and mingw as known operating systems.
|
|
|
|
satisfies doc/TODO. ;) Seems to need gmake now.
|
|
Bump PKGREVISION.
|
|
|
|
|
|
This version fixes various bugs including the security vulnerability
reported in CVE-2008-2152.
|
|
|
|
Release Notes:
http://development.openoffice.org/releases/2.4.1.html
|
|
|
|
|
|
|
|
|
|
Use the included one.
Patch from drochner@
|
|
|
|
This should fix PR pkg/38799.
|
|
* Released Tellico 1.3.2.1.
* Fixed en_GB translation to remove context strings.
* Released Tellico 1.3.2.
* Include Canadian LCC values, patch from Peter Stevenson.
* Updated entry creation to always add default values. Fixes Debian bug 481639.
* Improved IMDb search results.
* When adding a book to a bibliography, set the type to 'book'.
* Updated LCCN search to validate format.
* Updated entry match to compare validated LCCN.
* Updated z39.50 search to allow multiple LCCN values.
* Changed loader to eliminate possible duplicates for fields allowing multiple values (like keywords).
* Updated PubMed search to add all keywords.
* Fixed PubMed search to use utf8 encoding.
* Changed XML loader to strip whitespace from non-paragraph values.
* Added languages and editors to Amazon book import.
* Updated mods2tellico.xsl to try to capture more of mods info converted from refbase.
* Updated mods2tellico.xsl to try to capture more of bibtex info converted from wikindx.
|
|
changes:
-documentation fixes
-translation updates
|
|
changes: bugfixes
|
|
2.07 2004-06-10 neilb
* made $_ local in the initialisation code for each module
change back-propagated from Perl distribution
* removed two non ISO-8859-1 characters from language names
change back-propagated from Perl distribution
* added the following aliases, with a test case for each
- Burma added to Myanmar
- French Southern and Antarctic Lands to
French Southern Territories
patch from TJ Mather
* "Canadian Dollar" was mis-spelled as "Candian Dollar"
- noted by Nick Cabatoff, patch from Michael Hennecke
* Changes to Locale::Country reflecting changes in ISO 3166
- added Aland Islands (ax, ala, 248)
- YUGOSLAVIA is now SERBIA AND MONTENEGRO
YU => CS
YUG => SCG
891 => 891 (unchanged)
(YUGOSLAVIA retained as an alias)
- EAST TIMOR changed to TIMOR-LESTE
(old name retained as an alias)
- three letter code for Romania changed from ROM to ROU
* ZAIRE is now CONGO, THE DEMOCRATIC REPUBLIC OF THE
ZR => CD
ZAR => COD
180 => 180 (unchanged)
(ZAIRE retained as alias)
2.06 2002-07-15 neilb
* The four modules which have data after __DATA__ weren't
closing the DATA filehandle after reading from it,
which they should. Bug and patch from Steve Hay.
2.05 2002-07-08 neilb
* Added three letter codes for the countries that were missing
them. Patch from TJ Mather.
* Documentation bug: one of the examples used => where the
lvalue was a constant, which isn't allowed, unless you
put the () with the constant to force the right interpretation.
Pointed out by TJ Mather and MYT.
* Updated the URL for the appendix in the CIA world factbook.
Patch from TJ Mather.
2.04 2002-05-23 neilb
* updated according to changes in ISO 3166-1 described
in ISO 3166-1 newsletters V-4 and V-5, dated 2002-05-20:
- Kazakstan is now "Kazakhstan"
- Macau is now "Macao"
The old names are retained as aliases.
The alpha-2 and alpha-3 codes for East Timor have changed:
tp -> tl
tmp -> tls
the numeric code stays 626. If you want to support the old
codes, you can use the semi-private function alias_code().
2.03 2002-03-24 neilb
* Fixed a typo in the alias for the Vatican, reported (with patch)
by Philip Newton.
* Added "Moldova" as an alias for "Moldova, Republic of"
* Updated Makefile.PL to include AUTHOR and ABSTRACT
2.02 2002-03-09 neilb
* added semi-private routine rename_country() to Locale::Country,
based on a patch from Iain Chalmers.
* added test rename.t for the above function.
* renamed _alias_code to be alias_code. Have retained the old
name for backwards compatibility. Will remove it when the
major version number next changes.
2.01 2002-02-18 neilb
* Split the documentation for all modules into separate pod files.
* Made sure all =over were =over 4; some were other values.
* The code2code() methods had one more shift than was needed.
2.00 2002-02-17 neilb
* Created Locale::Script which provides an interface to the
ISO codes for identification of scripts (writing scripts,
rather than perl style scripts). The codes are defined
by ISO 15924, which is currently in final draft.
Thanks to Jarkko for pointing out this new standard.
All three code sets are supported, and a test-suite added.
* Added support for country name variants to Locale::Country,
so that
country2code('USA')
country2code('United States')
country2code('United States of America')
will all return 'us'.
This had been in the LIMITATIONS section since the first version.
Patch from TJ Mather <tjmather@tjmather.com> with additional
variants from me. Added test-cases for these.
* Added VERSION to Locale::Constants. Thanks to Jarkko for
pointing that it was missing.
* Should really have bumped major version with previous release,
since there was a change to the API.
|
|
- Fix permissions of non-executable files.
Pointing out by wiz@ in private e-mail. Bump PKGREVISION.
|
|
many packages used to use ${PAX}. Use the common way of directly calling
pax, it is created as tool after all.
|
|
patches to add it). Drop pax from the default USE_TOOLS list.
Make bsdtar the default for those places that wanted gtar to extract
long links etc, as bsdtar can be built of the tree.
|
|
|
|
|
|
* Cursor key mode switching (this fixes arrow keys in vim)
* Characters following an escape are passed to the underlying
application, this fixes ALT+<n> key combination as used by
irssi
* A hack to make the keypad sort of work with putty
* Mouse support is now compile time selectable
* Destroy clients when an IO-error occurs
* Correct signal handling (save and restore errno)
* Destroy clients cleanly, prevent zombies
* Added a note about copy & paste to the manual page (use
SHIFT while selecting or pasting text)
* Some source code formatting fixes
|
|
Suggested by Hasso Tepper in PR 38626.
|
|
|
|
|
|
0.6.4 changes undocumented.
goffice 0.6.3:
Hiroyuki Ikezoe:
* Switch from pcre to glib regexp handling. [#482319]
Jean:
* Don't try to use invalide data in box-plots. [#527249]
* Add EPS export for charts if cairo supports.
Jody:
* Enable the use of dolt.
* Fix formats on win32.
Morten:
* Add go_format_is_invalid.
* Improve date convention framework.
* Fix problem with [Enter] causing infinite recursion.
|
|
* Require working terminal library
* Honor PKG_SYSCONFDIR
* Fix sysconfdir mentioned in man pages.
* Add DESTDIR support
Bump PKGREVISION.
|
|
patches. Updates gnuls to 6.11 and makes it track coreutils.
|
|
|
|
long deprecated GraphicsMagick features that have now been removed in the
latest GraphicsMagick.
|
|
Stop lying and drop maintainership of these packages. I have not
maintained them for a very long time already, so leave room for
fresh blood to take over them.
|
|
|
|
|
|
- assume that Python 2.4 and 2.5 are compatible and allow checking for
fallout.
- remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+
default. Modify the others to deal with the removals.
|
|
[Changes for 0.10 - 2007-10-14]
* LICENSING CHANGE: This compilation and all individual files in it
are now under the permissive "MIT" license.
* Modernized the build infrastructure with Module::Install.
* Tidied up source code, test files, and this changelog.
|
|
[Changes for 0.66 - 2008-02-12]
* Locale::Maketext::Extract: Support in Extract.pm->extract for
HTML::FormFu config files.
Contributed by: Andreas Marienborg
[Changes for 0.65 - 2007-12-22]
* Perl 5.9.5+ is pickier about what "being used only once" means,
so we make sure to avoid that warning.
Contributed by: Alex Vandiver
* Also restore compatibility with Perl 5.005 and earlier by avoiding
the "no warnings" pragma.
* Tidied up code style, documentation, copyright years, etc.
|
|
|
|
the following security vulnerabilities:
- CVE-2007-4770/4771: Manipulated ODF text documents containing XForms can
lead to heap overflows and arbitrary code execution
- CVE-2007-5745/5747: Manipulated Quattro Pro files can lead to heap
overflows and arbitrary code execution
- CVE-2007-5746: Manipulated EMF files can lead to heap overflows and
arbitrary code execution
- CVE-2008-0320: Manipulated OLE files can lead to heap overflows and
arbitrary code execution
|
|
Fixing up yet another regression found on some DVD-R/CD-RW drives fixing
newfs_udf and udfclient writing on those drives.
Complete harddisc/flash support on Linux apeared to be broken and should be
fixed now.
Lots of enhancements to cd_discect; now also reporting not only the TOC and
the PMA, but also the ATIP. In this ATIP there is information on the CD-RW
subtype wich is crucial to check if the disc can be written by the drive.
|
|
"libcdio_cdda.pc" and "libcdio_paranoia.pc". Bump package revision
because of this fix.
Problem pointed out by Matthias Drochner in private e-mail.
|
|
modern DVD*RW/CD-RW combi drives.
Fixes up regression found on modern CD-RW drives when dealing with CD-MRW
media. It would report them as sequential.
|
|
Fix regressions found in newer DVD/CD combi drives that report bogus values
for CD-RW media and fix 2G+ file write problems on some platforms. This
fixes hese drives inability to newfs a CD-RW with newfs_udf and writing
problems with udfclient on CD-RW media.
|
|
of LineCache. Noted by Slava Semushin in private email.
Bump PKGREVISION to 1.
|
|
No cookie for: jlam
|
|
AMD64.
|