This file is indexed.

/usr/share/doc/pyro/html/12-changes.html is in pyro-doc 1:3.16-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
  <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
  <title>PYRO - Change Log</title>
  <link rel="stylesheet" type="text/css" href="pyromanual_print.css" media="print">
  <link rel="stylesheet" type="text/css" href="pyromanual.css" media="screen">
</head>

<body>
  <div class="nav">
  <table width="100%">
    <tr>
      <td align="left"><a href="11-implementation.html">&lt;previous</a> | <a href="index.html">contents</a></td>

      <td align="right">Pyro Manual</td>
    </tr>
  </table>
<hr></div>

  <h2>12. Pyro Change Log</h2>
  (most recent entries <a href="#latest">at the end</a>)

  <p>Pyro versions before 3.9 can be found in the <a href="12-changes-archive.html">archive</a>.</p>

  <h3>Pyro 3.9.1</h3>
   <ul>
   	<li>Fixed mobile code failing when needed to process depending modules (hierarchy)</li>
   	<li>Nice new logo on website, also in manual</li>
   	<li>Renamed some parameters in core.py to avoid overwriting the builtin type name 'object'</li>
   	<li>Added '-x' option to name server to avoid starting a broadcast listener</li>
	<li>Much simpler setup.py script</li>
	<li>Added PYRO_ONEWAY_THREADED config item to tell Pyro to use a thread or not for oneway calls (default=1, use threads)</li>
	<li>NS and ES, and the nsc tools, can now all be started by using python -m</li>
	<li>Easy config diagnostic using python -m Pyro.configuration</li>
	<li>jython: added workarounds for jython 2.2 bugs regarding __import__</li>
	<li>jython: re-enabled broadcast name server lookup for newer jython versions (2.5+)</li>
	<li>jython: removed seemingly useless select call in protocol code that caused crash in jython's select module</li>
	<li>More info about 127.0.0.1 connection problems added to troubleshooting chapter in the manual</li>
	<li>Event server can now also run without name server</li>
	<li>Fixed possible deadlock in NS proxy when it needed to rebind to the server</li>
	<li>Added overview about threads,sessions,objects to usage chapter in manual</li>
	<li>Clarified TLS section in the manual</li>
	<li>Added session example to show use of TLS and user-session resource objects</li>
	<li>3.9.1: fixed invalid uri crash when starting nameserver in persistent mode</li>
   </ul>

  <h3>Pyro 3.10</h3>
   <ul>
    <li>fixed localStorage for oneway calls</li>
    <li>unified PYROSSL_SERVER_CERT and PYROSSL_CLIENT_CERT into PYROSSL_CERT config item (this change is not backwards compatible; you'll have to update your code if you're using Pyro's SSL support)</li>
    <li>add a new PYROSSL_KEY configuration entry, useful when you're using a certificate that does not include the private key</li>
   	<li>Updated docs about SSL support, and the ssl example (new keys etc).</li>
   	<li>Pyro now uses new-style classes throughout ('super' should work now in your objects). Bumped protocol version because of this.</li>
   	<li>it is now possible to disconnect objects from the daemon using their UID</li>
   	<li>small tweaks of the way proxies are pickled to avoid certain problems</li>
   	<li>fixed some pickling issues and added a pickle test example</li>
   	<li>small fix in mobile code import code to avoid certain import problem</li>
   	<li>Added a paragraph in the troubleshooting chapter about user defined exception classes</li>
   	<li>Moved the EventServer's Event class to a separate module to avoid import errors</li>
   </ul>
   
  <h3>Pyro 3.11</h3>
    <ul>
    <li>fixed java import for Jython standalone</li>
    <li>use java5 UUID if available, instead of rmi vmid, in Jython</li>
    <li>locals are printed again in formatTraceback() on recent python versions</li>
    <li>scripts are now python scripts instead of shell scripts (not on Windows). This should be helpful for virtualenv users.</li>
    <li>The pyro-rns script is gone.</li>
    <li>added a connections test to the 'benchmark' example</li>
    <li>fix safe_select in protocol.py to not wait longer than specified timeout</li>
    <li>initTLS is now called properly on new threads spawned for oneway calls</li>
    <li>initTLS is now called in the context of the new thread instead of the parent thread. This fixes obscure thread initialization issues (could break COM).</li>
    <li>added 'tlstest' example to check if initTLS behaves as it should</li>
    <li>nameserver URI is no longer cleared when the NS shuts down, if it is running in persistent mode. Restarting the NS in persistent mode will now reuse the old URI.</li>
    <li>fixed threadsafety of PYROLOC uri resolving. (could cause 'unknown object id' exceptions)</li>
    <li>fixed threadsafety of Pyro SSL adapter.</li>
    <li>URI objects are no longer cloned inside the Pyro adapter, this avoids unnecessary binds, and threading issues.
        However you can no longer safely reuse an URI object that you gave to a Pyro proxy (the proxy takes ownership of the object now)</li>  
    <li>Marked Pyro.ext deprecated, don't use it in new code</li>
    <li>Pyro's project site is no longer on Sourceforge. I've changed links to point to the new location.</li>
    </ul>

  <h3><a></a>Pyro 3.12</h3>
<ul>
<li>Fixed a possible data corruption issue by releasing the proxy connection in case of network transfer error.
It is strongly advised to upgrade because of this error in older versions.</li>
</ul>

  <h3><a></a>Pyro 3.13</h3>
<ul>
<li>Minimum supported Python version is now 2.5.</li>	
<li>Added a built-in echo server for test purposes (try: python -m Pyro.test.echoserver -h. See chapter 'Usage' for more info.)</li>
<li>Replaced try...except around lock objects with context manager style 'with' statements to avoid deadlocks or other locking related problems.</li>
<li>Removed a possible deadlocking call in the protocol adapter when it wanted to do a call without a current connection. It will raise an exception now.</li>
<li>Set no-inherit flag on server socket to prevent problems with child processes blocking the socket</li>
<li>Removed unneeded import agent logic and locking from handleInvocation. This sometimes was a cause of deadlock.</li>
</ul>

  <h3><a></a>Pyro 3.14</h3>
<ul>
    <li>added check for interrupted remote calls, close the connection to avoid corrupt transfers</li>
    <li>added example to autoreconnect example that doesn't use the name server</li>
</li>
</ul>

  <h3>Pyro 3.15</h3>
<ul>
    <li>added excepthook to Pyro.util that you can use in sys.excepthook to print remote exceptions. Exceptions example shows the use.</li>
    <li>moved pidfile location to /var/run (daemonizer.py) because of security vulnerability, Debian bug #631912</li>
    <li>unix command line tools in bin are now flagged executable</li>
    <li>updated some urls in the manual, and the manual is now hosted on Pypi</li>
</ul>

  <h3><a name="latest" id="latest"></a>Pyro 3.16</h3>
<ul>
    <li>connecting a proxy socket now also honors a timeout set by proxy._setTimeout()</li>
    <li>fix setNoInherit on 64-bits Python on Windows (see http://tech.oyster.com/cherrypy-ctypes-and-being-explicit/)</li>
</ul>

  <div class="nav">
  <hr>
  <table width="100%">
    <tr>
      <td align="left"><a href="11-implementation.html">&lt;previous</a> | <a href="index.html">contents</a></td>

      <td align="right">Pyro Manual</td>
    </tr>
  </table></div>
</body>
</html>