Alex,

I'm asking what should I put in that tags   <md5
id="air.sdk.md5.windows.27.0b">a0a0ae42410c90315e895e1bcabfe896</md5>
of sdk-installer-config-4.0.xml file ?

Piotr

2017-10-31 18:57 GMT+01:00 Alex Harui <aha...@adobe.com.invalid>:

> Hi Piotr,
>
> I'm not quite sure what you are asking.  To add newer AIR SDKs to the list
> of choices, add new entries in sdk-installer-config-4.0.xml on our
> website.  To get the Installer to offer a particular AIR SDK version as he
> default, you also change a setting in sdk-installer-config-4.0.xml.  To
> get the Installer to be built with a particular version of AIR, create
> your Flex SDK with that version of AIR and also double-check the -app.xml
> file.
>
> HTH,
> -Alex
>
> On 10/31/17, 10:28 AM, "Piotr Zarzycki" <piotrzarzyck...@gmail.com> wrote:
>
> >Update version in the SDK and installer is done. I'm wondering now how can
> >I update installer to have the newest Adobe Air SDK version ? I see there
> >for Windows and Mac version md5, are we generate those ourselves ?
> >
> >Thanks,
> >Piotr
> >
> >2017-10-30 21:41 GMT+01:00 Carlos Rovira <carlos.rov...@codeoscopic.com>:
> >
> >> Hi Piotr,
> >>
> >> I think maven has its own way to make releases, don't know how this fit
> >> with our releases, but I think you must to do something like "mvn
> >>prepare
> >> release" or something like that
> >>
> >> 2017-10-30 21:33 GMT+01:00 Alex Harui <aha...@adobe.com.invalid>:
> >>
> >> > Hi Piotr,
> >> >
> >> > Check the history of those files.  See what we did for the 4.14.1
> >> release.
> >> >
> >> > Also, while we did make a branch for 4.14.1, if you want to reuse the
> >> > 4.16.0 release branch that would be fine with me.
> >> >
> >> > -Alex
> >> >
> >> > On 10/30/17, 1:02 PM, "Piotr Zarzycki" <piotrzarzyck...@gmail.com>
> >> wrote:
> >> >
> >> > >There is MxmlConfiguration and this is also I don't know how to
> >>fill. If
> >> > >someone could that would be great!
> >> > >
> >> > >Thanks, Piotr
> >> > >
> >> > >2017-10-30 20:50 GMT+01:00 Piotr Zarzycki
> >><piotrzarzyck...@gmail.com>:
> >> > >
> >> > >> Last question - How should I actually fill frameworks\projects\
> >> > >> framework\src\mx\core\FlexVersion file ? If I have 4.16.1 ?
> >> > >>
> >> > >> Thanks, Piotr
> >> > >>
> >> > >> 2017-10-30 20:40 GMT+01:00 Carlos Rovira
> >> > >><carlos.rov...@codeoscopic.com>:
> >> > >>
> >> > >>> Hi Piotr,
> >> > >>> I agree that's better
> >> > >>> thanks for working on this! :)
> >> > >>>
> >> > >>> 2017-10-30 20:08 GMT+01:00 Piotr Zarzycki
> >><piotrzarzyck...@gmail.com
> >> >:
> >> > >>>
> >> > >>> > I will try to update version to 4.16.1 on develop. There is only
> >> > >>>couple
> >> > >>> of
> >> > >>> > fixed issues there. No reason jump to 4.17.
> >> > >>> >
> >> > >>> > 2017-10-30 17:46 GMT+01:00 Piotr Zarzycki
> >> > >>><piotrzarzyck...@gmail.com>:
> >> > >>> >
> >> > >>> > > Alex,
> >> > >>> > >
> >> > >>> > > Exactly. That's why probably my strange questions. I will
> >>figure
> >> > >>>out
> >> > >>> how
> >> > >>> > > to do this and try to switch develop to 4.17 today.
> >> > >>> > >
> >> > >>> > > Thank you for help!
> >> > >>> > >
> >> > >>> > > 2017-10-30 17:37 GMT+01:00 Alex Harui
> >><aha...@adobe.com.invalid
> >> >:
> >> > >>> > >
> >> > >>> > >> Hi Piotr,
> >> > >>> > >>
> >> > >>> > >> That's interesting.  I hadn't noticed that nobody upgraded
> >>the
> >> > >>> release
> >> > >>> > >> version to 4.17.  We typically do that right after we
> >>release so
> >> > >>>that
> >> > >>> > >> nightly builds pick up the new release version and are
> >>easier to
> >> > >>> > >> distinguish from the actual release.  So I suggest that you
> >>do
> >> > >>>that
> >> > >>> now
> >> > >>> > >> before cutting the release branch.
> >> > >>> > >>
> >> > >>> > >> HTH,
> >> > >>> > >> -Alex
> >> > >>> > >>
> >> > >>> > >> On 10/30/17, 2:02 AM, "Piotr Zarzycki" <
> >> piotrzarzyck...@gmail.com
> >> > >
> >> > >>> > wrote:
> >> > >>> > >>
> >> > >>> > >> >Hi Alex,
> >> > >>> > >> >
> >> > >>> > >> >It almost explain my concerns. My additional concern is
> >>whether
> >> > >>>on
> >> > >>> that
> >> > >>> > >> >branch I should change all the places in code where I see
> >>4.16
> >> to
> >> > >>> 4.17
> >> > >>> > ?
> >> > >>> > >> >I would like to still create that branch, I believe I can
> >>make
> >> > >>>some
> >> > >>> > >> >mistakes, even if there is not too much activity maybe
> >>someone
> >> is
> >> > >>> using
> >> > >>> > >> >develop actively and we don't know about that.
> >> > >>> > >> >
> >> > >>> > >> >Thank you,
> >> > >>> > >> >Piotr
> >> > >>> > >> >
> >> > >>> > >> >
> >> > >>> > >> >2017-10-30 3:52 GMT+01:00 Alex Harui
> >><aha...@adobe.com.invalid
> >> >:
> >> > >>> > >> >
> >> > >>> > >> >> Hi Piotr,
> >> > >>> > >> >>
> >> > >>> > >> >> If you follow the pattern for release branch names you
> >>would
> >> > >>>call
> >> > >>> the
> >> > >>> > >> >> branch "release4.17.0".  Typically, there are already
> >>changes
> >> > >>>in
> >> > >>> the
> >> > >>> > >> >> develop branch that you want to release.  The purpose of
> >> > >>>release
> >> > >>> > >> >>branches
> >> > >>> > >> >> has merely been to make sure changes that are not
> >> > >>>release-ready do
> >> > >>> > not
> >> > >>> > >> >> interfere with the quality of the release. For example, in
> >> > >>>Royale,
> >> > >>> > lots
> >> > >>> > >> >>of
> >> > >>> > >> >> changes are being made and some break things and get
> >> reverted.
> >> > >>> You
> >> > >>> > >> >>don't
> >> > >>> > >> >> want a release candidate to get caught with some breaking
> >> > >>>change
> >> > >>> in
> >> > >>> > it.
> >> > >>> > >> >>
> >> > >>> > >> >> There is so little activity on the flex-sdk develop
> >>branch, I
> >> > >>> don't
> >> > >>> > >> even
> >> > >>> > >> >> see the need to create a release branch, but go ahead and
> >> make
> >> > >>> one if
> >> > >>> > >> >>you
> >> > >>> > >> >> want.  If you have some changes you want to commit that
> >>you
> >> > >>> haven't
> >> > >>> > >> yet,
> >> > >>> > >> >> it doesn't really matter which branch it goes in since I
> >> don't
> >> > >>> think
> >> > >>> > >> >>there
> >> > >>> > >> >> will be anybody committing anything not related to this
> >> > >>>release.
> >> > >>> I
> >> > >>> > >> >>expect
> >> > >>> > >> >> everyone will be committing in whatever branch you want to
> >> > >>>release
> >> > >>> > >> from.
> >> > >>> > >> >>
> >> > >>> > >> >> Hope that answers your question,
> >> > >>> > >> >> -Alex
> >> > >>> > >> >>
> >> > >>> > >> >> On 10/29/17, 2:11 AM, "Piotr Zarzycki"
> >> > >>><piotrzarzyck...@gmail.com
> >> > >>> >
> >> > >>> > >> >>wrote:
> >> > >>> > >> >>
> >> > >>> > >> >> >Alex,
> >> > >>> > >> >> >
> >> > >>> > >> >> >I'm creating a branch with "apacheflex4.17" and make
> >>there
> >> > >>> changes
> >> > >>> > to
> >> > >>> > >> >>4.17
> >> > >>> > >> >> >in code?
> >> > >>> > >> >> >
> >> > >>> > >> >> >That was my concerns.
> >> > >>> > >> >> >Piotr
> >> > >>> > >> >> >
> >> > >>> > >> >> >On Fri, Oct 27, 2017, 18:03 Carlos Rovira
> >> > >>> > >> >><carlos.rov...@codeoscopic.com>
> >> > >>> > >> >> >wrote:
> >> > >>> > >> >> >
> >> > >>> > >> >> >> If there's some delta, better to make a 4.16.1 instead
> >>a
> >> > >>>4.17
> >> > >>> > >> >> >>
> >> > >>> > >> >> >> Thanks
> >> > >>> > >> >> >>
> >> > >>> > >> >> >> Carlos
> >> > >>> > >> >> >>
> >> > >>> > >> >> >>
> >> > >>> > >> >> >>
> >> > >>> > >> >> >> 2017-10-27 17:58 GMT+02:00 Alex Harui
> >> > >>><aha...@adobe.com.invalid
> >> > >>> >:
> >> > >>> > >> >> >>
> >> > >>> > >> >> >> > I'm not sure I understand the question.
> >> > >>> > >> >> >> >
> >> > >>> > >> >> >> > I think we make a new branch with the version number
> >>in
> >> > >>>the
> >> > >>> name
> >> > >>> > >> >>each
> >> > >>> > >> >> >> > time.  We could probably delete old branches once
> >>they
> >> get
> >> > >>> > merged
> >> > >>> > >> >>with
> >> > >>> > >> >> >> > develop and master.
> >> > >>> > >> >> >> >
> >> > >>> > >> >> >> > HTH,
> >> > >>> > >> >> >> > -Alex
> >> > >>> > >> >> >> >
> >> > >>> > >> >> >> > On 10/27/17, 12:55 AM, "Piotr Zarzycki" <
> >> > >>> > >> piotrzarzyck...@gmail.com>
> >> > >>> > >> >> >> wrote:
> >> > >>> > >> >> >> >
> >> > >>> > >> >> >> > >Alex,
> >> > >>> > >> >> >> > >
> >> > >>> > >> >> >> > >I prefer create branch, but question if I do this on
> >> this
> >> > >>> > branch
> >> > >>> > >> I
> >> > >>> > >> >> >> should
> >> > >>> > >> >> >> > >make the changes to 4.17 or we are testing still
> >>4.16
> >> by
> >> > >>> this
> >> > >>> > >> >>branch
> >> > >>> > >> >> >>?
> >> > >>> > >> >> >> > >
> >> > >>> > >> >> >> > >Om,
> >> > >>> > >> >> >> > >
> >> > >>> > >> >> >> > >Yes it would be awesome if you could help with
> >>tests!
> >> > >>> > >> >> >> > >
> >> > >>> > >> >> >> > >I will probably start from the installer.
> >> > >>> > >> >> >> > >
> >> > >>> > >> >> >> > >Thanks, Piotr
> >> > >>> > >> >> >> > >
> >> > >>> > >> >> >> > >
> >> > >>> > >> >> >> > >2017-10-27 8:34 GMT+02:00 Alex Harui
> >> > >>> <aha...@adobe.com.invalid
> >> > >>> > >:
> >> > >>> > >> >> >> > >
> >> > >>> > >> >> >> > >> IMO, there is so little activity on the develop
> >> branch
> >> > >>> that a
> >> > >>> > >> >> >>release
> >> > >>> > >> >> >> > >> branch is not required.
> >> > >>> > >> >> >> > >>
> >> > >>> > >> >> >> > >> Good luck,
> >> > >>> > >> >> >> > >> -Alex
> >> > >>> > >> >> >> > >>
> >> > >>> > >> >> >> > >> On 10/26/17, 11:08 PM, "omup...@gmail.com on
> >>behalf
> >> of
> >> > >>> > >> OmPrakash
> >> > >>> > >> >> >> > >> Muppirala" <omup...@gmail.com on behalf of
> >> > >>> > >> bigosma...@gmail.com>
> >> > >>> > >> >> >> wrote:
> >> > >>> > >> >> >> > >>
> >> > >>> > >> >> >> > >> >+1 please go ahead.  I can help testing.
> >> > >>> > >> >> >> > >> >
> >> > >>> > >> >> >> > >> >I think the process for the Installer release
> >>are a
> >> > >>>bit
> >> > >>> > >> looser.
> >> > >>> > >> >> >>You
> >> > >>> > >> >> >> > >>can
> >> > >>> > >> >> >> > >> >start the VOTE thread as soon as possible.
> >> Especially
> >> > >>> since
> >> > >>> > >> >>this
> >> > >>> > >> >> >> issue
> >> > >>> > >> >> >> > >> >has
> >> > >>> > >> >> >> > >> >been around for a while.
> >> > >>> > >> >> >> > >> >
> >> > >>> > >> >> >> > >> >Thanks,
> >> > >>> > >> >> >> > >> >Om
> >> > >>> > >> >> >> > >> >
> >> > >>> > >> >> >> > >> >On Thu, Oct 26, 2017 at 10:27 PM, Piotr Zarzycki
> >> > >>> > >> >> >> > >> ><piotrzarzyck...@gmail.com>
> >> > >>> > >> >> >> > >> >wrote:
> >> > >>> > >> >> >> > >> >
> >> > >>> > >> >> >> > >> >> Hi Folks,
> >> > >>> > >> >> >> > >> >>
> >> > >>> > >> >> >> > >> >> Lately I was able to fix ugly bug [1] where on
> >> > >>>Windows
> >> > >>> > >> Apache
> >> > >>> > >> >> >>Flex
> >> > >>> > >> >> >> > >> >> Installer was failing to download Adobe Air
> >> greater
> >> > >>> than
> >> > >>> > 23.
> >> > >>> > >> >> >>Along
> >> > >>> > >> >> >> > >>with
> >> > >>> > >> >> >> > >> >> that fix I had to also make fix in SDK [2]. I
> >> > >>>believe
> >> > >>> this
> >> > >>> > >> >>two
> >> > >>> > >> >> >> > >>critical
> >> > >>> > >> >> >> > >> >> fixes is worth to release.
> >> > >>> > >> >> >> > >> >>
> >> > >>> > >> >> >> > >> >> Anyone is against that to start release
> >>process ?
> >> > >>> > According
> >> > >>> > >> >>that
> >> > >>> > >> >> >> > >>guide
> >> > >>> > >> >> >> > >> >>[3]
> >> > >>> > >> >> >> > >> >> I should start [LAST CALL] discussion as an
> >>first
> >> > >>>step,
> >> > >>> > but
> >> > >>> > >> >> >> probably
> >> > >>> > >> >> >> > >> >>before
> >> > >>> > >> >> >> > >> >> that I need to prepare separate branch for SDK
> >>?
> >> > >>>What's
> >> > >>> > with
> >> > >>> > >> >> >> > >>installer
> >> > >>> > >> >> >> > >> >>do I
> >> > >>> > >> >> >> > >> >> need to do this the same ?
> >> > >>> > >> >> >> > >> >>
> >> > >>> > >> >> >> > >> >> [1]
> >> > >>> > >> >> >> > >>
> >>>>https://na01.safelinks.protection.outlook.com/?url=
> https%3A%2F%2Fna01.s
> >>>>afelinks&data=02%7C01%7C%7C656a0f9793f1433d02a208d52084
> db18%7Cfa7b1b5a7
> >>>>b34438794aed2c178decee1%7C0%7C0%7C636450677345736481&
> sdata=%2BM6OsV5EqR
> >>>>npZQGcmliWXrP1BibWLUVn6AlnU6Hd4aA%3D&reserved=0.
> >> protection.outlook.com/?url=
> >> > >>> > >> >> >> > >> https%3A%2F%2Fissues.a
> >> > >>> > >> >> >> > >>
> >> > >>>>>pache.org%2Fjira%2Fbrowse%2FFLEX-35295&data=02%7C01%7C%
> >> > >>> > >> >> >> > >> 7C775f0538f7d64936
> >> > >>> > >> >> >> > >> >>04a008d51d014756%7Cfa7b1b5a7b34438794aed2c178de
> >> > >>> > >> >> >> > >> cee1%7C0%7C0%7C63644681369
> >> > >>> > >> >> >> > >>
> >> > >>> > >> >> >>>>4500038&sdata=sMKk4NX5obM11SVbLqS46PVB8%2FiEG2%2FhjE%
> >> > >>> > >> 2F9fAvLpiA%3D&
> >> > >>> > >> >> >> > >> reserv
> >> > >>> > >> >> >> > >> >>ed=0
> >> > >>> > >> >> >> > >> >> [2]
> >> > >>> > >> >> >> > >>
> >>>>https://na01.safelinks.protection.outlook.com/?url=
> https%3A%2F%2Fna01.s
> >>>>afelinks&data=02%7C01%7C%7C656a0f9793f1433d02a208d52084
> db18%7Cfa7b1b5a7
> >>>>b34438794aed2c178decee1%7C0%7C0%7C636450677345736481&
> sdata=%2BM6OsV5EqR
> >>>>npZQGcmliWXrP1BibWLUVn6AlnU6Hd4aA%3D&reserved=0.
> >> protection.outlook.com/?url=
> >> > >>> > >> >> >> > >> https%3A%2F%2Fissues.a
> >> > >>> > >> >> >> > >>
> >> > >>>>>pache.org%2Fjira%2Fbrowse%2FFLEX-35364&data=02%7C01%7C%
> >> > >>> > >> >> >> > >> 7C775f0538f7d64936
> >> > >>> > >> >> >> > >> >>04a008d51d014756%7Cfa7b1b5a7b34438794aed2c178de
> >> > >>> > >> >> >> > >> cee1%7C0%7C0%7C63644681369
> >> > >>> > >> >> >> > >>
> >> > >>> > >> >> >> > >>>>4500038&sdata=IuuiKrQPblxvtKg3K2YR5M070EpuQx
> >> > >>> > >> >> >> > IKt3njPWGOQLA%3D&reserved=0
> >> > >>> > >> >> >> > >> >> [3]
> >> > >>> > >> >> >> > >> >>
> >> > >>> > >> >> >> > >>
> >>>>https://na01.safelinks.protection.outlook.com/?url=
> https%3A%2F%2Fna01.s
> >>>>afelinks&data=02%7C01%7C%7C656a0f9793f1433d02a208d52084
> db18%7Cfa7b1b5a7
> >>>>b34438794aed2c178decee1%7C0%7C0%7C636450677345736481&
> sdata=%2BM6OsV5EqR
> >>>>npZQGcmliWXrP1BibWLUVn6AlnU6Hd4aA%3D&reserved=0.
> >> protection.outlook.com/?url=
> >> > >>> > >> >> >> > >> https%3A%2F%2Fcwiki.ap
> >> > >>> > >> >> >> > >> >>ache.org%2Fconfluence%
> >> 2Fdisplay%2FFLEX%2FA&data=02%
> >> > >>> > >> >> >> > >> 7C01%7C%7C775f0538f7d6
> >> > >>> > >> >> >> > >> >>493604a008d51d014756%
> >> 7Cfa7b1b5a7b34438794aed2c178de
> >> > >>> > >> >> >> > >> cee1%7C0%7C0%7C6364468
> >> > >>> > >> >> >> > >> >>13694500038&sdata=Zwo3%
> >> > 2BIN4bIhG0lvSts8SPdcj25uRWWEQz
> >> > >>> > >> >> >> > >> Tmh%2FYDiKsA%3D&rese
> >> > >>> > >> >> >> > >> >>rved=0+
> >> > >>> > >> >> >> > >> >> guide+to+the+Apache+Flex+release+process
> >> > >>> > >> >> >> > >> >>
> >> > >>> > >> >> >> > >> >> Thanks,
> >> > >>> > >> >> >> > >> >> Piotr
> >> > >>> > >> >> >> > >> >>
> >> > >>> > >> >> >> > >>
> >> > >>> > >> >> >> > >>
> >> > >>> > >> >> >> > >
> >> > >>> > >> >> >> > >
> >> > >>> > >> >> >> > >--
> >> > >>> > >> >> >> > >
> >> > >>> > >> >> >> > >Piotr Zarzycki
> >> > >>> > >> >> >> > >
> >> > >>> > >> >> >> > >mobile: +48 880 859 557 <+48%20880%20859%20557>
> >> > >>> > >> >> >> > >skype: zarzycki10
> >> > >>> > >> >> >> > >
> >> > >>> > >> >> >> > >LinkedIn:
> >> > >>> > >> >> >> > >https://na01.safelinks.protection.outlook.com/?url=
> >> > >>> > >> >> >> > http%3A%2F%2Fwww.linked
> >> > >>> > >> >> >> > >in.com%2Fpiotrzarzycki&data=02%7C01%7C%
> >> > >>> > >> >> 7C379863aa5f7f42c1088a08d51d10
> >> > >>> > >> >> >> > 27ab%
> >> > >>> > >> >> >> >
> >> > >>> > >> >>
> >> > >>> > >> >>>>>7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6364468775
> >> > >>> > >> 84877115&sdata=
> >> > >>> > >> >> >> > sutF
> >> > >>> > >> >> >> > >UQ96b7Vq8KdT6lelRFHI4cPDLGXN8%
> >> > 2BH9d%2BGfeu4%3D&reserved=0
> >> > >>> > >> >> >> > ><https://na01.safelinks.
> protection.outlook.com/?url=
> >> > >>> > >> >> >> > https%3A%2F%2Fpl.linke
> >> > >>> > >> >> >> > >din.com%2Fin%2Fpiotr-zarzycki-92a53552&data=02%
> >> > >>> > >> >> >> > 7C01%7C%7C379863aa5f7f42c10
> >> > >>> > >> >> >> > >88a08d51d1027ab%7Cfa7b1b5a7b34438794aed2c178de
> >> > >>> > >> >> >> > cee1%7C0%7C0%7C6364468775848
> >> > >>> > >> >> >> >
> >> > >>> > >> >>
> >> > >>> > >> >>>>>77115&sdata=aXnZt9vbXtSnJMeKCfpbiR90YyCxkCOxn3mQxmyhZ0c
> >> > >>> > >> %3D&reserved=0>
> >> > >>> > >> >> >> > >
> >> > >>> > >> >> >> > >GitHub:
> >> > >>> > >> >> >> > >https://na01.safelinks.protection.outlook.com/?url=
> >> > >>> > >> >> >> > https%3A%2F%2Fgithub.co
> >> > >>> > >> >> >> >
> >> > >>>>m%2Fpiotrzarzycki21&data=02%7C01%7C%7C379863aa5f7f42c1088a0
> >> > >>> > >> 8d51d10
> >> > >>> > >> >> >> > 27ab%7Cf
> >> > >>> > >> >> >> >
> >> > >>> > >> >>>a7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636446877584877
> >> > >>> 115&sdata=
> >> > >>> > >> >> >> > HvOjeE3
> >> > >>> > >> >> >> > >tgn9tA4j0%2BwHYnNL5bvkW03dEVGRjn0AFuRg%
> 3D&reserved=0
> >> > >>> > >> >> >> >
> >> > >>> > >> >> >> >
> >> > >>> > >> >> >>
> >> > >>> > >> >> >>
> >> > >>> > >> >> >> --
> >> > >>> > >> >> >>
> >> > >>> > >> >> >>
> >> > >>> > >> >> >><https://na01.safelinks.protection.outlook.com/?url=
> >> > >>> > >> >> http%3A%2F%2Fwww.code
> >> > >>> > >> >>
> >>>>oscopic.com&data=02%7C01%7C%7C62142744e64245eccbc108d51ead
> >> > >>> > >> >> 2151%7Cfa7b1b5a
> >> > >>> > >> >> >>7b34438794aed2c178decee1%7C0%7C0%7C636448651294631458&
> >> > >>> > >> >> sdata=OVpMJRSJqDGcX
> >> > >>> > >> >> >>XQDgfEJwI3GsRSz6EuECKO%2FCRyx%2B2k%3D&reserved=0>
> >> > >>> > >> >> >>
> >> > >>> > >> >> >> Carlos Rovira
> >> > >>> > >> >> >>
> >> > >>> > >> >> >> Director General
> >> > >>> > >> >> >>
> >> > >>> > >> >> >> M: +34 607 22 60 05 <+34%20607%2022%2060%2005>
> >> > >>> > >> >> >>
> >> > >>> > >> >> >>
> >> > >>> > >> >> >>https://na01.safelinks.protection.outlook.com/?url=
> >> > >>> > >> >> http%3A%2F%2Fwww.codeo
> >> > >>> > >> >>
> >>>>scopic.com&data=02%7C01%7C%7C62142744e64245eccbc108d51ead
> >> > >>> > >> >> 2151%7Cfa7b1b5a7
> >> > >>> > >> >> >>b34438794aed2c178decee1%7C0%7C0%7C636448651294631458&
> >> > >>> > >> >> sdata=OVpMJRSJqDGcXX
> >> > >>> > >> >> >>QDgfEJwI3GsRSz6EuECKO%2FCRyx%2B2k%3D&reserved=0
> >> > >>> > >> >> >>
> >> > >>> > >> >> >>
> >> > >>> > >> >> >> Conocenos Avant2 en 1 minuto!
> >> > >>> > >> >>
> >> > >>> > >> >>>><https://na01.safelinks.protection.outlook.com/?url=http
> >> > >>> > >> s%3A%2F%2Favant
> >> > >>> > >> >>>>2
> >> > >>> > >> >> .
> >> > >>> > >> >> >>es%2F%23video&data=02%7C01%7C%
> >> 7C62142744e64245eccbc108d51ead
> >> > >>> > >> >> 2151%7Cfa7b1b
> >> > >>> > >> >> >>5a7b34438794aed2c178decee1%
> 7C0%7C0%7C636448651294631458&
> >> > >>> > >> >> sdata=KAzqmbxN3VK
> >> > >>> > >> >> >>xrvc7QlxDsMjds2bklj45Rj7ADPuAMz0%3D&reserved=0>
> >> > >>> > >> >> >>
> >> > >>> > >> >> >>
> >> > >>> > >> >> >> Este mensaje se dirige exclusivamente a su
> >>destinatario y
> >> > >>>puede
> >> > >>> > >> >>contener
> >> > >>> > >> >> >> información privilegiada o confidencial. Si ha recibido
> >> este
> >> > >>> > mensaje
> >> > >>> > >> >> >>
> >> > >>> > >> >> >><https://na01.safelinks.protection.outlook.com/?url=
> >> > >>> > >> >> https%3A%2F%2Fmaps.go
> >> > >>> > >> >> >>ogle.com%2F%3Fq%3Decibido%2Beste%2Bmensaje%26entry%
> >> > >>> > >> >> 3Dgmail%26source%3Dg&d
> >> > >>> > >> >> >>ata=02%7C01%7C%7C62142744e64245eccbc108d51ead
> >> > >>> > >> >> 2151%7Cfa7b1b5a7b34438794aed
> >> > >>> > >> >> >>2c178decee1%7C0%7C0%7C636448651294631458&sdata=
> >> > >>> > >> >> qVml2naWBbn9He%2F69fO9TQE2
> >> > >>> > >> >> >>XWZkYe4HfuE%2FP7E4vmI%3D&reserved=0> por
> >> > >>> > >> >> >> error, le rogamos que nos lo comunique inmediatamente
> >>por
> >> > >>>esta
> >> > >>> > misma
> >> > >>> > >> >> >>vía y
> >> > >>> > >> >> >> proceda a su destrucción.
> >> > >>> > >> >> >>
> >> > >>> > >> >> >> De la vigente Ley Orgánica de Protección de Datos
> >> > >>>(15/1999), le
> >> > >>> > >> >> >>comunicamos
> >> > >>> > >> >> >> que sus datos forman parte de un fichero cuyo
> >>responsable
> >> es
> >> > >>> > >> >>CODEOSCOPIC
> >> > >>> > >> >> >> S.A. La finalidad de dicho tratamiento es facilitar la
> >> > >>> prestación
> >> > >>> > >> del
> >> > >>> > >> >> >> servicio o información solicitados, teniendo usted
> >>derecho
> >> > >>>de
> >> > >>> > >> acceso,
> >> > >>> > >> >> >> rectificación, cancelación y oposición de sus datos
> >> > >>> dirigiéndose a
> >> > >>> > >> >> >>nuestras
> >> > >>> > >> >> >> oficinas c/ Paseo de la Habana 9-11, 28036, Madrid con
> >>la
> >> > >>> > >> >>documentación
> >> > >>> > >> >> >> necesaria.
> >> > >>> > >> >> >>
> >> > >>> > >> >>
> >> > >>> > >> >>
> >> > >>> > >> >
> >> > >>> > >> >
> >> > >>> > >> >--
> >> > >>> > >> >
> >> > >>> > >> >Piotr Zarzycki
> >> > >>> > >> >
> >> > >>> > >> >mobile: +48 880 859 557 <+48%20880%20859%20557>
> >> > >>> > >> >skype: zarzycki10
> >> > >>> > >> >
> >> > >>> > >> >LinkedIn:
> >> > >>> > >> >https://na01.safelinks.protection.outlook.com/?url=http%3A%
> >> > >>> > >> 2F%2Fwww.linked
> >> > >>> > >> >in.com%2Fpiotrzarzycki&data=02%7C01%7C%7Cf22e1ff4239b49e5ca
> >> > >>> > >> 7d08d51f750717%
> >> > >>> > >> >7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63644950985211
> >> > >>> > >> 0960&sdata=Sm1f
> >> > >>> > >>
> >>>yaqVUA1UJESe53%2FqjBgjKg%2BhjSKxbWl%2Fa%2FNFhPE%3D&reserved=0
> >> > >>> > >> ><https://na01.safelinks.protection.outlook.com/?url=https%
> >> > >>> > >> 3A%2F%2Fpl.linke
> >> > >>> > >> >din.com%2Fin%2Fpiotr-zarzycki-92a53552&data=02%7C01%7C%
> >> > >>> > >> 7Cf22e1ff4239b49e5c
> >> > >>> > >> >a7d08d51f750717%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> >> > >>> > >> 7C6364495098521
> >> > >>> > >>
> >>>10960&sdata=RGp9kYYqUgpoEuL1PVyolY1%2Fgvn6Y2w3CdrVqx2YVhA%3D&
> >> > >>> > reserved=0>
> >> > >>> > >> >
> >> > >>> > >> >GitHub:
> >> > >>> > >> >https://na01.safelinks.protection.outlook.com/?url=https%
> >> > >>> > >> 3A%2F%2Fgithub.co
> >> > >>> > >> >m%2Fpiotrzarzycki21&data=02%7C01%7C%7Cf22e1ff4239b49e5ca7d0
> >> > >>> > >> 8d51f750717%7Cf
> >> > >>> > >> >a7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63644950985211096
> >> > >>> > >> 0&sdata=yMZnQ8I
> >> > >>> > >> >ApVx%2BYLgSb%2BbuDLe8lvph6dwFO%2FeJjKoGh9Q%3D&reserved=0
> >> > >>> > >>
> >> > >>> > >>
> >> > >>> > >
> >> > >>> > >
> >> > >>> > > --
> >> > >>> > >
> >> > >>> > > Piotr Zarzycki
> >> > >>> > >
> >> > >>> > > mobile: +48 880 859 557 <+48%20880%20859%20557>
> >> > >>> > > skype: zarzycki10
> >> > >>> > >
> >> > >>> > > LinkedIn:
> >> > >>>https://na01.safelinks.protection.outlook.com/?url=
> >> > http%3A%2F%2Fwww.link
> >> > >>>edin.com%2Fpiotrzarzycki&data=02%7C01%7C%
> >> 7C8d4f23024d8d4f97207508d51fd1
> >> > 2
> >> > >>>054%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> >> > 7C636449905425973843&sdat
> >> > >>>a=UUglVTCxOLq8C%2Bjz3RCkxu5MwKfFd%2BZRSVmGarD4eGA%3D&reserved=0
> >> > >>> > >
> >> > >>><https://na01.safelinks.protection.outlook.com/?url=
> >> > https%3A%2F%2Fpl.lin
> >> > >>>kedin.com%2Fin%2Fpiotr-zarzycki-92a53552&data=02%
> >> > 7C01%7C%7C8d4f23024d8d4
> >> > >>>f97207508d51fd12054%7Cfa7b1b5a7b34438794aed2c178de
> >> > cee1%7C0%7C0%7C6364499
> >> > >>>05425973843&sdata=H34E%2FxcWG46u1DmBkgZwPbYJh0h9SI42z
> >> > tbeYuzGegc%3D&reser
> >> > >>>ved=0>
> >> > >>> > >
> >> > >>> > > GitHub:
> >> > >>>https://na01.safelinks.protection.outlook.com/?url=
> >> https%3A%2F%2Fgithub
> >> > .
> >> >
> >>>>>com%2Fpiotrzarzycki21&data=02%7C01%7C%7C8d4f23024d8d4f97207508d51fd1
> >> > 2054
> >> > >>>%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> >> > 7C636449905425973843&sdata=K
> >> > >>>1l0clkZxrrogLygzi1ipQNQAQOEX0daUfvPiMtdhhE%3D&reserved=0
> >> > >>> > >
> >> > >>> >
> >> > >>> >
> >> > >>> >
> >> > >>> > --
> >> > >>> >
> >> > >>> > Piotr Zarzycki
> >> > >>> >
> >> > >>> > mobile: +48 880 859 557
> >> > >>> > skype: zarzycki10
> >> > >>> >
> >> > >>> > LinkedIn:
> >> > >>>https://na01.safelinks.protection.outlook.com/?url=
> >> > http%3A%2F%2Fwww.link
> >> > >>>edin.com%2Fpiotrzarzycki&data=02%7C01%7C%
> >> 7C8d4f23024d8d4f97207508d51fd1
> >> > 2
> >> > >>>054%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> >> > 7C636449905425973843&sdat
> >> > >>>a=UUglVTCxOLq8C%2Bjz3RCkxu5MwKfFd%2BZRSVmGarD4eGA%3D&reserved=0
> >> > >>> >
> >> > >>><https://na01.safelinks.protection.outlook.com/?url=
> >> > https%3A%2F%2Fpl.lin
> >> > >>>kedin.com%2Fin%2Fpiotr-zarzycki-92a53552&data=02%
> >> > 7C01%7C%7C8d4f23024d8d4
> >> > >>>f97207508d51fd12054%7Cfa7b1b5a7b34438794aed2c178de
> >> > cee1%7C0%7C0%7C6364499
> >> > >>>05426130105&sdata=jzq6FFZi2LpBzu%2BErvPlDibXSxlld52oPMqJFETj6PE
> >> > %3D&reser
> >> > >>>ved=0>
> >> > >>> >
> >> > >>> > GitHub:
> >> > >>>https://na01.safelinks.protection.outlook.com/?url=
> >> https%3A%2F%2Fgithub
> >> > .
> >> >
> >>>>>com%2Fpiotrzarzycki21&data=02%7C01%7C%7C8d4f23024d8d4f97207508d51fd1
> >> > 2054
> >> > >>>%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> >> > 7C636449905426130105&sdata=H
> >> > >>>1W2X5MG3rOJioNQmSwJcbp33BKweNQyuGFDSlAX8Qo%3D&reserved=0
> >> > >>> >
> >> > >>>
> >> > >>>
> >> > >>>
> >> > >>> --
> >> > >>>
> >> > >>>
> >> > >>><https://na01.safelinks.protection.outlook.com/?url=
> >> > http%3A%2F%2Fwww.cod
> >> > >>>eoscopic.com&data=02%7C01%7C%7C8d4f23024d8d4f97207508d51fd1
> >> > 2054%7Cfa7b1b
> >> > >>>5a7b34438794aed2c178decee1%7C0%7C0%7C636449905426130105&
> >> > sdata=C%2FMvMXJl
> >> > >>>QPCfCjYkHSnyJjrXaqCI5AjLzh53DVRxaw8%3D&reserved=0>
> >> > >>>
> >> > >>> Carlos Rovira
> >> > >>>
> >> > >>> Director General
> >> > >>>
> >> > >>> M: +34 607 22 60 05
> >> > >>>
> >> > >>>
> >> > >>>https://na01.safelinks.protection.outlook.com/?url=
> >> > http%3A%2F%2Fwww.code
> >> > >>>oscopic.com&data=02%7C01%7C%7C8d4f23024d8d4f97207508d51fd1
> >> > 2054%7Cfa7b1b5
> >> > >>>a7b34438794aed2c178decee1%7C0%7C0%7C636449905426130105&
> >> > sdata=C%2FMvMXJlQ
> >> > >>>PCfCjYkHSnyJjrXaqCI5AjLzh53DVRxaw8%3D&reserved=0
> >> > >>>
> >> > >>>
> >> > >>> Conocenos Avant2 en 1 minuto!
> >> > >>><https://na01.safelinks.protection.outlook.com/?url=
> >> > https%3A%2F%2Favant2
> >> > >>>.es%2F%23video&data=02%7C01%7C%7C8d4f23024d8d4f97207508d51fd1
> >> > 2054%7Cfa7b
> >> > >>>1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449905426130105&
> >> > sdata=q8VEBQzO
> >> > >>>M0Dh3gp7a%2FlMiH26h0QFbleGcR%2FMrP3GzQ0%3D&reserved=0>
> >> > >>>
> >> > >>>
> >> > >>> Este mensaje se dirige exclusivamente a su destinatario y puede
> >> > >>>contener
> >> > >>> información privilegiada o confidencial. Si ha recibido este
> >>mensaje
> >> > >>>por
> >> > >>> error, le rogamos que nos lo comunique inmediatamente por esta
> >>misma
> >> > >>>vía y
> >> > >>> proceda a su destrucción.
> >> > >>>
> >> > >>> De la vigente Ley Orgánica de Protección de Datos (15/1999), le
> >> > >>> comunicamos
> >> > >>> que sus datos forman parte de un fichero cuyo responsable es
> >> > >>>CODEOSCOPIC
> >> > >>> S.A. La finalidad de dicho tratamiento es facilitar la prestación
> >>del
> >> > >>> servicio o información solicitados, teniendo usted derecho de
> >>acceso,
> >> > >>> rectificación, cancelación y oposición de sus datos dirigiéndose a
> >> > >>> nuestras
> >> > >>> oficinas c/ Paseo de la Habana 9-11, 28036, Madrid con la
> >> documentación
> >> > >>> necesaria.
> >> > >>>
> >> > >>
> >> > >>
> >> > >>
> >> > >> --
> >> > >>
> >> > >> Piotr Zarzycki
> >> > >>
> >> > >> mobile: +48 880 859 557 <+48%20880%20859%20557>
> >> > >> skype: zarzycki10
> >> > >>
> >> > >> LinkedIn:
> >> > >>https://na01.safelinks.protection.outlook.com/?url=
> >> > http%3A%2F%2Fwww.linke
> >> >
> >>>>din.com%2Fpiotrzarzycki&data=02%7C01%7C%7C8d4f23024d8d4f97207508d51fd1
> >> > 205
> >> > >>4%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> >> > 7C636449905426130105&sdata=s
> >> > >>egLcjxjHJyukO1R4CJl82jPgxE0YJsTMFHD3JAjX4U%3D&reserved=0
> >> > >>
> >> > >><https://na01.safelinks.protection.outlook.com/?url=
> >> > https%3A%2F%2Fpl.link
> >> > >>edin.com%2Fin%2Fpiotr-zarzycki-92a53552&data=02%
> >> > 7C01%7C%7C8d4f23024d8d4f9
> >> > >>7207508d51fd12054%7Cfa7b1b5a7b34438794aed2c178de
> >> > cee1%7C0%7C0%7C6364499054
> >> > >>26130105&sdata=jzq6FFZi2LpBzu%2BErvPlDibXSxlld52oPMqJFETj6PE
> >> > %3D&reserved=
> >> > >>0>
> >> > >>
> >> > >> GitHub:
> >> > >>https://na01.safelinks.protection.outlook.com/?url=
> >> > https%3A%2F%2Fgithub.c
> >> > >>om%2Fpiotrzarzycki21&data=02%7C01%7C%7C8d4f23024d8d4f97207508d51fd1
> >> > 2054%7
> >> >
> >>>>Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449905426130105&sdata=
> >> > H1W2
> >> > >>X5MG3rOJioNQmSwJcbp33BKweNQyuGFDSlAX8Qo%3D&reserved=0
> >> > >>
> >> > >
> >> > >
> >> > >
> >> > >--
> >> > >
> >> > >Piotr Zarzycki
> >> > >
> >> > >mobile: +48 880 859 557
> >> > >skype: zarzycki10
> >> > >
> >> > >LinkedIn:
> >> > >https://na01.safelinks.protection.outlook.com/?url=
> >> > http%3A%2F%2Fwww.linked
> >> > >in.com%2Fpiotrzarzycki&data=02%7C01%7C%
> 7C8d4f23024d8d4f97207508d51fd1
> >> > 2054%
> >> >
> >>>7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449905426130105&sdata=
> >> > segL
> >> > >cjxjHJyukO1R4CJl82jPgxE0YJsTMFHD3JAjX4U%3D&reserved=0
> >> > ><https://na01.safelinks.protection.outlook.com/?url=
> >> > https%3A%2F%2Fpl.linke
> >> > >din.com%2Fin%2Fpiotr-zarzycki-92a53552&data=02%
> >> > 7C01%7C%7C8d4f23024d8d4f972
> >> > >07508d51fd12054%7Cfa7b1b5a7b34438794aed2c178de
> >> > cee1%7C0%7C0%7C6364499054261
> >> > >30105&sdata=jzq6FFZi2LpBzu%2BErvPlDibXSxlld52oPMqJFETj6PE
> >> %3D&reserved=0>
> >> > >
> >> > >GitHub:
> >> > >https://na01.safelinks.protection.outlook.com/?url=
> >> > https%3A%2F%2Fgithub.co
> >> > >m%2Fpiotrzarzycki21&data=02%7C01%7C%7C8d4f23024d8d4f97207508d51fd1
> >> > 2054%7Cf
> >> > >a7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636449905426130105&sdata=
> >> > H1W2X5M
> >> > >G3rOJioNQmSwJcbp33BKweNQyuGFDSlAX8Qo%3D&reserved=0
> >> >
> >> >
> >>
> >>
> >> --
> >>
> >>
> >><https://na01.safelinks.protection.outlook.com/?url=
> http%3A%2F%2Fwww.code
> >>oscopic.com&data=02%7C01%7C%7C656a0f9793f1433d02a208d52084
> db18%7Cfa7b1b5a
> >>7b34438794aed2c178decee1%7C0%7C0%7C636450677345736481&
> sdata=cOYCYqeWEKWPQ
> >>EEH3VZk%2BA%2BomdY%2BpyDuAUsnvJZ3soo%3D&reserved=0>
> >>
> >> Carlos Rovira
> >>
> >> Director General
> >>
> >> M: +34 607 22 60 05
> >>
> >>
> >>https://na01.safelinks.protection.outlook.com/?url=
> http%3A%2F%2Fwww.codeo
> >>scopic.com&data=02%7C01%7C%7C656a0f9793f1433d02a208d52084
> db18%7Cfa7b1b5a7
> >>b34438794aed2c178decee1%7C0%7C0%7C636450677345736481&
> sdata=cOYCYqeWEKWPQE
> >>EH3VZk%2BA%2BomdY%2BpyDuAUsnvJZ3soo%3D&reserved=0
> >>
> >>
> >> Conocenos Avant2 en 1 minuto!
> >><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Favant2
> .
> >>es%2F%23video&data=02%7C01%7C%7C656a0f9793f1433d02a208d52084
> db18%7Cfa7b1b
> >>5a7b34438794aed2c178decee1%7C0%7C0%7C636450677345736481&
> sdata=M9ZIm1xYxZH
> >>K63EIGH9VQDuoowvgx6x9fLtY%2BhMuHCg%3D&reserved=0>
> >>
> >>
> >> Este mensaje se dirige exclusivamente a su destinatario y puede contener
> >> información privilegiada o confidencial. Si ha recibido este mensaje por
> >> error, le rogamos que nos lo comunique inmediatamente por esta misma
> >>vía y
> >> proceda a su destrucción.
> >>
> >> De la vigente Ley Orgánica de Protección de Datos (15/1999), le
> >>comunicamos
> >> que sus datos forman parte de un fichero cuyo responsable es CODEOSCOPIC
> >> S.A. La finalidad de dicho tratamiento es facilitar la prestación del
> >> servicio o información solicitados, teniendo usted derecho de acceso,
> >> rectificación, cancelación y oposición de sus datos dirigiéndose a
> >>nuestras
> >> oficinas c/ Paseo de la Habana 9-11, 28036, Madrid con la documentación
> >> necesaria.
> >>
> >
> >
> >
> >--
> >
> >Piotr Zarzycki
> >
> >mobile: +48 880 859 557
> >skype: zarzycki10
> >
> >LinkedIn:
> >https://na01.safelinks.protection.outlook.com/?url=
> http%3A%2F%2Fwww.linked
> >in.com%2Fpiotrzarzycki&data=02%7C01%7C%7C656a0f9793f1433d02a208d52084
> db18%
> >7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636450677345736481&sdata=
> t797
> >rsBXDM7nVgZd3q3MpuzbXogHqvOT6U85JQtLxsU%3D&reserved=0
> ><https://na01.safelinks.protection.outlook.com/?url=
> https%3A%2F%2Fpl.linke
> >din.com%2Fin%2Fpiotr-zarzycki-92a53552&data=02%
> 7C01%7C%7C656a0f9793f1433d0
> >2a208d52084db18%7Cfa7b1b5a7b34438794aed2c178de
> cee1%7C0%7C0%7C6364506773457
> >36481&sdata=4r8FzmSQubv1fo9%2BLA3k%2FkvwB34yV1ow6fUPBavRAKg%3D&
> reserved=0>
> >
> >GitHub:
> >https://na01.safelinks.protection.outlook.com/?url=
> https%3A%2F%2Fgithub.co
> >m%2Fpiotrzarzycki21&data=02%7C01%7C%7C656a0f9793f1433d02a208d52084
> db18%7Cf
> >a7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636450677345736481&sdata=
> LZKAg19
> >IcOq1aKnnCL2AibmywRl%2Fx5uA9SOyU7E6D9g%3D&reserved=0
>
>


-- 

Piotr Zarzycki

mobile: +48 880 859 557
skype: zarzycki10

LinkedIn: http://www.linkedin.com/piotrzarzycki
<https://pl.linkedin.com/in/piotr-zarzycki-92a53552>

GitHub: https://github.com/piotrzarzycki21

Reply via email to