Skip to content

Debian Changelog sablevm (1.13-1.1)

2006

sablevm (1.13-1.1) unstable; urgency=medium

   * Non-maintainer upload to fix Failure To Build From Source in hppa, due to
     missing ffitarget.h
   * Added src/libffi/src/pa/ffitarget.h, from the gcc package.
     (Closes: #382260)
   * debian/rules: changed "clean" for "distclean", and added to extra
     distclean calls, so that no unnecesary files are shipped in the .diff.gz
   * debian/rules: fixed the install rule so that the LGPL-2.1 file is a
     symlink to the common-licenses one.  (Closes: #254576)

 -- Margarita Manterola <marga@debian.org>  Sat, 19 Aug 2006 23:44:37 -0300

sablevm (1.13-1) unstable; urgency=low

   * New upstream release

 -- Grzegorz B. Prokopski <gadek@debian.org>  Sun, 5 Feb 2006 15:06:43 -0500

2005

sablevm (1.11.3-2) unstable; urgency=low

   * Use direct engine on ia64.  This should fix #336918.  Please reopen
     if it didn't.  Closes: #336918
   * Acknowledge NMU. Closes: #324108

 -- Grzegorz B. Prokopski <gadek@debian.org>  Sun, 20 Nov 2005 18:56:43 -0500

sablevm (1.11.3-1.1) unstable; urgency=low

   * Non-maintainer upload.
   * Change build depends to include libffi4-dev, so it gets linked
     to libffi4 and is installable again. (Closes: #324108)

 -- Kurt Roeckx <kurt@roeckx.be>  Sat, 27 Aug 2005 22:26:41 +0200

sablevm (1.11.3-1) unstable; urgency=high

   * Bugfix-only upload for Sarge.
   * Fixed crashes on alpha by using 'direct' engine there.
   * Fixed crashes in inlined engine due to RET not always delimiting
     an inlined sequence.
   * Fixed crashes due to underallocation of memory for a string.
   * To avoid a deadlock due to buggy unstructured locking bug in
     Classpath's JNI code allowed for such an unstructured locking.
   * Fixed getting into an infinite loop in case of a segfault in
     JNI code.
   * Fixed priority of handling of CLASSPATH, -classpath and -jar in
     'java-sablevm' command.
   * Added call to mprotect() on amd64. Hopefuly Closes: #289494.
     Please reopen if it did not (on 2.6.10+ kernels).

 -- Grzegorz B. Prokopski <gadek@debian.org>  Mon, 11 Apr 2005 21:51:44 -0400

sablevm (1.11.1-2) unstable; urgency=low

   * Fixed symlinks in JAVA_HOME-like env. in /usr/lib/sablevm

 -- Grzegorz B. Prokopski <gadek@debian.org>  Sun, 20 Mar 2005 17:16:19 -0500

sablevm (1.11.1-1) unstable; urgency=medium

   * New upstream release
   * Upstream fixed a few RC-class bugs that were reported to crash or
     deadlock the JVM.
   * Previous NMU was reported as not actually solving the many RC-class
     problems (see #300388 as an example).  This time we surely solve
     NullPointerException in MessageFormat.format RC bugs (reported in
     #299121, #297665, #299125, #285203, #300388).
   * Urgency medium, because we want the package to be tested first, but
     everything is fine - this package is targetting Sarge.

 -- Grzegorz B. Prokopski <gadek@debian.org>  Fri, 18 Mar 2005 12:02:21 -0500

sablevm (1.1.9-1) unstable; urgency=high

   * New upstream release
   * This version runs Eclipse 2 and 3 w/o need for any additional libs.
   * SableVM 1.1.6-6 is too old for Sarge, we need 1.1.9 there.

 -- Grzegorz Prokopski <gadek@debian.org>  Thu, 20 Jan 2005 12:23:11 -0500

2004

sablevm (1.1.8-1.1) unstable; urgency=low

   * NMU at the request of the maintainer.
   * Add build-dep on zlib1g-dev.

 -- Jeff Bailey <jbailey@raspberryginger.com>  Fri, 31 Dec 2004 02:18:22 -0500

sablevm (1.1.8-1) unstable; urgency=high

   * New upstream release.  Closes: #268977, #195351, #195350.
   * This version is capable of running Eclipse 2 and 3.
   * SableVM 1.1.6-6 is too old for Sarge, we need 1.1.8 there.

 -- Grzegorz Prokopski <gadek@debian.org>  Wed, 29 Dec 2004 12:36:35 -0500

sablevm (1.1.6-6) unstable; urgency=high

   * The "die doubles, die!" release.  Fixed handling of double floating
     point values on ARM.
   * Fixed 'division by 0' signal handling on ARM (si_code is always 0 on ARM).
   * Should now also build on GNU/k*BSD systems. Closes: #261118
   * Priority high, as we've just fixed a couple of, sometime nasty, bugs
     releated to handling of 'double' values and it's an imperative to
     have these fixes in testing ASAP (and in Sarge too).

 -- Grzegorz Prokopski (Debian Developer) <gadek@debian.org>  Mon, 23 Aug 2004 20:27:06 -0400

sablevm (1.1.6-5) unstable; urgency=medium

   * The "hopefuly the last upload for Sarge" release.
   * Added min/max checking in conversions from floating point types to
     integer types. Closes: #266224

 -- Grzegorz Prokopski (Debian Developer) <gadek@debian.org>  Sat, 21 Aug 2004 13:10:13 -0400

sablevm (1.1.6-4) unstable; urgency=low

   * Fix 'double rounding of doubles' problem on i386 machines (in fact
     only moved some of code added in 1.1.6-3 into another place). Closes:
     #255524

 -- Grzegorz Prokopski (Debian Developer) <gadek@debian.org>  Fri, 20 Aug 2004 13:55:47 -0400

sablevm (1.1.6-3) unstable; urgency=medium

   * The changes kept to minimum, plese let it in Sarge.
   * Search for "Main-Class:" in MANIFEST.MF should be case-insensitive.
     This bug should have been at least "important". Closes: #263276
   * Corrected Intel FPU precision mode initialization. Closes: #266224
     (note that we still don't get exactly the same results as Sun's VM,
     but we get same results as other free JVMs; In either case do you
     think difference of like 0.000000000001% can really hurt you? ;-)

 -- Grzegorz Prokopski (Debian Developer) <gadek@debian.org>  Tue, 17 Aug 2004 00:34:13 -0400

sablevm (1.1.6-2) unstable; urgency=high

   * Put back hack forcing libtool not to use rpath. Closes: #261069
   * Priority high because package was lacking proper dependencies
     (dh_shlibdeps dind't find them because of encoded rpath) information
     thus becoming unusable to a regular user.
   * Improved description of -dev package to better explain what it's for.

 -- Grzegorz Prokopski (Debian Developer) <gadek@debian.org>  Fri, 23 Jul 2004 10:48:50 -0400

sablevm (1.1.6-1) unstable; urgency=medium

   * New upstream release
   * Urgency medium, because of important upstream bugfixes.

 -- Grzegorz Prokopski (Debian Developer) <gadek@debian.org>  Sun, 11 Jul 2004 15:20:17 -0400

sablevm (1.1.5-1) unstable; urgency=high

   * New upstream release.
   * Urgency high, because our testing package is outdated and getting this
     SableVM 1.1.5 package into Sarge should allow avdyk to fix a few java
     packages stuck in unstable.  Mainly Ant 1.6 support is important.
   * Ant 1.6 has been reported to work w/ this release. Closes: #239452
   * Added AMD64 support. Closes: #245834
   * These problems w/ class loading should be solved by fixes in 1.1.4.
     Closes: #231366
   * Somebody finally fixed libtool (after 1 year!) so we can do:
     Closes: #181365
   * Added Depends: libgnujaxp-java and gnujaxp.jar to the default classpath
     of 'java-sablevm' wrapper.

 -- Grzegorz Prokopski (Debian Developer) <gadek@debian.org>  Wed, 2 Jun 2004 21:09:13 -0400

sablevm (1.1.3-1) unstable; urgency=medium

   * New upstream release. Urgency medium as it fixes a few PITA bugs.
   * Upstream JNI fixes. Closes: #242330.
   * Corrected /usr/lib/sablevm/bin/java -> ../../../bin/java-sablevm symlink.

 -- Grzegorz Prokopski (Debian Developer) <gadek@debian.org>  Mon, 12 Apr 2004 18:29:18 -0400

sablevm (1.1.1-1) unstable; urgency=low

   * New upstream release. Uses SableVM Classpath derived from Classpath 0.08.
   * Don't dequote params passed to program invoked with 'java-sablevm'.
     Closes: #238651.

 -- Grzegorz Prokopski (Debian Developer) <gadek@debian.org>  Sat, 20 Mar 2004 16:59:55 -0500

sablevm (1.1.0-5) unstable; urgency=high

   * Fixed VMRuntime.exec() which didn't look at PATH setting
   * Implemented Thread.interrupt() and friends but still lacking support
     in Classpath :-(
   * Set library version to 0:0:0 as we don't have (AFAIK) any policy on
     it and 1.1.0 was a development release.
   * Priority high because we really want unbroken SableVM in testing

 -- Grzegorz Prokopski (Debian Developer) <gadek@debian.org>  Fri, 5 Mar 2004 21:05:44 -0500

sablevm (1.1.0-4) unstable; urgency=medium

   * Added dummy Thread.interrupted, interrupt, isInterrupted.
   * Urgency medium because SableVM in testing is broken.
   * Implemented JNI/GetEnv.
   * Merged JNI/Throw and others from staging (thanks David!).

 -- Grzegorz Prokopski (Debian Developer) <gadek@debian.org>  Thu, 4 Mar 2004 16:53:34 -0500

sablevm (1.1.0-3) unstable; urgency=low

   * Fixed native WaitFor.
   * Incrased max. of native local refs to 64.

 -- Grzegorz Prokopski (Debian Developer) <gadek@debian.org>  Wed, 3 Mar 2004 22:59:24 -0500

sablevm (1.1.0-2) unstable; urgency=low

   * Added m4 to build-deps. Should auto-build now. (m4 isn't in build-
     essentials?! ;-)

 -- Grzegorz Prokopski (Debian Developer) <gadek@debian.org>  Mon, 1 Mar 2004 14:08:03 -0500

sablevm (1.1.0-1) unstable; urgency=low

   * New upstream release. Versions naming back to normal.
   * Draw line between upstream sources and debian packaging. New version
     naming schema. Thanks for spotting the problem and for meaningful
     discussion go to Adam Majer. Closes: #231359.
   * Fixed bashisms in java-sablevm wrappers script. Thanks to Michal
     Politowski for spotting and providing fix. Closes: #229820.
   * Yes, now we distinguish between binary-dep/indep targets. Closes:
     #216490.
   * We've never (consciously) wanted to provide java2-runtime. Closes:
     #229001.
   * Getting sablevm and classlib back in sync. Closes: #230770.
   * Urgency medium because the above RC bug is in testing.
   * New Classpath CVS pull should fix "undefined symbol: g_thread_init"
     problem. Closes: #231365.

 -- Grzegorz Prokopski (Debian Developer) <gadek@debian.org>  Sun, 8 Feb 2004 02:26:46 -0500

sablevm (1.0.9+svn20040120-2) unstable; urgency=low

   * Added jikes-sablevm wrapper which was finally removed from jikes
     source package.
   * No, we don't provide java2-runtime. Yet ;-)

 -- Grzegorz Prokopski (Debian Developer) <gadek@debian.org>  Thu, 22 Jan 2004 23:06:38 -0500

sablevm (1.0.9+svn20040120-1) unstable; urgency=low

   * Another SVN pull. We're using GNU Classpath CVS Now!!!

 -- Grzegorz Prokopski (Debian Developer) <gadek@debian.org>  Wed, 21 Jan 2004 00:36:13 -0500

sablevm (1.0.9+svn20040115-3) unstable; urgency=low

   * Addedd AllocObject from David's sandbox
   * Added DeleteGlobalRef from David's sandbox

 -- Grzegorz Prokopski (Debian Developer) <gadek@debian.org>  Tue, 20 Jan 2004 00:46:29 -0500

sablevm (1.0.9+svn20040115-2) unstable; urgency=low

   * Updated to current SVN (2003-01-19). Debbuggtk tools are about to
     work.

 -- Grzegorz Prokopski (Debian Developer) <gadek@debian.org>  Mon, 19 Jan 2004 23:16:11 -0500

sablevm (1.0.9+svn20040115-1) unstable; urgency=low

   * Completly new and improved version. Uses NEW GNU Classpath. We're
     pulling from SVN, but don't worry - it's much better than old 1.0.9.
   * SableVM debian package is now native, so look at upstream changelog.

 -- Grzegorz Prokopski (Debian Developer) <gadek@debian.org>  Thu, 15 Jan 2004 22:57:46 -0500

2003

sablevm (1.0.9test6-1) unstable; urgency=low

   * Should no more get into infinite loops for many minutes - alarm(60)
     seconds at most :-)
   * Tests w/o signals enabled work now.
   * We should not build arch-all package in binary-dep target (Closes:
     #216490)

 -- Grzegorz Prokopski (Debian Developer) <gadek@debian.org>  Sat, 1 Nov 2003 00:05:41 -0500

sablevm (1.0.9test5-1) unstable; urgency=low

   * One-liner correction, sorry. Now should be definitely OK
   * Updated version of tests

 -- Grzegorz Prokopski (Debian Developer) <gadek@debian.org>  Mon, 6 Oct 2003 06:07:15 -0400

sablevm (1.0.9test4-1) unstable; urgency=low

   * Really bring all 8 platforms back :-)
   * Bring back support for gcc-3.3 with 2-lines assembly for each
     supported platform. No -O1 needed too. Ahh... normality again.
   * Warning: 1.0.9test* versions are up to 5 times slower than normal
     versions. To get full-speed either use last 1.0.9 or wait for 1.0.10
     w/ new GNU Classlib (soon).

 -- Grzegorz Prokopski (Debian Developer) <gadek@debian.org>  Mon, 6 Oct 2003 05:29:58 -0400

sablevm (1.0.9test3-1) unstable; urgency=low

   * Added -O1 - tests tests done manually on ia64, i386 and sparc show
     that this should fix the builds on all platforms.

 -- Grzegorz Prokopski (Debian Developer) <gadek@debian.org>  Sat, 4 Oct 2003 00:58:12 -0400

sablevm (1.0.9test2-2) unstable; urgency=low

   * Fixed FTBFS - now we starteg build-depend'ing on m4. Added.
   * Should now build for all architectures besides hppa, mips and mipsel.

 -- Grzegorz Prokopski (Debian Developer) <gadek@debian.org>  Wed, 1 Oct 2003 23:48:40 -0400

sablevm (1.0.9test2-1) unstable; urgency=low

   * FIXED FTBFS caused by wrongly generated automake files like install.sh (now
     they're files, not symlinks). Should now build for all architectures
     besides hppa, mips and mipsel.
   * We build with gcc-3.2 because gcc-3.3 breaks randomly for us.

 -- Grzegorz Prokopski (Debian Developer) <gadek@debian.org>  Wed, 1 Oct 2003 20:43:00 -0400

sablevm (1.0.9-3.1) unstable; urgency=low

   * Version for testing m4 macros and other stuff...

 -- Grzegorz Prokopski (Debian Developer) <gadek@debian.org>  Wed, 17 Sep 2003 11:40:20 -0400

sablevm (1.0.9-3) unstable; urgency=low

   * Added cache flush instructions for SPARC. We don't use them yet
     because we don't use inlined-threading on sparc but we will be soon
     (hopefully) and what's most important - it should *fix compilation
     problem on sparc* autobuilder.

 -- Grzegorz Prokopski (Debian Developer) <gadek@debian.org>  Fri, 12 Sep 2003 19:18:38 -0400

sablevm (1.0.9-2) unstable; urgency=low

   * New getBootstrapClassPath implementation so that we could get those
     informations and put into properties during startup.

 -- Grzegorz Prokopski (Debian Developer) <gadek@debian.org>  Wed, 10 Sep 2003 12:05:45 -0400

sablevm (1.0.9-1) unstable; urgency=low

   * New upstream release
   * All porting changes available as debian diff to 1.0.8 have been
     merged upstream.
   * Apparently newer gcc version break inlined threading engine.
     Disabled inlined in favour of direct until autodetection of
     inlineability is integrated and used for all platforms.
     Closes: #199183

 -- Grzegorz Prokopski (Debian Developer) <gadek@debian.org>  Fri, 5 Sep 2003 23:41:02 -0400

sablevm (1.0.8-4) unstable; urgency=low

   * Fixed m68k compilation. Now it should actually close #182100
   * IA64 uses non-threaded engine just like 1.0.9 upstream will be.
     By the way that should fix ia64 ftbfs. Closes: #186686
   * Fixed java wrapper to support LD_LIBRARY_PATH env. variable.
   * Moved java wrapper from /usr/lib/sablevm/bin/java to
     /usr/bin/java-sablevm. It should be now more easily accessible
     and if you want JAVA_HOME env. - you should install free-java-sdk
     or use debian alternatives anyway.
   * Disabled unneeded dh_ debhelper scripts in rules.
   * Fixed autoconf/automake mess (I hope).
   * Java alternative now shouldn't be reset or lost while installing
     or upgrading any of sablevm packages.

 -- Grzegorz Prokopski (Debian Developer) <gadek@debian.org>  Mon, 31 Mar 2003 17:46:49 +0200

sablevm (1.0.8-3) unstable; urgency=low

   * Fixed dependencies. Closes #185155

 -- Grzegorz Prokopski (Debian Developer) <gadek@debian.org>  Mon, 17 Mar 2003 16:10:35 +0100

sablevm (1.0.8-2) unstable; urgency=low

   * Fixed typo that prevented sablevm from building on s390.

 -- Grzegorz Prokopski (Debian Developer) <gadek@debian.org>  Sun, 16 Mar 2003 11:55:17 +0100

sablevm (1.0.8-1) unstable; urgency=low

   * New upstream release
   * Applied the fix from sablevm-nativelib for m68k. We now should actually
     build on all arches besides hppa and temporarily ia64.

 -- Grzegorz Prokopski (Debian Developer) <gadek@debian.org>  Sun, 16 Mar 2003 11:11:13 +0100

sablevm (1.0.7-1) unstable; urgency=low

   * New upstream release
   * SableVM should now build on ALL debian architectures where it's build
     dependencies can be fulfilled (so that excludes hppa).

 -- Grzegorz Prokopski (Debian Developer) <gadek@debian.org>  Sun, 9 Mar 2003 20:58:00 +0100

sablevm (1.0.6-6) unstable; urgency=low

   * Added /usr/bin/sablevm -V to as first test - this will ensure us
     that we know what were the options the binary was compiled with. And
     this is a very basic test also.

 -- Grzegorz Prokopski (Debian Developer) <gadek@debian.org>  Wed, 5 Mar 2003 20:15:00 +0100

sablevm (1.0.6-5) unstable; urgency=low

   * Fixed ./debian/testsablevm so that it worked with fakeroot.
   * Disabled signals for exceptions on ia64 (it seems to cause problems
     with inlined-threading).

 -- Grzegorz Prokopski (Debian Developer) <gadek@debian.org>  Wed, 5 Mar 2003 18:29:03 +0100

sablevm (1.0.6-4) unstable; urgency=low

   * Added autotest (HelloWorld) at the end of every build process
   * Added a bunch of hopefuly-supported arches: s390, m68k, mips,
     mipsel, arm. They will be built without inlined-threading engine
     for now and tested right after being built. Don't expect all of
     them to work from now on.

 -- Grzegorz Prokopski (Debian Developer) <gadek@debian.org>  Tue, 4 Mar 2003 21:57:36 +0100

sablevm (1.0.6-3.2) unstable; urgency=low

   * It seems that after using latest autoconf on the source - we need
     Build-dep: on 'autoconf' and 'automake1.6'. Added.
     I hope it'll work this time.

 -- Grzegorz Prokopski (Debian Developer) <gadek@debian.org>  Mon, 24 Feb 2003 23:58:11 +0100

sablevm (1.0.6-3.1) unstable; urgency=low

   * This time _really_ enable the inlined engine for IA64. Configure
     didn't know it should enable inlined engine for IA64. Sorry!

 -- Grzegorz Prokopski (Debian Developer) <gadek@debian.org>  Mon, 24 Feb 2003 21:02:46 +0100

sablevm (1.0.6-3) unstable; urgency=low

   * The fastest, inlined-threding engine now works on IA64!
   * SableVM now works on Sparc (no inlined-threading yet).

 -- Grzegorz Prokopski (Debian Developer) <gadek@debian.org>  Mon, 24 Feb 2003 13:30:22 +0100

sablevm (1.0.6-2) unstable; urgency=low

   * Fixed typo by chaning svmt_f64 => svmt_d64 which prevented SableVM
     from building on 64bit systems.

 -- Grzegorz Prokopski (Debian Developer) <gadek@debian.org>  Sun, 23 Feb 2003 00:11:01 +0100

sablevm (1.0.6-1) unstable; urgency=low

   * New upstream release

 -- Grzegorz Prokopski (Debian Developer) <gadek@debian.org>  Thu, 20 Feb 2003 19:43:06 +0100

sablevm (1.0.5-4) unstable; urgency=low

   * We should build on cleanly on alpha already. Fixed missing
     #ifdef(__alpha__) that causes alpha build to fail.
   * Added missing cache flush instructions for Alpha. Now we should
     support inlined-threading engine.

 -- Grzegorz Prokopski (Debian Developer) <gadek@debian.org>  Tue, 18 Feb 2003 22:52:44 +0100

sablevm (1.0.5-3) unstable; urgency=low

   * sth borked the package dependecy - missing libffi and libltdl3!

 -- Grzegorz Prokopski (Debian Developer) <gadek@debian.org>  Mon, 17 Feb 2003 14:17:38 +0100

sablevm (1.0.5-2) unstable; urgency=low

   * Added missing Depends: unzip which is needed for SableVM's java
     wrapper to handle .jar archives via -jar option.
   * Fixed typos in description. Closes: #172846
   * Oh, I have added IA64 support long time ago! Closes: #163984
   * Removed Build-conflicts: libsablevm-native1, libsablevm1, sablevm
     I hope it doesn't matter anymore (after upstream fixes to
     the build process it shouldn't)

 -- Grzegorz Prokopski (Debian Developer) <gadek@debian.org>  Thu, 13 Feb 2003 21:51:10 +0100

2002

sablevm (1.0.5-1) unstable; urgency=low

   * New upstream release

 -- Grzegorz Prokopski (Debian Developer) <gadek@debian.org>  Thu, 17 Oct 2002 21:07:45 +0200

sablevm (1.0.4-2) unstable; urgency=low

   * Added conflicts with libgcj*-dev for libsablevm1-dev.
     Closes: #163197

 -- Grzegorz Prokopski (Debian Developer) <gadek@debian.org>  Wed, 16 Oct 2002 11:19:56 +0200

sablevm (1.0.4-1) unstable; urgency=low

   * New upstream release. Again. Closes: #156019

 -- Grzegorz Prokopski (Debian Developer) <gadek@debian.org>  Tue, 15 Oct 2002 13:37:24 +0200

sablevm (1.0.1-5) unstable; urgency=low

   * Trying again. Closes: #156019
   * moved .so library symlink and .la file to -dev package
   * note to ftpmaster: -dev is needed because /usr/include/*.h files conflict
     with some other (entire) JVMs in Debian and I don't want sablevm to conflict
     with them
   * note to ftpmaster: extra licenses in /usr/share/sablevm are used by
     sablevm binary to display licensing and authors informations  - that's
     author's explicite wish to have it this way (instead of for ex. hardcoded
     in binary); as /usr/share/sablevm/COPYING.LIB is the same as /usr/share/
     common-licenses/LGPL-2.1 - I symlinked them
   * note to ftpmaster: having separate libsablevm package was proposed by
     upstream, discussed and agreed as The Right Thing(tm)
   * note to ftpmaster: if you have some other technical problems with this
     package - please file a bugreport or just mail me; I'll explain/fix
     remaining isses ASAP; rejecting the package worries me and I am afraid
     if it won't make it waiting another week for acceptance.
     thank you for your understanding

 -- Grzegorz Prokopski (Debian Developer) <gadek@debian.org>  Thu, 22 Aug 2002 03:46:50 +0200

sablevm (1.0.1-4) unstable; urgency=low

   * Fixed -jar handling in 'java' wrapper.
   * Removed non-working 'javadoc' wrapper.
   * First upload. Closes: #156019

 -- Grzegorz Prokopski (Debian Developer) <gadek@debian.org>  Mon, 12 Aug 2002 20:14:16 +0200

sablevm (1.0.1-3) unstable; urgency=low

   * Fixed update-alternatives for java wrapper. Added manual page for
     'java' wrapper.

 -- Grzegorz Prokopski (Debian Developer) <gadek@debian.org>  Mon, 12 Aug 2002 12:38:38 +0200

sablevm (1.0.1-2) unstable; urgency=low

   * Added java and javadoc wrapper. Split into main, lib and dev
     packages.

 -- Grzegorz Prokopski (Debian Developer) <gadek@debian.org>  Sun, 11 Aug 2002 23:57:46 +0200

sablevm (1.0.1-1) unstable; urgency=low

   * Initial Release.

 -- Grzegorz Prokopski (Debian Developer) <gadek@debian.org>  Sat, 10 Aug 2002 13:27:42 +0200