avr-libc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-libc-commit] [2196] 2010-11-23 Eric B.


From: Eric Weddington
Subject: [avr-libc-commit] [2196] 2010-11-23 Eric B.
Date: Wed, 24 Nov 2010 03:57:03 +0000

Revision: 2196
          http://svn.sv.gnu.org/viewvc/?view=rev&root=avr-libc&revision=2196
Author:   arcanum
Date:     2010-11-24 03:57:03 +0000 (Wed, 24 Nov 2010)
Log Message:
-----------
2010-11-23  Eric B. Weddington  <address@hidden>

    * doc/api/rel-method.dox: Escape all instances of @svn to silence
    doxygen warnings.

Modified Paths:
--------------
    trunk/avr-libc/ChangeLog
    trunk/avr-libc/doc/api/rel-method.dox

Modified: trunk/avr-libc/ChangeLog
===================================================================
--- trunk/avr-libc/ChangeLog    2010-11-22 23:20:11 UTC (rev 2195)
+++ trunk/avr-libc/ChangeLog    2010-11-24 03:57:03 UTC (rev 2196)
@@ -1,3 +1,8 @@
+2010-11-23  Eric B. Weddington  <address@hidden>
+
+    * doc/api/rel-method.dox: Escape all instances of @svn to silence
+    doxygen warnings.
+
 2010-11-22  Eric B. Weddington  <address@hidden>
 
     * configure.ac: Fix 2.64 cross compile detection for AVR by not trying to

Modified: trunk/avr-libc/doc/api/rel-method.dox
===================================================================
--- trunk/avr-libc/doc/api/rel-method.dox       2010-11-22 23:20:11 UTC (rev 
2195)
+++ trunk/avr-libc/doc/api/rel-method.dox       2010-11-24 03:57:03 UTC (rev 
2196)
@@ -70,15 +70,15 @@
    Change <em>Changes since avr-libc-\<last_release\>:</em> to 
    <em>Changes in avr-libc-\<this_relelase\></em>.
 -# Set the branch-point tag (setting \<major\> and \<minor\> accordingly):<br>
-   <tt>svn copy svn+ssh://address@hidden/avr-libc/trunk 
svn+ssh://address@hidden/avr-libc/tags/avr-libc-\<</tt><em>major</em><tt>\>_\<</tt><em>minor</em><tt>\>-branchpoint</tt>
+   <tt>svn copy svn+ssh://address@hidden/avr-libc/trunk 
svn+ssh://address@hidden/avr-libc/tags/avr-libc-\<</tt><em>major</em><tt>\>_\<</tt><em>minor</em><tt>\>-branchpoint</tt>
 -# Create the branch:<br>
-   <tt>svn copy svn+ssh://address@hidden/avr-libc/trunk 
svn+ssh://address@hidden/avr-libc/branches/avr-libc-\<</tt><em>major</em><tt>\>_\<</tt><em>minor</em><tt>\>-branch</tt>
+   <tt>svn copy svn+ssh://address@hidden/avr-libc/trunk 
svn+ssh://address@hidden/avr-libc/branches/avr-libc-\<</tt><em>major</em><tt>\>_\<</tt><em>minor</em><tt>\>-branch</tt>
 -# Update the package version in configure.ac and commit configure.ac to SVN 
trunk:<br>
    Change minor number to next odd value.
 -# Update the NEWS file and commit to SVN trunk:<br>
    Add <em>Changes since avr-libc-\<this_release\>:</em>
 -# Check out a new tree for the branch:<br>
-   <tt>svn co 
svn+ssh://address@hidden/avr-libc/branches/avr-libc-\<</tt><em>major</em><tt>\>_\<</tt><em>minor</em><tt>\>-branch</tt>
+   <tt>svn co 
svn+ssh://address@hidden/avr-libc/branches/avr-libc-\<</tt><em>major</em><tt>\>_\<</tt><em>minor</em><tt>\>-branch</tt>
 -# Update the package version in configure.ac and commit configure.ac to SVN 
branch:<br>
    Change the patch number to 90 to denote that this now a branch leading up
    to a release. Be sure to leave the \<date\> part of the version.
@@ -99,7 +99,7 @@
 The following steps should be taken when making a release:
 
 -# Make sure the source tree you are working from is on the correct branch:<br>
-   <tt>svn switch 
svn+ssh://address@hidden/avr-libc/branches/avr-libc-\<</tt><em>major</em><tt>\>_\<</tt><em>minor</em><tt>\>-branch</tt>
+   <tt>svn switch 
svn+ssh://address@hidden/avr-libc/branches/avr-libc-\<</tt><em>major</em><tt>\>_\<</tt><em>minor</em><tt>\>-branch</tt>
 -# Update the package version in configure.ac and commit it to SVN.
 -# Update the gnu tool chain version requirements in the README and commit
    to SVN.
@@ -113,9 +113,9 @@
 -# Perform a 'make distcheck' and make sure it succeeds. This will create the
    source tarball.
 -# Tag the release:<br>
-   <tt>svn copy . 
svn+ssh://address@hidden/avr-libc/tags/avr-libc-\<</tt><em>major</em><tt>\>_\<</tt><em>minor</em><tt>\>_\<</tt><em>patch</em><tt>\>-release</tt><br>
+   <tt>svn copy . 
svn+ssh://address@hidden/avr-libc/tags/avr-libc-\<</tt><em>major</em><tt>\>_\<</tt><em>minor</em><tt>\>_\<</tt><em>patch</em><tt>\>-release</tt><br>
    or<br>
-   <tt>svn copy 
svn+ssh://address@hidden/avr-libc/branches/avr-libc-\<</tt><em>major</em><tt>\>_\<</tt><em>minor</em><tt>\>-branch
 
svn+ssh://address@hidden/avr-libc/tags/avr-libc-\<</tt><em>major</em><tt>\>_\<</tt><em>minor</em><tt>\>_\<</tt><em>patch</em><tt>\>-release</tt>
+   <tt>svn copy 
svn+ssh://address@hidden/avr-libc/branches/avr-libc-\<</tt><em>major</em><tt>\>_\<</tt><em>minor</em><tt>\>-branch
 
svn+ssh://address@hidden/avr-libc/tags/avr-libc-\<</tt><em>major</em><tt>\>_\<</tt><em>minor</em><tt>\>_\<</tt><em>patch</em><tt>\>-release</tt>
 -# Upload the tarball to savannah.
 -# Update the NEWS file, and commit to SVN:<br>
    Add <em>Changes since avr-libc-\<major\>_\<minor\>_\<patch\>:</em>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]