1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269
|
jserv (1.1-3) frozen unstable; urgency=low
* Updated servlet classes to 2000-05-07
- HttpUtils.parsePostData() fixed for contentLength == -1 (this fixes a
serious problem when the length of posted data is not known so this
should go into frozen)
* Compile mod_jserv.so with --enabale-EAPI to avoid possible crashes
when using SSL
-- Stefan Gybas <sgybas@debian.org> Tue, 9 May 2000 13:57:08 +0200
jserv (1.1-2) frozen unstable; urgency=low
* Build servlet_jserv classes instead of servlet_2_0 so the
RequestDispatcher class gets included to the JAR file. This
solves a serious problem with some JSP files. (closes: #55783 -
an important bug)
-- Stefan Gybas <sgybas@debian.org> Thu, 20 Jan 2000 23:09:09 +0100
jserv (1.1-1) frozen unstable; urgency=low
* New upstream non beta release (the old beta release in potato is not
supported upstream any longer - so this should go into frozen as well)
* "update-jserv --add-classpath" now always adds the file to JServ's
classpath (even if the file does not exist). This does not cause any
problems for the JVM as non-existing classpath components are silently
ignored.
* update-jserv now only creates output on errors or when the --debug option
is set
-- Stefan Gybas <sgybas@debian.org> Sun, 16 Jan 2000 14:58:42 +0100
jserv (1.0.99b3-4) unstable; urgency=low
* [debian/rules] Use dh_installchangelogs to install the HTML changelog
* Updated build dependency on debhelper to >= 2.0.74 and removed
dh_testversion from debian/rules
* Now also works with Apache-SSL
* [debian/jserv.init] Pass parameters from /etc/jserv/jserv.properties
to the Java interpreter (closes: #52932, thanks to Oskar Liljeblad
for the patch)
* Added local Lintian override for /usr/lib/apache/1.3/mod_jserv.so
-- Stefan Gybas <sgybas@debian.org> Tue, 4 Jan 2000 19:25:36 +0100
jserv (1.0.99b3-3) unstable; urgency=low
* Updated included servlet classes to 1999-11-20 (this release fixes a
serious bug with multivalue parameters)
* Changed build dependencies back to jdk1.1-dev and set the jdk-home
option on configure (otherwise a locally installed JDK 1.2 might
be detected and a Java 2 version will be built)
* Standards-Version 3.1.1
- Added build dependencies
* Updated README.Debian
* [debian/jserv.init] Added --oknodo to start-stop-daemon in the
stop section (closes: #51965, thanks to Oliver Elphick for the patch)
* [debian/jserv.init] Get java interpreter from jserv.properties instead
of always using /usr/bin/java (closes: #52070, thanks to Oskar Liljeblad
for the patch)
* [debian/jserv.init] Use --background and --make-pidfile options of
start-stop-daemon (and thus depend on dpkg >= 1.4.1.17), --chuid does
unfortunately not work for Java programs
* [debian/update-jserv] Uncomment "LoadModule jserv" in Apache's config at
remove-apache option (closes: #52754)
-- Stefan Gybas <sgybas@debian.org> Thu, 16 Dec 1999 15:06:11 +0100
jserv (1.0.99b3-2) unstable; urgency=low
* Updated package description (jsdk.jar was renamed to servlet-2.0.jar)
* Change location of jserv.secret.key in jserv.conf and jserv.properties
when upgrading from libapache-mod-jserv (closes: #48999)
* Fixed postinst and prerm so they won't fail when apache is not installed
* Don't install API documentation (a jserv-doc package will be created
later)
* Updated updated-jserv to handle the case when there is no commented line
"LoadModule jserv_module" in /etc/apache/httpd.conf
-- Stefan Gybas <sgybas@debian.org> Thu, 4 Nov 1999 01:38:20 +0100
jserv (1.0.99b3-1) unstable; urgency=low
* New upstream release: 1.1b3
-- Stefan Gybas <sgybas@debian.org> Tue, 26 Oct 1999 13:08:39 +0200
jserv (1.0.99b2-2) unstable; urgency=low
* Corrected new log file location and made /etc/logrotate.d/jserv
a conffile
* Redirect stdout and stderr to /var/log/jserv.out when starting jserv
* Improved update-jserv's add-option command: it now really adds
arguments to an already present option instead of replacing them. This
means you can now also add repositories to the root servlet zone.
* Updated servlet classes to 1999-10-18 - this version includes support
for non-iso-8859-1 chars but this would cause a performance penalty, so
suport for this is not (yet?) included in the Debian package
* Renamed /usr/share/java/jsdk.jar to servlet-2.0.jar, this file now also
includes JSP 1.0 classes (required by the GNUJSP package)
* Better updates for old (libapache-mod-jserv) configuration files
-- Stefan Gybas <sgybas@debian.org> Tue, 19 Oct 1999 11:53:39 +0200
jserv (1.0.99b2-1) unstable; urgency=low
* New upstream beta release 1.1b2
- New ajpv12 protocol between mod_jserv.so and JServ
- Support for Apache 1.2 removed
- Many bug fixes and small improvements
- Still no Servlet 2.1 support though (let's wait for Jakarta)
* Renamed package from libapache-mod-jserv to jserv because it does not
depend on Apache any longer. The JServ servlet engine can now be started
by an init.d script so you can set up multiple servers for load balancing
without installing a web server on them (closes: #40722)
Thanks to Adam Heath <doogie@debian.org> and Adam Keys
<akeys@post.cis.smu.edu> for suggestions on the init.d script.
* Updated included servlet classes to 1999-10-08
* Installed the HTML changelog as /usr/share/doc/jserv/changelog.html.gz
* Installed the Changelog from the servlet classes as well
* The configuration files are now in /etc/jserv, the properties files for
the servlet zones in /etc/jserv/zones. The configuration files from the
old libapache-mod-jserv package are copied to the new location.
* All configuration/properties files are no longer conffiles (i.e. managed
by dpkg) - instead they are copied from /usr/share/doc/jserv/examples/
in the postinst (if they do not already exist) and removed in the postrm
when the package is purged
* Wrote new update-jserv script so servlets (e.g. GNUJSP, Cocoon) can
safely modify JServ's configuration files - see the man page for details
and examples.
-- Stefan Gybas <sgybas@debian.org> Mon, 11 Oct 1999 00:47:35 +0200
libapache-mod-jserv (1:1.0-4) unstable; urgency=low
* Fix upgrading problem (postinst trying to rmdir a symlink)
closes: #44719, #45048
* Included new version of Paul Siegmann's servlet classes (19990911)
with some changes to Makefile.config
-- Stefan Gybas <sgybas@debian.org> Tue, 14 Sep 1999 18:26:40 +0200
libapache-mod-jserv (1:1.0-3) unstable; urgency=low
* Building now requires debhelper 2.0.40 (removed code in postinst to
manually move the docs from usr/doc to usr/share/doc)
* Updated postinst to remove /usr/doc/libapache-mod-jserv/.dhelp (if
it exists) and /usr/doc/libapache-mod-jserv (if it's empty now), so
the compatibility symlink can be created when upgrading (closes: #44079)
-- Stefan Gybas <sgybas@debian.org> Mon, 6 Sep 1999 21:52:06 +0200
libapache-mod-jserv (1:1.0-2) unstable; urgency=low
* Included free (LGPL-2) servlet classes (jsdk.jar) from
http://www.euronet.nl/~pauls/java/servlet/, thanks to Ean R.
Schuessler for the hint
* Removed all interactive questions from postinst and prerm, this allows
a completly automatic installation now that you don't have to download
jsdk.jar from Sun any longer
* Standards-Version: 3.0.1 (also moved from /usr/doc to /usr/share/doc, but
create a compatibility symlink in the postinst)
* Recompiled for Apache 1.3.9
* Don't modify /etc/init.d/apache in postinst any longer, now that bug
32450 is fixed in the Apache package
* Depend on java-virtual-machine instead of jdk1.1 to conform to the new
Java policy
-- Stefan Gybas <sgybas@debian.org> Tue, 31 Aug 1999 20:59:31 +0200
libapache-mod-jserv (1:1.0-1) unstable; urgency=low
* New upstream release (now used as base for the Debian version)
* Use /dev/urandom instead of /dev/random for generating
/etc/apache/jserv.secret.key, and thus depend on makedev (>= 2.3.1-13)
* Removed uuencoding of /etc/apache/jserv.secret.key (closes: #39387)
* Updated config files: jserv.conf, jserv.properties and root.properties
with new options and comments from upstream release
* debian/postinst: Disable trap commands in /etc/init.d/apache (see
bug report 32450 for details)
* Enable logging in jserv.properties (now default in upstream release)
and use logrotate for /var/log/apache/jserv.log
-- Stefan Gybas <sgybas@debian.org> Mon, 14 Jun 1999 23:56:21 +0200
libapache-mod-jserv (19990430-1) unstable; urgency=low
* New upstream version (1.0b4) which renamed Apache-JServ.jar back to
ApacheJServ.jar
* New maintainer: Stefan Gybas
* debian/rules: Used more debhelper commands, changed ./configure call
to compress jar and disable debugging
* Updated config files for /etc/apache (closes: #35985)
* Servlet zone config files are now in /etc/apache/servletzones/
* Use /etc/apache/jserv.conf instead of appending to httpd.conf, so
we can remove our configuration when being purged (closes: #33673)
Changed postinst to migrate to new setup on upgrade
* The servlet directory for the root servlet zone is now
/usr/share/java/servlets instead of /usr/lib/cgi-bin/servlets
* Error logging is now done to Apache's error.log, debug logging
(disabled by default) to /var/log/apache/jserv.log
* Corrected ApJServAction in debian/400mod_jserv.info
* Register HTML documentation to doc-base
-- Stefan Gybas <sgybas@debian.org> Sat, 1 May 1999 18:40:12 +0200
libapache-mod-jserv (19990219-2) unstable; urgency=low
* Compiled for Apache 1.3.6.
* Stole magic packaging code from Daniel Jacobowitz.
-- Johnie Ingram <johnie@debian.org> Tue, 23 Mar 1999 18:20:39 -0500
libapache-mod-jserv (19990219-1) unstable; urgency=low
* New upstream version.
-- Johnie Ingram <johnie@debian.org> Tue, 23 Mar 1999 18:13:51 -0500
libapache-mod-jserv (19990112-1) unstable; urgency=low
* New upstream version (1.0b2).
-- Johnie Ingram <johnie@debian.org> Thu, 4 Feb 1999 11:52:47 -0500
libapache-mod-jserv (19981228-3) unstable; urgency=low
* Corrected dependency (jdk1.1, not jdk1.1-runtime).
-- Johnie Ingram <johnie@debian.org> Sat, 16 Jan 1999 21:09:08 -0500
libapache-mod-jserv (19981228-2) unstable; urgency=low
* Compiled for Apache 1.3.4.
-- Johnie Ingram <johnie@debian.org> Tue, 12 Jan 1999 18:24:29 -0500
libapache-mod-jserv (19981228-1) unstable; urgency=low
* New upstream version -- beta 1 of 1.0.
* Added postinst test for /usr/share/java/jsdk.jar.
-- Johnie Ingram <johnie@debian.org> Sun, 3 Jan 1999 21:04:11 -0500
libapache-mod-jserv (19981210-2) unstable; urgency=low
* Fixed name of Apache-JServ.jar in default jserv.properties file.
-- Johnie Ingram <johnie@debian.org> Wed, 30 Dec 1998 23:14:44 -0500
libapache-mod-jserv (19981210-1) contrib; urgency=low
* New upstream version.
* Note: ApacheJServ.jar was renamed to Apache-JServ.jar -- the
jserv.properties and possibly CLASSPATH should be updated.
-- Johnie Ingram <johnie@debian.org> Thu, 10 Dec 1998 20:30:54 -0500
libapache-mod-jserv (19981119-1) contrib; urgency=low
* Initial Release.
-- Johnie Ingram <johnie@debian.org> Thu, 19 Nov 1998 12:01:41 -0500
Local variables:
mode: debian-changelog
add-log-mailing-address: "sgybas@debian.org"
End:
|