porting-to-1.0.txt: nit clarification
authorStefan Sauer <ensonic@users.sf.net>
Mon, 29 Apr 2013 19:11:36 +0000 (21:11 +0200)
committerStefan Sauer <ensonic@users.sf.net>
Mon, 29 Apr 2013 19:12:42 +0000 (21:12 +0200)
It is the process context that matters.

docs/random/porting-to-1.0.txt

index 1bf4e26..5e75c19 100644 (file)
@@ -752,5 +752,6 @@ CHANGES
    pkg-config invocations or Makefile.am/Makefile to -1.0.
 
    While both versions can co-exist without problems on the same system, it
-   is not possible to use both versions at the same time in the same
-   application.
+   is not possible to use both versions at the same time in a single running
+   process. In most cases this would also not be the desired behaviour.
+