summaryrefslogtreecommitdiff
path: root/doc/TODO
AgeCommit message (Collapse)AuthorFilesLines
2005-01-23-webminjlam1-2/+1
2005-01-22Note smokeping upgrade to 1.37adrianp1-2/+1
2005-01-22Updated socat to 1.4.1.0adrianp1-2/+1
2005-01-22mailsync was updated a while ago nowadrianp1-2/+1
2005-01-22Update mrtg to 2.11.1adrianp1-2/+1
2005-01-22Updated wm/3ddesktop to 0.2.8xtraeme1-2/+1
2005-01-22+ cqcam-0.91minskim1-1/+2
2005-01-21remove Gauche-0.8.3, ja-shinonome-0.9.11, xmbdfed-4.5, as they're updated.kei1-4/+1
2005-01-21remove some entries which are outdated or which I'll commit updates fordrochner1-8/+1
soon
2005-01-21+ pine-4.62, noted by Hisashi T Fujinaka on tech-pkg.wiz1-1/+2
2005-01-21+ afterstep-2.00.02, cmp3-2.0pre6 [pkg/29036], multitail-3.4.5,wiz1-5/+5
zsnes-1.42. - unarj-2.65 (thanks, me :) )
2005-01-21Update jakarta-tomcat to 5.0.30. Changes since 5.0.28:abs1-2/+1
Tomcat 5.0.30 (yoavs) General update Update web.xml files to 2.4 schema (from 2.3 DTD) where applicable. (yoavs) update 32235: align conf/web.xml MIME types with Apache HTTPD. (yoavs) fix 31132: Modified startup scripts for better OS/400 -x/-r handling. (yoavs) update 22679: Added misc note on accessing session ID to SSL-HowTo. (yoavs) update When the package protection is not used, do not create the doPrivileged objects so we don't suffer the performance hit (jfarcand) update 32282: Modify Windows Uninstaller to remove webapps and webapps/ROOT only if user asks to remove everything. (yoavs) Catalina fix 31273: Add support for derefaliases in JNDIRealm. (markt) fix 31623: Better OS400 support in setclasspath.sh. (yoavs) fix 31592: Allow specification of digest encoding for realms. (yoavs) update 31945: Added and updated Connector documentation. (yoavs) update 31739: Minor documentation corrections for realm-howto and AJP docs. (yoavs) fix 31753: Minor inconsistencies in JDBC and DataSourceRealm#authenticate. (yoavs) update 31683: Minor clarifications to realm documentation. (yoavs) fix 31851: UserTransaction in DefaultContext broken. (yoavs) fix 32130: Check for null or empty file listing in FileStore#keys. (yoavs) update 32276: Add developer info to Realm How-To. (yoavs) fix 32082: Add protected getPrincipals method to MemoryRealm for easier extension. (yoavs) fix 32023: CGIServlet fails to handle post message with multipart/form data. (yoavs) fix 32269: JNDIRealm fails with InvalidNameException to authenticate users if LDAP distinguished name (DN) contains slash or double quote character(s). (yoavs) Coyote Jasper fix Fixed default compiler target VM setting (to 1.3) so that compilation on J2SE 5.0 works out of the box. (yoavs) update Exposed compilerSourceVM and compilerTargetVM options to JspC. (yoavs) update Updated JspC usage messages to include recently added configurable parameters. (yoavs) fix 29866: JspReader#skipUntil may try to read beyond the end of the file. (yoavs) fix 32330: JspC changes context classloader. (yoavs) Cluster Webapps fix 31707: Broken JavaScript confirmation in HTML manager. (yoavs) update Removed hard-coded admin context path. (yoavs) fix 31732: Fix Japanese localization of Manager's list command. (yoavs) update 31656: Make admin webapp build on Struts 1.2. (yoavs) update 32019: Remove maxlength=64 on env entry value in admin webapp. (yoavs) Tomcat 5.0.29 (yoavs) General update Added Xalan note in RELEASE-NOTE section on XML parsers. (yoavs) fix 30756: Bad syntax in sample web.xml. (yoavs) update Enhanced Japanese resource bundles. (yoavs) fix 30568: Incomplete setup.html documentation for launching jsvc. (yoavs) Catalina update Use CatalinaDigester on shutdown so you can use a sytem property to configure the port. (funkman) fix Fix memory leak when Security Manager is turned on. (jfarcand) fix 28914: threadPriority attribute ignored. (yoavs) fix 30763: added failOnError attribute to UndeployTask. (yoavs) fix 30624: Enhanced null checking in RealmBase#findSecurityConstraints. (yoavs) fix Added explicit close of randomIS DataInputStream to ManagerBase for better resource handling. (yoavs) update Added processTlds context attribute to allow disabling TLD processing. (yoavs) update Backport if-else logic for SSI servlet from 4.1 (funkman) update StandardClassLoader: Output the name of the repository if it failed to load. (funkman) fix 31001: Missing domain attribute in MBean description for createStandardService. (yoavs) fix 30636: NPE in DigesterFactory when resources cannot be located. (yoavs) fix 30415: Directories ending in .war not handled well. (yoavs) fix 31052: BeanFactory swallows root cause of exception. (yoavs) fix 29914: Better lifecycle support for DefaultContext. (yoavs) fix Set the FORM notes even when caching so that clustering with SSO works properly. (remm) fix 30869: Make sure JAAS realm name is legal. (yoavs) fix 31277: Clarified automatic application deployment section of Host configuration page. (yoavs) fix 28631: JAASRealm enhancements to support custom user, role class names, use Commons-Logging. (yoavs) fix 31364: Missing resource in org.apache.catalina.core.LocalString.properties. (yoavs) fix 31362: Missing -Xdebug in catalina.bat when using JPDA and Security. (yoavs) fix 30949: Make sure ApplicationDispatcher unwraps requests even if include fails. (yoavs) fix 31511: Don't call setenv.bat if not found in *using-launcher scripts. (yoavs) fix 31549: Add name of resource to load failed messaged in WebappClassLoader. (yoavs) Webapps fix 29526: Manager redeployment locked JAR because of context.xml stream. (yor "dangerous" manager tasks. (yoavs) fix 29485: Added JavaScript confirmation prompts to HTML Manager actions. (yoavs) fix 31058: Ensure StatusTransformer escapes query string for XML. (yoavs) fix CGI Servlet: Revert the fix for 27090 as it introduced a JDK 1.4 dependency. (markt) Jasper fix 30984: Added compilerTargetVM option to Jasper. (yoavs) fix 31171: Wrap to avoid ClassCastException in PageContextImpl. (yoavs) fix 31257: Added specification of endorsed dirs if forking. (yoavs) fix 31510: Set response=null in JspWriterImpl#recycle to aid in JBoss memory leak. (yoavs) Coyote fix 31018: Race condition in SystemLogHandler. (yoavs)
2005-01-21Updated aribas to 1.53adam1-2/+1
2005-01-20Update of isic to 0.06adrianp1-2/+1
2005-01-20Update tcpreplay to 2.3.2adrianp1-2/+1
2005-01-20Note updates of:bad1-4/+1
p5-Devel-SmallProf to 1.15 p5-Time-HiRes to 1.66 p5-CGI_Lite to 2.02
2005-01-20Note update of jdb to 1.13.bad1-2/+1
2005-01-20Import of libnet 1.1.x packageadrianp1-2/+1
2005-01-20Updated jabberd2 to 2.0s6xtraeme1-2/+1
2005-01-20+ gnumeric-1.4.2, iozone-3.228, oss-3.99.2a [for 2.0], xmame-0.90,wiz1-2/+6
xmess-0.90.
2005-01-20Note update of net/nmap{,fe}salo1-2/+1
2005-01-20Updated bonobo to 1.0.22adam1-2/+1
2005-01-20Updated bluefish to 1.0adam1-2/+1
2005-01-20Updated icewm to 1.2.20xtraeme1-4/+1
2005-01-20emulators/zsnes updated to 1.41xtraeme1-2/+1
2005-01-19gtk-send-pr updated to 0.4.2.jmmv1-2/+1
2005-01-19Update ircservices to 5.0.44adrianp1-2/+1
2005-01-19+ powermanga-0.79xtraeme1-1/+2
2005-01-19Updated msmtp to 1.2.4adam1-5/+2
2005-01-19Updated dxpc to 3.8.2adam1-2/+1
2005-01-19Updated artist to 1.2.6adam1-2/+1
2005-01-19+ centericq-4.14.0, crimsonfields-0.4.6, gtk-send-pr-0.4.2,wiz1-7/+8
liferea-0.9.0b, postgresql-8.0, tcpick-0.2.1, zsnes-1.41. - nsd-2.1.5 (thanks, itojun)
2005-01-18Updated amaya to 9.0adam1-2/+1
2005-01-18+ bzflag-2.0.0, msmtp-1.3.4, sylpheed-claws-1.0.0.wiz1-9/+4
2005-01-18cue update has been done (thanks, itojun).wiz1-3/+2
2005-01-17Update to bugzilla 2.18adrianp1-2/+1
2005-01-17xfce4-minicmd-plugin-0.3.0, xfce4-taskbar-plugin-0.2.2, ↵martti1-4/+1
xfce4-wavelan-plugin-0.4.1
2005-01-17-xfce-4.2.0martti1-2/+1
2005-01-17Remove everybuddy and everybuddy-gnome. This program has been obsoleted byjmmv1-3/+1
two different forks (ayttm and eb-lite). Packaging any of these two could result on completely different packages than the current ones (mainly because one uses GNOME2 and the other Qt, and is modular). Furthermore, IM software tends to get useless as protocols change, so I doubt these old versions are of any use today. Not to say that they appear broken on some bulk builds. No objections in tech-pkg@.
2005-01-17+ bugzilla-2.18, cdlabelgen-3.5.0, multitail-3.4.4, py-kenosis-0.93,wiz1-3/+6
xfce-4.2.0.
2005-01-16Note svk-0.28 update.epg1-2/+1
2005-01-16Note p5-SVN-Mirror-0.54 update.epg1-2/+1
2005-01-16Note subversion-1.1.3 update.epg1-2/+1
2005-01-16Note p5-TimeDate-1.16 update.epg1-2/+1
2005-01-16- Remove ike-scan. I updated this last weekadrianp1-2/+1
2005-01-16Added horde-3.0.2adrianp1-2/+1
2005-01-16New suggested cleanup:jmmv1-1/+4
o Fix packages installing manual pages under share/man to install them directly under man.
2005-01-16chicken updated to 1.89.jmmv1-2/+1
2005-01-16+ chicken-1.86 [pkg/28980], galeon-1.3.19.wiz1-2/+3
2005-01-15sun-{jdk,jre}15 updated to 5.0.1.jmmv1-3/+1