[Freeswitch-trunk] [freeswitch-contrib] FreeSWITCH user-contributed scripts, etc branch master updated. java-esl-client-0.9.2-389-g2bd0da5
git at svn.freeswitch.org
git at svn.freeswitch.org
Wed Feb 2 20:43:19 MSK 2011
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FreeSWITCH user-contributed scripts, etc".
The branch, master has been updated
via 2bd0da508187e942e4c906275e286cefedb3a62e (commit)
via 594536af195a45e9515ff1c40979a3f036934e49 (commit)
via 4a414482ddc08fe77a42daab560a1bd860235154 (commit)
from 48590eca54e7c93ef987768a24a844dfd72986d1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 2bd0da508187e942e4c906275e286cefedb3a62e
Merge: 48590ec 594536a
Author: Mitch Capper <mitch.capper at gmail.com>
Date: Wed Feb 2 09:43:04 2011 -0800
Merge branch 'master' of ssh://git.freeswitch.org/freeswitch-contrib
commit 594536af195a45e9515ff1c40979a3f036934e49
Merge: 4a41448 3f2c531
Author: Jeff Lenk <jeff at jefflenk.com>
Date: Wed Feb 2 09:29:16 2011 -0600
Merge branch 'master' of ssh://git.freeswitch.org/freeswitch-contrib
commit 4a414482ddc08fe77a42daab560a1bd860235154
Author: Jeff Lenk <jeff at jefflenk.com>
Date: Wed Feb 2 09:28:49 2011 -0600
Fix installation problem - with non English locales
diff --git a/mitchcapper/FSClient/Setup/FSCore.wxs b/mitchcapper/FSClient/Setup/FSCore.wxs
index ac22889..b59f5f8 100644
--- a/mitchcapper/FSClient/Setup/FSCore.wxs
+++ b/mitchcapper/FSClient/Setup/FSCore.wxs
@@ -18,7 +18,7 @@
<Component Id="cmp3900B358BC2FB69DF2C42DDE35C5BBB2" Guid="*">
<File Id="fil322A57E96A97A8179B75065ABF94F809" KeyPath="yes" Source="$(var.FSClient.TargetDir)\FreeSwitch.dll" />
<CreateFolder Directory="INSTALLLOCATION">
- <Permission User="Authenticated Users" GenericAll="yes" />
+ <Permission User="Users" GenericAll="yes" />
</CreateFolder>
</Component>
<Component Id="cmp3CD83BDDE0C679AC83F36ABCCC44B85F" Guid="*">
-----------------------------------------------------------------------
Summary of changes:
mitchcapper/FSClient/Setup/FSCore.wxs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
FreeSWITCH user-contributed scripts, etc
More information about the Freeswitch-trunk
mailing list