summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2005-06-26Remove gtkhtml3 (3.2.x); it's now unused and gtkhtml36 provides the latestjmmv7-296/+1
stable version.
2005-06-26Update to 2.0.1:jmmv3-11/+22
Drivel 2.0.1 ("Tea and Health") =============================== * Improvements: - Add a FAQ section to the documentation (Todd) * Fixes: - Syntax fix for .desktop file (Jeremy) - Allow usernames with more than fifteen characters (Jess) - Fix default HTML highlighting state (Todd) - Allow usernames with hyphens (Todd) - Numerous UTF-8 fixes for Blogger, MovableType, and Atom (Todd) - Fix placement of Refresh button in Recent Entries menu (Todd) - Handle HTML in Blogger titles gracefully (Todd) * Translations: - Updated Spanish translation (Francisco Javier F. Serrador) - Updated Czech translation (Miloslav Trmac). Drivel 2.0 ("Psychoactive Kitty") ================================= * Improvements since 1.2: - Support for Atom, Blogger, MovableType, and Advogato weblogs - Offline mode - Fetch current music from Beep Media Player - Shortcut key (F7) to enabled/disable spellcheck - MIME support for draft entries - Allow selection of spellchecking language - Recent Entries menu to edit the previous fifteen posts - Support LiveJournal security groups - Ability to ping Technorati after journal updates Drivel 1.3.91 ("Whoop it up") ============================= * Improvements: - Clarify the Blogger API wording (Todd). - New artwork (Todd). - Updated documentation (Todd). * Fixes: - Handle IPv6 proxy servers correctly (Todd). - Respect the GConf key for proxy authentication (Todd). * Translations: - Updated Czech translation (Miloslav Trmac). - Updated Canadian English translation (Adam Weinberger). - Updated Swedish translation (Christian Rose). - Added Bulgarian translation (Yavor Doganov). - Updated German translation (Frank Arnold). - Updated Spanish tranlation (Francisco Javier F. Serrador). Drivel 1.3.90 (The "I'm out!" release) ===================================== * Improvements: - Support fetching, editing, and deleting recent MovableType entries (Todd). - Build a Recent Entries menu for MovableType (Todd). - Handle MovableType categories from all journals (Todd). - Alphabetize list of journal types and categories (Todd). - Option to ping Technorati after posting (Todd). - New splash screen (Margot). - Support LiveJournal security groups (Todd). * Fixes: - Shortcut key fixes (Todd). * Translations: - Updated Czech translation (Miloslav Trmac). - Added Greek translation (Kostas Papadimas). - Updated Spanish translation (Francisco Javier F. Serrador). - Updated Canadian English translation (Adam Weinberger). - Updated German translation (Frank Arnold). Drivel 1.3.4 (The "Strawberry Shortcake!" release) ================================================== * Improvements: - Build a Recent Entries menu for Atom, Blogger, and LiveJournal journals (Todd). - Sync with latest libegg code (Todd). - Support deleting entries for Atom and Blogger journals (todd). * Fixes: - Display categories for all MovableType journals, not just the default (Todd). - Desensitize buttons and menu items that don't apply to the current journal (Todd). - XML-RPC compatibility fixes (Todd). - Remove support for Blogger titles, it was broken to begin with and caused issues when editing old entries (Todd). - Fix the inconsistent progress bar (Todd). Drivel 1.3.3 (The "Trust me, the horsies won't mind" release) ============================================================= * Improvements: - Support XHTML 1.0 tags (Kurt). - Build-system improvements (Todd). - Support editing the more recent Advogato entry (Todd). - Support editing the most recent Atom entry (Todd). - Support Atom's new SSL authentication scheme (Todd). - Default to the last journal each account posted to (Todd). * Fixes: - MovableType API fixes (Bryan). - Fix a crash during poll creation (Jess). - Fix a crash when editing entries via the History dialog (Jess). - Remove the duplicate "http://" in the Insert Image dialog (Jess). - Remove warning about non-undoable action in History dialog (Jess). - Fix a handful of XML issues by using xmlReadMemory rather than xmlParseMemory (Todd). - Use UTC timestamps, should fix the Atom timezone issues (Todd). * Translations: - Update English (British) translation (David Lodge). - Updated Dutch translation (Taco Witte). - Updated Canadian English translation (Adam Weinberger). - Added Kinyarwanda translation (Steve Murphy). - Updated Spanish translation (Francisco Javier F. Serrador). Drivel 1.3.2 (The "Tonik: with a K!" release) ============================================= * Improvements: - Allow the user to select the language of the spell-checking dictionary (Isak). - Support posting to Blogger's implementation of the Atom API (Todd). * Fixes: - Resolved hangs after login (Davyd). - Disabled features in the UI that are not supported by the selected journal system (Todd). * Translations: - Updated Dutch translation (Reinout van Schouwen). - Updated German translation (Frank Arnold). - Updated Canadian English translation (Adam Weinberger and Alexander Winston). - Updated Czech translation (Miloslav Trmac). Drivel 1.3.1 (The "H'Okay" release) =================================== * Improvements: - Support opening drafts from the file manager (Todd). - Make Drivel's use of the notification area HIG-compliant (Todd). - Add Advogato posting support (Todd). - Add support for Movable Type categories (Todd). - Add --disable-mime-update and --disable-desktop-update configure parameters, useful for binary packagers (Todd). * Fixes: - Display a custom icon for Drivel drafts (Todd). - Publish Blogger posts (Todd). - Support all of a user's blogger accounts, not just one (Todd). - Correctly translate the Translators field in the About dialog (Isak). * Translations: - Updated Dutch translation (Reinout van Schouwen). Drivel 1.3.0 (The "Another drunk conquistador" release) ======================================================= * Improvements: - Add support for Beep Media Player (Adam). - Add an Offline mode (Todd). - Add Movable Type posting support (Todd). - Add Blogger posting support (Todd). - The F7 key quickly toggles spell-check on and off (Todd). - New account manager which can support multiple journal systems (Todd). - The build system has moved from automake-1.4 to automake-1.7 (Todd). * Fixes: - Glade translation fixes (Davyd). - Fix double-mnemonic in Format menu (Adam). - Make menus translatable (Isak). - Fix a crash when editing preferences (#151940) (Todd). - Plug a memory leak when loading user pictures (Todd). - Clarify auto-format tooltip (#151388) (Todd). - Include date information in Drivel's draft format (Davyd). - Update the RPM spec file to handle Scrollkeeper data (Todd). - Plus some severe memory leaks in the UI creation code (Todd). - Cleaned up lots of old, rotting code (Todd).
2005-06-26disable firefox-bin-realplayer package for now since it depends onkei1-2/+2
realplayer package which will be removed in shortly. I'll try to change this package to use RealPlayerGold package. noticed by Thomas Klausner.
2005-06-25Update jakarta-tomcat55 to 5.5.9nb1abs1-4/+5
- USE_JAVA2 should be 1.5 and not 1.50 - Fix PKG_SYSCONFDIR.jakarta-tomcat and MAKE_DIRS settings From 30589 from Rainer Pruy
2005-06-25Change the CONFIGURE_ENV to use the variables users are supposed to set,kristerw1-3/+3
rather than the autoconf cache variables.
2005-06-24Since we require perl>=5.8.0, we don't need to deal with perl-5.6'sjlam2-12/+3
Dynaloader_pic.a library.
2005-06-24Remove lang/libperl and modify packages that used libperl to dependjlam1-14/+6
instead on perl>=5.8.0. Bump the PKGREVISIONs of the following packages due to the possible perl dependency changes after the removal of libperl: audio/ices-mp3 databases/postgresql73-plperl databases/postgresql74-plperl textproc/eperl www/ap-perl
2005-06-23Update HOMEPAGE and MASTER_SITES.wiz1-4/+4
2005-06-23Call INSTALL_DATA_DIR with only one argument. Should fix irix bulk build.wiz1-2/+4
2005-06-23Added jalbummartti1-1/+2
2005-06-23JAlbum makes web albums of your digital images and it aims to be the easiestmartti6-0/+1658
to use and most powerful tool in this category - and free! JAlbum runs on Windows, Mac OS X, Linux and others and speaks 17 languages.
2005-06-22Re-instantiate the NAN/INFINITY fixes, this time in a way that works onmartin16-2/+438
older C environments as well.
2005-06-22Update to version 3.10 which is apparently neededreed2-7/+6
for new apache2/modperl2.0. This will close PR #30302. Changes says: Version 3.10 1. Added Apache2::RequestIO, which is necessary for mp2 interoperability. Version 3.09 1. Fixed tabindex="0" when using CGI to create forms without a prior start_html 2. Removed warning about non-numeric MOD_PERL_API_VERSION. Version 3.08 1. update support for mod_perl 2.0. versions prior to mod_perl 1.999_22 (2.0.0-RC5) are no longer supported. Version 3.07 1. Fixed typo in mod_perl detection. Version 3.06 1. Fixed bare call to script() in start_html 2. Moved Fh::DESTROY out of autoloaded functions so as to avoid clobbering $@ when CGI functions are executed in an eval{} context. 3. mod_perl 2.0 version detection patch in CGI::Cookie provided by Allen Day. 4. autoEscape() flag is now respected when generating extra attributes. 5. Tests for *tag start/end generation from Shlomi Fish. 6. Support for can() method provided by Ron Savage. 7. Fix for lang='' when outputting XHTML. 8. Added support for chunked transfer encoding, as suggested by Hakan Ardo 9. Fixed clobbering of row and column headers in tableized radio and checkbox groups, as reported by Nicolas Thierry-Mieg. 10. <Label> tags are now associated with form elements, as suggested by accessibility guidelines. 11. The <?xml> directive produced by start_html is now turned off by default and the charset is specified in a <meta> directive. Apparently IE6 (and maybe some versions of Opera) were getting confused by this. 12. Support for tab indexes. 13. Retired the HTML docs. The POD docs are now primary documentation. 14. CGI::Carp now correctly detects and handles Apache::Dispatch. 15. CGI::Util::utf8_chr now correctly sets the UTF8 flag on 5.006 or higher perls (fix courtesy Slaven Rezic).
2005-06-20Update to Trac 0.8.4 (June 19, 2005)epg2-6/+6
http://svn.edgewall.com/repos/trac/tags/trac-0.8.4 Upstream changelog: * Fixed file upload vulnerability. Trac could be tricked into uploading files outside the environment directory. All users are recommended to upgrade. Vulnerability found by the Hardened-PHP project. Thanks adrianp@NetBSD.org for the heads-up.
2005-06-20Back out the two last changes to the floating point code, since itkristerw16-554/+2
broke the package for NetBSD 1.6.
2005-06-19Prevent paths to the build work directories being included in the package.kristerw3-3/+20
Bump PKGREVISION.
2005-06-19Update to 0.8.5. Security fix release.wiz2-9/+8
dillo-0.8.5 [Jun 15, 2005] - * Set "file:" to work as URI for current directory. Patch: Diego Sáenz - * Added a "small" dillorc option for panel size (medium without labels). Patch: Eugeniy, Jorge Arellano - * Fixed the shell escaping code in the ftp plugin. * Added some checks for sane values in html.c. * Added URL filtering to the ftp and downloads dpis to avoid SMTP hacks. * Fixed the file dpi to react to the DpiBye command. Patches: Jorge Arellano
2005-06-19"inet6" option support is determined in bsd.prefs.mk, don't add it tosalo1-2/+2
PKG_SUGGESTED_OPTIONS.
2005-06-19Prevent paths to the build directories from being included in the package.kristerw1-3/+5
Bump PKGREVISION.
2005-06-19Do not install the doc/Makefile*. They are not needed, and containskristerw2-6/+5
paths that triggers CHECK_WRKREF errors.
2005-06-18Remove opera7.kristerw1-2/+1
2005-06-17use just 'Opera' instead of 'Opera7'jdolecek1-1/+1
2005-06-17re-remove opera 7.54u2 package, it's no longer maintaned, contains severaljdolecek7-474/+0
unfixed serious security issues and opera 8.01 works just as well as 7.54 has worked; farewell
2005-06-17Update opera to 8.01. Besides general bugfixes, this release alsojdolecek3-21/+16
fixes several serious security issues. It also works stable on NetBSD MP now.
2005-06-17Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead ofjlam4-20/+20
${PREFIX}.
2005-06-17Create directories before installing files into them.jlam48-50/+132
2005-06-16Redo the previous "double alignemnet" fix more completely. The previousmartin17-63/+539
state was completely broken.
2005-06-16Update to Trac 0.8.3 (June 15, 2005)epg3-7/+9
http://svn.edgewall.com/repos/trac/tags/trac-0.8.3 Upstream changelog 0.8.3: * Fix compatibility of 'trac-admin resync' with Subversion >= 1.2. * Settings page now works correctly when Trac is deployed at the root of a host. * Windows packaging issues resolved. * Fixed bugs Upstream changelog 0.8.2: * Compatibility with Subversion >= 1.2 fixed. * Compatibility with Docutils >= 0.3.7 fixed. * Fixed bugs Upstream changelog 0.8.1: * Improved Python 2.1 compatibility. * Layout of navigation bar in Opera fixed. * Execution of Javascript through event handler attributes in HTML code is now forbidden. * Fixed bugs
2005-06-16sort. (hi jdolecek!)salo1-2/+2
2005-06-12Make the include/curl/multi.h self-contained to fix the build of packagesjmmv3-2/+36
using it (such as the new drivel-2.0.0). Bump PKGREVISION to 1. The problem is that this header file requires the fd_set definitions, but it only pulls in <sys/select.h> on AIX and NETWARE systems. Instead, change the inclusion to only happen if configure script detected it during build time.
2005-06-12adapt to recent pkgsrc changesjdolecek1-7/+10
2005-06-12(temporarily) re-add Opera7 package - Opera8 doesn't work on NetBSD MP systemsjdolecek1-1/+2
2005-06-12re-add Opera7 package - it does have a vulnerability, but Opera8 isn'tjdolecek7-0/+469
usable on NetBSD MP systems ATM
2005-06-12add message about crash problem with MP systemsjdolecek1-0/+7
2005-06-12g/c the UPGRADE_PKG code - it's no longer used, and the empty 'for'jdolecek1-10/+1
list causes problems with some (e.g. Irix) shells
2005-06-07- Fix build problem with IP Filter prior to 4.0; NetBSD 1.6.2.taca7-33/+60
- Avoid use of ":ts" modifier of make(1) since NetBSD 1.6.2's make(1) dosen't support it. It might be fix "diskd" PKG_OPTION problem, too. - Remove extra "--enable-async-io" configure option. No PKGREVISION change.
2005-06-06Avoid using the non-standard "-d" option of BSD find(1).minskim1-2/+2
2005-06-06Add ipf-transparent to PKG_SUGGESTED_OPTIONS only if it is included intaca1-2/+3
PKG_SUPPORTED_OPTIONS. Noted by OBATA Akio with private mail.
2005-06-06Set BROKEN because dependencies require different versions of Pythonminskim1-1/+3
(zope25 only builds with 2.1 while py-METAR needs 2.[34]).
2005-06-05Update squid package to 2.5.10taca10-315/+219
* squid 2.5.STABLE10 + official + one official patch. - 2005-05-25 23:01 (Cosmetic) Double content-length often harmless Other fixes are already done by official patches for squid 2.5.STABLE9. * Add missing cachemgr.cgi.8 to PLIST. * Introduce options.mk which may need to be brushed more. * Drop support for diskd on Darwin since diskd needs System V msg function which dosen't supported on Darwin. * Real fix for transparent proxy with IP Filter, fix PR pkg/30085.
2005-06-03_W3M_USE_IMAGE has to be defined before options.mk can be included.wiz1-3/+3
Make it so.
2005-06-03MOZILLA_USE_GTK2 is a pkgsrc-internal variable -- prefix it withwiz4-8/+8
an underscore.
2005-06-03Utilize brand new PKG_OPTIONS_GROUP to select imaging libraryuebayasi1-15/+6
exclusively. Pointed out by wiz.
2005-06-03Let users select an imaging library for w3m-img among from gdk-pixbuf,uebayasi2-16/+33
imlib, and imlib2. No default change expected, no revision bump.
2005-06-02Bump PKGREVISION, DEPENDS changed. (hi bouyer!)salo1-1/+2
2005-06-02Bump PKGREVISION, DEPENDS changed. (hi bouyer!)salo1-1/+2
2005-06-02Convert to options framework.wiz2-40/+48
2005-06-02Convert to options framework.wiz1-4/+6
2005-06-02Replace the homegrown floating point binary access patterns in class Doublemartin2-1/+39
by macros from math.h to avoid alignement problems described in PR pkg/30106. (Same as ../mozilla/patches/patch-cd)
2005-06-02Update jakarta-tomcat55 to 5.5.9abs3-24/+36
Changelog since 5.5.7 Tomcat 5.5.9 (yoavs) General Add JULI, a java.util.logging implementation, used to provide sane add defaults and configurability equivalent to Tomcat 4.0 for Tomcat 5.5 logging (remm) docs Add JULI documentation to the logging page (remm) add Add host manager webapp (remm) add Add ant JkStatusUpdateTask for remote status worker handling ( >=mod_jk 1.2.9) (pero) add 33739: Add reference to RUNNING.txt in setup.html. (yoavs) fix 33719: Update reference to Ant download page. (yoavs) fix 33883: Bad options in SSL-HowTo. (yoavs) update Update to MX4J 3.0.1 (pero) update 34139: Updated Realm-HowTo to specify JMX, Commons-Logging jars for RealmBase. (yoavs) add 33325: Added top-level clean target to Netbuild build.xml file. (yoavs) update 33755: Clarified Postgresql JNDI datasource example. [patch submitted by Tom Witmer] (yoavs) Catalina fix Remove some instances of expanded folder removal (remm) fix Don't call mkdirs if we're not going to save the configuration in StandardContext (remm) fix Fix context classloader binding during loader initialization (it was set to null before) (remm) fix The webapp logger should only be retrieved when the context classloader is set to the webapp's classloader (remm) fix 34170: Add back retry logic in JDBC realm in case of a connection failure (remm) fix 22041: Support dynamic proxies as session objects. (markt) fix Fix logger names for wrappers (remm) 34006: If antiResourceLocking was used, HostConfig considered the fix path as external, and web application resources were not correctly removed or tacked; also simplify the code a lot (remm) fix 34016: Save and restore docBase when using antiResourceLocking, for compatibility with the admin webapp (remm) add 33636: Set lastModified attribute when expanding WAR files. (yoavs) add 32938: Allow Salted SHA (SSHA) passwords in JNDIRealm. (yoavs) add 31288: Allow SMTP authentication for JNDI MailSessionFactory. (yoavs) update Harmonize processing of the context.xml defaults with the way web.xml is processed (remm) fix Ignore ';' if it is in the query string (remm) fix private to protected for the webapp classloader (remm) fix Improve logging of filters and listeners startup errors (remm) fix 33774: Retry once in JNDI realm authenticate failure regardless of the exception message (remm) fix 33961: Don't encode '~' in context paths (remm) fix 32866: Propagate distributable property from context to manager (yoavs) fix 32867: Reset distributable attribute in context for clean reload handling (yoavs) update Fix some RealmBase/JNDIRealm log.isXXXEnabled (pero) fix 34161: Harmonize StandardContext.stop with ContainerBase.stop (remm) Coyote fix 33971: Set remoteHost to null when Apache doesn't send one. (billbarker) fix Fix calculation of threadRatio for the ms thread pool, and fix setting the updated timeout value (remm) Update the ms thread pool so that we allocate a worker before accepting a update new socket, and wait a little if the pool is exhausted; this should make low maxThreads values work a lot better (remm) update 33857: Update information on automatic mod_jk configuration in Apache-HowTo (yoavs) fix Fix sync block placement in Mapper.addContext (remm) fix 32741: Fix spelling of "committed" [patch from Ben Souther] (yoavs) fix 34133: Make setHeader clear multi-valued headers (billbarker) Jasper fix 34034: Jasper does not respect external entities (billbarker) fix 33810: Incorrect recycling of BodyContent if close is called (remm) update Per instance loggers in Jasper (remm) Cluster fix Fix JvmRouteBinderValve primary failover attribute to org.apache.catalina.cluster.session.JvmRouteOrignalSessionID (pero) fix Change attribute name waitForAck to sendAck at ReplicationListener (pero) Integrate new fastasyncqueue cluster sender mode. Support queue size add limitation, get all queued objects and send it to the backup node, no queue thread lock contention under high replication load, submitted by Rainer Jung (pero) Add compress attribute to Sender and Receiver to transfer data add uncompressed. At high cluster load this option consume lesser cpu and memory. Implement the compress handling to ReplicationTransmitter, ReplicationListener, XByteBuffer and Jdk13ReplicationListener (pero) Add doProcessingStats to synchronous, asynchronous and fastqueueasync add sender modes to get min, avg, max processing times as IDataSender JMX MBeans (pero) fix TcpThreadPool use constant ACK byte array instead create new 3 byte buffer for every message ack (pero) update Refactor ReplicationTransmitter and ReplicationListener (pero) update add getCatalinaCluster() to ClusterReceiver and SimpleTcpCluster (pero) update Update the Api documentation (pero) Webapps update Use the standard struts taglib URIs in admin JSPs. (billbarker) add Add more host parameters to create new host with host-manager (pero) fix 34033: Fix quoting related bugs (remm) fix 33713: Add Struts init code in frameset.jsp as well (remm) Tomcat 5.5.8 (yoavs) General fix 33204: Fixed SSL HowTo page. (yoavs) fix 33351: Fix silent uninstallation. (remm) fix 33489: Missing space in uninstaller message. (yoavs) Catalina Unregister host mbean and all context mbeans at remove a host, s. fix StandardHost.destroy() and MBeanFactory.createStandardHost/removeHost(,) detected by Thorsten Kamann (pero) fix make it possible to restart connector, now serversocket recreated after stop,start (pero) fix change mbean names from Mapper and ProtocolHandler to connector naming style (pero) update Add some log.isXXXEnabled (pero) fix Deregister MapperListener after remove connector (pero) fix Remove host only at own domain with same name at all services, detected by Thorsten Kamann (pero) fix 33187: Remove any logging of the password in the JAAS realm, submitted by Andrew Jaquith (remm) fix 33033: Don't do anything to the response in the ErrorReportValve if data has already been written (remm) update Add charset support for the URLs used by the tasks, to remove deprecation (remm) 26135: Workaround for memory leak when reloading Struts based web fix applications by clearing the bean instrospector cache of the JVM on classloader stop, submitted by Tobias Lofstrand. (remm) fix Ensure that if CLASSPATH is declared on startup - it is not used. (funkman) fix Add back use of deployOnStartup in HostConfig (remm) docs Ant tasks docs patches, submitted by Gabriele Garuglieri. (remm) update Use NIO for the raw copying operation, as it is faster (a little under 30%), and decreases a little the impact of antiResourceLocking. (remm) fix 33357: Fix connection leaks with the DataSourceRealm, as well as improve efficiency, submitted by Dominik Drzewiecki. (remm) update Improve a little logging of servlet exceptions, which should all log the root cause. (remm) Add new Manager.createSession(sessionId) method, allowing the client to update "specify" the session id which should be used using a cookie when using emptySessionPath="true". This fixes session tracking in this case. (remm) fix 33368: Fix memory leak in swallowOutput feature which occurred when the thread pool size is reduced, submitted by Rainer Jung. (remm) fix StoreConfig: can't save cluster Membership element (pero) add StoreConfig: suppress default jkHome attribute at connector (pero) add StoreConfig: Save new dymanic properties from ReplicationTransmitter (pero) fix 33463: Remove attributes after context destroy. (remm) fix 33572: context.xml should be a redeploy resource, and add prioritization for redeploy resources. (remm) Coyote fix PoolTcpEndpoint recreate ServerSocket after start,stop,start connector (pero) update Add some log.isXXXEnabled (pero) add JkMX: make log4j mbean configurable with attribute log4jEnabled (pero) When Tomcat runs on Windows and IE is uploading data to the server, the fix first read must be at least 8KB, otherwise upload speed is extremely low, submitted by Noel Rocher (remm) Jasper fix 33223: pageContext.forward and jsp:include result in StringIndexOutOfBoundsException (luehe) fix 33373: Fix handling of context classloader in jspc (remm) fix 33538: Ignore example and tag-extension elements in TagLibraryInfoImpl. (yoavs) fix 33539: Better error message when an unknown element is encountered in the tag file. (yoavs) fix 33219: Minor JspServletWrapper code cleanup. (yoavs) Cluster fix Add instance based ReplicationValve statistics to Mbean descriptor (pero) fix Better I18N support to cluster session and tcp classes (pero) Support optional primaryIndicator at ReplicationValve to mark that add request processing to existing session is at primary cluster node. Easy failover detection, when mark is not at configurable primaryIndicator attribute, submitted by Rainer Jung (pero) update Refactor all implementation from interface IDataSenders (pero) add Add some usefull attributes and operations to the all sender MBeans. (pero) add Add keepAlive and waitForAck handling to AsyncSocketSender and factor out a DataSender base class.(pero) add ReplicationTransmitter: Enable and Disable autoreconnect sender and waitForAck. (pero) add ReplicationTransmitter: transfer all properties to socket sender from server.xml configuration. (pero) Webapps fix Fix create and remove Host for Admin app. (pero)