[Freeswitch-trunk] [freeswitch-contrib] FreeSWITCH user-contributed scripts, etc branch master updated. java-esl-client-0.9.2-384-g4a41448

git at svn.freeswitch.org git at svn.freeswitch.org
Wed Feb 2 18:29:36 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
  discards  3f2c531df509383cd93d9ae4379bfb656a969c7e (commit)
  discards  fc1ff4f95853eb0a66db9b3658f596c19f8e66c4 (commit)
       via  4a414482ddc08fe77a42daab560a1bd860235154 (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (3f2c531df509383cd93d9ae4379bfb656a969c7e)
            \
             N -- N -- N (4a414482ddc08fe77a42daab560a1bd860235154)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

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 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/README.txt       |    2 +-
 mitchcapper/FSClient/Setup/FSCore.wxs |    2 +-
 mitchcapper/FSClient/Sofia.cs         |    2 +-
 mitchcapper/FSClient/TODO.txt         |    2 ++
 4 files changed, 5 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
FreeSWITCH user-contributed scripts, etc



More information about the Freeswitch-trunk mailing list