<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-1780</id>
	<title>Nabble - Gnu - Savannah</title>
	<updated>2009-12-01T05:15:26Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Gnu---Savannah-f1780.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Gnu---Savannah-f1780.html" />
	<subtitle type="html">Savannah is a central point for development, distribution and maintenance of GNU Software. Gnu - Savannah home is &lt;a href=&quot;http://savannah.gnu.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26591858</id>
	<title>[task #9941] Submission of One-Time Passwords implementation for PAM</title>
	<published>2009-12-01T05:15:26Z</published>
	<updated>2009-12-01T05:15:26Z</updated>
	<author>
		<name>Mike-742</name>
	</author>
	<content type="html">&lt;br&gt;URL:
&lt;br&gt;&amp;nbsp; &amp;lt;&lt;a href=&quot;http://savannah.nongnu.org/task/?9941&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.nongnu.org/task/?9941&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Summary: Submission of One-Time Passwords implementation for
&lt;br&gt;PAM
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Project: Savannah Administration
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Submitted by: bla
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Submitted on: Tue 01 Dec 2009 01:15:24 PM GMT
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Should Start On: Tue 01 Dec 2009 12:00:00 AM GMT
&lt;br&gt;&amp;nbsp; &amp;nbsp;Should be Finished on: Fri 11 Dec 2009 12:00:00 AM GMT
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Category: Project Approval
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Priority: 5 - Normal
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: None
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Privacy: Public
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Percent Complete: 0%
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assigned to: None
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Open/Closed: Open
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Discussion Lock: Any
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Effort: 0.00
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; _______________________________________________________
&lt;br&gt;&lt;br&gt;Details:
&lt;br&gt;&lt;br&gt;A new project has been registered at Savannah 
&lt;br&gt;This project account will remain inactive until a site admin approves or
&lt;br&gt;discards the registration.
&lt;br&gt;&lt;br&gt;&lt;br&gt;= Registration Administration =
&lt;br&gt;&lt;br&gt;While this item will be useful to track the registration process, *approving
&lt;br&gt;or discarding the registration must be done using the specific Group
&lt;br&gt;Administration
&lt;br&gt;&amp;lt;&lt;a href=&quot;https://savannah.nongnu.org/siteadmin/groupedit.php?group_id=10401&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://savannah.nongnu.org/siteadmin/groupedit.php?group_id=10401&lt;/a&gt;&amp;gt; page*,
&lt;br&gt;accessible only to site administrators, effectively *logged as site
&lt;br&gt;administrators* (superuser):
&lt;br&gt;&lt;br&gt;* Group Administration
&lt;br&gt;&amp;lt;&lt;a href=&quot;https://savannah.nongnu.org/siteadmin/groupedit.php?group_id=10401&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://savannah.nongnu.org/siteadmin/groupedit.php?group_id=10401&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;= Registration Details =
&lt;br&gt;&lt;br&gt;* Name: *One-Time Passwords implementation for PAM*
&lt;br&gt;* System Name: &amp;nbsp;*otpasswd*
&lt;br&gt;* Type: non-GNU software &amp; documentation
&lt;br&gt;* License: GNU General Public License v3 or later (Can be relicensed in
&lt;br&gt;future under BSD license.)
&lt;br&gt;&lt;br&gt;----
&lt;br&gt;&lt;br&gt;==== Description: ====
&lt;br&gt;A one-time password (OTP) is a password that is only valid for a single login
&lt;br&gt;session or transaction. Using them reduces risks associated with login into
&lt;br&gt;your system from unsecure (keylogged) workstations.
&lt;br&gt;&lt;br&gt;The otpasswd consists of a pam module and a user utility. PAM module enables
&lt;br&gt;(for example) OpenSSH to do an OTP authentication, and the user utility
&lt;br&gt;creates keys, changes user settings and prints passcards.
&lt;br&gt;&lt;br&gt;Program is written in C99 and implements OTP described under the name
&lt;br&gt;&amp;quot;Perfect Paper Passwords&amp;quot; description of which can be found here
&lt;br&gt;&lt;a href=&quot;https://www.grc.com/ppp.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www.grc.com/ppp.htm&lt;/a&gt;&lt;br&gt;Program also kind of extends this idea with &amp;quot;salt&amp;quot;.
&lt;br&gt;&lt;br&gt;Program is in development. I've got list of things i'd like to add before
&lt;br&gt;publishing 1.0 version, but most of features should be usable today. Also if
&lt;br&gt;I'll be able to keep current coding speed 1.0 will be finished in a week.
&lt;br&gt;&lt;br&gt;&lt;br&gt;==== Other Software Required: ====
&lt;br&gt;openssl (Apache license)
&lt;br&gt;gmp gmplib.org (GNU LGPL)
&lt;br&gt;PAM (&lt;a href=&quot;http://www.kernel.org/pub/linux/libs/pam/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.kernel.org/pub/linux/libs/pam/&lt;/a&gt;)
&lt;br&gt;cmake www.cmake.org (Custom license, seems BSD-like, I found it in source
&lt;br&gt;directory)
&lt;br&gt;&lt;br&gt;Usually works with OpenSSH, generates also LaTeX output but these are not
&lt;br&gt;strict dependencies.
&lt;br&gt;&lt;br&gt;&lt;br&gt;==== Other Comments: ====
&lt;br&gt;No media files inside. Project will need some logo though...
&lt;br&gt;&lt;br&gt;&lt;br&gt;==== Tarball URL: ====
&lt;br&gt;&lt;a href=&quot;http://thera.be/my_public/my_projects/otpasswd/otpasswd-0.1.tar.gz&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://thera.be/my_public/my_projects/otpasswd/otpasswd-0.1.tar.gz&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; _______________________________________________________
&lt;br&gt;&lt;br&gt;Reply to this item at:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;&lt;a href=&quot;http://savannah.nongnu.org/task/?9941&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.nongnu.org/task/?9941&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&amp;nbsp; Message sent via/by Savannah
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://savannah.nongnu.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.nongnu.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Savannah---Project-Register-f1785.html&quot; embed=&quot;fixTarget[1785]&quot; target=&quot;_top&quot; &gt;Gnu - Savannah - Project Register&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-task--9941--Submission-of-One-Time-Passwords-implementation-for-PAM-tp26591858p26591858.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26585720</id>
	<title>[sr #107077] bzr+ssh:// preferable to sftp://</title>
	<published>2009-11-30T18:50:17Z</published>
	<updated>2009-11-30T18:50:17Z</updated>
	<author>
		<name>Mike-742</name>
	</author>
	<content type="html">&lt;br&gt;Follow-up Comment #18, sr #107077 (project administration):
&lt;br&gt;&lt;br&gt;I didn't meant 'they do not mention sftp', I mean 'they are not related to
&lt;br&gt;sftp'.
&lt;br&gt;&lt;br&gt;SFTP is a transport, its use is not implicated in the symptoms you reported.
&lt;br&gt;&lt;br&gt;Whatever the causes were, it wasn't sftp.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; _______________________________________________________
&lt;br&gt;&lt;br&gt;Reply to this item at:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;&lt;a href=&quot;http://savannah.gnu.org/support/?107077&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/support/?107077&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&amp;nbsp; Message sent via/by Savannah
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://savannah.gnu.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Savannah---Help-f1783.html&quot; embed=&quot;fixTarget[1783]&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnu - Savannah - Help&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-sr--107077--bzr%2Bssh%3A---preferable-to-sftp%3A---tp26040067p26585720.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26585199</id>
	<title>[sr #107077] bzr+ssh:// preferable to sftp://</title>
	<published>2009-11-30T17:36:58Z</published>
	<updated>2009-11-30T17:36:58Z</updated>
	<author>
		<name>Mike-742</name>
	</author>
	<content type="html">&lt;br&gt;Follow-up Comment #17, sr #107077 (project administration):
&lt;br&gt;&lt;br&gt;Those bugs were filed before Nov 7, which is when the second corruption
&lt;br&gt;happened. &amp;nbsp;During that period, we were using mostly bzr+ssh but I can't tell
&lt;br&gt;if some of us used sftp at some point.
&lt;br&gt;&lt;br&gt;Our use of bzr-svn in the pre-Nov 7 period (i.e. after the first corruption
&lt;br&gt;but before the second) was very limited: I was the only person using it, I
&lt;br&gt;used it to sync trunk from SVN to Bazaar, and only in this direction. &amp;nbsp;Also,
&lt;br&gt;it was a recent version of bzr-svn (coupled with a recent version of
&lt;br&gt;client-side bzr).
&lt;br&gt;&lt;br&gt;I think this rules out the possibility that bzr-svn originated the second
&lt;br&gt;corruption. &amp;nbsp;This only leaves us with combined bzr+ssh / sftp, and/or
&lt;br&gt;repository format.
&lt;br&gt;&lt;br&gt;If it's the bzr+ssh problem you're after, I recommend you look at the most
&lt;br&gt;recent messages in &lt;a href=&quot;https://bugs.launchpad.net/bzr-svn/+bug/462109&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://bugs.launchpad.net/bzr-svn/+bug/462109&lt;/a&gt;&amp;nbsp;. &amp;nbsp;A
&lt;br&gt;complete snapshot of the repository after this second corruption was detected
&lt;br&gt;is available
&lt;br&gt;(&lt;a href=&quot;http://download.savannah.gnu.org/releases/grub/robertmh/robertmh/bzr-backup2/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://download.savannah.gnu.org/releases/grub/robertmh/robertmh/bzr-backup2/&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; _______________________________________________________
&lt;br&gt;&lt;br&gt;Reply to this item at:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;&lt;a href=&quot;http://savannah.gnu.org/support/?107077&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/support/?107077&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&amp;nbsp; Message sent via/by Savannah
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://savannah.gnu.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Savannah---Help-f1783.html&quot; embed=&quot;fixTarget[1783]&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnu - Savannah - Help&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-sr--107077--bzr%2Bssh%3A---preferable-to-sftp%3A---tp26040067p26585199.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26584971</id>
	<title>[task #9873] Submission of VladNput</title>
	<published>2009-11-30T17:06:24Z</published>
	<updated>2009-11-30T17:06:24Z</updated>
	<author>
		<name>Mike-742</name>
	</author>
	<content type="html">&lt;br&gt;Follow-up Comment #7, task #9873 (project administration):
&lt;br&gt;&lt;br&gt;The code generation program is ANTLR, which is an external project.
&lt;br&gt;&lt;br&gt;I have added a README and INSTALL file. I have not found a way to upload an
&lt;br&gt;updated tar file. Is there one?
&lt;br&gt;&lt;br&gt;In the mean time, here is the contents of the README file. Is this
&lt;br&gt;acceptable?
&lt;br&gt;&lt;br&gt;This file is part of VladNput, an input validation framework for
&lt;br&gt;applications using the Java servlet API.
&lt;br&gt;&lt;br&gt;VladNput is free software: you can redistribute it and/or modify it
&lt;br&gt;under the terms of the GNU Lesser General Public License as published
&lt;br&gt;by the Free Software Foundation, either version 2.1 of the License, or
&lt;br&gt;(at your option) any later version.
&lt;br&gt;&lt;br&gt;VladNput is distributed in the hope that it will be useful, but
&lt;br&gt;WITHOUT ANY WARRANTY; without even the implied warranty of
&lt;br&gt;MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. &amp;nbsp;See the GNU
&lt;br&gt;Lesser General Public License for more details.
&lt;br&gt;&lt;br&gt;You should have received a copy of the GNU Lesser General Public
&lt;br&gt;License along with VladNput. &amp;nbsp;If not, see
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://www.gnu.org/licenses/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.gnu.org/licenses/&lt;/a&gt;&amp;gt;.
&lt;br&gt;&lt;br&gt;There are some files in the VladNput distribution that do not contain
&lt;br&gt;copyright notices. These files typically do not allow comments and
&lt;br&gt;thus cannot contain such notices.
&lt;br&gt;&lt;br&gt;All files with a .req, .expect, .properties, .tokens, .vlad, or .vladi
&lt;br&gt;extension are copyright 2009 Patrick Higgins. They are licensed under
&lt;br&gt;the GNU LGPL version 2.1 or any later version.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; _______________________________________________________
&lt;br&gt;&lt;br&gt;Reply to this item at:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;&lt;a href=&quot;http://savannah.gnu.org/task/?9873&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/task/?9873&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&amp;nbsp; Message sent via/by Savannah
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://savannah.gnu.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Savannah---Project-Register-f1785.html&quot; embed=&quot;fixTarget[1785]&quot; target=&quot;_top&quot; &gt;Gnu - Savannah - Project Register&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-task--9873--Submission-of-VladNput-tp26224271p26584971.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26584700</id>
	<title>[task #9933] Submission of Searchsolve</title>
	<published>2009-11-30T16:32:02Z</published>
	<updated>2009-11-30T16:32:02Z</updated>
	<author>
		<name>Mike-742</name>
	</author>
	<content type="html">&lt;br&gt;Follow-up Comment #3, task #9933 (project administration):
&lt;br&gt;&lt;br&gt;You certainly don't need to manually add copyright information to
&lt;br&gt;generated/derived files such as config.h.in.
&lt;br&gt;&lt;br&gt;The tools that do the generation sometimes add the copyright notices, but
&lt;br&gt;aren't 100% consistent about it.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Karl
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; _______________________________________________________
&lt;br&gt;&lt;br&gt;Reply to this item at:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;&lt;a href=&quot;http://savannah.gnu.org/task/?9933&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/task/?9933&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&amp;nbsp; Message sent via/by Savannah
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://savannah.gnu.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Savannah---Project-Register-f1785.html&quot; embed=&quot;fixTarget[1785]&quot; target=&quot;_top&quot; &gt;Gnu - Savannah - Project Register&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-task--9933--Submission-of-Searchsolve-tp26564117p26584700.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26584649</id>
	<title>[task #9933] Submission of Searchsolve</title>
	<published>2009-11-30T16:28:07Z</published>
	<updated>2009-11-30T16:28:07Z</updated>
	<author>
		<name>Mike-742</name>
	</author>
	<content type="html">&lt;br&gt;Follow-up Comment #2, task #9933 (project administration):
&lt;br&gt;&lt;br&gt;Thanks.
&lt;br&gt;&lt;br&gt;One question... config.h.in is autogenerated by autoheader, so it shouldn't
&lt;br&gt;need copyright information, should it?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; _______________________________________________________
&lt;br&gt;&lt;br&gt;Reply to this item at:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;&lt;a href=&quot;http://savannah.gnu.org/task/?9933&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/task/?9933&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&amp;nbsp; Message sent via/by Savannah
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://savannah.gnu.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Savannah---Project-Register-f1785.html&quot; embed=&quot;fixTarget[1785]&quot; target=&quot;_top&quot; &gt;Gnu - Savannah - Project Register&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-task--9933--Submission-of-Searchsolve-tp26564117p26584649.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26584529</id>
	<title>[sr #107077] bzr+ssh:// preferable to sftp://</title>
	<published>2009-11-30T16:17:09Z</published>
	<updated>2009-11-30T16:17:09Z</updated>
	<author>
		<name>Mike-742</name>
	</author>
	<content type="html">&lt;br&gt;Follow-up Comment #16, sr #107077 (project administration):
&lt;br&gt;&lt;br&gt;Robert, those bugs are not related to sftp:// at all.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; _______________________________________________________
&lt;br&gt;&lt;br&gt;Reply to this item at:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;&lt;a href=&quot;http://savannah.gnu.org/support/?107077&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/support/?107077&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&amp;nbsp; Message sent via/by Savannah
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://savannah.gnu.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Savannah---Help-f1783.html&quot; embed=&quot;fixTarget[1783]&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnu - Savannah - Help&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-sr--107077--bzr%2Bssh%3A---preferable-to-sftp%3A---tp26040067p26584529.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26583926</id>
	<title>[task #9933] Submission of Searchsolve</title>
	<published>2009-11-30T15:19:42Z</published>
	<updated>2009-11-30T15:19:42Z</updated>
	<author>
		<name>Mike-742</name>
	</author>
	<content type="html">&lt;br&gt;Update of task #9933 (project administration):
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;None =&amp;gt; Need Admin &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; _______________________________________________________
&lt;br&gt;&lt;br&gt;Follow-up Comment #1:
&lt;br&gt;&lt;br&gt;-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA256
&lt;br&gt;&lt;br&gt;November 30th 2009 in GNU Savannah item 9933: &amp;quot;Submission of
&lt;br&gt;Searchsolve&amp;quot;
&lt;br&gt;&lt;br&gt;Hi, all non trivial files (Usually any with 10+ lines) should carry
&lt;br&gt;the Copyright and licence information, that include config.h.in. I
&lt;br&gt;dobut if README and NEWS count or not as trivial, for be sure also add
&lt;br&gt;the copy information on it or wait until I ask about that and get
&lt;br&gt;responsed.
&lt;br&gt;&lt;br&gt;I think than we can approve the project as is but fix this issue
&lt;br&gt;anyway.
&lt;br&gt;&lt;br&gt;Item status changes:
&lt;br&gt;&lt;br&gt;Status -&amp;gt; Need Admin
&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.9 (GNU/Linux)
&lt;br&gt;&lt;br&gt;iEYEAREIAAYFAksUUvUACgkQZ4DA0TLic4h9MQCeMUAeAbcys4D67kuqQLQ5qlQG
&lt;br&gt;M0kAn1iKplU6wB8Ko/BSoZ5dGsjBT8GP
&lt;br&gt;=NDnX
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; _______________________________________________________
&lt;br&gt;&lt;br&gt;Reply to this item at:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;&lt;a href=&quot;http://savannah.gnu.org/task/?9933&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/task/?9933&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&amp;nbsp; Message sent via/by Savannah
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://savannah.gnu.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Savannah---Project-Register-f1785.html&quot; embed=&quot;fixTarget[1785]&quot; target=&quot;_top&quot; &gt;Gnu - Savannah - Project Register&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-task--9933--Submission-of-Searchsolve-tp26564117p26583926.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26582848</id>
	<title>[task #9939] Submission of Poseidon</title>
	<published>2009-11-30T14:06:18Z</published>
	<updated>2009-11-30T14:06:18Z</updated>
	<author>
		<name>Mike-742</name>
	</author>
	<content type="html">&lt;br&gt;URL:
&lt;br&gt;&amp;nbsp; &amp;lt;&lt;a href=&quot;http://savannah.nongnu.org/task/?9939&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.nongnu.org/task/?9939&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Summary: Submission of Poseidon
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Project: Savannah Administration
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Submitted by: sinister
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Submitted on: Втр 01 Дек 2009 01:06:17
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Should Start On: Втр 01 Дек 2009 00:00:00
&lt;br&gt;&amp;nbsp; &amp;nbsp;Should be Finished on: Птн 11 Дек 2009 00:00:00
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Category: Project Approval
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Priority: 5 - Normal
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: None
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Privacy: Public
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Percent Complete: 0%
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assigned to: None
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Open/Closed: Open
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Discussion Lock: Any
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Effort: 0.00
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; _______________________________________________________
&lt;br&gt;&lt;br&gt;Details:
&lt;br&gt;&lt;br&gt;A new project has been registered at Savannah 
&lt;br&gt;This project account will remain inactive until a site admin approves or
&lt;br&gt;discards the registration.
&lt;br&gt;&lt;br&gt;&lt;br&gt;= Registration Administration =
&lt;br&gt;&lt;br&gt;While this item will be useful to track the registration process, *approving
&lt;br&gt;or discarding the registration must be done using the specific Group
&lt;br&gt;Administration
&lt;br&gt;&amp;lt;&lt;a href=&quot;https://savannah.nongnu.org/siteadmin/groupedit.php?group_id=10400&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://savannah.nongnu.org/siteadmin/groupedit.php?group_id=10400&lt;/a&gt;&amp;gt; page*,
&lt;br&gt;accessible only to site administrators, effectively *logged as site
&lt;br&gt;administrators* (superuser):
&lt;br&gt;&lt;br&gt;* Group Administration
&lt;br&gt;&amp;lt;&lt;a href=&quot;https://savannah.nongnu.org/siteadmin/groupedit.php?group_id=10400&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://savannah.nongnu.org/siteadmin/groupedit.php?group_id=10400&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;= Registration Details =
&lt;br&gt;&lt;br&gt;* Name: *Poseidon*
&lt;br&gt;* System Name: &amp;nbsp;*poseidon*
&lt;br&gt;* Type: non-GNU software &amp; documentation
&lt;br&gt;* License: GNU General Public License v3 or later
&lt;br&gt;&lt;br&gt;----
&lt;br&gt;&lt;br&gt;==== Description: ====
&lt;br&gt;The Poseidon project currently consists of:
&lt;br&gt;&lt;br&gt;- 3D Engine.
&lt;br&gt;- 3D Modeler.
&lt;br&gt;- 3D World Editor.
&lt;br&gt;- 2D Sprite Editor.
&lt;br&gt;&lt;br&gt;The goal is to create a &amp;quot;framework&amp;quot; for easy creation of lightweight 3D
&lt;br&gt;applications (such as simple games, screensavers, etc) by using user-friendly
&lt;br&gt;tools and a scripting language.
&lt;br&gt;&lt;br&gt;Programming languages: C++, Lua (planning to make more bindings).
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;==== Other Software Required: ====
&lt;br&gt;- OpenGL (works well with free Xorg 3D drivers) [MIT]
&lt;br&gt;&lt;a href=&quot;http://xorg.freedesktop.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xorg.freedesktop.org/&lt;/a&gt;.
&lt;br&gt;- OpenAL [LGPL] &lt;a href=&quot;http://kcat.strangesoft.net/openal.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://kcat.strangesoft.net/openal.html&lt;/a&gt;.
&lt;br&gt;- SDL-1.2 [LGPL] &lt;a href=&quot;http://www.libsdl.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.libsdl.org/&lt;/a&gt;.
&lt;br&gt;- Lua-5.1 [MIT] &lt;a href=&quot;http://www.lua.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.lua.org/&lt;/a&gt;.
&lt;br&gt;- libxml2 [MIT] &lt;a href=&quot;http://www.xmlsoft.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.xmlsoft.org/&lt;/a&gt;.
&lt;br&gt;- KDE4 libs (only for tools) [LGPL] &lt;a href=&quot;http://www.kde.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.kde.org/&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;==== Other Comments: ====
&lt;br&gt;I care about software freedom, so I'd like to migrate to Savannah. This
&lt;br&gt;project is on SourceForge currently
&lt;br&gt;(&lt;a href=&quot;https://sourceforge.net/projects/ksenomorph/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/projects/ksenomorph/&lt;/a&gt;). The CVS trunk is *very*
&lt;br&gt;outdated, but these days I redesigning and rewriting the code in a separate
&lt;br&gt;CVS branch. I'd like to move my code into the GNU Bazaar VCS on Savannah.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;==== Tarball URL: ====
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/projects/ksenomorph/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/projects/ksenomorph/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; _______________________________________________________
&lt;br&gt;&lt;br&gt;Reply to this item at:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;&lt;a href=&quot;http://savannah.nongnu.org/task/?9939&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.nongnu.org/task/?9939&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&amp;nbsp; Message sent via/by Savannah
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://savannah.nongnu.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.nongnu.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Savannah---Project-Register-f1785.html&quot; embed=&quot;fixTarget[1785]&quot; target=&quot;_top&quot; &gt;Gnu - Savannah - Project Register&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-task--9939--Submission-of-Poseidon-tp26582848p26582848.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26582197</id>
	<title>[task #9511] Submission of Java Expressions Library</title>
	<published>2009-11-30T13:27:07Z</published>
	<updated>2009-11-30T13:27:07Z</updated>
	<author>
		<name>Mike-742</name>
	</author>
	<content type="html">&lt;br&gt;Update of task #9511 (project administration):
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Wait reply =&amp;gt; In Progress &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assigned to: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;None =&amp;gt; marioxcc &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; _______________________________________________________
&lt;br&gt;&lt;br&gt;Follow-up Comment #4:
&lt;br&gt;&lt;br&gt;-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA256
&lt;br&gt;&lt;br&gt;November 30th 2009 in GNU Savannah item 9511: &amp;quot;Submission of Java
&lt;br&gt;Expressions Library&amp;quot;
&lt;br&gt;&lt;br&gt;Oh, I was forgeting to update the item status.
&lt;br&gt;&lt;br&gt;Status -&amp;gt; In progress
&lt;br&gt;Assigned to -&amp;gt; marioxcc
&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.9 (GNU/Linux)
&lt;br&gt;&lt;br&gt;iEYEAREIAAYFAksUOJcACgkQZ4DA0TLic4joRgCeKCsSX0ALUWh4rvQMkicxVjkd
&lt;br&gt;iQQAn3tJB+uDgpvhbsGHMKeP2HIJ9K4h
&lt;br&gt;=g49l
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; _______________________________________________________
&lt;br&gt;&lt;br&gt;Reply to this item at:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;&lt;a href=&quot;http://savannah.gnu.org/task/?9511&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/task/?9511&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&amp;nbsp; Message sent via/by Savannah
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://savannah.gnu.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Savannah---Project-Register-f1785.html&quot; embed=&quot;fixTarget[1785]&quot; target=&quot;_top&quot; &gt;Gnu - Savannah - Project Register&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-task--9511--Submission-of-Java-Expressions-Library-tp24201018p26582197.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26582165</id>
	<title>[task #9511] Submission of Java Expressions Library</title>
	<published>2009-11-30T13:25:16Z</published>
	<updated>2009-11-30T13:25:16Z</updated>
	<author>
		<name>Mike-742</name>
	</author>
	<content type="html">&lt;br&gt;Follow-up Comment #3, task #9511 (project administration):
&lt;br&gt;&lt;br&gt;-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA256
&lt;br&gt;&lt;br&gt;November 30th 2009 in GNU Savannah item 9511: &amp;quot;Submission of Java
&lt;br&gt;Expressions Library&amp;quot;
&lt;br&gt;&lt;br&gt;Ok, then I will continue evaluating the project you submitted for
&lt;br&gt;approval in Savannah. There are still some issues than you should fix
&lt;br&gt;before approval:
&lt;br&gt;&lt;br&gt;All your files (Including Java code, plain text, HTML and XML) should
&lt;br&gt;include the appropiate Copyright and licence notice. In each directory
&lt;br&gt;that contain files (Or another files that can't carry the copy
&lt;br&gt;permissions inside) you should enumerate the images, it licence and it
&lt;br&gt;copyright holder in a plain text file called README.
&lt;br&gt;&lt;br&gt;Currently you added the license notices, but did not add appropriate
&lt;br&gt;copyright notices. Please check
&lt;br&gt;&lt;a href=&quot;http://www.gnu.org/prep/maintain/html_node/Copyright-Notices.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.gnu.org/prep/maintain/html_node/Copyright-Notices.html&lt;/a&gt;&amp;nbsp;for
&lt;br&gt;more information, and update your files.
&lt;br&gt;&lt;br&gt;Also, please if possible put the files inside a directory in the
&lt;br&gt;tarball. Is not mandatory but is a de facto standard and makes life
&lt;br&gt;easy to users. If files are in root of tarball one must create an
&lt;br&gt;directory, move the tarball and uncompress it instead of only unpack
&lt;br&gt;the tarball directly.
&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.9 (GNU/Linux)
&lt;br&gt;&lt;br&gt;iEYEAREIAAYFAksUOA4ACgkQZ4DA0TLic4hIbwCfUviTWzR6iMd0k9VkUhEA4/YO
&lt;br&gt;24YAnjfgciZQq2Jw9x01h4bwFbfHo3pt
&lt;br&gt;=VMKt
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; _______________________________________________________
&lt;br&gt;&lt;br&gt;Reply to this item at:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;&lt;a href=&quot;http://savannah.gnu.org/task/?9511&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/task/?9511&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&amp;nbsp; Message sent via/by Savannah
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://savannah.gnu.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Savannah---Project-Register-f1785.html&quot; embed=&quot;fixTarget[1785]&quot; target=&quot;_top&quot; &gt;Gnu - Savannah - Project Register&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-task--9511--Submission-of-Java-Expressions-Library-tp24201018p26582165.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26577841</id>
	<title>[sr #107077] bzr+ssh:// preferable to sftp://</title>
	<published>2009-11-30T08:30:08Z</published>
	<updated>2009-11-30T08:30:08Z</updated>
	<author>
		<name>Mike-742</name>
	</author>
	<content type="html">&lt;br&gt;Follow-up Comment #15, sr #107077 (project administration):
&lt;br&gt;&lt;br&gt;At least the following bugs are related to our trouble with bzr:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;https://bugs.launchpad.net/debian/+source/bzr-svn/+bug/462988&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://bugs.launchpad.net/debian/+source/bzr-svn/+bug/462988&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;https://bugs.launchpad.net/bzr-svn/+bug/462109&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://bugs.launchpad.net/bzr-svn/+bug/462109&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;https://bugs.launchpad.net/bzr-svn/+bug/462988&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://bugs.launchpad.net/bzr-svn/+bug/462988&lt;/a&gt;&lt;br&gt;&lt;br&gt;I think it's always linked to bzr-svn, and not exclusive to svn pushes but
&lt;br&gt;also when only using bzr-svn for pull.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; _______________________________________________________
&lt;br&gt;&lt;br&gt;Reply to this item at:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;&lt;a href=&quot;http://savannah.gnu.org/support/?107077&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/support/?107077&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&amp;nbsp; Message sent via/by Savannah
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://savannah.gnu.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Savannah---Help-f1783.html&quot; embed=&quot;fixTarget[1783]&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnu - Savannah - Help&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-sr--107077--bzr%2Bssh%3A---preferable-to-sftp%3A---tp26040067p26577841.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26576415</id>
	<title>[task #9511] Submission of Java Expressions Library</title>
	<published>2009-11-30T07:23:02Z</published>
	<updated>2009-11-30T07:23:02Z</updated>
	<author>
		<name>Mike-742</name>
	</author>
	<content type="html">&lt;br&gt;Follow-up Comment #2, task #9511 (project administration):
&lt;br&gt;&lt;br&gt;Yes, I understood that my submission came in an unfortunate time right before
&lt;br&gt;Savannah server collapse.
&lt;br&gt;&lt;br&gt;Anyway, let's continue moving JEL to Savannah. It is logical to have it
&lt;br&gt;there.
&lt;br&gt;&lt;br&gt;Thank you for your reply !
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; _______________________________________________________
&lt;br&gt;&lt;br&gt;Reply to this item at:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;&lt;a href=&quot;http://savannah.gnu.org/task/?9511&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/task/?9511&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&amp;nbsp; Message sent via/by Savannah
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://savannah.gnu.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Savannah---Project-Register-f1785.html&quot; embed=&quot;fixTarget[1785]&quot; target=&quot;_top&quot; &gt;Gnu - Savannah - Project Register&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-task--9511--Submission-of-Java-Expressions-Library-tp24201018p26576415.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26571267</id>
	<title>using Iwip in LPC1700 and TMS32 familys</title>
	<published>2009-11-30T00:46:20Z</published>
	<updated>2009-11-30T00:46:20Z</updated>
	<author>
		<name>Xanti Ramirez</name>
	</author>
	<content type="html">&lt;html xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns:m=&quot;http://schemas.microsoft.com/office/2004/12/omml&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 12 (filtered medium)&quot;&gt;

&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapedefaults v:ext=&quot;edit&quot; spidmax=&quot;1026&quot; /&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapelayout v:ext=&quot;edit&quot;&gt;
  &lt;o:idmap v:ext=&quot;edit&quot; data=&quot;1&quot; /&gt;
 &lt;/o:shapelayout&gt;&lt;/xml&gt;&lt;![endif]--&gt;
&lt;/head&gt;

&lt;body lang=ES link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;Hello, &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;I&amp;#8217;m Xanti Ramirez from Spain, and i&amp;#8217;d be pleased
if&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;Someone could answer me if it&amp;#8217;s possible to use&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;Iwip stack in these microcontrolers:&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;LPC1700 family ( Cortex M3 ) from NXP&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;TMS32F107 family ( Cortex M3 ) from ST&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;Has someone tried to use it with a RTOS?&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;Thank you for your answer!&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;Xanti Ramirez &amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Savannah---Users-f1786.html&quot; embed=&quot;fixTarget[1786]&quot; target=&quot;_top&quot; &gt;Gnu - Savannah - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/using-Iwip-in-LPC1700-and-TMS32-familys-tp26571267p26571267.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26566726</id>
	<title>[sr #107150] urip relicense</title>
	<published>2009-11-29T14:02:52Z</published>
	<updated>2009-11-29T14:02:52Z</updated>
	<author>
		<name>Mike-742</name>
	</author>
	<content type="html">&lt;br&gt;Update of sr #107150 (project administration):
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;None =&amp;gt; Done &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assigned to: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;None =&amp;gt; Beuc &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Open/Closed: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Open =&amp;gt; Closed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; _______________________________________________________
&lt;br&gt;&lt;br&gt;Follow-up Comment #1:
&lt;br&gt;&lt;br&gt;Done :)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; _______________________________________________________
&lt;br&gt;&lt;br&gt;Reply to this item at:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;&lt;a href=&quot;http://savannah.gnu.org/support/?107150&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/support/?107150&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&amp;nbsp; Messaggio inviato con/da Savannah
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://savannah.gnu.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Savannah---Help-f1783.html&quot; embed=&quot;fixTarget[1783]&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnu - Savannah - Help&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-sr--107150--urip-relicense-tp26565992p26566726.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26566484</id>
	<title>[sr #107077] bzr+ssh:// preferable to sftp://</title>
	<published>2009-11-29T13:42:09Z</published>
	<updated>2009-11-29T13:42:09Z</updated>
	<author>
		<name>Mike-742</name>
	</author>
	<content type="html">&lt;br&gt;Follow-up Comment #14, sr #107077 (project administration):
&lt;br&gt;&lt;br&gt;bzr does not permit configuring server side hooks in the repository because
&lt;br&gt;of security concerns. If you ensure that ~/.bazaar/plugins is not writable to
&lt;br&gt;(or removable) by the uid of the bzr+ssh server, then I'm not aware of any way
&lt;br&gt;for a user to add hooks or plugins to a server side process.
&lt;br&gt;&lt;br&gt;Robert; did you file a bug on the corruption you saw? sftp and bzr+ssh
&lt;br&gt;interoperate fine under normal circumstances.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; _______________________________________________________
&lt;br&gt;&lt;br&gt;Reply to this item at:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;&lt;a href=&quot;http://savannah.gnu.org/support/?107077&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/support/?107077&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&amp;nbsp; Message sent via/by Savannah
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://savannah.gnu.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Savannah---Help-f1783.html&quot; embed=&quot;fixTarget[1783]&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnu - Savannah - Help&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-sr--107077--bzr%2Bssh%3A---preferable-to-sftp%3A---tp26040067p26566484.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26566131</id>
	<title>[sr #107142] Browsing Bazaar repositories doesn't work</title>
	<published>2009-11-29T13:08:54Z</published>
	<updated>2009-11-29T13:08:54Z</updated>
	<author>
		<name>Mike-742</name>
	</author>
	<content type="html">&lt;br&gt;Follow-up Comment #1, sr #107142 (project administration):
&lt;br&gt;&lt;br&gt;This should be closed -- the problem is gone now.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; _______________________________________________________
&lt;br&gt;&lt;br&gt;Reply to this item at:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;&lt;a href=&quot;http://savannah.gnu.org/support/?107142&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/support/?107142&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&amp;nbsp; Message sent via/by Savannah
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://savannah.gnu.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Savannah---Help-f1783.html&quot; embed=&quot;fixTarget[1783]&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnu - Savannah - Help&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-sr--107142--Browsing-Bazaar-repositories-doesn%27t-work-tp26485620p26566131.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26565992</id>
	<title>[sr #107150] urip relicense</title>
	<published>2009-11-29T12:56:16Z</published>
	<updated>2009-11-29T12:56:16Z</updated>
	<author>
		<name>Mike-742</name>
	</author>
	<content type="html">&lt;br&gt;URL:
&lt;br&gt;&amp;nbsp; &amp;lt;&lt;a href=&quot;http://savannah.gnu.org/support/?107150&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/support/?107150&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Summary: urip relicense
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Project: Savannah Administration
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Submitted by: leorockway
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Submitted on: Sun 29 Nov 2009 06:56:15 PM ARST
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Category: Project homepages
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Priority: 5 - Normal
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Severity: 3 - Normal
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: None
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assigned to: None
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Originator Email: 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Operating System: None
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Open/Closed: Open
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Discussion Lock: Any
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; _______________________________________________________
&lt;br&gt;&lt;br&gt;Details:
&lt;br&gt;&lt;br&gt;I would like to change the license of urip
&lt;br&gt;(&lt;a href=&quot;https://savannah.nongnu.org/projects/urip/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://savannah.nongnu.org/projects/urip/&lt;/a&gt;) from GPLv3+ to AGPLv3+. Thanks.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; _______________________________________________________
&lt;br&gt;&lt;br&gt;Reply to this item at:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;&lt;a href=&quot;http://savannah.gnu.org/support/?107150&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/support/?107150&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&amp;nbsp; Message sent via/by Savannah
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://savannah.gnu.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Savannah---Help-f1783.html&quot; embed=&quot;fixTarget[1783]&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnu - Savannah - Help&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-sr--107150--urip-relicense-tp26565992p26565992.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26565821</id>
	<title>[sr #107146] subversion repo migration</title>
	<published>2009-11-29T12:38:59Z</published>
	<updated>2009-11-29T12:38:59Z</updated>
	<author>
		<name>Mike-742</name>
	</author>
	<content type="html">&lt;br&gt;Follow-up Comment #3, sr #107146 (project administration):
&lt;br&gt;&lt;br&gt;I always forget about it since the new svn version - done.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; _______________________________________________________
&lt;br&gt;&lt;br&gt;Reply to this item at:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;&lt;a href=&quot;http://savannah.gnu.org/support/?107146&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/support/?107146&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&amp;nbsp; Messaggio inviato con/da Savannah
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://savannah.gnu.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Savannah---Help-f1783.html&quot; embed=&quot;fixTarget[1783]&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnu - Savannah - Help&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-sr--107146--subversion-repo-migration-tp26544566p26565821.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26565578</id>
	<title>[task #9807] Submission of Introducción a Emacs Lisp en Español</title>
	<published>2009-11-29T12:16:09Z</published>
	<updated>2009-11-29T12:16:09Z</updated>
	<author>
		<name>Mike-742</name>
	</author>
	<content type="html">&lt;br&gt;Follow-up Comment #5, task #9807 (project administration):
&lt;br&gt;&lt;br&gt;I have updated the repositories to complies with the FDL License of the
&lt;br&gt;original document.
&lt;br&gt;&lt;br&gt;Added the names of the authors of the translation:
&lt;br&gt;&lt;a href=&quot;http://mercurial.intuxication.org/hg/emacs-lisp-intro-es/rev/66990035faa7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mercurial.intuxication.org/hg/emacs-lisp-intro-es/rev/66990035faa7&lt;/a&gt;&lt;br&gt;&lt;br&gt;Added the History file, here the contents:
&lt;br&gt;&lt;a href=&quot;http://mercurial.intuxication.org/hg/emacs-lisp-intro-es/file/231d846a0d09/History&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mercurial.intuxication.org/hg/emacs-lisp-intro-es/file/231d846a0d09/History&lt;/a&gt;&lt;br&gt;&lt;br&gt;If something is still missing or I have misunderstood something about your
&lt;br&gt;mail, please let me know. 
&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Antonio
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; _______________________________________________________
&lt;br&gt;&lt;br&gt;Reply to this item at:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;&lt;a href=&quot;http://savannah.gnu.org/task/?9807&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/task/?9807&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&amp;nbsp; Message sent via/by Savannah
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://savannah.gnu.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Savannah---Project-Register-f1785.html&quot; embed=&quot;fixTarget[1785]&quot; target=&quot;_top&quot; &gt;Gnu - Savannah - Project Register&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-task--9807--Submission-of-Introducci%C3%B3n-a-Emacs-Lisp-en-Espa%C3%B1ol-tp25996995p26565578.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26565159</id>
	<title>[sr #107146] subversion repo migration</title>
	<published>2009-11-29T11:31:38Z</published>
	<updated>2009-11-29T11:31:38Z</updated>
	<author>
		<name>Mike-742</name>
	</author>
	<content type="html">&lt;br&gt;Follow-up Comment #2, sr #107146 (project administration):
&lt;br&gt;&lt;br&gt;&lt;br&gt;I get this error when I try to make a commit:
&lt;br&gt;$ svn commit dat
&lt;br&gt;Sending &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;dat/army/bigdefault/items.png
&lt;br&gt;Sending &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;dat/army/default/items.png
&lt;br&gt;Transmitting file data ..svn: Commit failed (details follow):
&lt;br&gt;/srv/svn/lordsawar/db/txn-protorevs/2183-1on.rev' to
&lt;br&gt;'/srv/svn/lordsawar/db/revs/2/2184': Permission denied
&lt;br&gt;&lt;br&gt;Perhaps a permission isn't quite set right?
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; _______________________________________________________
&lt;br&gt;&lt;br&gt;Reply to this item at:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;&lt;a href=&quot;http://savannah.gnu.org/support/?107146&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/support/?107146&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&amp;nbsp; Message sent via/by Savannah
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://savannah.gnu.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Savannah---Help-f1783.html&quot; embed=&quot;fixTarget[1783]&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnu - Savannah - Help&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-sr--107146--subversion-repo-migration-tp26544566p26565159.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26565052</id>
	<title>[task #9932] Submission of WoW - Ultimate</title>
	<published>2009-11-29T11:21:13Z</published>
	<updated>2009-11-29T11:21:13Z</updated>
	<author>
		<name>Mike-742</name>
	</author>
	<content type="html">&lt;br&gt;Update of task #9932 (project administration):
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;None =&amp;gt; Cancelled &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assigned to: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;None =&amp;gt; Beuc &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Open/Closed: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Open =&amp;gt; Closed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; _______________________________________________________
&lt;br&gt;&lt;br&gt;Follow-up Comment #1:
&lt;br&gt;&lt;br&gt;Please resubmit your project in English. English is the only language that
&lt;br&gt;the whole Savannah team understands and is needed for transparency and
&lt;br&gt;archival purposes.
&lt;br&gt;&lt;br&gt;Regards.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; _______________________________________________________
&lt;br&gt;&lt;br&gt;Reply to this item at:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;&lt;a href=&quot;http://savannah.gnu.org/task/?9932&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/task/?9932&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&amp;nbsp; Messaggio inviato con/da Savannah
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://savannah.gnu.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Savannah---Project-Register-f1785.html&quot; embed=&quot;fixTarget[1785]&quot; target=&quot;_top&quot; &gt;Gnu - Savannah - Project Register&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-task--9932--Submission-of-WoW---Ultimate-tp26564074p26565052.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26564860</id>
	<title>[sr #107146] subversion repo migration</title>
	<published>2009-11-29T10:57:40Z</published>
	<updated>2009-11-29T10:57:40Z</updated>
	<author>
		<name>Mike-742</name>
	</author>
	<content type="html">&lt;br&gt;Update of sr #107146 (project administration):
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;None =&amp;gt; Done &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assigned to: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;None =&amp;gt; Beuc &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Open/Closed: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Open =&amp;gt; Closed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; _______________________________________________________
&lt;br&gt;&lt;br&gt;Follow-up Comment #1:
&lt;br&gt;&lt;br&gt;It's imported :)
&lt;br&gt;&lt;a href=&quot;http://svn.savannah.gnu.org/viewvc/?root=lordsawar&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.savannah.gnu.org/viewvc/?root=lordsawar&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; _______________________________________________________
&lt;br&gt;&lt;br&gt;Reply to this item at:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;&lt;a href=&quot;http://savannah.gnu.org/support/?107146&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/support/?107146&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&amp;nbsp; Messaggio inviato con/da Savannah
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://savannah.gnu.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Savannah---Help-f1783.html&quot; embed=&quot;fixTarget[1783]&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnu - Savannah - Help&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-sr--107146--subversion-repo-migration-tp26544566p26564860.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26564117</id>
	<title>[task #9933] Submission of Searchsolve</title>
	<published>2009-11-29T09:41:19Z</published>
	<updated>2009-11-29T09:41:19Z</updated>
	<author>
		<name>Mike-742</name>
	</author>
	<content type="html">&lt;br&gt;URL:
&lt;br&gt;&amp;nbsp; &amp;lt;&lt;a href=&quot;http://savannah.nongnu.org/task/?9933&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.nongnu.org/task/?9933&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Summary: Submission of Searchsolve
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Project: Savannah Administration
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Submitted by: jhance
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Submitted on: Sun 29 Nov 2009 05:41:18 PM GMT
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Should Start On: Sun 29 Nov 2009 12:00:00 AM GMT
&lt;br&gt;&amp;nbsp; &amp;nbsp;Should be Finished on: Wed 09 Dec 2009 12:00:00 AM GMT
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Category: Project Approval
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Priority: 5 - Normal
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: None
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Privacy: Public
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Percent Complete: 0%
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assigned to: None
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Open/Closed: Open
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Discussion Lock: Any
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Effort: 0.00
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; _______________________________________________________
&lt;br&gt;&lt;br&gt;Details:
&lt;br&gt;&lt;br&gt;A new project has been registered at Savannah 
&lt;br&gt;This project account will remain inactive until a site admin approves or
&lt;br&gt;discards the registration.
&lt;br&gt;&lt;br&gt;&lt;br&gt;= Registration Administration =
&lt;br&gt;&lt;br&gt;While this item will be useful to track the registration process, *approving
&lt;br&gt;or discarding the registration must be done using the specific Group
&lt;br&gt;Administration
&lt;br&gt;&amp;lt;&lt;a href=&quot;https://savannah.nongnu.org/siteadmin/groupedit.php?group_id=10399&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://savannah.nongnu.org/siteadmin/groupedit.php?group_id=10399&lt;/a&gt;&amp;gt; page*,
&lt;br&gt;accessible only to site administrators, effectively *logged as site
&lt;br&gt;administrators* (superuser):
&lt;br&gt;&lt;br&gt;* Group Administration
&lt;br&gt;&amp;lt;&lt;a href=&quot;https://savannah.nongnu.org/siteadmin/groupedit.php?group_id=10399&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://savannah.nongnu.org/siteadmin/groupedit.php?group_id=10399&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;= Registration Details =
&lt;br&gt;&lt;br&gt;* Name: *Searchsolve*
&lt;br&gt;* System Name: &amp;nbsp;*searchsolve*
&lt;br&gt;* Type: non-GNU software &amp; documentation
&lt;br&gt;* License: GNU General Public License v3 or later
&lt;br&gt;&lt;br&gt;----
&lt;br&gt;&lt;br&gt;==== Description: ====
&lt;br&gt;Searchsolve is a terminal and text based word search solver designed to give
&lt;br&gt;redistributable information about the locations of words.
&lt;br&gt;&lt;br&gt;&lt;br&gt;==== Other Comments: ====
&lt;br&gt;It doesn't depend on any libraries. I guess it does depend on gcc and
&lt;br&gt;texinfo, though.
&lt;br&gt;&lt;br&gt;&lt;br&gt;==== Tarball URL: ====
&lt;br&gt;&lt;a href=&quot;http://savannah.gnu.org/submissions_uploads/searchsolve.tar.gz&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/submissions_uploads/searchsolve.tar.gz&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; _______________________________________________________
&lt;br&gt;&lt;br&gt;Reply to this item at:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;&lt;a href=&quot;http://savannah.nongnu.org/task/?9933&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.nongnu.org/task/?9933&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&amp;nbsp; Message sent via/by Savannah
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://savannah.nongnu.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.nongnu.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Savannah---Project-Register-f1785.html&quot; embed=&quot;fixTarget[1785]&quot; target=&quot;_top&quot; &gt;Gnu - Savannah - Project Register&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-task--9933--Submission-of-Searchsolve-tp26564117p26564117.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26564074</id>
	<title>[task #9932] Submission of WoW - Ultimate</title>
	<published>2009-11-29T09:38:00Z</published>
	<updated>2009-11-29T09:38:00Z</updated>
	<author>
		<name>Mike-742</name>
	</author>
	<content type="html">&lt;br&gt;URL:
&lt;br&gt;&amp;nbsp; &amp;lt;&lt;a href=&quot;http://savannah.gnu.org/task/?9932&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/task/?9932&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Summary: Submission of WoW - Ultimate
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Project: Savannah Administration
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Submitted by: vanzel
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Submitted on: Вск 29 Ноя 2009 17:37:59
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Should Start On: Вск 29 Ноя 2009 00:00:00
&lt;br&gt;&amp;nbsp; &amp;nbsp;Should be Finished on: Срд 09 Дек 2009 00:00:00
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Category: Project Approval
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Priority: 5 - Normal
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: None
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Privacy: Public
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Percent Complete: 0%
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assigned to: None
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Open/Closed: Open
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Discussion Lock: Any
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Effort: 0.00
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; _______________________________________________________
&lt;br&gt;&lt;br&gt;Details:
&lt;br&gt;&lt;br&gt;A new project has been registered at Savannah 
&lt;br&gt;This project account will remain inactive until a site admin approves or
&lt;br&gt;discards the registration.
&lt;br&gt;&lt;br&gt;&lt;br&gt;= Registration Administration =
&lt;br&gt;&lt;br&gt;While this item will be useful to track the registration process, *approving
&lt;br&gt;or discarding the registration must be done using the specific Group
&lt;br&gt;Administration
&lt;br&gt;&amp;lt;&lt;a href=&quot;https://savannah.gnu.org/siteadmin/groupedit.php?group_id=10398&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://savannah.gnu.org/siteadmin/groupedit.php?group_id=10398&lt;/a&gt;&amp;gt; page*,
&lt;br&gt;accessible only to site administrators, effectively *logged as site
&lt;br&gt;administrators* (superuser):
&lt;br&gt;&lt;br&gt;* Group Administration
&lt;br&gt;&amp;lt;&lt;a href=&quot;https://savannah.gnu.org/siteadmin/groupedit.php?group_id=10398&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://savannah.gnu.org/siteadmin/groupedit.php?group_id=10398&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;= Registration Details =
&lt;br&gt;&lt;br&gt;* Name: *WoW - Ultimate*
&lt;br&gt;* System Name: &amp;nbsp;*wow-ultimate*
&lt;br&gt;* Type: Official GNU software
&lt;br&gt;* License: GNU Lesser General Public License
&lt;br&gt;&lt;br&gt;----
&lt;br&gt;&lt;br&gt;==== Description: ====
&lt;br&gt;Веб сайт для игровых серверов на базе MaNGOS
&lt;br&gt;&lt;br&gt;&lt;br&gt;==== Tarball URL: ====
&lt;br&gt;&lt;a href=&quot;http://savannah.gnu.org/submissions_uploads/index.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/submissions_uploads/index.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; _______________________________________________________
&lt;br&gt;&lt;br&gt;Reply to this item at:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;&lt;a href=&quot;http://savannah.gnu.org/task/?9932&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/task/?9932&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&amp;nbsp; Message sent via/by Savannah
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://savannah.gnu.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Savannah---Project-Register-f1785.html&quot; embed=&quot;fixTarget[1785]&quot; target=&quot;_top&quot; &gt;Gnu - Savannah - Project Register&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-task--9932--Submission-of-WoW---Ultimate-tp26564074p26564074.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26563191</id>
	<title>[task #9910] Submission of bidi</title>
	<published>2009-11-29T07:56:49Z</published>
	<updated>2009-11-29T07:56:49Z</updated>
	<author>
		<name>Mike-742</name>
	</author>
	<content type="html">&lt;br&gt;Update of task #9910 (project administration):
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Need Admin =&amp;gt; Cancelled &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Open/Closed: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Open =&amp;gt; Closed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; _______________________________________________________
&lt;br&gt;&lt;br&gt;Reply to this item at:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;&lt;a href=&quot;http://savannah.gnu.org/task/?9910&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/task/?9910&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&amp;nbsp; Message sent via/by Savannah
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://savannah.gnu.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Savannah---Project-Register-f1785.html&quot; embed=&quot;fixTarget[1785]&quot; target=&quot;_top&quot; &gt;Gnu - Savannah - Project Register&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-task--9910--Submission-of-bidi-tp26314913p26563191.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26563153</id>
	<title>[task #9910] Submission of bidi</title>
	<published>2009-11-29T07:52:19Z</published>
	<updated>2009-11-29T07:52:19Z</updated>
	<author>
		<name>Mike-742</name>
	</author>
	<content type="html">&lt;br&gt;Update of task #9910 (project administration):
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Ping-ed =&amp;gt; Need Admin &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; _______________________________________________________
&lt;br&gt;&lt;br&gt;Reply to this item at:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;&lt;a href=&quot;http://savannah.gnu.org/task/?9910&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/task/?9910&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&amp;nbsp; Message sent via/by Savannah
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://savannah.gnu.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Savannah---Project-Register-f1785.html&quot; embed=&quot;fixTarget[1785]&quot; target=&quot;_top&quot; &gt;Gnu - Savannah - Project Register&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-task--9910--Submission-of-bidi-tp26314913p26563153.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26563151</id>
	<title>[task #9910] Submission of bidi</title>
	<published>2009-11-29T07:52:02Z</published>
	<updated>2009-11-29T07:52:02Z</updated>
	<author>
		<name>Mike-742</name>
	</author>
	<content type="html">&lt;br&gt;Follow-up Comment #3, task #9910 (project administration):
&lt;br&gt;&lt;br&gt;-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA256
&lt;br&gt;&lt;br&gt;November 29th in GNU Savannah item 9910: &amp;quot;Submission of bidi&amp;quot;
&lt;br&gt;&lt;br&gt;We did not get a response from you, so we delete your project from the
&lt;br&gt;pending queue.
&lt;br&gt;&lt;br&gt;If you would still like to have your project hosted at Savannah,
&lt;br&gt;please register it again.
&lt;br&gt;&lt;br&gt;Regards.
&lt;br&gt;&lt;br&gt;Item status changes:
&lt;br&gt;&lt;br&gt;Status -&amp;gt; Need admin
&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.9 (GNU/Linux)
&lt;br&gt;&lt;br&gt;iEYEAREIAAYFAksSmJQACgkQZ4DA0TLic4iZ3gCffI6g0qSDDfJkt5xQm9BUlUeA
&lt;br&gt;0nEAn3M2QwItQRmWygS8qi/P+0PU8uwi
&lt;br&gt;=hRl/
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; _______________________________________________________
&lt;br&gt;&lt;br&gt;Reply to this item at:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;&lt;a href=&quot;http://savannah.gnu.org/task/?9910&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/task/?9910&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&amp;nbsp; Message sent via/by Savannah
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://savannah.gnu.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Savannah---Project-Register-f1785.html&quot; embed=&quot;fixTarget[1785]&quot; target=&quot;_top&quot; &gt;Gnu - Savannah - Project Register&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-task--9910--Submission-of-bidi-tp26314913p26563151.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26564682</id>
	<title>Access to viewmail project</title>
	<published>2009-11-29T04:59:23Z</published>
	<updated>2009-11-29T04:59:23Z</updated>
	<author>
		<name>Uday Reddy</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I am an active member of the 'viewmail' user community. &amp;nbsp;The erstwhile
&lt;br&gt;maintainer of the project, Robert Widhopf-Fenk, has been unavailable
&lt;br&gt;for more than a year, and some of the maintenance issues have now
&lt;br&gt;become urgent.
&lt;br&gt;&lt;br&gt;I have been maintaining the code base at launchpad.net/vm, along with
&lt;br&gt;participation from other interested users. &amp;nbsp;I would like to request
&lt;br&gt;admin access to the Savannah's 'viewmail' project so that I can post
&lt;br&gt;new releases.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Uday Reddy
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Use plain text for effective email.
&lt;br&gt;See &lt;a href=&quot;http://www.tcrlist.com/Configuring_Plain_Text.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.tcrlist.com/Configuring_Plain_Text.htm&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;Prof. Uday Reddy &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Tel: +44 121 414 2740 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;Professor of Computer Science &amp;nbsp; Fax: +44 121 414 4281
&lt;br&gt;School of Computer Science &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;University of Birmingham &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26564682&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;U.S.Reddy@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;Edgbaston &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;Birmingham B15 2TT &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Web: &lt;a href=&quot;http://www.cs.bham.ac.uk/~udr&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cs.bham.ac.uk/~udr&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Savannah---Help-f1783.html&quot; embed=&quot;fixTarget[1783]&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnu - Savannah - Help&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Access-to-viewmail-project-tp26564682p26564682.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26558945</id>
	<title>[sr #107148] Request to enable mail delivery on cvs commit hook</title>
	<published>2009-11-28T18:44:06Z</published>
	<updated>2009-11-28T18:44:06Z</updated>
	<author>
		<name>Mike-742</name>
	</author>
	<content type="html">&lt;br&gt;Follow-up Comment #2, sr #107148 (project administration):
&lt;br&gt;&lt;br&gt;Thanks.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; _______________________________________________________
&lt;br&gt;&lt;br&gt;Reply to this item at:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;&lt;a href=&quot;http://savannah.gnu.org/support/?107148&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/support/?107148&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&amp;nbsp; Message sent via/by Savannah
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://savannah.gnu.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Savannah---Help-f1783.html&quot; embed=&quot;fixTarget[1783]&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnu - Savannah - Help&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-sr--107148--Request-to-enable-mail-delivery-on-cvs-commit-hook-tp26555329p26558945.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26558944</id>
	<title>[sr #107147] Request to enable mail delivery on cvs commit hook</title>
	<published>2009-11-28T18:43:58Z</published>
	<updated>2009-11-28T18:43:58Z</updated>
	<author>
		<name>Mike-742</name>
	</author>
	<content type="html">&lt;br&gt;Follow-up Comment #2, sr #107147 (project administration):
&lt;br&gt;&lt;br&gt;Thanks.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; _______________________________________________________
&lt;br&gt;&lt;br&gt;Reply to this item at:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;&lt;a href=&quot;http://savannah.gnu.org/support/?107147&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/support/?107147&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&amp;nbsp; Message sent via/by Savannah
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://savannah.gnu.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Savannah---Help-f1783.html&quot; embed=&quot;fixTarget[1783]&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnu - Savannah - Help&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-sr--107147--Request-to-enable-mail-delivery-on-cvs-commit-hook-tp26555326p26558944.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26558546</id>
	<title>[task #9928] Submission of Tic tac toe</title>
	<published>2009-11-28T17:26:30Z</published>
	<updated>2009-11-28T17:26:30Z</updated>
	<author>
		<name>Mike-742</name>
	</author>
	<content type="html">&lt;br&gt;Follow-up Comment #3, task #9928 (project administration):
&lt;br&gt;&lt;br&gt;-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA256
&lt;br&gt;&lt;br&gt;November 28th 2009 in GNU Savannah item 9928: &amp;quot;Submission of Tic tac
&lt;br&gt;toe&amp;quot;
&lt;br&gt;&lt;br&gt;Hi, someone uploaded the file as an ananonymous user. Please log in
&lt;br&gt;and reupload the file or post here a message saying than you posted as
&lt;br&gt;anonymous. We need to confirm than that tarball really belongs to you.
&lt;br&gt;&lt;br&gt;We do not want to misatribute some information in the case than some
&lt;br&gt;ill-intentioned try to impersonate you.
&lt;br&gt;&lt;br&gt;Please log in before posting to avoid this kind of setbacks.
&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.9 (GNU/Linux)
&lt;br&gt;&lt;br&gt;iEYEAREIAAYFAksRzbIACgkQZ4DA0TLic4iBZwCeKjdrpLU867IqhxnLbqdsKtkA
&lt;br&gt;2NoAnAh343uB6N8vbsOi1XpATE3gmNp3
&lt;br&gt;=g2hw
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; _______________________________________________________
&lt;br&gt;&lt;br&gt;Reply to this item at:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;&lt;a href=&quot;http://savannah.gnu.org/task/?9928&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/task/?9928&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&amp;nbsp; Message sent via/by Savannah
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://savannah.gnu.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Savannah---Project-Register-f1785.html&quot; embed=&quot;fixTarget[1785]&quot; target=&quot;_top&quot; &gt;Gnu - Savannah - Project Register&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-task--9928--Submission-of-Tic-tac-toe-tp26537289p26558546.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26558509</id>
	<title>[task #9928] Submission of Tic tac toe</title>
	<published>2009-11-28T17:02:55Z</published>
	<updated>2009-11-28T17:02:55Z</updated>
	<author>
		<name>Mike-742</name>
	</author>
	<content type="html">&lt;br&gt;Follow-up Comment #2, task #9928 (project administration):
&lt;br&gt;&lt;br&gt;Mario,
&lt;br&gt;&lt;br&gt;Thanks for your help with this! I've attached an improved version according
&lt;br&gt;to your recommendations.
&lt;br&gt;&lt;br&gt;This is my first free software submission and I'm glad to have the support!
&lt;br&gt;&lt;br&gt;Jason
&lt;br&gt;&lt;br&gt;(file #19148)
&lt;br&gt;&amp;nbsp; &amp;nbsp; _______________________________________________________
&lt;br&gt;&lt;br&gt;Additional Item Attachment:
&lt;br&gt;&lt;br&gt;File name: tictactoe-1.0.tar.gz &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Size:487 KB
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; _______________________________________________________
&lt;br&gt;&lt;br&gt;Reply to this item at:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;&lt;a href=&quot;http://savannah.gnu.org/task/?9928&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/task/?9928&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&amp;nbsp; Message sent via/by Savannah
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://savannah.gnu.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Savannah---Project-Register-f1785.html&quot; embed=&quot;fixTarget[1785]&quot; target=&quot;_top&quot; &gt;Gnu - Savannah - Project Register&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-task--9928--Submission-of-Tic-tac-toe-tp26537289p26558509.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26556864</id>
	<title>[sr #107148] Request to enable mail delivery on cvs commit hook</title>
	<published>2009-11-28T12:50:28Z</published>
	<updated>2009-11-28T12:50:28Z</updated>
	<author>
		<name>Mike-742</name>
	</author>
	<content type="html">&lt;br&gt;Update of sr #107148 (project administration):
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;None =&amp;gt; Done &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assigned to: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;None =&amp;gt; yavor &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Open/Closed: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Open =&amp;gt; Closed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; _______________________________________________________
&lt;br&gt;&lt;br&gt;Follow-up Comment #1:
&lt;br&gt;&lt;br&gt;Also done.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; _______________________________________________________
&lt;br&gt;&lt;br&gt;Reply to this item at:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;&lt;a href=&quot;http://savannah.gnu.org/support/?107148&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/support/?107148&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&amp;nbsp; Message sent via/by Savannah
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://savannah.gnu.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Savannah---Help-f1783.html&quot; embed=&quot;fixTarget[1783]&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnu - Savannah - Help&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-sr--107148--Request-to-enable-mail-delivery-on-cvs-commit-hook-tp26555329p26556864.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26556847</id>
	<title>[sr #107147] Request to enable mail delivery on cvs commit hook</title>
	<published>2009-11-28T12:47:51Z</published>
	<updated>2009-11-28T12:47:51Z</updated>
	<author>
		<name>Mike-742</name>
	</author>
	<content type="html">&lt;br&gt;Update of sr #107147 (project administration):
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;None =&amp;gt; Done &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assigned to: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;None =&amp;gt; yavor &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Open/Closed: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Open =&amp;gt; Closed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; _______________________________________________________
&lt;br&gt;&lt;br&gt;Follow-up Comment #1:
&lt;br&gt;&lt;br&gt;Done.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; _______________________________________________________
&lt;br&gt;&lt;br&gt;Reply to this item at:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;&lt;a href=&quot;http://savannah.gnu.org/support/?107147&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/support/?107147&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&amp;nbsp; Message sent via/by Savannah
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://savannah.gnu.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---Savannah---Help-f1783.html&quot; embed=&quot;fixTarget[1783]&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnu - Savannah - Help&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-sr--107147--Request-to-enable-mail-delivery-on-cvs-commit-hook-tp26555326p26556847.html" />
</entry>

</feed>
