use of Lucene in applets

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@231100 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Daniel Naber 2005-08-09 20:17:30 +00:00
parent f770e5fbe2
commit 1e5c36f315
1 changed files with 4 additions and 0 deletions

View File

@ -138,6 +138,10 @@ New features
worrying about synchronisation/locking issues. worrying about synchronisation/locking issues.
(Daniel Naber) (Daniel Naber)
19. Lucene can now be used inside an unsigned applet, as Lucene's access
to system properties will not cause a SecurityException anymore.
(Jon Schuster via Daniel Naber, bug #34359)
API Changes API Changes
1. Several methods and fields have been deprecated. The API documentation 1. Several methods and fields have been deprecated. The API documentation