* Use the new plugin functionality available and build the dns, random and whois
plugins by default.
* The postgresql and ldap plugins can be optionally built by setting
PKG_OPTIONS.echoping.
6.0.1 (2007-04-04)
* Bug fixes only
6.0.0 (2007-03-26)
* Plugins: several plugins (whois, postgresql, dns) are now
shipped with echoping and you can write your own. All new
protocols will now be supported via plugins. Consequences:
* you now need an Unix with a working dlopen(3)
* echoping now requires the popt parsing library
* popt: echoping now depends on popt. One main change: options
parsing is lightly different so some scripts *may* break. A
typical example is that "old-school" Unix aggreation of arguments
("echoping -v4 localhost") is no longer accepted (use "echoping -v
-4 localhost").
* Many bug fixes, see the list at Sourceforge
2007/03/30 .61 Fixed crash on x86-64 systems under certain circumstances.
Reported by Andrey V. Elsukov <bu7cher@xxxxxx.xx>
2007/03/24 .60 Changed ChanServ SET PASSWORD to remove founder privileges
from any users who had previously identified for the
channel (backported from 5.1a13)
- Improve error reporting with the central option interface.
- Fix a bug when comparing IDMEF object with optional fields.
- Fix a problem with the logger, where large log entry wouldn't be
logged.
Some of the changes include:
* doc/example.conf: Document new options for General block.
* doc/example.conf (Features): Illustrate URLREG feature.
* ircd/m_burst.c (ms_burst): Properly handle member mode :ov.
* doc/example.conf (Port): Document the method to select IPv4 or
IPv6 restriction for a port.
* ircd/s_auth.c (auth_ping_timeout): If the client never had an
auth request, kill them on ping timeout.
* ircd/s_auth.c (check_auth_finished): Only check passwords on
user ports.
See the ChangeLog for the full details
Version 2.18.0
--------------
* Updated User Guide (Joachim Noreiko, Chris Fox, Luca Ferretti)
* Updated translations:
it (Luca Ferretti)
sv (Daniel Nylander)
pt_BR (Jonh Wendell, Leonardo Ferreira Fontenelle, Pedro de Medeiros, Raphael Higino)
fr (Christophe Bliard)
ar (Khaled Hosny)
en_GB (David Lodge)
pa (A P S Alam)
es (Francisco Javier F. Serrador)
Version 2.16.1
--------------
* User Guide
Better wording for writing CDs (Chris Wagner)
- New Translations:
sv: Daniel Nylander
- Updated Translations:
it: Luca Ferretti
* Accessibility Guide
- New Translations:
sv: Daniel Nylander
- Updated Translations:
es: Francisco Javier F. Serrador
it: Luca Ferretti
*System Administration Guide
- New Translations:
sv: Daniel Nylander
Some new features/corrections include:
* new addresses IP-DATAGRAM and UDP-DATAGRAM allow versatile broadcast
and multicast modes
* range option supports form address:mask with IPv4
* changed behaviour of SSL-LISTEN to require and verify client
certificate per default
* filan (and socat -D) could hang when a socket was involved
See: http://www.dest-unreach.org/socat/doc/CHANGES for all the details
Since the previous release, we have been working on the
MySQL subsytem to improve stability and security of this code. Next to
that, we have added support for encryption modules, finally including
support for encrypting passwords with proper MD5 or SHA1.
Next to these two major improvements there are quite a few bugs fixed,
including bugs related to module code, internal events, various typo's
in the language files, and some IRCd-related issues.
Please note that, due to the big changes, this release might not be
as stable as previous development releases. The new MySQL and encryption
code have been found stable enough to release to the public, but they
might still have undiscovered quirks.
Be sure to check Changes.conf for encryption-related changes to the
configuration file. Users of MySQL should also note that the MySQL
scheme has been changed in this release and needs to be updated. This
can be done using the updates in Changes.mysql.
* Minor textual fixes in the config manual page
* Do a better job at drawing merge lines. Ugly cross over lines could be
generated if branches had the same parent. Now they are moved to the right
(or bottom)
Changes since 0.18:
0.20 Thu Jan 4 19:08:00 PST 2007
- The tests will no longer fail should the user have NDEBUG or
PERL_NDEBUG environment variables set [rt.cpan.org 21170]
- Update the license link to point to the whole Perl license, not
just the Artistic license.
0.19 Tue Jan 2 15:13:09 PST 2007
- Fixed installation for those who have Pod::Tests but pod2test is
not in their PATH as some CPAN shell configurations do.
gnome-speech 0.4.10:
* Fix for bug 409573 to have eSpeak driver also look for LANG when
determining the default language. (Gilles Casse)
gnome-speech 0.4.9:
* Fix for bug 398916 to help select the Viavoice Chinese voices. Also
fixed a memory leak with the driver. (Gilles Casse)
* Fix for bug 399512 to handle config parameters better. (Leonardo Boshell)
* Fix for bug 403763 to include math library when building driver
for Swift. (Willie Walker)
gnome-speech 0.4.8:
* Brand new driver for eSpeak (http://espeak.sourceforge.net).
Many many thanks to Gilles Casse for his contribution here!!!
* Fix for bug 321658 to allow ibmtts is unable to select/change voice
of a different language. Many many thanks to Gilles Casse for his
contribution here!!!
gnome-speech 0.4.7:
* Add support for Cepstral Swift driver. There are known problems
with this support. In particular, there are audio artifacts
(chirps and pops) when speech is interrupted. We have a support
request into Cepstral for help with this: Support Ticket #6297.
iso-codes 1.0
-------------
Tobias Toedter <t.toedter@gmx.net>
Mon, 4 Dec 2006
[ ISO-3166 translations ]
* Bulgarian (bg.po) updated by Damyan Ivanov. Closes: #396368
* Bosnian (bs.po) updated by Safir Šećerović. Closes: #396395
* Portuguese (pt.po) updated by Miguel Figueiredo. Closes: #399233
* Norwegian Nynorsk (nn.po) updated by Håvard Korsvoll. Closes: #401343
* Malayalam (ml.po) added by Praveen. Closes: #401438
[Alastair McKinstry]
* New major version number. The XML Schema is now considered stable
(has not changed in over 1 year) and v1.0 is now released.
Note that this is identical to 0.5*; only the version number has changed.
[ Tobias Toedter ]
* Fix typo for GB-SOM in iso_3166_2.xml and update all .po files.
Thanks to Freek de Kruijf for the bug report.
2.18.0.1
========
Misc
- Don't fail db sync operations and leave %gconf-tree.xml.new
files laying around if there wasn't a %gconf-tree.xml to start
with (Loïc Minier)
2.18.0
======
Misc
- Make sure error strings are utf-8 (Christian Persch)
- don't include xml-entry.h twice (Kjartan Maraas)
- fix leak in gconf meta info code (Richard Hult, Ray Strode)
- remove more popt gunk (Chris Wilson, Ray)
- when installing a batch of schema files, don't abort
the entire transaction if one fails (Laszlo Peter)
- don't close already closed file descriptors if fdwalk()
is available (Padraig O'Briain)
- use g_file_test instead of gconf_file_test or
gconf_file_exists (Paolo Borelli)
- remove dead code found from coverity scan (Paolo Borelli)
- retain file permissions on gconf database files when
syncing a tree to disk (Narayana Pattipati)
- Add g_return_val_if_fail checks on type inputs for
gconf_value_new_from_string (Kjartan Maraas, Ray)
Translators
- Gintautas Miliauskas (lt)
2.16.1
======
Misc
- Fix error handling in the getters (Matthias Clasen)
- Fix a leak (Pascal Terjan)
- Close write end of pipe in parent (Tom Tromey)
Translators
- Khaled Hosny (ar)
- Josep Puigdemont i Casamajó (ca)
- Priit Laes (et)
- Adam Weinberger (en_CA)
- Yair Hershkovitz (he)
- Gabor Kelemen (hu)
- Luca Ferretti (it)
- Vladimer Sichinava (ka)
- Thierry Randrianiriana (mg)
- The GNOME PL Team (pl)
- Leonardo Ferreira Fontenelle (pt_BR)
- Laurent Dhima (sq)
- Daniel Nylander (sv)
- Maxim Dziumanenko (uk)
- Nguyễn Thái Ngọc Duy (vi)
such as types and values, natively in OCaml programs.
The goal of the OCamlDuce project is to extend the OCaml language with features
to make it easier to write safe and efficient complex applications that need to
deal with XML documents. In particular, it relies on a notion of types and
patterns to guarantee statically that all the possible input documents are
correctly processed, and that only valid output documents are produced.
WWW: http://www.cduce.org/ocaml
Changes since 2.17:
* The native OS X user interface has been enormously improved by Ben
Willmore and Trevor Jim.
* The backup functionality has been completely rewritten. The
external interface has not changed, but numerous bugs, irregular
behaviors, and cross-platform inconsistencies have been corrected.
* Some important safety improvements:
+ Added a new mountpoint preference, which can be used to
specify a path that must exist in both replicas at the end of
update detection (otherwise Unison aborts).
+ The confirmation of "big deletes" is now controlled by a
boolean preference confirmbigdeletes. Default is true, which
gives the same behavior as previously.
+ If Unison is asked to "follow" a symbolic link but there is
nothing at the other end of the link, it will now flag this
path as an error, rather than treating the symlink itself as
missing or deleted.
* Smaller changes:
+ Added forcepartial and preferpartial preferences
+ Refined debugging code so that the verbosity of individual
modules can be controlled separately. Instead of just putting
'-debug verbose' on the command line, you can put '-debug
update+', which causes all the extra messages in the Update
module, but not other modules, to be printed. Putting '-debug
verbose' causes all modules to print with maximum verbosity.
+ Rewrote some of the merging functionality, for better
cooperation with external Harmony instances.
+ Changed the temp file prefix from .# to .unison.
+ Compressed the output from the text user interface
+ Added .mpp files to the "never fastcheck" list
* Many small bugfixes, including:
+ Fixed a bug that would occasionally cause the archives to be
left in non-identical states on the two hosts after
synchronization.
+ Fixed a bug that prevented Unison from communicating
correctly between 32- and 64-bit architectures.
+ Set read-only file to R/W on OSX before attempting to change
other attributes.
+ Fixed bug resulting in spurious "Aborted" errors during
transport (thanks to Jerome Vouillon)
+ Enable diff if file contents have changed in one replica, but
only properties in the other.
+ Removed misleading documentation for 'repeat' preference.
+ Fixed a bug in merging code where Unison could sometimes
deadlock with the external merge program, if the latter
produced large amounts of output.
+ Workaround for a bug compiling gtk2 user interface against
current versions of gtk2+ libraries.
+ Added a better error message for "ambiguous paths".
+ Squashed a longstanding bug that would cause file transfer to
fail with the message "Failed: Error in readWrite: Is a
directory."
2007/04/01: version 2.8.4 = tag release-2-8-4
5840: Some small stuff (logging, code improvements)
5839: IP block: Scan all files inside a .zip file when loading
a blocklist, use the first valid file
5831: BT: New option BT-tracker_retries
2007/03/26
5819: MinGW: Fix charsetstubs.c compile with latest MinGW
2007/03/25
5817: Code updates for Ocaml 3.10.0beta compatability
- to use Ocaml 3.10 add ./configure option --enable-ocamlver=3.10
- MLDonkey will accept the new Ocaml version without this option when
the final version of Ocaml 3.10 is released and proven to be working
- GTK1 oldgui does currently not compile with Ocaml 3.10 code
- lablgtk1 & lablgtk2 compile with Ocaml 3.10, but some MLDonkey code
still needs fixing, GTK1 newgui and GTK2 gui compile with Ocaml 3.10
- parts of the patch by pango
2007/03/24
5813: Options: Use original file rights in tar.gz backup,
save backups with rights 600
2007/03/18
5807: Implement new command "man" to display command help
2007/03/17
5806: Update GNU config.guess and config.sub to version 2007/01
5775: http_client: Fix loading URLs with ()' (orbit)
5781: web_infos: Load local file if remote file can not be accessed
(thx to xergius)
5802: Telnet: Support non-ascii input (Hung-Te Lin)
2007/03/16
Updated Mozilla protocol handler to version 2.0
(re-committed after data loss due to Savannah crash on 2007/03/12)
2007/03/11
5799: Flags: Added Aland Islands, Guernsey and Jersey,
fixed debug_pictures command
5797: Remove unused source code in src/applets/*
5775: removed, it breaks BT downloads
5775: HTML: Fix url parsing for URLs with ()' (orbit)
5774: BT: fix upload managment (orbit)
5786: HTML: small javascript search improve (orbit)
2007/03/08
5787: HTML/Geoip: Show country flags
- new option html_flags to disable display of flags
- favicon.ico now built-in
- fix sorting bug in costats (thx to orbit)
2007/03/06
5784: Gd: Implement binding for function gdImageFilledArc
5773: Geoip: Country-based up-/download statistics
- new ini file statistics.ini, to be used later for all statistics
- new command "costats", accepts parameters:
without parameter it displays all countries where data was transfered to
parameter "all" displays all seen countries, countries where MLDonkey never
saw a client are not part of the statistics data
regular expressions can be used for country names/codes and continents,
like "costats *aus*" (Austria and Australia), "costats *europe* *africa*"
- new command "countries" to print country database
- new command "reset_costats" to reset country statistics
- mem_stats support for modules CommonStats & Geoip
- updated country database based on GeoIP 1.4.2 C-library
2007/03/04
5765: Change hard-coded maximum value for client_buffer_size
- default stays at 500.000
- for high-volume links raise this value to 1.000.000 or higher
5767: HTML: Improve bw_stats
5768: New default for option messages_filter (thx to atordo)
5766: Windows/Unicode: Fix broken get_info function for non-ascii filenames
5782: Improve CommonNetwork.network_display_stats function
2007/02/28
5757: Some improvements for byte-code build
- "make utils" now builds byte-code if needed
- new build targets: mlnet.byte.static, release.mlnet.byte.static
- print configure infos when byte-code is to be compiled
- buildinfo prints the binary name if not "mlnet" or "mlnet.static"
- remove some unneeded variables from configure
5759: OV/KAD: improve stats, remove obsolete options, save bandwidth (bogeyman)
2007/02/19
5754: mld_hash: Compute AICH hashes (thx to pango)
- parameter hash takes new option: aich to compute eMule AICH hashes
- new parameter partial_zone: Display hashing of zones (subparts of chunks)
- new parameter check_keep, keep files after checking functions (-check) for later testing
- parameter check, option filesize is now Int64 and in bytes
5752: Fix core hanging on ARM CPUs
5750: EDK: New option upload_compression_ext_exclude (thx to pango)
- space-separated list of file extensions which are not compressed when uploaded
2007/02/18
5753: Multiuser: New variable $USER_MAIL for file_completed_cmd
5751: Improve startup log messages, remove unused code, optimize Date code
5749: BT: recognize more BT client types (orbit)
5748: KAD/OV: Limit searches for sources (bogeyman)
2007/02/15
5738: Remove obsolete multicast files (orbit)
5743: BT: Show shared torrents in upload list after commit (xergius)
5744: EDK: Fix SecureUserIdent between machines with different endianness
2007-03-25 Heikki Orsila
* Version 1.3.10
- Added an option (-c) for remote programs to monitor sfv checking
more easily
- MinGW fixes
2007-03-25 Heikki Orsila
- Added -c option to force progress and final resolution prints
to stdout. See the man page.
2006-07-01 Heikki Orsila
- Merged experimental support for MinGW build process from
Yar Tikhiy. I did some modifications
to the patch submitted by Yar and did not test the result,
so expect this doesn't work yet.
- Fixed MinGW OS recognition in configure script (hopefully
works this time)
Version 1.4.9 - 23 Mar 2007, by Eric Blake (CVS version 1.4.8c)
* Minor documentation and portability cleanups.
Version 1.4.8b - 24 Feb 2007, by Eric Blake (CVS version 1.4.8a)
* Fix a regression introduced in 1.4.8 that made m4 unable to process
files larger than 2GiB on some platforms.
* Fix a regression introduced in 1.4.8 that made m4 dump core when
invoked as 'm4 -- file'.
* The `eval' builtin now follows C precedence rules. Additionally, the
short-circuit operators correctly short-circuit division by zero. The
previously undocumented alias of '=' meaning '==' in eval now triggers a
deprecation warning, so that a future version of M4 can implement a form
of variable assignment as an extension.
* The `include' builtin now affects exit status on failure, as required by
POSIX. Use `sinclude' if you need a successful exit status.
* The `-E'/`--fatal-warnings' command-line option now has two levels. When
specified only once, warnings affect exit status, but execution
continues, so that you can see all warnings instead of fixing them one
at a time. To acheive 1.4.8 behavior, where the first warning
immediately exits, specify -E twice on the command line.
* A new `--warn-macro-sequence' command-line option allows detection of
sequences in `define' and `pushdef' definitions that match an optional
regular expression. The default regular expression is
`\$\({[^}]*}\|[0-9][0-9]+\)', corresponding to the sequences that might
not behave correctly when upgrading to the eventual M4 2.0. By default,
M4 2.0 will follow the POSIX requirement that a macro definition
containing `$11' must expand to the first argument concatenated with 1,
rather than the eleventh argument; and will take advantage of the POSIX
wording that allows implementations to treat `${11}' as the eleventh
argument instead of literal text. Be aware that Autoconf 2.61 will not
work with this option enabled with the default regular expression; but
Autoconf 2.62 will be compatible with this option.
* Improved portability to platforms such as BSD/OS and AIX.
Version 1.2.3:
* campaigns:
* Heir to the Throne:
* The Elvish Lord and Elvish High Lord have halo's again (patch #682)
* graphics
* items with a halo have their halo hidden when under a shroud (bug #8523)
* updates the invisible icon of an unit when moving or moving the mouse
over the unit, then selecting the location to move to there are still
glitches (partial fix for bug #8107)
* fixed some cases where fog was updated without being redrawn
* user interface:
* made some tooltips visible again (bug #6702 and bug #8380)
* multiplayer maps:
* revised maps: Castle Hopping Isle
* Wesbowl: the respawned units are fully healed again (bug #7776)
* language and i18n:
* udated translations: Czech, Danish, Dutch, Esperanto, French, German,
Hungarian, Italian, Japanese, Polish, Portuguese (Brazil), Serbian, Slovak
* new translations: Indonesian
* WML engine
* fixed era events not working on non hosts
Version 1.2.2:
* campaigns:
* Eastern Invasion:
* The Crossing, fixed a bug which prevented the undead leader spawned
at turn 8 to have a keep
* The South Guard:
* fixed some pink unit images being shown in some scenario texts
* Two Brothers
* updated the portrait of Bjarn to match the new mage colors
* editor
* added the paste option to the edit menu
* graphics
* new attack icons: undead axe, undead crossbow, pick axe, glaive, elven
staff
* new baseframes: Mage line, Footpad
* new new death animations: Orcish Assassin, Grunt, Undead Ghoul, Ancient
Wose, Elder Wose, Thieves
* updated portraits: Troll
* language and i18n:
* fixed spelling mistakes in the en_US version
* updated translations: Czech, Danish, Dutch, Estonian, Esperanto, French,
German, Greek, Italian, Polish, Portuguese (Brazil), Russian, Serbian,
Slovak, Swedish
* updated DejaVuSans font to 2.15
* multiplayer maps:
* new maps: The Manzivan Traps, 4p Hamlets
* revised maps: Blitz, Charge, Den of Onis, Hamlets, Meteor Lake, Sablestone
Delta, Sulla's Ruins
* multiplayer
* sped up the lobby, the lag is much lower now (patch #676 and patch #677)
* units:
* fixed a bug which prevented a Mermaid Siren picking up a storm trident
* Complete rewrite of saurian and poacher line descriptions, as well as
some minor edits to a few other human units.
* fixed a bug which caused the slow effect being applied twice (bug #8458)
* death animations for Wose Ancient and Elder, Human Outlaw Thief Male
and Female
* user interface:
* smarter focus handling when user input is irrelevant to the current focus
but relevant to another widget
* menus can now stay scrolled to the bottom if they were already scrolled
to the bottom
* scrolling performance improved
* selecting a units is faster now, especially switching between two units
* overall game performance improved when many units are visible
* better performance when mouse is over a unit that sees many enemy units
* show side and team in the status table
* animations draw faster now and the speed is independent of the resolution
* fog/shroud is cleared after attack-move (bug #7131)
* WML engine
* fixed a bug which returned wrong values if a random number was negative
application-like user interface. It provides full functionality you expect
from an e-mail client, including MIME support, address book, folder
manipulation, message searching and spell checking. RoundCube Webmail is
written in PHP and requires the MySQL database. The user interface is fully
skinnable using XHTML and CSS 2.
This is roundcube-0.1-20070314 (SVN build 508)
Suggested by schmonz@
It helps you search, cross-reference and navigate your source tree. It can
understand various program file formats and version control histories like
SCCS, RCS, CVS and Subversion. In other words it lets you grok (profoundly
understand) the open source, hence the name OpenGrok. It is written in Java.
This is opengrok 0.4