* Respect --disable-64bit
* Respect $DESTDIR for config files
* The binaries can now show the version number
* softhsm-keyconv could not handle --ttl properly
* Link softhsm static with libsofthsm
* Build libsofthsm.so without version number
* libsofthsm.so is now a loadable module
Numerous fixes in Konsole, KDE's terminal emulator, among them two possible
crashers in session management
Flash plugin support in KHTML has been enhanced to work with newest Youtube
skins
Case-sensitivity in renaming fixes in KIO, KDE's network-transparent I/O
library
Hiding the mouse cursor in some special cases in presentation mode and two
possible crashers have been fixed
Gutcheck is a plain-text checking program that specializes in
reporting the problems that spellcheckers don't--errors like
mismatched quotes, misplaced punctuation, unintended blank lines.
It is specifically tuned for checking texts for submission to
Project Gutenberg, though it can be useful elsewhere as well.
not enebled per depault anymore upstream (this doesn't add
dependencies, so it doesn't hurt)
from Helge Muehlmeier per PR pkg/43267
-make faac support optional (off per default) because the needed
library cannot be freely redistributed for patent reasons
bump PKGREVISION
fetchmail-6.3.17 (released 2010-05-06, 25767 LoC):
# SECURITY FIX
* CVE-2010-1167: Fetchmail before release 6.3.17 did not properly sanitize
external input (mail headers and UID). When a multi-character locale (such as
# FEATURES
* Fetchmail now supports a --sslcertfile <file> option to specify a "CA bundle"
file (a file that contains trusted CA certificates). Since these bundled CA
files do not require c_rehash to be run, they are easier to use and immune to
OpenSSL library updates that affect the hash function.
* Fetchmail now supports a FETCHMAIL_INCLUDE_DEFAULT_X509_CA_CERTS
environment variable to force loading the default SSL CA certificate
locations even if --sslcertfile or --sslcertpath is used.
If neither option is in effect, fetchmail loads the default locations.
# REGRESSION FIX
* Fix string handling in rcfile scanner, which caused fetchmail to misparse a
run control file in certain circumstances. Fixes BerliOS bug #14257.
Patch by Michael Banack. This fixes a regression introduced before 6.3.0.
# BUG FIXES
* Plug memory leak when using a "defaults" entry in the run control file.
* Do not print SSL certificate mismatches unless verbose or --sslcertck is
enabled.
* Do not lose "set invisible" in fetchmailconf. (Michael Barnack)
# CHANGES
* Usability: SSL certificate chains are fully printed in -v -v mode, and there
are now helpful pointers to --sslcertpath and c_rehash for "unable to get
local issuer certificate" and self-signed certificates -- these usually hint
to missing root signing CAs in the certs directory.
* Several fixes for compiler (GCC, Intel C++, CLang) and autotools warnings
* Memory allocation failures will now cause abnormal program abort (SIGABRT),
no longer an exit with unspecified code.
# DOCUMENTATION
* Fix table of global option to read "set softbounce" where there used to be a
2nd copy of "set spambounce". Patch by Michael Banack, BerliOS Bug #17067.
* In the --sslcertpath description, mention that OpenSSL upgrade (and a 0.9.X
to 1.0.0 upgrade in particular) may require running c_rehash.
# TRANSLATION UPDATES
[zh_CN] Chinese/simplified (Ji Zheng-Yu)
[cs] Czech (Petr Pisar)
[nl] Dutch (Erwin Poeze)
[fr] French (Fr\xc3<A9>d\xc3<A9>ric Marchal)
[de] German
[id] Indonesian (Andhika Padmawan)
[it] Italian (Vincenzo Campanella)
[ja] Japanese (Takeshi Hamasaki)
[pl] Polish (Jakub Bogusz)
[sk] Slovak (Marcel Telka)
[vi] Vietnamese (Clytie Siddall)
# KNOWN BUGS AND WORKAROUNDS:
(this section floats upwards through the NEWS file so it stays with the
current release information - however, it was stuck with 6.3.8 for a while)
* fetchmail does not handle messages without Message-ID header well
(See sourceforge.net bug #780933)
* BSMTP is mostly untested and errors can cause corrupt output.
* Sun Workshop 6 (SPARC) is known to miscompile the configuration file lexer in
64-bit mode. Either compile 32-bit code or use GCC to compile 64-bit
fetchmail. Note that fetchmail doesn't take advantage of 64-bit code,
so compiling 32-bit SPARC code should not cause any difficulties.
* fetchmail does not track pending deletes over crashes
* the command line interface is sometimes a bit stubborn, for instance,
fetchmail -s doesn't work with a daemon running
fetchmail-6.3.16 (released 2010-04-06, 25574 LoC):
# BUG FIX
* Fix --interface option, broken in 6.3.15. Reported by Vladmimir Stavrinov.
Fixes Debian Bug #576717.
# CHANGE
* Call OpenSSL_add_all_algorithms(). This is needed to support non-mandatory
and non-standard algorithms in certificates.
Sjoerd Simons, to fix Debian Bug #576430.
OpenSSL 0.9.8* does not load - for instance - the SHA256 digest by default.
Reported as OpenSSL RT#2224.
fetchmail-6.3.15 (released 2010-03-28, 25572 LoC):
# FEATURE
* Fetchmail now supports a bad-header command line or rcfile option that takes
exactly one argument, accept or reject (default). This specifies how messages
with bad headers retrieved from the current server are to be treated.
# BUG FIXES
* In the rcfile, recognize "local" as abbreviation for "localdomains", as
documented. The short form has not ever worked since this feature was added in
January 1997. Reported by Fr\xc3<A9>d\xc3<A9>ric Marchal.
* Do not close stdout when using mda and "bsmtp -" at the same time.
* Log operating system errors when BSMTP writes fail.
* Fix verbose mode progress formatting regression from 6.3.10; SMTP trace lines
were no longer on a line of their own. Reported by Melchior Franz.
* Check seteuid() return value and abort running MDA if switch fails.
* Set global flags in a consistent manner. Make --nosoftbounce and
--nobounce work from command line (these used to work in rcfiles).
Reported and fix confirmed working by N.J. Mann. (Sunil Shetye)
* Properly import h_errno declarations, even on systems where h_errno isn't a
macro. (Adds ./configure check, fixes Cygwin dllimport warnings.)
# CHANGES
* The repository has been converted and moved from the Subversion (SVN) format
kindly hosted by Graham Wilson over the past years to Git format hosted on
Gitorious.org. My deepest thanks to Graham Wilson for this service that
kept us going when BerliOS's Subversion service was faulty in its early days.
* This opportunity was used to convert BRANCH_6-2 and BRANCH_1-9-9 to
GnuPG-signed tags, as a sign that these are now closed.
* The outdated SVN trunk is now called "oldtrunk" in Git just to save the work
for future reference. All development in the past few years was on BRANCH_6-3.
* master was branched from BRANCH_6-3. BRANCH_6-3 is now obsolete (and in fact
was also converted to a tag to record where the conversion from SVN to Git
took place).
* "make check" now skips HTML validation if xmllint or XHTML DTD are missing.
# DOCUMENTATION
* Web site and documentation were adjusted to reflect the SVN->Git move.
* The fetchmail manual page is now much clearer on the user id switching
(seteuid) when using --mda while running as the super user.
# TRANSLATION UPDATES, by language name
* [zh_CN] Chinese (Simplified), by Ji Zheng-Yu
* [cs] Czech, by Petr Pisar
* [nl] Dutch, by Erwin Poeze
* [fr] French, by Fr\xc3<A9>d\xc3<A9>ric Marchal
* [de] German
* [id] Indonesian, by Andhika Padmawan
* [it] Italian, by Vincenzo Campanella
* [ja] Japanese, by Takeshi Hamasaki
* [pl] Polish, by Jakub Bogusz
* [vi] Vietnamese, by Clytie Siddall
Version 0.6
http://svn.edgewall.org/repos/genshi/tags/0.6.0/
(Apr 22 2010, from branches/stable/0.6.x)
* Support for Python 2.3 has been dropped.
* Rewrite of the XPath evaluation engine for better performance and improved
correctness. This is the result of integrating work done by Marcin Kurczych
during GSoC 2008.
* Updated the Python AST processing for template code evaluation to use the
`_ast` module instead of the deprecated `compiler` package, including an
adapter layer for Python 2.4. This, too, is the result of integrating work
done by Marcin Kurczych during GSoC 2008.
* Added caching in the serialization stage for improved performance in some
cases.
* Various improvements to the HTML sanitization filter.
* Fix problem with I18n filter that would get confused by expressions in
attribute values when inside an `i18n:msg` block (ticket #250).
* Fix problem with the transformation filter dropping events after the
selection (ticket #290).
* `for` loops in template code blocks no longer establish their own locals
scope, meaning you can now access variables assigned in the loop outside
of the loop, just as you can in regular Python code (ticket #259).
* Import statements inside function definitions in template code blocks no
longer result in an UndefinedError when the imported name is accessed
(ticket #276).
* Fixed handling of relative URLs with fragment identifiers containing colons
in the `HTMLSanitizer` (ticket #274).
* Added an option to the `HTMLFiller` to also populate password fields.
* Match template processing no longer produces unwanted duplicate output in
some cases (ticket #254).
* Templates instantiated without a loader now get an implicit loader based on
their file path, or the current directory as a fallback (ticket #320).
* Added documentation for the `TemplateLoader`.
* Enhanced documentation for internationalization.
2009-07-29 Takuro Ashie <ashie@clear-code.com>
* preparation for release (ver 2.5)
2009-07-21 Takuro Ashie <ashie@clear-code.com>
* fix:
- Fix paddings in the KasumiAddWindow.
2009-07-16 Takuro Ashie <ashie@clear-code.com>
* fix:
- Use stock objects for buttons on KasumiAddWindow.
- Remove neeldless key accelerators for KasumiAddWindow.
2009-07-16 Takuro Ashie <ashie@clear-code.com>
* fix:
- Fix paddings in the main window.
- Fix minimum size of columns in the word list view.
- Remove needless key accelerators in main window.
Use mnemonic instead.
- Remove some needless codes.
2009-07-13 Takuro Ashie <ashie@clear-code.com>
* fix:
- Fix a compile time warning.
- Rename some strang variable names.
2009-07-13 Takuro Ashie <ashie@clear-code.com>
* enhancement:
- Added some word type subcategories. Thanks to Jun Oizumi.
2009-06-25 Takuro Ashie <ashie@clear-code.com>
* fix
- Kill duplicated Ikuya Awashiro in man page! Thanks to Jun Oizumi.
2009-06-25 Takuro Ashie <ashie@clear-code.com>
* fix
- Remove "SIKU" conjugation. Thanks to Jun Oizumi.
2009-01-29 Takuro Ashie <ashie@clear-code.com>
* preparation for release (ver 2.4)
2009-01-20 Ikuya Awashiro <ikuya@fruitsbasket.info>
* KasumiAddWindow.cxx:
- addded an include file. Thanks to Mike Fabian.
* KasumiWord.cxx:
- DITTO.
* main.cxx:
- DITTO.
2009-01-20 Takuro Ashie <ashie@clear-code.com>
* enhancement:
- Support ANTHY_UTF8_ENCODING and set it as default.
You can switch to ANTHY_EUC_JP_ENCODING by -E or --eucjp option.
2007-10-30 Ikuya Awashiro <ikuya@fruitsbasket.info>
* fix:
- FTBFS with GCC 4.3: missing #includes
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=417266
Thaks to Martin Michlmayr <tbm@cyrius.com>.
- kasumi dumps core on x86_64 systems when trying
to add new words to the dictionary
https://bugzilla.novell.com/show_bug.cgi?id=253788
Thanks to Mike Fabian.
- fail in the judgment of the version.
http://kasumi.sourceforge.jp/index.php?%A5%D0%A5%B0%CA%F3%B9%F0%2F95
Thanks to dtana.
* preparation for release (ver 2.3)
2006-11-29 Takashi Nakamoto <bluedwarf@bpost.plala.or.jp>
* preparation for release (ver 2.2)
2006-11-28 Takashi Nakamoto <bluedwarf@bpost.plala.or.jp>
* enhancement:
- change the text color on the search entry box if Kasumi failed
to find specified text
- ask Gtk+ library to keep above the exclusive mode window
* fix:
- scroll to the undermost of the view after adding a new word
2006-11-27 Takashi Nakamoto <bluedwarf@bpost.plala.or.jp>
* fix:
- the bug raised while sorting
2006-10-15 Takashi Nakamoto <bluedwarf@bpost.plala.or.jp>
* enhancement:
- add exclusive mode
2006-10-14 Ikuya Awashiro <ikuya@fruitsbasket.info>
* configure.in: 2.1
* This release is a result at the CodeFest Kyoto 2006
hosted by FSIJ.
2006-10-14 Takashi Nakamoto <bluedwarf@bpost.plala.or.jp>
* enhancement:
- add new word type category combo box
* fix:
- export embedded string to po files
- changed adding window title
- remove unnecessary words
- improve portability
- support dakuon mark
2006-06-28 Takashi Nakamoto <bluedwarf@bpost.plala.or.jp>
* fix: AUTHORS
- reconstruction of AUTHORS file
- added Italian l10n team
2006-06-26 Takashi Nakamoto <bluedwarf@bpost.plala.or.jp>
* fix: KasumiException.cxx
- security fix
* fix: KasumiDicEventListener.hxx KasumiWordEventListener.hxx
- add virtual destructor to avoid compilation warnings
* fix: configure.in main.cxx Makefile.am acconfig.h
- removed acconfig.h deprecated in autoconf 2.5
- correctly handling "--disable-nls" option on no-glibc platform
- thanks to Diego's patch
* fix: AUTHORS
- typo of my email address :(
2006-06-25 Takashi Nakamoto <bluedwarf@bpost.plala.or.jp>
* fix: KasumiAddWindow.cxx po/*.po po/*.pot
- fixed typo: "Invlid" -> "Invalid"
* New feature:
- Italian localization
2006-06-23 Ikuya Awashiro <ikuya@fruitsbasket.info>
* KasumiMainWindow.hxx:
- fixed compile error on gcc 4.1. thanks to sgtom.
2006-06-21 Takashi Nakamoto <bluedwarf@bpost.plala.or.jp>
* fix: configure.in
- require Gtk+ version is 2.6 or higher for GtkCellRendererCombo
2006-06-20 Takashi Nakamoto <bluedwarf@bpost.plala.or.jp>
* fix: KasumiDic.cxx
- fix the defect that Kasumi failes when the private dictionary
doesn't have any word.
2006-06-03 Ikuya Awashiro <ikuya@fruitsbasket.info>
* kasumi.desktop.in:
- added.
* Makefile.am, configure.in:
- resistered in GNOME/K menu.
2006-06-02 Ikuya Awashiro <ikuya@fruitsbasket.info>
* Makefile.am:
- kasumi.png was placed in /usr/share/pixmaps instead /usr/share/kasumi.
- add man page.
* kasumi.1:
- added.
2006-05-29 Takashi Nakamoto <bluedwarf@bpost.plala.or.jp>
* preparation for release (ver 2.0)
* fix: KasumiWord.cxx, configure.in
- accept ASCII character in sound entries
* fix: AUTHORS
- add Ikuya to AUTHORS
* fix: POTFILES.in ja.po
- translated newly created message
* enhancement: KasumiMainWindow.cxx KasumiMainWindow.hxx
- obsolete "Add Mode" button
2006-05-28 Takashi Nakamoto <bluedwarf@bpost.plala.or.jp>
* fix: main.cxx
- changed copyright notice
* fix: KasumiWordType.hxx, KasumiWord.cxx
- don't issue modification event when the same value are set
2006-05-27 Takashi Nakamoto <bluedwarf@bpost.plala.or.jp>
* fix: KasumiDic.cxx, KasumiWordType.cxx
- set an alternative word type if specified one does not exist
- measures against an anthy's defect that it returns error code
even when it is right and no word is registered.
* fix:
- inserted copyright and license terms into the head of each
source file or header file.
* fix: KasumiAddWindow.cxx
- changed the page size of the spin button
2006-05-17 Takashi Nakamoto <bluedwarf@bpost.plala.or.jp>
* fix: KasumiDic.cxx
- change the condition of anthy version
2006-05-14 Takashi Nakamoto <bluedwarf@bpost.plala.or.jp>
* fix
- KasumiAddWindow
- search function for KasumiMainWindow
* enhancement
- implement of KasumiWordEventListener
2006-05-7 Takashi Nakamoto <bluedwarf@bpost.plala.or.jp>
* drastic changes for new version 2.0
2006-03-26 Ikuya Awashiro <ikuya@fruitsbasket.info>
* KasumiMainWindow.hxx, KasumiAddWindow.hxx:
Fixed with G++ 4.1: friends not declared
Thanks to Martin Michlmayr <tbm@cyrius.com>
- Add lmgr_is_locked() function to test if a thread own a mutex
- Remove comment field added in last patch
- Check if sql backend is thread-safe
- Fix cancel crash reported by Stephen Thompson
- fix grant_postgresql_privileges doesn t grant permissions on jobhisto_jobid_seq
- Add lock position info to volume manager
- Permits to use lock manager with file/line from outside
- Replace ASSERT in block.c with fail Job
- Use uint32_t for max_concurrent_jobs
- Use file and line for rwlock and lmgr in db_lock()
- Add File and Line info to rw_lock for lmgr
- Fix database locking calling db_lock and returning from function without
calling db_unlock.
- Add missing db_unlock to bvfs_update_cache.
- Allow users to build bat without static QT if desired.
- Fix for qt mkspecs location on Fedora 12.
- Another fix for OpenSSLv1
- Add -lrt to Solaris links
- Fix tls.c for OpenSSLv1
- Fix plugin load not to stop if one plugin bad -- pointed out by James
- Remove --without-qwt from configure statement.
- Fix bug in bvfs_update function, should work much better now
- Lets not generate the ingres code automatically when the .sc or .sh files
changes as it seems these files get outdated on some systems and then this
rule kicks in on systems that don't have the esqlcc ingres compiler installed.
- Fix CentOS detection in regression get-os script
- Create subroutines to add exclusion for plugins
- This adds sql debugging to these classes that Eric wrote.
- This is a 1/2 fix of the issue. It allows for the sorting of the two non
graphic columns, but still does not allow for sorting the graphic columns.
The issue is with last. By setting the sort value, you are setting the value
on the last. To experiment with what I mean, use the set background that I
have commented out in this commit.
- Fix OpenSSL 1.x problem in crypto.c on Fedora 12
- Display AllowCompress warning message only if compression used in FileSet
- Added comment on dbi backend needing a recent version of libdbi from CVS as
the version currently released 0.8.3 wont work for compiling the code.
- Add Warning check to SQL
- Fix readline to use TERM_LIB found for conio
- Move bacula shared objects in separate bacula-libs package.
- Fix for termcap lib on suse.
- Fix for shared objects name convention change.
- Remove mandrive and suse bacula.spec from configure
- Fix compile link flags for gigaslam
- Add missing defines for gccver.
systems come with LDAP support built-in. This has no effect on
such systems. However, on older systems, it will pull in
openldap-client. But, a builder may still disable the option if
they wish. This fixes:
PR pkg/41987 - Robert Elz -- comms/asterisk16 PLIST problem
Experimental version released on May 7th, 2010.
* Test programs no longer run several test cases in a row. The execution
of a test program now requires a test case name, and that single test
case is executed. To execute several test cases, use the atf-run
utility as usual.
* Test programs no longer fork a subprocess to isolate the execution of
test cases. They run the test case code in-process, and a crash of the
test case will result in a crash of the test program. This is to ease
debugging of faulty test cases.
* Test programs no longer isolate their test cases. This means that they
will not create temporary directories nor sanitize the environment any
more. Yes: running a test case that depends on system state by hand
will most likely yield different results depending on where (machine,
directory, user environment, etc.) it is run. Isolation has been moved
to atf-run.
* Test programs no longer print a cryptic format (application/X-atf-tcs)
on a special file channel. They can now print whatever they want on
the screen. Because test programs can now only run one test case every
time, providing controlled output is not necessary any more.
* Test programs no longer write their status into a special file
descriptor. Instead, they create a file with the results, which is
later parsed by atf-run. This changes the semantics of the -r flag.
* atf-run has been adjusted to perform the test case isolation. As a
result, there is now a single canonical place that implements the
isolation of test caes. In previous releases, the three language
bindings (C, C++ and shell) had to be kept in sync with each other
(read: not a nice thing to do at all). As a side effect of this
change, writing bindings for other languages will be much, much easier
from now on.
* atf-run forks test programs on a test case basis, instead of on a test
program basis as it did before. This is to provide the test case
isolation that was before implemented by the test programs themselves.
* Removed the atf-exec tool. This was used to implement test case
isolation in atf-sh, but it is now unnecessary.
* It is now optional to define the descr meta-data property. It has been
proven to be mostly useless, because test cases often carry a
descriptive name of their own.
Upstream changes:
Version 1.27, release May 06th, 2010
----------------------------------------------
[Bug fixes]
* use originally given table name for open_table() on SELECT, too
(all other command still use the originally given name)
* warn/die -> carp/croak
* fix delete_one_row & update_one_row ability using
[Documentation]
* Apply spelling fix patch from Ansgar Burchardt (RT#56475)