/usr/share/doc/red5/html/releasing.html is in red5-doc 1.0~svn4374-3.
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 | <html><head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Chapter 7. Releasing Red5</title><link rel="stylesheet" type="text/css" href="html.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="index.html" title="Red5 - Reference Documentation"><link rel="up" href="getting-started.html" title="Part I. Getting Started"><link rel="prev" href="building.html" title="Chapter 6. Building Red5"><link rel="next" href="system-requirements.html" title="Chapter 8. Recommended System Requirements"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" style="background-color:white;border:none;height:73px;border:1px solid black;"><a style="border:none;" href="http://osflash.org/red5" title="Red5 Open Source Flash Server"><img style="border:none;" src="images/red5-banner.png"></img></a><a style="border:none;" href="http://osflash.org/red5" title="Red5 Open Source Flash Server"><img style="border:none;position:absolute;padding-top:5px;right:42px;" src="images/red5-banner-logo.png"></img></a></div><div class="chapter"><div class="titlepage"><div><div><h2 class="title"><a name="releasing"></a>Chapter 7. Releasing Red5</h2></div></div></div>
<p>This document describes the steps necessary to create a new release of Red5: </p>
<div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem">
<p>Make sure everything has been committed to the trunk or correct branch. </p>
</li><li class="listitem">
<p>Update the file doc/changelog.txt with informations about the new release. </p>
</li><li class="listitem">
<p>Create tags of the modules that are linked into the main code tree:</p>
</li></ol></div>
<div class="blockquote"><blockquote class="blockquote">
<p>documentation at
<a class="ulink" href="http://red5.googlecode.com/svn/doc/tags" target="_top">http://red5.googlecode.com/svn/doc/tags</a>
Tags for versions should always be the version string with dots replaced by underscores, e.g. version "1.2.3" becomes tag "1_2_3".
</p>
</blockquote></div>
<p> If you would tag the documentation folder for version "1.2.3", you would use the url
<a class="ulink" href="http://red5.googlecode.com/svn/doc/tags/1_2_3" target="_top">http://red5.googlecode.com/svn/doc/tags/1_2_3</a>
</p>
</div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="building.html">Prev</a> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right"> <a accesskey="n" href="system-requirements.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter 6. Building Red5 </td><td width="20%" align="center"><span style="color:white;font-size:90%;"><a href="http://osflash.org/red5" title="Red5">Red5 Open Source Flash Server</a></span></td><td width="40%" align="right" valign="top"> Chapter 8. Recommended System Requirements</td></tr></table></div></body></html>
|