it's the little fixes that do us in
authorThomas Vander Stichele <thomas@apestaart.org>
Sat, 19 Oct 2002 09:16:45 +0000 (09:16 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sat, 19 Oct 2002 09:16:45 +0000 (09:16 +0000)
Original commit message from CVS:
it's the little fixes that do us in

docs/random/caps
docs/random/release

index 348b0e4..415a74a 100644 (file)
@@ -5,9 +5,9 @@ SOME OF THE FIRST IDEAS, PRETTY OUTDATED
 During the course of a discussion on IRC, it turned out
 that there are many possible ways to handle the capabilities.
 
-A capabilitiy is bascially a set of properties attached to a 
+A capability is basically a set of properties attached to a 
 mimetype in order to more closely describe the mimetype. 
-Capabiltities are supposed to be attached to pads so that the
+Capabilities are supposed to be attached to pads so that the
 autoplugging algorithm has more specific information to connect
 compatible pads.
 
index 1ccc161..c837bbd 100644 (file)
@@ -121,8 +121,10 @@ TODO :
   - Later on, if necessary, merge back latest release branch to current dev
     branch (if patches to source were made)
     * change to a HEAD branch, make sure it's updated
-    * cvs diff -r RELEASE-0_3_4-30SECONDFRENCHMAN -R
-      gives a list of differences between head and release tag
+    * cvs diff -R -r RELEASE-0_3_4-30SECONDFRENCHMAN
+      gives a list of differences between head and release tag,
+      stuff with > is how it's in HEAD, < is in the rel branch
+
     * cvs update -j BRANCH-RELEASE-0_3_4
       merges the difference made in that branch to the current source
       this is what you want to use when merging back the branch