You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by ar...@apache.org on 2007/03/10 16:59:52 UTC

svn commit: r516738 - in /incubator/lucene.net/trunk/C#/src: HISTORY.txt Lucene.Net/AssemblyInfo.cs

Author: aroush
Date: Sat Mar 10 07:59:51 2007
New Revision: 516738

URL: http://svn.apache.org/viewvc?view=rev&rev=516738
Log:
Release of Apache Lucene.Net.2.0 build 004 "final".

Modified:
    incubator/lucene.net/trunk/C#/src/HISTORY.txt
    incubator/lucene.net/trunk/C#/src/Lucene.Net/AssemblyInfo.cs

Modified: incubator/lucene.net/trunk/C#/src/HISTORY.txt
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/HISTORY.txt?view=diff&rev=516738&r1=516737&r2=516738
==============================================================================
--- incubator/lucene.net/trunk/C#/src/HISTORY.txt (original)
+++ incubator/lucene.net/trunk/C#/src/HISTORY.txt Sat Mar 10 07:59:51 2007
@@ -1,6 +1,17 @@
 Apache Lucene.Net History
 -------------------------
 
+
+11Mar07:
+	- Release:  Apache Lucene.Net.2.0 build 004 "final"
+	- Fix: LUCENENET-36 "Countries using "," as decimal separator gets an exception in QueryParser.cs with a query like color~0.5"
+	- Fix: LUCENENET-35 "Tokenizer.Close should check if input is null"
+	- Fix: LUCENENET-33 "Frequent exceptions at Single Parse(String s)" 
+	- Fix: LUCENENET-32 "Check hashtable in PhraseQuery.ExtractTerms for existing keys"
+	- Fix: LUCENENET-31 "elimate exception when casting TermFreqVector"
+	- Fix: LUCENENET-30 "Unnecessary boxing of bytes"
+
+
 27Dec06:
 	- Release:  Apache Lucene.Net.2.0 build 003 "final"
 	- Fix: Lucene.Net.Search.TestSort.TestInternationalMultiSearcherSort -- NUnit test now passes

Modified: incubator/lucene.net/trunk/C#/src/Lucene.Net/AssemblyInfo.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Lucene.Net/AssemblyInfo.cs?view=diff&rev=516738&r1=516737&r2=516738
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Lucene.Net/AssemblyInfo.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Lucene.Net/AssemblyInfo.cs Sat Mar 10 07:59:51 2007
@@ -29,7 +29,7 @@
 // You can specify all the values or you can default the Revision and Build Numbers 
 // by using the '*' as shown below:
 
-[assembly: AssemblyVersion("2.0.0.003")]
+[assembly: AssemblyVersion("2.0.0.004")]
 
 //
 // In order to sign your assembly you must specify a key to use. Refer to the 



RE: svn commit: r516738 - in /incubator/lucene.net/trunk/C#/src: HISTORY.txt Lucene.Net/AssemblyInfo.cs

Posted by "Noel J. Bergman" <no...@devtech.com>.
Erik Hatcher wrote:

> On Mar 10, 2007, at 10:59 AM, aroush@apache.org wrote:
> > +11Mar07:
> > +	- Release:  Apache Lucene.Net.2.0 build 004 "final"

> George - Again I have to claim being lame on the specifics here, but
> what vote passed a "final" release?

Yes, what vote?  I see a [VOTE] thread starting on 4 March that said
"Lucene.Net community has voted to release Lucene.Net 2.0 build 003
incubating."  And he knew enough to add "I am emailing you to request your
vote for this release."  I looked, and that thread got hijacked (justifiably
so) into a discussion thread of problems related to the release.  I saw zero
+1 votes for releasing build 003, much less anything later.

> I'm currently the only mentor, and George Aroush is the only
> committer on the project.

Who is the Lucene.Net community?  What is being done to help grow it?

> quite understandably I'm struggling to mentor Lucene.Net, a project I
> agreed to mentor purely out of interest in helping the Lucene community

Appreciated.  :-)

	--- Noel



---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
For additional commands, e-mail: general-help@incubator.apache.org


Re: svn commit: r516738 - in /incubator/lucene.net/trunk/C#/src: HISTORY.txt Lucene.Net/AssemblyInfo.cs

Posted by Craig L Russell <Cr...@Sun.COM>.
Hi George,

On Mar 11, 2007, at 6:45 AM, George Aroush wrote:

> Hi Craig,
>
> I have been reading http://www.apache.org/dev/release-signing.html and
> Googled about the public-key.  What I haven't been able to figure  
> out is how
> to create the public-key

You create your private key and public key at the same time using gpg  
--gen-key.

To list your private key, gpg -K will give you a listing of your  
private key with some details of what kind of key it is.

The important part of the key is the thing following the sec 1024D/.  
That's your 8 digit fingerprint trailer <xxxxxxxx>.

You can upload your private key to a key server with gpg --send-keys  
<xxxxxxxx>.

I know how frustrating it is, but I can assure you it's needed.

Craig

> , is it "gpg --export --armor > KEYS", is it "gpg
> --send-key", is it "gpg --export -a "<name>" > KEYS", etc.?  After  
> when I do
> this, how do I upload my public-key?  Is it 'gpg --send-key"?
>
> I tried all those and still get the error -- so whatever is it that  
> I am
> missing or did wrong, the verification is failing and I have yet to  
> find a
> good description telling me how to address the error "public key  
> not found".
>
> Tonight, I will read through the links that you gave me; till then if
> someone has a quick answer, please let me know.  I have placed  
> everything
> here: http://people.apache.org/~aroush/Lucene.Net-2.0-004/ -- there  
> is a
> KEYS file that I placed here.
>
> For someone who never done this before, this is all alien and time
> consuming.
>
> Regards,
>
> -- George Aroush
>
>
> -----Original Message-----
> From: Craig.Russell@Sun.COM [mailto:Craig.Russell@Sun.COM]
> Sent: Sunday, March 11, 2007 12:50 AM
> To: general@incubator.apache.org
> Cc: lucene-net-dev@incubator.apache.org
> Subject: Re: svn commit: r516738 - in /incubator/lucene.net/trunk/ 
> C#/src:
> HISTORY.txt Lucene.Net/AssemblyInfo.cs
>
> Hi George,
>
> You should upload your public GPG key to a well-known GPG server  
> such as
> http://pgp.mit.edu/. You will also need to put your key into the  
> KEYS file
> in the release directory.
>
> Other resources you might look at include
> http://www.gnupg.org/(en)/documentation/faqs.html
> http://webber.dewinter.com/gnupg_howto/english/ 
> GPGMiniHowto-3.html#ss3.1
>
> and if all else fails, rtfm
> http://www.gnupg.org/gph/en/manual.pdf
>
> With these resources, I was able to sign packages and verify them.
> One tricky part that I don't remember details of right away is the
> requirement to sign your local key. You need to have your own key  
> signed in
> order to do some of the verification.
>
> HTH,
>
> Craig
>
> On Mar 10, 2007, at 9:26 PM, George Aroush wrote:
>
>> Hi Erik and all,
>>
>>
>> I am about to submit this release to be voted on.  However, there is
>> one last issue I need to work on: PGP verification.
>>
>> I spent the past few hours learning about PGP and it looks like I am
>> almost there.  However, I'm not able to verify the package; PGP is
>> telling
>> me:
>> "Can't check signature: No public key."  Anyone who can help on this
>> regards please let me know.
>>
>> Regards,
>>
>> -- George Aroush
>>
>>
>> -----Original Message-----
>> From: Erik Hatcher [mailto:erik@ehatchersolutions.com]
>> Sent: Saturday, March 10, 2007 9:45 PM
>> To: lucene-net-dev@incubator.apache.org
>> Cc: general@incubator.apache.org
>> Subject: Re: svn commit: r516738 - in /incubator/lucene.net/trunk/
>> C#/src:
>> HISTORY.txt Lucene.Net/AssemblyInfo.cs
>>
>>
>> On Mar 10, 2007, at 10:59 AM, aroush@apache.org wrote:
>>> +11Mar07:
>>> +	- Release:  Apache Lucene.Net.2.0 build 004 "final"
>>
>> George - Again I have to claim being lame on the specifics here, but
>> what vote passed a "final" release?  I believe you should be calling
>> anything at best a "release candidate" until the incubator PMC
>> approves a final release.
>> Incubator folks, any help on keeping the Lucene.Net project on the
>> straight and narrow path with respect to policy and expectations is
>> appreciated.
>>
>> I'm currently the only mentor, and George Aroush is the only  
>> committer
>> on the project.  I'm struggling to keep up with just my home life
>> commitments, so quite understandably I'm struggling to mentor
>> Lucene.Net, a project I agreed to mentor purely out of interest in
>> helping the Lucene community, though I've never used the .NET  
>> platform
>> myself.  So I'm eager to help this project find a new mentor as I am
>> not up to the task at the moment.  If anyone here cares for  
>> Lucene.Net
>> and is member or committer at Apache then please speak up and lend a
>> hand.  We are at a point now where Lucene.Net is a sorta make or  
>> break
>> depending if folks step up nurture this project.
>>
>> 	Erik
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
>> For additional commands, e-mail: general-help@incubator.apache.org
>>
>
> Craig Russell
> Architect, Sun Java Enterprise System http://java.sun.com/products/jdo
> 408 276-5638 mailto:Craig.Russell@sun.com P.S. A good JDO? O, Gasp!
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
> For additional commands, e-mail: general-help@incubator.apache.org
>

Craig Russell
Architect, Sun Java Enterprise System http://java.sun.com/products/jdo
408 276-5638 mailto:Craig.Russell@sun.com
P.S. A good JDO? O, Gasp!


RE: svn commit: r516738 - in /incubator/lucene.net/trunk/C#/src: HISTORY.txt Lucene.Net/AssemblyInfo.cs

Posted by George Aroush <ge...@aroush.net>.
Hi Craig,

I have been reading http://www.apache.org/dev/release-signing.html and
Googled about the public-key.  What I haven't been able to figure out is how
to create the public-key, is it "gpg --export --armor > KEYS", is it "gpg
--send-key", is it "gpg --export -a "<name>" > KEYS", etc.?  After when I do
this, how do I upload my public-key?  Is it 'gpg --send-key"?

I tried all those and still get the error -- so whatever is it that I am
missing or did wrong, the verification is failing and I have yet to find a
good description telling me how to address the error "public key not found".

Tonight, I will read through the links that you gave me; till then if
someone has a quick answer, please let me know.  I have placed everything
here: http://people.apache.org/~aroush/Lucene.Net-2.0-004/ -- there is a
KEYS file that I placed here.

For someone who never done this before, this is all alien and time
consuming.

Regards,

-- George Aroush


-----Original Message-----
From: Craig.Russell@Sun.COM [mailto:Craig.Russell@Sun.COM] 
Sent: Sunday, March 11, 2007 12:50 AM
To: general@incubator.apache.org
Cc: lucene-net-dev@incubator.apache.org
Subject: Re: svn commit: r516738 - in /incubator/lucene.net/trunk/C#/src:
HISTORY.txt Lucene.Net/AssemblyInfo.cs

Hi George,

You should upload your public GPG key to a well-known GPG server such as
http://pgp.mit.edu/. You will also need to put your key into the KEYS file
in the release directory.

Other resources you might look at include
http://www.gnupg.org/(en)/documentation/faqs.html
http://webber.dewinter.com/gnupg_howto/english/GPGMiniHowto-3.html#ss3.1

and if all else fails, rtfm
http://www.gnupg.org/gph/en/manual.pdf

With these resources, I was able to sign packages and verify them.  
One tricky part that I don't remember details of right away is the
requirement to sign your local key. You need to have your own key signed in
order to do some of the verification.

HTH,

Craig

On Mar 10, 2007, at 9:26 PM, George Aroush wrote:

> Hi Erik and all,
>
>
> I am about to submit this release to be voted on.  However, there is 
> one last issue I need to work on: PGP verification.
>
> I spent the past few hours learning about PGP and it looks like I am 
> almost there.  However, I'm not able to verify the package; PGP is 
> telling
> me:
> "Can't check signature: No public key."  Anyone who can help on this 
> regards please let me know.
>
> Regards,
>
> -- George Aroush
>
>
> -----Original Message-----
> From: Erik Hatcher [mailto:erik@ehatchersolutions.com]
> Sent: Saturday, March 10, 2007 9:45 PM
> To: lucene-net-dev@incubator.apache.org
> Cc: general@incubator.apache.org
> Subject: Re: svn commit: r516738 - in /incubator/lucene.net/trunk/
> C#/src:
> HISTORY.txt Lucene.Net/AssemblyInfo.cs
>
>
> On Mar 10, 2007, at 10:59 AM, aroush@apache.org wrote:
>> +11Mar07:
>> +	- Release:  Apache Lucene.Net.2.0 build 004 "final"
>
> George - Again I have to claim being lame on the specifics here, but 
> what vote passed a "final" release?  I believe you should be calling 
> anything at best a "release candidate" until the incubator PMC 
> approves a final release.
> Incubator folks, any help on keeping the Lucene.Net project on the 
> straight and narrow path with respect to policy and expectations is 
> appreciated.
>
> I'm currently the only mentor, and George Aroush is the only committer 
> on the project.  I'm struggling to keep up with just my home life 
> commitments, so quite understandably I'm struggling to mentor 
> Lucene.Net, a project I agreed to mentor purely out of interest in 
> helping the Lucene community, though I've never used the .NET platform 
> myself.  So I'm eager to help this project find a new mentor as I am 
> not up to the task at the moment.  If anyone here cares for Lucene.Net 
> and is member or committer at Apache then please speak up and lend a 
> hand.  We are at a point now where Lucene.Net is a sorta make or break 
> depending if folks step up nurture this project.
>
> 	Erik
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
> For additional commands, e-mail: general-help@incubator.apache.org
>

Craig Russell
Architect, Sun Java Enterprise System http://java.sun.com/products/jdo
408 276-5638 mailto:Craig.Russell@sun.com P.S. A good JDO? O, Gasp!



---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
For additional commands, e-mail: general-help@incubator.apache.org


Re: svn commit: r516738 - in /incubator/lucene.net/trunk/C#/src: HISTORY.txt Lucene.Net/AssemblyInfo.cs

Posted by Craig L Russell <Cr...@Sun.COM>.
Hi George,

You should upload your public GPG key to a well-known GPG server such  
as http://pgp.mit.edu/. You will also need to put your key into the  
KEYS file in the release directory.

Other resources you might look at include
http://www.gnupg.org/(en)/documentation/faqs.html
http://webber.dewinter.com/gnupg_howto/english/GPGMiniHowto-3.html#ss3.1

and if all else fails, rtfm
http://www.gnupg.org/gph/en/manual.pdf

With these resources, I was able to sign packages and verify them.  
One tricky part that I don't remember details of right away is the  
requirement to sign your local key. You need to have your own key  
signed in order to do some of the verification.

HTH,

Craig

On Mar 10, 2007, at 9:26 PM, George Aroush wrote:

> Hi Erik and all,
>
>
> I am about to submit this release to be voted on.  However, there  
> is one
> last issue I need to work on: PGP verification.
>
> I spent the past few hours learning about PGP and it looks like I  
> am almost
> there.  However, I'm not able to verify the package; PGP is telling  
> me:
> "Can't check signature: No public key."  Anyone who can help on  
> this regards
> please let me know.
>
> Regards,
>
> -- George Aroush
>
>
> -----Original Message-----
> From: Erik Hatcher [mailto:erik@ehatchersolutions.com]
> Sent: Saturday, March 10, 2007 9:45 PM
> To: lucene-net-dev@incubator.apache.org
> Cc: general@incubator.apache.org
> Subject: Re: svn commit: r516738 - in /incubator/lucene.net/trunk/ 
> C#/src:
> HISTORY.txt Lucene.Net/AssemblyInfo.cs
>
>
> On Mar 10, 2007, at 10:59 AM, aroush@apache.org wrote:
>> +11Mar07:
>> +	- Release:  Apache Lucene.Net.2.0 build 004 "final"
>
> George - Again I have to claim being lame on the specifics here,  
> but what
> vote passed a "final" release?  I believe you should be calling  
> anything at
> best a "release candidate" until the incubator PMC approves a final  
> release.
> Incubator folks, any help on keeping the Lucene.Net project on the  
> straight
> and narrow path with respect to policy and expectations is  
> appreciated.
>
> I'm currently the only mentor, and George Aroush is the only  
> committer on
> the project.  I'm struggling to keep up with just my home life  
> commitments,
> so quite understandably I'm struggling to mentor Lucene.Net, a  
> project I
> agreed to mentor purely out of interest in helping the Lucene  
> community,
> though I've never used the .NET platform myself.  So I'm eager to  
> help this
> project find a new mentor as I am not up to the task at the  
> moment.  If
> anyone here cares for Lucene.Net and is member or committer at  
> Apache then
> please speak up and lend a hand.  We are at a point now where  
> Lucene.Net is
> a sorta make or break depending if folks step up nurture this project.
>
> 	Erik
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
> For additional commands, e-mail: general-help@incubator.apache.org
>

Craig Russell
Architect, Sun Java Enterprise System http://java.sun.com/products/jdo
408 276-5638 mailto:Craig.Russell@sun.com
P.S. A good JDO? O, Gasp!


RE: svn commit: r516738 - in /incubator/lucene.net/trunk/C#/src: HISTORY.txt Lucene.Net/AssemblyInfo.cs

Posted by George Aroush <ge...@aroush.net>.
Hi Erik and all,

"final" in the HISTORY.txt file doesn't mean this package is being released.
It just means this code will not undergoing any more changes.

My previous attempt at getting a vote to release at
general@incubator.apache.org failed with issues.  I spent this week cleaning
them up and prepared a new package which you can find here:
http://people.apache.org/~aroush/Lucene.Net-2.0-004/  

I am about to submit this release to be voted on.  However, there is one
last issue I need to work on: PGP verification.

I spent the past few hours learning about PGP and it looks like I am almost
there.  However, I'm not able to verify the package; PGP is telling me:
"Can't check signature: No public key."  Anyone who can help on this regards
please let me know.

Finally, I am new to the incubation process and policy; I can use any help
anyone can offer.  Just like Erik, I too have a life but at the same time I
want to grow Lucene.Net.  So far, this has been difficult to do.

Regards,

-- George Aroush


-----Original Message-----
From: Erik Hatcher [mailto:erik@ehatchersolutions.com] 
Sent: Saturday, March 10, 2007 9:45 PM
To: lucene-net-dev@incubator.apache.org
Cc: general@incubator.apache.org
Subject: Re: svn commit: r516738 - in /incubator/lucene.net/trunk/C#/src:
HISTORY.txt Lucene.Net/AssemblyInfo.cs


On Mar 10, 2007, at 10:59 AM, aroush@apache.org wrote:
> +11Mar07:
> +	- Release:  Apache Lucene.Net.2.0 build 004 "final"

George - Again I have to claim being lame on the specifics here, but what
vote passed a "final" release?  I believe you should be calling anything at
best a "release candidate" until the incubator PMC approves a final release.
Incubator folks, any help on keeping the Lucene.Net project on the straight
and narrow path with respect to policy and expectations is appreciated.

I'm currently the only mentor, and George Aroush is the only committer on
the project.  I'm struggling to keep up with just my home life commitments,
so quite understandably I'm struggling to mentor Lucene.Net, a project I
agreed to mentor purely out of interest in helping the Lucene community,
though I've never used the .NET platform myself.  So I'm eager to help this
project find a new mentor as I am not up to the task at the moment.  If
anyone here cares for Lucene.Net and is member or committer at Apache then
please speak up and lend a hand.  We are at a point now where Lucene.Net is
a sorta make or break depending if folks step up nurture this project.

	Erik


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
For additional commands, e-mail: general-help@incubator.apache.org


RE: svn commit: r516738 - in /incubator/lucene.net/trunk/C#/src: HISTORY.txt Lucene.Net/AssemblyInfo.cs

Posted by George Aroush <ge...@aroush.net>.
Hi Erik and all,

"final" in the HISTORY.txt file doesn't mean this package is being released.
It just means this code will not undergoing any more changes.

My previous attempt at getting a vote to release at
general@incubator.apache.org failed with issues.  I spent this week cleaning
them up and prepared a new package which you can find here:
http://people.apache.org/~aroush/Lucene.Net-2.0-004/  

I am about to submit this release to be voted on.  However, there is one
last issue I need to work on: PGP verification.

I spent the past few hours learning about PGP and it looks like I am almost
there.  However, I'm not able to verify the package; PGP is telling me:
"Can't check signature: No public key."  Anyone who can help on this regards
please let me know.

Finally, I am new to the incubation process and policy; I can use any help
anyone can offer.  Just like Erik, I too have a life but at the same time I
want to grow Lucene.Net.  So far, this has been difficult to do.

Regards,

-- George Aroush


-----Original Message-----
From: Erik Hatcher [mailto:erik@ehatchersolutions.com] 
Sent: Saturday, March 10, 2007 9:45 PM
To: lucene-net-dev@incubator.apache.org
Cc: general@incubator.apache.org
Subject: Re: svn commit: r516738 - in /incubator/lucene.net/trunk/C#/src:
HISTORY.txt Lucene.Net/AssemblyInfo.cs


On Mar 10, 2007, at 10:59 AM, aroush@apache.org wrote:
> +11Mar07:
> +	- Release:  Apache Lucene.Net.2.0 build 004 "final"

George - Again I have to claim being lame on the specifics here, but what
vote passed a "final" release?  I believe you should be calling anything at
best a "release candidate" until the incubator PMC approves a final release.
Incubator folks, any help on keeping the Lucene.Net project on the straight
and narrow path with respect to policy and expectations is appreciated.

I'm currently the only mentor, and George Aroush is the only committer on
the project.  I'm struggling to keep up with just my home life commitments,
so quite understandably I'm struggling to mentor Lucene.Net, a project I
agreed to mentor purely out of interest in helping the Lucene community,
though I've never used the .NET platform myself.  So I'm eager to help this
project find a new mentor as I am not up to the task at the moment.  If
anyone here cares for Lucene.Net and is member or committer at Apache then
please speak up and lend a hand.  We are at a point now where Lucene.Net is
a sorta make or break depending if folks step up nurture this project.

	Erik


Re: svn commit: r516738 - in /incubator/lucene.net/trunk/C#/src: HISTORY.txt Lucene.Net/AssemblyInfo.cs

Posted by Erik Hatcher <er...@ehatchersolutions.com>.
On Mar 10, 2007, at 10:59 AM, aroush@apache.org wrote:
> +11Mar07:
> +	- Release:  Apache Lucene.Net.2.0 build 004 "final"

George - Again I have to claim being lame on the specifics here, but  
what vote passed a "final" release?  I believe you should be calling  
anything at best a "release candidate" until the incubator PMC  
approves a final release.  Incubator folks, any help on keeping the  
Lucene.Net project on the straight and narrow path with respect to  
policy and expectations is appreciated.

I'm currently the only mentor, and George Aroush is the only  
committer on the project.  I'm struggling to keep up with just my  
home life commitments, so quite understandably I'm struggling to  
mentor Lucene.Net, a project I agreed to mentor purely out of  
interest in helping the Lucene community, though I've never used  
the .NET platform myself.  So I'm eager to help this project find a  
new mentor as I am not up to the task at the moment.  If anyone here  
cares for Lucene.Net and is member or committer at Apache then please  
speak up and lend a hand.  We are at a point now where Lucene.Net is  
a sorta make or break depending if folks step up nurture this project.

	Erik


Re: svn commit: r516738 - in /incubator/lucene.net/trunk/C#/src: HISTORY.txt Lucene.Net/AssemblyInfo.cs

Posted by Erik Hatcher <er...@ehatchersolutions.com>.
On Mar 10, 2007, at 10:59 AM, aroush@apache.org wrote:
> +11Mar07:
> +	- Release:  Apache Lucene.Net.2.0 build 004 "final"

George - Again I have to claim being lame on the specifics here, but  
what vote passed a "final" release?  I believe you should be calling  
anything at best a "release candidate" until the incubator PMC  
approves a final release.  Incubator folks, any help on keeping the  
Lucene.Net project on the straight and narrow path with respect to  
policy and expectations is appreciated.

I'm currently the only mentor, and George Aroush is the only  
committer on the project.  I'm struggling to keep up with just my  
home life commitments, so quite understandably I'm struggling to  
mentor Lucene.Net, a project I agreed to mentor purely out of  
interest in helping the Lucene community, though I've never used  
the .NET platform myself.  So I'm eager to help this project find a  
new mentor as I am not up to the task at the moment.  If anyone here  
cares for Lucene.Net and is member or committer at Apache then please  
speak up and lend a hand.  We are at a point now where Lucene.Net is  
a sorta make or break depending if folks step up nurture this project.

	Erik


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
For additional commands, e-mail: general-help@incubator.apache.org