<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/targetcli.git, branch upstream</title>
<subtitle>github.com: agrover/targetcli-fb.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/targetcli.git/'/>
<entry>
<title>targetcli: Change copyright to Apache License 2.0</title>
<updated>2013-07-04T07:47:37+00:00</updated>
<author>
<name>Nicholas Bellinger</name>
<email>nab@risingtidesystems.com</email>
</author>
<published>2013-07-04T07:18:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/targetcli.git/commit/?id=a7c313ce9810a0b178e0e8cfaf5ffc22d8868e30'/>
<id>a7c313ce9810a0b178e0e8cfaf5ffc22d8868e30</id>
<content type='text'>
This patch converts rtslib code copyright from AGPL to the
permissive Apache License 2.0.

It also update copyright owner to Datera, Inc.

Signed-off-by: Nicholas Bellinger &lt;nab@risingtidesystems.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch converts rtslib code copyright from AGPL to the
permissive Apache License 2.0.

It also update copyright owner to Datera, Inc.

Signed-off-by: Nicholas Bellinger &lt;nab@risingtidesystems.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>targetcli: Add support for iser network portal attribute in UIPortal class</title>
<updated>2013-04-12T05:10:40+00:00</updated>
<author>
<name>Nicholas Bellinger</name>
<email>nab@risingtidesystems.com</email>
</author>
<published>2013-04-12T04:06:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/targetcli.git/commit/?id=7c7f7beb932470d4ccfd2e304e5766b763829bfb'/>
<id>7c7f7beb932470d4ccfd2e304e5766b763829bfb</id>
<content type='text'>
Signed-off-by: Nicholas Bellinger &lt;nab@risingtidesystems.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Nicholas Bellinger &lt;nab@risingtidesystems.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>src: fix display of numeral forms</title>
<updated>2013-03-13T02:37:00+00:00</updated>
<author>
<name>Jan Engelhardt</name>
<email>jengelh@inai.de</email>
</author>
<published>2013-02-19T10:19:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/targetcli.git/commit/?id=506cc84f18c488ee995483cccc8978409d6306de'/>
<id>506cc84f18c488ee995483cccc8978409d6306de</id>
<content type='text'>
For an amount of 0, the plural is to be used in English.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For an amount of 0, the plural is to be used in English.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixup debian/copyright to refer to correct license</title>
<updated>2013-01-18T19:00:01+00:00</updated>
<author>
<name>Hannes Reinecke</name>
<email>hare@suse.de</email>
</author>
<published>2013-01-18T19:00:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/targetcli.git/commit/?id=631c4c30e729751172658ee6c066e9ca91fe1f48'/>
<id>631c4c30e729751172658ee6c066e9ca91fe1f48</id>
<content type='text'>
The package is distributed under the GNU Affero GPL, so the
debian copyright file should refer to the correct license.

Signed-off-by: Hannes Reinecke &lt;hare@suse.de&gt;
Signed-off-by: Nicholas Bellinger &lt;nab@risingtidesystems.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The package is distributed under the GNU Affero GPL, so the
debian copyright file should refer to the correct license.

Signed-off-by: Hannes Reinecke &lt;hare@suse.de&gt;
Signed-off-by: Nicholas Bellinger &lt;nab@risingtidesystems.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>luns create/delete now accept lunX syntax</title>
<updated>2012-05-08T15:30:14+00:00</updated>
<author>
<name>Jerome Martin</name>
<email>jxm@risingtidesystems.com</email>
</author>
<published>2012-05-08T15:17:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/targetcli.git/commit/?id=e872b643e1328ae84567e065b5b6fab24c585e11'/>
<id>e872b643e1328ae84567e065b5b6fab24c585e11</id>
<content type='text'>
* Normally, the lun is referenced by its index which is a numebr greater than
  0, and this is supported by tab completion. Howver, it seems that for some,
  typing 'lunX' instead of just 'X' is more intuitive, so the alternative
  syntax is now allowed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Normally, the lun is referenced by its index which is a numebr greater than
  0, and this is supported by tab completion. Howver, it seems that for some,
  typing 'lunX' instead of just 'X' is more intuitive, so the alternative
  syntax is now allowed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed wrong exception check in luns/ create</title>
<updated>2012-05-08T14:57:34+00:00</updated>
<author>
<name>Jerome Martin</name>
<email>jxm@risingtidesystems.com</email>
</author>
<published>2012-05-08T14:52:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/targetcli.git/commit/?id=f403737c41bfc326eba7e2e6c0796020df9c1a1b'/>
<id>f403737c41bfc326eba7e2e6c0796020df9c1a1b</id>
<content type='text'>
* When trying to create a new LUN with a bad storage object, a stack trace was
  being dumped.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* When trying to create a new LUN with a bad storage object, a stack trace was
  being dumped.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow CTRL-D in saveconfig and unsaved config prompt</title>
<updated>2012-05-08T14:28:57+00:00</updated>
<author>
<name>Jerome Martin</name>
<email>jxm@risingtidesystems.com</email>
</author>
<published>2012-05-08T14:26:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/targetcli.git/commit/?id=5cfc547dbe1f593540cd8af4f9a217eab9dec8f7'/>
<id>5cfc547dbe1f593540cd8af4f9a217eab9dec8f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added node ACLs tcq_depth attribute</title>
<updated>2012-05-08T14:04:51+00:00</updated>
<author>
<name>Jerome Martin</name>
<email>jxm@risingtidesystems.com</email>
</author>
<published>2012-05-08T13:57:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/targetcli.git/commit/?id=ed89a6012beedfc3369487a28f1827a9d2dd8de2'/>
<id>ed89a6012beedfc3369487a28f1827a9d2dd8de2</id>
<content type='text'>
* This is not an attribute in rtslib, but we present it as if it was one.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* This is not an attribute in rtslib, but we present it as if it was one.
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed default auto_cd_after_create to False</title>
<updated>2012-05-08T13:38:58+00:00</updated>
<author>
<name>Jerome Martin</name>
<email>jxm@risingtidesystems.com</email>
</author>
<published>2012-05-08T13:34:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/targetcli.git/commit/?id=c000360a1efbf70ddf9425fa718e892c4a0d36ca'/>
<id>c000360a1efbf70ddf9425fa718e892c4a0d36ca</id>
<content type='text'>
* Do not enter a new object context right after creating it by default.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Do not enter a new object context right after creating it by default.
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip unsaved config check on exit when not root</title>
<updated>2012-05-08T13:26:15+00:00</updated>
<author>
<name>Jerome Martin</name>
<email>jxm@risingtidesystems.com</email>
</author>
<published>2012-05-08T13:19:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/targetcli.git/commit/?id=df8a37c8deeca3c085a6365fef44441cb6f95486'/>
<id>df8a37c8deeca3c085a6365fef44441cb6f95486</id>
<content type='text'>
* A warning would be nice but lio_dump needs root privileges.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* A warning would be nice but lio_dump needs root privileges.
</pre>
</div>
</content>
</entry>
</feed>
