Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Commit

Permalink
Update chanegs for 6.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mocobeta committed Nov 26, 2016
1 parent eeabc12 commit 98dfc0e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
* Upgrade to 6.3.0
Fixed in this release:

#69 Comment on codecs
#70 Added top level folder to release artifact
#71 Fixed pom warning
#72 Fixed maven warning
#73 Update Launching Luke section in README
#74 Upgrade lucene vertion to 6.3.0

Thanks to respective contributors!

* Upgrade 6.2.1
https://github.com/DmitryKey/luke/pull/67

Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/xml/about.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<dialog modal="true" name="about" columns="1" gap="8" icon="/img/luke.gif" text=" About" left="4" right="4" bottom="4" top="4" close="remove(about)">
<label halign="center" valign="center" text="v 6.2.1 (2016-09-30)" font="10" icon="/img/luke-big.gif"/>
<label halign="center" valign="center" text="v 6.3.0 (2016-11-26)" font="10" icon="/img/luke-big.gif"/>
<button type="link" tooltip="Go to Luke home page" action="goUrl(this)" halign="center" property="url=https://github.com/DmitryKey/luke" foreground="#5aaa88" text="Lucene Index Toolbox" font="18 bold"/>
<label halign="center" font="13" text="Created by Andrzej Bialecki &lt;[email protected]&gt;"/>
<label halign="center" font="13" text="Further developed by: Dmitry Kan &lt;[email protected]&gt;, Tomoko Uchida &lt;https://twitter.com/moco_beta&gt;"/>
<label halign="center" font="13" text="Further developed by: Dmitry Kan &lt;[email protected]&gt;, Tomoko Uchida &lt;tomoko.uchida.1111@gmail.com&gt;"/>
<label halign="center" font="13" text="Backed by pull-requests from our fantastic community. Thanks to all of you!"/>
<label halign="center" font="italic 11" text="GUI client of the best Java search library"/>
<button type="link" icon="/img/lucene.gif" tooltip="Go to Lucene home page" action="goUrl(this)" halign="center" property="url=http://lucene.apache.org/" foreground="#5aaa88" text="Apache Lucene - home page"/>
Expand Down

0 comments on commit 98dfc0e

Please sign in to comment.