yast2-installation-4.2.42-lp152.1.1 >  A ^񩸋/=„N%ٟ-@ UG%@~+AwVcup+^eEw2sS˄g< M*h4qr3DvVZDEaဓO[|5 򔐇Zb};ړ=9sdSS Ά܀YAӂ8WAځͽLCEQo2_I҂ )K1(5LⱤzoą_[iF`l %vtAOseab278f5fa6bfd300f16fcef133ba144537ddfdcb87e5fff5530f8cd125371e03feedc5a11b4386157452b683dddb65d79686b3ax^񩸋/=„׸&kP(Tʫb+4EKrJF"L`,R>+pEʐ㯬4Qg$X"];1]tᷩ+Qw^ X-U%&nd7j[,T][\f_@]t`HϷIr N8}&Y)s4@&QaIN6>;Q5)թW]7>jA9BF+`pF{iঢ়e$cUU”|W.{ $>pOp?od & A|  G (( ( `( $( d(( eP(i(o(uu(zL {%|T%~ %~~)(_8hV9V:[V=4>4?4@4B4F4G5(H9(I>D(X?l Y? Z?[?\?(]DT(^Y/b^c_rd_e_f_l_u_(vd we(xj,(yn"zoTodohoooooCyast2-installation4.2.42lp152.1.1YaST2 - Installation PartsSystem installation code as present on installation media.^build73 gOopenSUSE Leap 15.2openSUSEGPL-2.0-onlyhttps://bugs.opensuse.orgSystem/YaSThttps://github.com/yast/yast-installationlinuxnoarch test -n "$FIRST_ARG" || FIRST_ARG="$1" # disable migration if initial install under systemd [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$FIRST_ARG" -eq 1 ]; then for service in YaST2-Second-Stage.service YaST2-Firstboot.service ; do sysv_service="${service%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else for service in YaST2-Second-Stage.service YaST2-Firstboot.service ; do # The tag file might have been left by a preceding # update (see 1059627) rm -f "/run/rpm-yast2-installation-update-$service-new-in-upgrade" if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-yast2-installation-update-$service-new-in-upgrade" fi done for service in YaST2-Second-Stage.service YaST2-Firstboot.service ; do sysv_service="${service%.*}" if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --save $sysv_service || : done fi PNAME=security SUBPNAME=-checksig SYSC_TEMPLATE=/usr/share/fillup-templates/sysconfig.$PNAME$SUBPNAME # If template not in new /usr/share/fillup-templates, fallback to old TEMPLATE_DIR if [ ! -f $SYSC_TEMPLATE ] ; then TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME fi SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME ..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -eq 1 ]; then if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl preset YaST2-Second-Stage.service YaST2-Firstboot.service || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in YaST2-Second-Stage.service YaST2-Firstboot.service ; do if [ ! -e "/run/rpm-yast2-installation-update-$service-new-in-upgrade" ]; then continue fi rm -f "/run/rpm-yast2-installation-update-$service-new-in-upgrade" if [ ! -x /usr/bin/systemctl ]; then continue fi /usr/bin/systemctl preset "$service" || : done for service in YaST2-Second-Stage.service YaST2-Firstboot.service ; do sysv_service=${service%.*} if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --apply $sysv_service || : touch /var/lib/systemd/migrated/$sysv_service || : done fi # bsc#924278 Always enable these services by default, they are already listed # in systemd-presets-branding package, but that works for new installations # only, it does not work for upgrades from SLE 11 where scripts had different # name and were not handled by systemd. # When we upgrade/update from systemd-based system, scripts are always enabled # by the service_add_post macro. systemctl enable YaST2-Second-Stage.service systemctl enable YaST2-Firstboot.service test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable YaST2-Second-Stage.service YaST2-Firstboot.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop YaST2-Second-Stage.service YaST2-Firstboot.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart YaST2-Second-Stage.service YaST2-Firstboot.service ) || : fi else # package uninstall for service in YaST2-Second-Stage.service YaST2-Firstboot.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi fiS~ a SHt< V9N  * z/\^QLVYLj^^e\W^VbYZGiWOK[UWclMoX`TX]pX^deK\QVM\ZNlOSQU^MVX]E\MXUZIVTOOIR!rR$JL+<*7 !*; nB @?Q  P k86M&F! R  l  N I&|*]X[ 2CE- F2+ Hc sr\VePl"iR =)<WN lIo yg:Yn|yG ?FebAA큤AAA큤AA큤A큤A큤A큤A큤A큤A큤A큤A큤A큤AA큤AA큤A큤A큤A큤A큤A큤AAA큤A큤A큤AA큤A큤AAAA큤AA큤A큤A큤AAA^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^]c^^^^^^^0d46bbc8e8161a6d5f8031ab9a6fc5419ca8a43178e5a490e25ad12c099235310379800c76b30b8b34255227edd0c7e24a7be5ff017622caaf9460933b96f2d5d2807a673fcab8987c835dbc49bd6bd76b8206997bda13ab5427c30cf61edde5b9c226d13b7995646c0b733937997acb00e7b61dc582fc02b49aeff5b4bcefaf592dd707b4ff0e0f8a3d0cfc979d3ba1e05942afa5e84e07064454d8882ca2fb6acd5da54297da7f1a33643ea3656b31991dd61785452fb06ff4c9601cfccec358fb0d7de90165efe380b23ce9d4366e568ea2ffa7dab184980fd2ca6dfd8dae035066e50324b7ee9947151f6b4816517516496757d26d948089dd6a4efd05314a9375fac0151e931f600683a7a432b181d397cc56eb37ab5da4b924abfd0a14ccf63c5fcc69f76e936813e2fd252b26d65383e606ffa5d35db653bfc12c3f76e64f74a536fa4f8ec6f1bed633181b944b7eb862d639d895e88dfdd85b369ebeed30a18aa1d18eab00d179fdab30b881dda241478221174462424f817a15bcc7eba2c944c6b1ce469f9901e25331cbe707c05081bdd817090f14c720eaaf448bc4fc7739c49c951c116ce3b889074cbe95206acd8b731efe113ee8f480bb30a5e043ed30c611dcba3096fb5c0962457d4eca83c5ef4dc9f59007a4109f60645fd43580b6a333e08bdf46b835e5ac16e6eef3b1e79b5c221905ea26b76d0e72a9a1d1c5f5106e78900fadea8efab9ab1332cb6d3f39fc1ffcb96eb30aef70912b55446cbe6c8d515a26515bfc49834a870de2b07cbe7d1307ad282edec7e7ea1364a9a9883df974d1562dfb8723f76caedde7dd85be11fc02d571fe452d185b170551e37f82c677c07967b99b15abddb9c71a4a63d001201266c46194f0d29ec2ea60ce8855a0c2d070a68981b71c29c8400d880b2b8999f5e44430fc0f6033024059694bbc158b8d49eacfe91e12fa9fb6b18cf9740bb2ef6a35a0edbbc962a80119933c456f4f48430105642ba5411291e3a28d64645978fea8cb4e0e4c8eacdcb068b628daab7034278b6107a38dafcac750f70a25d1a5f1c30c075a33a37f24228912794541bde322cb37879bcdcf962295aef520f0af4f78be2bd9a064232e945255238fa9975349cb4c7a8f7805c1f766767cefd70a32a68bcbbe2d5fb68096b9228491b3bb58c54304e3ea2a554beba6414b60c1b1d138cc6576ff4c4763b8b8ce4e133509ed0a1e8a00a26a443cd31237e3389cddd402c6b4e056897088e9adaf640d0be54f11a1a2ce71ed5061bee1de0b63e703ee212e69d703c5a2d54951f71d2727345aa7bcfb4b2a2727868226da97fd996d6b6ba337caba45af2e30ee17a0e07a99efb6963b9cf0930f7979d543e2ef66dda2fddd4c9c35c48bf0c0160fc63fe2d6822282748b299d9c4559a21be2b2e3e9f0575131897b533d6109d84daad0f76e7a42f1257d6845ffa6bec2d9db54b6d0f3da496d6709ef63ebb5d5c1aefc5936a4851ce3ef3ee618f3153c6d8eea911b0b40106a7ca530d914d64c674299ed12a14ddc35fcc2b011280b668f9dc04e4432f94b4805b4d431c67b0f55ad50a273c71ef9e6920ccb1e23a52cfae62026d97862df816b6460cad0ea7587cd9536e183c835710385a77b9c06769ddf35fccde18bbd12b988b9d25da067b60cbb2aae9b11a92e4741d13ca9ae2c2a8633dc00768bba60a7aa34669e4ff26639dc74d9d9c3010a8a843be7000f79385416042059adf7e97b9bd9736411bbc5a29617d9820ef7bccb5aaed367d40d5af73a55516060c60619ffd4e110aca409e185c808198a11c1b8e267ebd878f7930c7834eb54c1be7ee12ff786faa04b05c9acb1495e0c7a5ea4f36ade7a45bb8f7f2139ce6f62e1e05d351a74ae98b85a8fc40d9e3a057bd790be509710423dd62d0ecb44059d69860dbdb05eb15fed4d23be2bfd0c7831af854cbb265603700815432ee435d15e76d3d6558bcd5975b765ff1b582640f6884d8dc2a1a907cb79698c88358b342881bef10dddc0b85e4a08563817bb785205bb30c72d1be57862a6caeb0a808000c60d2b782f45bc11b1fb9999f37f79c7b03ef3f470e4794b18a84e971d30abfeffb89cdd140bd95a6287c019f0b881ff3f812b1f2eeda32f240bcc6b232864470f8fe09f5dc24a126d23255e1dc02d46680fe42e0d7f3a32e5fb351abed41bef9bb23e9d3bce8c383c15757e474995bd62cc741820f12be65ed4e16bfb9ced25f6bc33bd175488c275915146a461d1cf1a5e4625d2f9244fba50320ef6d5f96b4e24a76724727e91d5f995055926180a89c4b0105a5d6660a982a82ff5473299a04de83802b3ad101534e02100ff56b05eebfc5131d15406bbd615f4e7c747b115e9bd4e56d22fd569f4cb69c0455da277fd1a3e92da6ee4db3dcf7c8c6056f45645cbe8962babaab343e3df1c08733edd598377a1fbeb34a8617f1e4755eaf444411e90fe259f3286bfbce801dc0b82fa7303a51a3b5a2eb7203d89f64bb10b2fd092a915dabf895095672800e69fc0228eeb368426c9be962157725d0d0e49b3925a1ef7907ef14e48956392ccc250554f63a9b247bb5a7e887e9f5581c3de900be8d5497173707d2ddcd6ec79ae5cf39debedad5afbb1984bb7a1ee9617ef740b46736a6a6ddceb775a9f710524ba4a3e4504fc6556ead9aa92d9c97afabbc94e2ec161a83a5d2f613b597af7a2b1edc776adf18dde3c58acec43cac88da58381ee4df2c221c18b60e37fa97cd88aa1c48c2aa80ffd4fc1ad1e943664c5a178719fad97625efb88ef52f4de9841ee93cced97e26a4aa5df7e2f7a33d83f12bb1b9c7497cd6af96e1ad915614c413ddf1addc79fc33138177476b9cde905abd4881ff629aa94337dd6d23cae90bf719c2dce0a7c0c8a791bf9fc67fae52900c86328ff1cab8863f8bf0b610fee8293eb572ea14e289ea3b9a350d92c6c5bf451e34a0ede71dce635f50b617614a0da59d93988046f3f3aba607d90b882c96a178bb7fc38bd7effd87e01fd215d057f860ca7de6e0dedeb90689c7c9d6a882486fbacf19cf7906f3de2693d7ba0be6ed12966ab783edee531abf4e89ca927ae035a9a5812391a93c09ff343121e5841aa6c6896f7b1a756520bac115a65f0eb02911bc73fae3bb295b35a353e675519d5f4f3d4f08c0400378a44e40095207c3ef25430ec835d4bc91bc29f24e1b7111f355c6bc302b8ee62dbd125744818cdb85e6b646619c7c379d3c72d865346a64c5291d6015a6daa9401f98c132cc3f58c7348e77f007e338252d3392e5dd8d8699bfc40f63cb885e37afdb25297d76a5ebc6f7d217991d13bdc33aeac1c21b5a539d452f16ac484a8ff5693369a7179d25830679dd93b1786733310435c9fa12ff085b89ccbdd0979b07100b2b844f5359770f675b38d75fe8fccf7f0bb34bea8cec0f48eeae1d87e784cb2d498741fbb0b84c74ec4b2de9e29f919bf5a3bfcc1c5ff3396666525785c356d45da7d6d600a244ca40c9662e2425fe216e94251676782aa78b513b49e0424605cd873d6d91a05f338c482abc1d70320a2f094ee33c6068641f74270c1c2ba7c27ddd3306822e0edcb4a5446b2c929df4544fb222739c7e19274848d5ce17280ad38b33002237098e5c832174ef0c2df33fe0e32ba43cf21897f7e2e881ff2aa13a0634d43ef5f101299c89c55f1b02aba7afdcf16d956e9f4fd17cda670c8d4c99ad47af97c7d5d664d7652864f635aa247f0547eba13f5ff85a76eeceefb0888b30e13ee155e24705071df15a3a3ae55f43bc532397745aad25d1bbf3be5b0437f2f202bcd4baf87bd815ee87d28611faf2790e912efa508c7216e882d6f9347f3763f24fb543d1f1fa4fe3f4da8861ac6315aaddae2a6a0d7b493162f63c4df44fb5a15246e5f1917f5a93aadc392ebb38a4230a44607db34b8d605d421b3e222ebfe82c633fe781ca506c41b6e0e2153f17f8e8b1f6fe959cfd8b28feedda7f9f974f9848f3e6674a8de589161bafa7ea6cd992a3e0465f616e9bb22282565c985fa35e2e3c2f9a599bb60a35915ebc348be66da722370bba7e947b2a262e82f046cfd761416aa192887728c0bb34b659e7c29253929d87c950cbf70656e4a45e47d39e18b8acb8ef4c6715d8cb637d802a8a51d4df97253ac1a7115eb409d25502bbce3e7ea26ffeea3ea97ea5901c94ca5f77a22f83da1c9dd47bff5d97df4e6fcbc2a298cbd18c186757c7749df218cea0a1c011e106debd1250e426fd61df1221e6a2c8e8674dce9197c5445d9f219a34a5875ca98cd0a936f8d0c8addfe7f00d65a02a6763fc81665411e230324f9833c783d1899e72cabad9d93bf4a392580c0260116f31e4b0fe152fbdc82b216e453b5058040ef39279d8be142f5aa2cdbfe92c4d8b1438ee8096a9c55925371ddac077c53cb28ea4d0584cdbcf605237180b0dca87a829ef9ed6ecbc09db4d07cdb2ee5289b46e5c289aaac4c24227f423d183a7ab2bf8a545d85d6bd7e6dad08590542433f7d3a8c1f66b055e53e9f4ceed0b95150e1a3b0bf5151d356bdd2e88b8ba948b08108e5a5661851922c63cd3379d94314d51c377b1c027b0b66406120c9bc033c9919de02af6207fc6217e55e2eda8804153a0431290af16e8a8d536a247fc681cec8fc7ff0faec1d06934e44053ac9ae8e49a2d568f1a2681fb84e5c064929c21f15b731de72119940ee80a05b32642203a5873e365fe9ec3f1b16b71ae945d585f22c4868f70c0777c88b82508363860ae9b79599d469cba2a6a27fae5b26629ba02e3a24a801187a04b814343fbf1002d3308f0c5810aa29956927903cf3a020d747c8d5d39bb0355f55c77646a4aa9e07ee10b3a7d1837d21563a5b48fec035a2b6be502adce9b21036b5b174743bc09cce3724678ccb9ced565f24d686f424fed5dd88fcf43f317736bf478f50da45c5934697846417f92e35af5d8fce5bacf5e74a5536b227abe3bc01029cbcfe991ee50ca43d703cc83ef2948d20ab4a18a5b7a463b64f784819f345ff462de30fc715d5143857845af9f846569490f14a23ef33576d2719165b1d4e44d83af74a3dbb78b985a8e55d7152448ccc194eaa57be3c11b2c4eef608084a53fffc5597242e5e84aa5c1f34c0e05d498b9d5522de71450db80690d2be70fc3305ebf3871ef6260df73c4a3ce8502254ab649723defd4913ffa889a197a616c18df75471da4a2345b2e7b8c644c1eaf10e5414d3b14f5218ca3dce42975ec57b5421389054c43ed0217e90b5801dcd8d0d8e1adcaf580042ca0da27e546d5baa220e79d4eda2384b801e1f30df55255a5807e53c5f8df7bcb57e939a10a88bb3737d62269c40dcaee9bd51b375d40556e7f6fe7e84c15fc52dfac8b7b084e724059918654aad869f7cf336ee4114e46194b2cce0e9a35cecc493a4bc44137ed462b438746d9bbb4c02c5bd5600cd7ae302a40324ad9ca19d2b5165a4e331d455cd25fad9f1a6e9ff89ef561641b891f1156bfc2c28bd18c3672736b21e6a17d01ebd152694f44983997c66fac335b6d78e06bc09390f2e535c50420e9237737d7f019187252fa3e2c457cdd536ed07aa0cffed2746df025781c1bccf961008e2d599edfde1a66d4b51aac86c467f92dbbfa322a650ce5e05d09530af9135ebc938c9b9c5592708566770c7b57393cb9fb4d9cadfd427830e54e728d805fa97a779fd4f001da85c84c9f108b1ac6d2d06e0f953dbd7b4f7157970e4ecda10caa008271134145736990d5425619674b55d7fd09850cec18a2220818ac4b505ab38163a10fea34120be0c0facb6223b54f36713c751ce0e92465b7fc2f09a6ba734389407d0aec53fa95febadfdccdf8efeaba2f0fa01005de2a8709e310560f9000dc293e5af43af5e97556f22a8fb017bd627dc64c1a1433910aa5cd4ed61eec67459b40d869e04c724693872747b200ee96afd87b8db3de2039e399e38ec562594e2c8a29e19923aa475e3f36a9a667c14195115ac294f46d87c5d43ebb6814baf1a02d85dcff89aeb82fcab6201cb854db4d5bc199ac648f1bd7d950a70cd8e2ddce50d0c710a98cec92dd18ed86cb72937ab719728ec025346c9dd5957abe76f451bfb149a0677e90d5559c1d6ccd2be0736282c96793f5a6cc9256e23d163faa239f3d530bffb2f30cb8e14b74ed5f03716cd62fada4c326c5a7087a693fd7be3e87bfeb6e163337054167249447a70cdd5d0abbafe45a83a69f489f16414214866ef50a3fee7091c929b97df7bc3d35b012f688f4a2fd1369cb29185bc0a110358fa020febeee85a792613b3ddd208954e8e1252206c8533594ab19046cbfe584c14fce1f14d855c68bad12383c38441e828ec69a3d65cc9f00fabf0ee3c06c99384bb931c79d01f4ad286d3e15e2f262119cad3dd8f1ab0dbdea5c10d836a86afe021ce0a61cb9700ce53d1e3bfbddc537f4d8369136ceabdd416fc98efa71b2b6b0a32f4278bc7a8096dd526c07cd68e742be3efbe3b526924d607e76a3a38e22b6eef99acde4217724cf95a864d6dbf6cbf070d4a0660b6558091c27353e85bef87e8253a0be8dce244c19ac677a4767da9eab93d7d5902c5f5676bbb395891d996e268dda2a00b605fd3c99e3068c7344d9fd9bd3a10b2f981186f4d32f46621ed012f710645064432c5d461b97431debc6c0f869a9abf3eb8dcec2ba44b1767cbd04f560d1b9c743db82923ad94c6171d82a41e520777627228c6fc8c11126b4b81bc8a0b1e87fd7132f0c9f1ea40ac00a20882001c8081e7990ad0a5d741cb584c8aca350f9b9415a158310f4c5a337349c2e2035f2a6641c380ee0ca87b6797603707dcb8280fc0e50fe56cb65e46e3f8ef2f62fe862c39d830997c28ca0920ccaf80397e3e4a5a1d2e0ef8dc170cdabb1897bcff310eda88ba9a00806562d0dde9a373d0c620989c01356f26ba274da67bb685307b6a310ed2d451885dbbee63bcb270ddccf0c08a6efa3399259e6934908b8701b112d9c2b344b6f179d3cceeea516ac09ff98c790f4cd33a851686dc8ac9c13666c399f1978624bc4d499ced7f3c74db49e3353a62e573dac4f4a7989e1295ede8691676c9fe5e3a87742c65c2273d2febaca06d3b5ecb09aee0fc6c144425bba0fb7921da282f333bf039887713587cf537d1010927418cfa3645af439e4f42c6d0900aa88c9c81add5bb2a4f67ed4b27c7918ec54ca208167d249f946e2215beabea51a2bfc45c5932a5941677f9de052978de815147070918325cc709df8fa5161ff858a09fe5eb748545d0a65f3d3fb72cfcb20a08083c8aace40265a309bbf1262bbf1ccdbea269f959121aea9e942bc1df3c9635a6a937a38d983b86f4c473a4abfae760a34e4a334ff3a9572c7b38e1fa06b69e9a27bff86e722da00c2db42f7b2e13ced8005e89aaccd0c8d2dd2e9151fe6c0da55489ea8cf0804dcb7638b36a005650ac90486fa5a34a7ad88f4f451f934d94c55d825a548c163f3d19f2991868af148ca0bd719dbe664519a67c7169848bd13537d203322a068ac80bcf26c5db60bdb49632515b7c5c0b008a28b946f5bb23724867ef15ccbf0cab493fa8aee50720695255cd1dcb3dbc0d8907909ff740cb1835a0757c825edbd55f2447877888418cbd3fcfe129678e6f1a5e2820906611c2da3d503a0962cdd587a76b5c245a4cd57aaaefc398f6ac5d54a3d985abaf43cd2e368086e279dcdb85e85d6ed0dce3335527683d9ca3f7446360207585106f3a669d5a8b139496c1acc482e694691b3790c429bbc526f66e9c342608896bb37525259ebdc1d9cde6c3829395f470209a652123d52eba8c39f07874c01d738a44558b726c2513389bf13bd34101af70a880bfa10bc9383d6b7e71e2ef80a47e6e7a531a0683210bc9f0b15af54e7a4d1ed9387fcb382f33effdbd757d016858a98242d313bd2a189cb2d81be71953eeb5719616e6561bb34f105b4391b58102933e3ca2d82e59e2c3486abbdc5683c7f457657f359628f9961a4b6b6b534fcd2b4234c49aed9ceb761b6bc7f3169bf19fcc23d8d4c23590e23e6ec39f97d40da4166ddf007ee78bc0b173ceb17b2d5bf3c810ea24ab7be4f92f3431530d380055b1925053fea2ea9c7d6865bcf618d43f057dc57cb3fb1365b00dba8da7d8bcce1db07c5bbc65e61c139dcafd512acbb4f2e6205b94b527403b3a88c1fd318ef107449a1c72c8c63b17576193d2f88138e40eb184a9931860064608463064b785f0125b406723ab11d55ffd3f4a8844d4d12e16147f7c8c1e3a7831b4d7189bbd8ae632a29ebf0555c135f335b7220c774ca75924d02228fb329c218bbbef00b56b5b620a7c7682dc251b97a315be732b55a02dbd06fc007445eec9c45f3246f27e6db8d2d38941fafd0367ceb11e992f064d9ac6dc2c7f46e3eecd9cff61e60ce6092bbe76f6d81485c8ee6f808d6c02282e6bbc4322cddb32871e9fc43748667d8c5853f3c2c4eae8460185e2a19fb9e0a504d26e81ed3fd0922854012ba02d6865db2c689a122ed41f1741e9921983a8855acf06d5300b34bc39b043ffca29b81e25edfae39dacec403172b6bce7875de1c0b912e8ecfb539625cff2b782c28a93b14e02e173bc1d01f9ebe2e549783014f02c89c303f9d7be035e10f54e220eaa1a6ef716def2bfd5f0d0aebc2cb97e1d611e73fb53e432e06040d79c404d5fa067bf5719110f53cad4a02bb822e87e885053e8b0d8fd1eb8f16f07a761bbde12463cee18af58c7e03c118d8fbfa43ce916838a627c6a26d97eaca616bfadb9702ffa54dc36c4205f2176521b151ab12a3538dfa491b91f888b0b029845167b0379a994e103ac0ffa8d03af51df4a5d30630548480bc4c6fbce6974dc3330d2d36576985718117f14520edebea41e0c0431594e6a9ab9f0c01fc4907cc524a8bc3792be2e0ed895496b9da663df374c258d9c5f68852b0a6c6b8a0293ff716b1b825d93a3da78138a0f8d67f05d75967679b02cbd88fb5aa8005ebcf7c86451529a850e2232c6ffead2f6f37008427d45d4165fe5115b385b1bc664c30a8949fd4f807f6eee16dfef3e92db1970a2491e3c59b3ce1bcb8646aba62043f876f735bd29bfeaf472a06d4f1876636c07d7e19fc96cfd8ec66b172dba7f358b831eff0086277222012910e04329dfbd1e481a3e5d61efbcc5683a76de0b69d75683109d3435ce29f775dda00a88eb5d9406cd3feea92d7bdd07504afc6b400196f45c23fa5d08710a8e2c05eb30bd6485662e668018028fc69963baa6bd8ffe4440efa378456f5c91a8d8d7d141c96f5a7bc992412593703604e76694189e237152ef17c48210fa495be0f0d1f6b66e7c32df141ba47cdde9ef78f86848ff02b5a380bbeb886e5e385d331539361e2cf317880977874004d67b831d021c04ebbc1baa0bd5b096bcc27054486844c8912941a3b76172983facf588142e16eb8d2314a20c924678e597bac165ae7d9ef0edea35c5fde58287d5f71c4b4a4afa2072502f20877f6e9a132282da541652adace4d903a331c8fc3e84db5bd9f42bbbc589b1e04169439749e521d7ef6a86cb6c4a51e9c4dab96e442c5c006aaa917e2c4e7d4e636af40d12e4ad50d4a1a1336f4ec6457a8b7e1d4d704c60736f33410bbf0cca19c6d9322c551e09cc11ec3236343736e7105132a4d5e06f1f78660b842d8ff86ba04b8b2128a1d1697078b12cc288cd7b3f5fa12b600459a978b1dd8045b2baee1dd78fbbd39c2419303f55b93a5114dea0d3986f95b0c8b41714ada0b434a219286cf0e6de823379240bb09858ca0567ea14907b9e410f5a8a4a584029406c160d9e7da0591218d2a20655cb8d251b3bff2c5e9283593558b02241f99b15574d31be1b6b4b2416df275222a63f687493d91a06e33d2b5b0357bdc3959ef27dcc24ce3dd0fa47ed77503e20127c3bffb0fedd93ae1a6cd7c16b84f7dcdd4dbe80dd73928e2fbbb7b0655eea2dfeb205cb297be091a8712bb0eba545ba062b8ad3db71a22eae2039f1fd45e38e95b7e51fe0697b617025d7a1f26554cab831f9d7ecf9cbd78d102cc6aabd74cce5b1db8442f8d598f34ff49fe9f584ad89967a76c9fcad6683da86d511dc3bf706f4dc6d8a99a733333300984980de9854301c60193ef688b10169cfbe2c28f42e9f8c14e05b71a8ba05802b5bf2c76494e14f41b47c49f1cebaea71aede63be086d23ba14015b506fdfd2d5fe6254418d62eef81b5f97b48f0fb56d3afffbf72accc616fb1127435d91d6ac871d3c62672259fb4e99916b328a1a3fc04c1ed6362cf3164a2235473165b7d54c95f3bb934e384c46774224c9dba314d00692b0fa52c0630e5047c98d02512ffd818b86f9fa1f56e225d77a3d8b98248bf1851524ec165e3ef272bd4e57d6cf01dc9cc283a56d1b3c442b81ac70287d3319e9b5caaf139636c80341513953f97ee3fec5adee742cbc539612c427b0ef9a9da1ea2efc89e256f447fde79005de9cbf5425fd35c4cf1afc7dbb97898ff3117a4cf7f06aa9c159b7cef7690b5aa7c4338dd71ee6975121f91ca31f0ece5b1fd5ae6cc956924faefffc36d0b4bd772abc62b5be23a356710e67e87ccfe75873584c749d666fe79681e0e3bd3b570aa158512f57014291161e402c2edf692021610efc4ef5a04ee29392fca3d318b0878eb428c200e265b575578b4a078cce565b14831575b3d04f861ce20dbead798fbcf638ac4c7a9a353d587cc04ff5f86c30981da89521b1494bac47b7e2bca558a9c412d89c3bfd7caf42b51c05a973f0158e404df0138b926850a1589abf1c93d6576386a74f9c48885b5a274386584b5c29eafa9bc5915d1c25fc36a8caeb8ef313e715cc7559c4968a94964f6171d392bb86fa225a88081810fde4947be40af5a5714f203ea50a3730edcafc70a0f81f217a3320d19ec37336a14f4c1c761cca68ed8121d186b113654b81f8d3f2e40b221c50f6d9083f27eeb729ae879b775aad919f6a39039d9ae9a1a52617b69a4ca446a6d1c048d9c1b41e51ed3a10cb11faf5b7762f23f53ba65d4337af804e5a554f6f5f6392461f6e724751ec57b8c558380f7901ecf0988552f90bcff6903976e0e42cbb4c555f169efb4f477b93566b21231b7eefeaab774867125e276cbe7974c38177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643db5efe5c8ade4578e37d8d74ebffcd4bbb7400ab6b0cdf4d23215fe0cbe36759a66a999c2610c121514b86535e8ff6c81c7b45cd377d6518289558d527c4bb44debdc835b414cc5b92fd38761968f5ca96e1954734f4209cb2f2f0dada0765aarootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootyast2-installation-4.2.42-lp152.1.1.src.rpmapplication()application(YaST2/org.opensuse.yast.Installation.desktop)application(YaST2/org.opensuse.yast.ReleaseNotes.desktop)application(YaST2/org.opensuse.yast.Upgrade.desktop)metainfo()metainfo(org.opensuse.yast.Installation.metainfo.xml)metainfo(org.opensuse.yast.ReleaseNotes.metainfo.xml)metainfo(org.opensuse.yast.Upgrade.metainfo.xml)yast2-installation@ @@      /bin/bash/bin/sh/bin/sh/bin/sh/bin/sh/bin/sh/usr/bin/envaugeas-lensescoreutilscoreutilsdiffutilsfillupgrepgzipinitvioconsiproute2pciutilsrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)systemdsystemdsystemdsystemdtaryast2yast2-countryyast2-country-datayast2-networkyast2-packageryast2-pkg-bindingsyast2-proxyyast2-ruby-bindingsyast2-services-manageryast2-storage-ngyast2-users3.0.4-14.6.0-14.0-15.2-14.2.563.3.12.16.114.2.554.2.223.1.334.0.63.2.14.0.1753.2.8libyuiyast2yast2-bootloaderyast2-coreyast2-mouseyast2-pkg-bindingsyast2-registrationyast2-ycp-ui-bindings3.8.22.18.63.3.12.17.102.18.02.17.253.2.33.1.74.14.1^U@^^t@^r @^p^ku^W@^O@^Nt^Nt^M#@^J@^1s^)^(9@^^@]|@]|@]Γ@]A]]@]]n]@]?]V]@]x]fl]^]S]J@]H@]9]\@\g\O\\\\\B@\@\Y@\\@\~d\~d\y\eX@\T4\-@\\@\ `\ @[=@[H[@[_[k@[<@[[@[Ѱ@[ @[[#@[#@[#@[[Q@[@[s["@[@[~[}P@[z@[b@[b@[Y[Y[<[4[3|@[d@[[[Z@Z@Z4@Z@ZZ@ZZZmZmZ@Z؄ZZԐ@ZԐ@Z̧@Za@Za@ZlZ@ZZ@Z@Z@ZkZ@ZH@ZH@Z@Z|;ZyZtRZtRZqZp^@Zk@Ze@ZaZ`@ZV@Z:PZ7Z7Z1@Z/Z.s@Z*~Z%8ZZYYY@Y+@Y@Y@YMYܶ@Y@YA@YA@YA@YY@YzYYY@@YKY@YYY@YYYYYYYYV@YaYYx@YTYTYP@YGY0Y.@Y.@Y, @Y"Y]YYXX@X@XXXXX~@X,X@XƉXCX@XO@XO@XBX@X@XpXX6@X6@XX@X@XX~@X|X|Xn5@XQ4@XGX43@X.@X-X)@X%X%X2@X@XWw@Ww@W@VɦV`Vy;@VwVjV^@VV@VUV<@V@V @UU6@UUXŬUUĝUU(U4@U@U@U3@U3@Ua@UmUg@U\w@U:0@U4@U/@U/@UUUF@T-@TTD@TԬT Tи@T T}T,@T,@TTTTT5TLTuTeTXTWn@TSyTR(@David Diaz Knut Anderssen Imobach Gonzalez Sosa Ladislav Slezák Josef Reidinger Josef Reidinger Stefan Hundhammer Ladislav Slezák Imobach Gonzalez Sosa Imobach Gonzalez Sosa Steffen Winterfeldt Stefan Hundhammer Ladislav Slezák Steffen Winterfeldt schubi@suse.deaschnell@suse.comJosef Reidinger schubi@suse.deKnut Anderssen Oliver Kurz David Diaz David Diaz Ladislav Slezák Josef Reidinger schubi@suse.deJosef Reidinger Ladislav Slezák Steffen Winterfeldt Ladislav Slezák Steffen Winterfeldt schubi@suse.deschubi@suse.deDavid Diaz Martin Vidner David Diaz David Diaz José Iván López González Stasiek Michalski schubi@suse.deStefan Hundhammer Ladislav Slezák David Diaz David Díaz snwint@suse.comsnwint@suse.comDavid Díaz José Iván López González Ladislav Slezák jreidinger@suse.comJosé Iván López González mvidner@suse.commvidner@suse.comlslezak@suse.czschubi@suse.dejreidinger@suse.comjlopez@suse.comJosef Reidinger lslezak@suse.czlslezak@suse.czStasiek Michalski Stefan Hundhammer igonzalezsosa@suse.comschubi@suse.deschubi@suse.deschubi@suse.dejreidinger@suse.comschubi@suse.delslezak@suse.czschubi@suse.deschubi@suse.dedgonzalez@suse.comdgonzalez@suse.comschubi@suse.dedgonzalez@suse.comlslezak@suse.czaschnell@suse.comdgonzalez@suse.comdgonzalez@suse.comjreidinger@suse.comdgonzalez@suse.comhellcp@opensuse.orgschubi@suse.deschubi@suse.deknut.anderssen@suse.comknut.anderssen@suse.comschubi@suse.deknut.anderssen@suse.comschubi@suse.deaschnell@suse.comknut.anderssen@suse.comlslezak@suse.czjreidinger@suse.comjreidinger@suse.comigonzalezsosa@suse.comjlopez@suse.comigonzalezsosa@suse.comaschnell@suse.comlslezak@suse.czshundhammer@suse.comigonzalezsosa@suse.comlslezak@suse.czjreidinger@suse.comigonzalezsosa@suse.commvidner@suse.comlslezak@suse.czigonzalezsosa@suse.commvidner@suse.comjreidinger@suse.comschubi@suse.dejlopez@suse.commvidner@suse.comjlopez@suse.commvidner@suse.commvidner@suse.comknut.anderssen@suse.comigonzalezsosa@suse.comschubi@suse.deigonzalezsosa@suse.comshundhammer@suse.comjreidinger@suse.comancor@suse.comjreidinger@suse.comknut.anderssen@suse.comschubi@suse.dejreidinger@suse.comigonzalezsosa@suse.comschubi@suse.delslezak@suse.czjreidinger@suse.comancor@suse.comjsrain@suse.czqzhao@suse.comigonzalezsosa@suse.comschubi@suse.deschubi@suse.degsouza@suse.comjreidinger@suse.comlslezak@suse.czknut.anderssen@suse.comgsouza@suse.comigonzalezsosa@suse.comigonzalezsosa@suse.comrbrown@suse.comknut.anderssen@suse.comlocilka@suse.comigonzalezsosa@suse.comlslezak@suse.czjsrain@suse.czjreidinger@suse.comknut.anderssen@suse.comjreidinger@suse.comschubi@suse.deigonzalezsosa@suse.comjreidinger@suse.comigonzalezsosa@suse.comancor@suse.comknut.anderssen@suse.comjreidinger@suse.comlslezak@suse.czigonzalezsosa@suse.comancor@suse.comigonzalezsosa@suse.comgsouza@suse.comgsouza@suse.comigonzalezsosa@suse.comigonzalezsosa@suse.comshundhammer@suse.deancor@suse.comaschnell@suse.comschubi@suse.deancor@suse.comancor@suse.comancor@suse.comjreidinger@suse.comlslezak@suse.comjreidinger@suse.comjreidinger@suse.comjreidinger@suse.comjreidinger@suse.comshundhammer@suse.delslezak@suse.czschubi@suse.deknut.anderssen@suse.comlslezak@suse.czknut.anderssen@suse.comlslezak@suse.czknut.anderssen@suse.comigonzalezsosa@suse.comgsouza@suse.comigonzalezsosa@suse.comjreidinger@suse.comschubi@suse.demvidner@suse.comigonzalezsosa@suse.comlslezak@suse.czancor@suse.commvidner@suse.comigonzalezsosa@suse.comigonzalezsosa@suse.comigonzalezsosa@suse.comjreidinger@suse.commvidner@suse.czmfilka@suse.commfilka@suse.comjreidinger@suse.comigonzalezsosa@suse.comkanderssen@suse.comjsrain@suse.czschubi@suse.dekanderssen@suse.comjreidinger@suse.comjreidinger@suse.commvidner@suse.comigonzalezsosa@suse.commfilka@suse.comigonzalezsosa@suse.comjreidinger@suse.commfilka@suse.comschubi@suse.dejreidinger@suse.comigonzalezsosa@suse.comjreidinger@suse.comjreidinger@suse.comshundhammer@suse.dejreidinger@suse.comschubi@suse.dejreidinger@suse.comlslezak@suse.czshundhammer@suse.dejreidinger@suse.comigonzalezsosa@suse.comigonzalezsosa@suse.comschubi@suse.deigonzalezsosa@suse.comschubi@suse.dejreidinger@suse.comjreidinger@suse.comlslezak@suse.czlslezak@suse.czcwh@suse.comjreidinger@suse.comjreidinger@suse.comkanderssen@suse.comlocilka@suse.comigonzalezsosa@suse.comigonzalezsosa@suse.comlocilka@suse.comancor@suse.comigonzalezsosa@suse.comjreidinger@suse.comlslezak@suse.czlslezak@suse.czschubi@suse.dejreidinger@suse.comlslezak@suse.czigonzalezsosa@suse.comsnwint@suse.deigonzalezsosa@suse.comschubi@suse.deigonzalezsosa@suse.comigonzalezsosa@suse.comlslezak@suse.czkanderssen@suse.comkanderssen@suse.comlslezak@suse.czancor@suse.comancor@suse.comlslezak@suse.czschubi@suse.dejsrain@suse.czancor@suse.comknut.anderssen@suse.comigonzalezsosa@suse.comlslezak@suse.czmfilka@suse.comjreidinger@suse.comigonzalezsosa@suse.comcwh@suse.comknut.anderssen@suse.commvidner@suse.comigonzalezsosa@suse.commvidner@suse.commfilka@suse.comancor@suse.commfilka@suse.comcwh@suse.comschubi@suse.dejsrain@suse.czjsrain@suse.czmvidner@suse.comjreidinger@suse.comlslezak@suse.czancor@suse.comancor@suse.comancor@suse.comjsrain@suse.czlocilka@suse.comigonzalezsosa@suse.comschubi@suse.deschubi@suse.deschubi@suse.deigonzalezsosa@suse.comjsrain@suse.czjsrain@suse.czmvidner@suse.comshundhammer@suse.delocilka@suse.comlslezak@suse.czjreidinger@suse.comlocilka@suse.comjreidinger@suse.comigonzalezsosa@suse.comlslezak@suse.czancor@suse.comschubi@suse.delocilka@suse.comjreidinger@suse.comjreidinger@suse.comjreidinger@suse.comjreidinger@suse.comaschnell@suse.decwh@suse.comlslezak@suse.czancor@suse.comlslezak@suse.czschubi@suse.dejsrain@suse.czjsuchome@suse.czjreidinger@suse.comjreidinger@suse.comjreidinger@suse.comjsrain@suse.czjreidinger@suse.comlslezak@suse.czaschnell@suse.dejreidinger@suse.comancor@suse.comancor@suse.comjreidinger@suse.comschubi@suse.dejreidinger@suse.comlslezak@suse.cz- Restore missing icons for ssh import and image deployment auto clients (bsc#1168123). - 4.2.42- Force the use of en_US.UTF-8 when running firstboot or the AutoYaST Second Stage with 'POSIX' or 'C as RC_LANG (bsc#1169017) - 4.2.41- In the proposal runner, restore the scroll only when it was previously saved (bsc#1167248). - 4.2.40- Verify the package versions before applying the self-update fixes (related to bsc#1163084) - 4.2.39- Drop few not needed recommends to have identical package on opensuse and SLE (jsc#SLE-11936, jsc#SLE-11851) - 4.2.38- Add Abort confirmation for inst_welcome client used in firstboot (bsc#1163347) - 4.2.37- Make sure to show release notes for add-on products (bsc#1158287) - 4.2.36- Added "yupdate" script to simplify patching the installer (bsc#1163691) - 4.2.35- Rely on the new Y2Network::NtpServer class (jsc#SLE-7188). - 4.2.34- Allow to modify the control file at installation time using a skelcd-* package (bsc#1164468). - 4.2.33- don't start getty on hvc0 & ttyAMA0 before Yast2-Firstboot (bsc#1157233) - 4.2.32- Fixed user-visible messages (bsc#1084015) - 4.2.31- Reimplemented the "Previously Used Repositories" dialog (inst_upgrade_urls.rb) to properly evaluate the new and the old system repositories (bsc#1159433) - 4.2.30- don't use /bin/systemctl compat symlink (bsc#1160890) - 4.2.29- Using tag $os_release_version in the control.xml file (entry ) which will be replaced by the value of VERSION in /etc/os-release. (improvement for fate#325834) - 4.2.28- use udevadm in /usr/bin instead of /sbin (bsc#1160890) - 4.2.27- drop starting of hal as it is also obsolete and no longer exist (jsc#SLE-10976) - drop deprecated network technologies (jsc#SLE-7753) - replace rc* and init.d usage by systemd or start_service depending if it runs in first stage or second (jsc#SLE-10976) - 4.2.26- Using Y2Packager::Resolvable.any? and Y2Packager::Resolvable.find in order to decrease the required memory (bsc#1132650, bsc#1140037). - 4.2.25- Do not remove /etc/install.inf from inst-sys (bsc#1122493, bsc#1157476). - 4.2.24- Use linuxrc option "reboot_timeout" to configure the timeout before reboot (bsc#1122493) - 4.2.23- Save and restore the proposal vertical scroll (related to a problem reseting the scroll position reported in bsc#1143558) - 4.2.22- Improve the role selection dialog using a new scrollable widget to select a role (related to bsc#1084674, bsc#bsc#1086187). - 4.2.21- Implement upgrade for the Full medium (jsc#SLE-7101) - 4.2.20- implement upgrade for online medium (jsc#SLE-7214) - 4.2.19- Adapted to new Keyboard handling. - Checked also CLI suppot (bsc#1142957). - 4.2.18- fix crash when os-release contain empty value (bsc#1139518) - 4.2.17- Support for the offline installation medium (jsc#SLE-7101) - 4.2.16- do not stop haveged process (bsc#1140171) - 4.2.15- Support for the online installation medium (jsc#SLE-7214) - 4.2.14- do NOT remove /mnt/run, it's a mounted directory (bsc#1149011) - 4.2.13- Set X-SuSE-YaST-AutoInstResource in desktop file (bsc#144894). - 4.2.12- Using rb_default_ruby_abi tag in the spec file in order to handle several ruby versions (bsc#1146403). - 4.2.11- Undo the change introduced in 4.2.7 because forcing the focus is not a solution: now the it's always caught by the installation summary after every action (related to bsc#1142353). - 4.2.10- Stop using the obsolete XVersion API (bsc#1144627) - Detect missing textdomain during testing (bsc#1130822) - 4.2.9- Improve the detection of a forced base product (bsc#1124590, bsc#1143943). - 4.2.8- Avoid to lost the focus in the proposal installation summary when the user makes changes using the available options on it (bsc#1142353). - 4.2.7- Copy multipath config files into the target system. - Related to bsc#1133045. - 4.2.6- Use new schema of desktop files (boo#1084864) - Clean up spec - Rename desktop files - 4.2.5- Downloading files: Remounting CD with bind option correctly if the CD has already been mounted (bsc#1132915). - 4.2.4- Make sure pkg target is active as long as still needed (bsc#1128385) - 4.2.3- Removed BuildRequires: yast2-ntp-client (causing dependency cycle) (related to the previous fix bsc#1129095) - 4.2.2- Add a new installation dialog which allows to setup the NTP servers (bsc#1129095). - 4.2.1- Use the select_product attribute from control file to filter available products (bsc#1124590). - 4.2.0- revert SSH textmode patches (bsc#1129375, bsc#1047470) - 4.1.45- ensure that installation with VNC + textmode still installs via VNC (bsc#1129073) - 4.1.44- Update the hard-coded fallback path for licenses directory (fate#324053, jsc#SLE-4173) - 4.1.43- Fix patterns and packages selection when going back to the system role selection (bsc#1126517). - 4.1.42- Retranslate also the side bar steps when changing the language (bsc#1128153) - 4.1.41- Do not change polkit default priviledges during upgrade (bsc#1120720) - 4.1.40- Do not write the displaymanager value (part of bsc#1125040). - 4.1.39- Respect Textmode=1 when installing over SSH with a DISPLAY (bsc#1047470) - 4.1.38- copy_files_finish: ensure that /mnt/etc/YaST2 exists (bsc#1127182). - 4.1.37- Save the used repositories at the end of installation to not offer the driver packages again (bsc#953522) - 4.1.36- Copying SSH keys from a privious installation into the new one: Set the right file permissions for the SSH deamon (bnc#1122303). - 4.1.35- remove no longer used SCR agents without replacement: sysconfig.boot, sysconfig.fam, etc.passwd and install_inf workarounds for aliases and options - remove no longer used clients: - inst_ask_online_update replaced by registration for SLE and online_repos for openSUSE. - inst_check_autoinst_mode dropped without replacement. Floppy support was dropped. - inst_scenarios replaced by system roles. - update_wizard_steps replaced by direct call of code without client- Hardening commands execution (part of bsc#1118291). - Replace backticks by Yast::Execute. - 4.1.34- always use absolute path to binaries (bsc#1118291) - properly escape shell arguments (bsc#1118291) - 4.1.33- More aggresive inst-sys cleaner, clean the libzypp cache when running in graphical mode with less than 1GB RAM (in text mode keep the current limit 640MB), this avoids crashes on low memory systems (bsc#1118643) - Also adapted the computing the default y2log size - use smaller size in low memory systems, on the other hand limit the maximum size to avoid huge log files - 4.1.32- Improved saving y2logs during installation to use the /mnt/tmp space instead of the RAM disk to avoid possible crash (out of memory) (bsc#1118643) - 4.1.31- Provide icon with module (boo#1109310) - 4.1.30- Documented new control.xml global parameter enable_local_users (Fate#326447) - Improved English in the documentation of control.xml - 4.1.29- Prefer fbiterm whenever is possible for textmode installation (fate#325746). - 4.1.28- Dialog complex_welcome: Translate the help button if the language has been changed (bsc#1098571). - 4.1.27- Moving driver_update2_finish call just before unmounting system. (bnc#967103). - 4.1.26- Writing security settings in first AY installation stage. So other modules (e.g. users) can rely on these settings now. (bnc#1112769) - 4.1.25- extra_urls: compare unexpanded urls, so two identical repositories with variables are detected (bsc#1090193) - 4.1.24- Added save_y2logs client. (fate#325737) - 4.1.23- Remember the selected role (related to FATE#325834) - 4.1.22- Saving y2logs after the installation has been finished. (fate#325737) - 4.1.21- Fixed path to license file. . Build error in fate#324713 - 4.1.20- Skip the roles' dialog selection when there is only one available (fate#324713) - 4.1.19- Fix syntax error (bsc#1109659) - 4.1.18- Updated docu for add_on_products.xml: Added tag "confirm_license" to handle Add-On-products licenses which will be added while installation. (bsc#1105758) - 4.1.17- Avoid to restore old backups when upgrade fails (bsc#1097297) - 4.1.16- Copy the selected packages from the self-update repository to an additional add-on repository, allow updating the installation workflow from the self-update repository (bsc#1101016) - 4.1.15- do not translate snapshot description (bsc#1092757) - 4.1.14- Use /media.1/media instead the /media.1/build (bsc#1062297) - 4.1.13- Add missing help for disks activation dialog (bsc#1098563) - 4.1.12- Improve help text for system roles (bsc#1046619) - 4.1.11- Update calls to YaST2 systemd classes (related to fate#319428) - 4.1.10- Add an option to have a sidebar (boo#1088785) - 4.1.9- Switched license in spec file from SPDX2 to SPDX3 format. - Changed dir of COPYING file.- Disable display of status messages on the console (bsc#1099505). - 4.1.8- Don not print errors if plymouth is not installed (bsc#1101879)- Do not crash if /etc/os-release is a directory (bsc#1097661) - 4.1.7- Delete unneeded content of /mnt/run after installation/update. (bsc#1071745) - 4.1.6- Fixed returned value calling copy_files_finish when some ssh file exist (bsc#1099104). - 4.1.5- Added additional searchkeys to desktop file (fate#321043). - 4.1.4- adapted testsuite to change in yast2-storage-ng (bsc#1073633) - 4.1.3- Firstboot.service: Shutdown on failure preventing the service to hang because of a systemd dependency when trying to call halt directly from the firsboot clients (bsc#1095253) - 4.1.2- Fixed possibly broken system after aborting upgrade running over SSH (caused by a partially finished rollback) (bsc#1089643)- fix calling copy_files_finish to not crash (related to bsc#1095323) - 4.1.1- Fix crash caused by previous fix when multipath is not available (bsc#1095323) - Copy active_devices.txt for s390 to prevent blocking of important devices when cio_ignore is active (bsc#1095033) - 4.1.0- Fix installation mode detection (related to bsc#1089547). - 4.0.61- Do not try to set read-only property to default BTRFS subvolume if the filesystem already existed on disk (needed for bsc#1091047). - 4.0.60- Log a warning when umounting a filesystem fails after installation/upgrade (related to bsc#1090018). - 4.0.59- disable mdadm auto assembly for installation (bsc#1090690) - 4.0.58- Keep the selected product in the desktop selection dialog (bsc#1088660) - 4.0.57- Copy new /var/log/YaST2/storage-inst/ subdir to target at the end of the installation (part of fate #318196) - 4.0.56- Do not warn too soon about missing disks during autoinstallation (bsc#1091033) - 4.0.55- Better handle the restore scripts when YaST is aborted or crashes (bsc#1089643) - Delete the .repo files accidentally saved into inst-sys (fixes problems when restarting YaST after abort or crash) - 4.0.54- fix regression to show again iscsi configuration for disk-less setup (bsc#1090753) - 4.0.53- Fix text direction for RTL languages in the installer settings screen (bsc#1089846). - 4.0.52- Fixed "vnc.sh: /root/.profile: No such file or directory" (bsc#1089623). - 4.0.51- Log more details when unmounting the target partition fails (to debug bsc#1090018) - 4.0.50- Installer Updates does not overwrite Driver Updates (bsc#1088685). - 4.0.49- Don't hard-code the role text color (bsc#1087399). - 4.0.48- Ensure proper patterns are selected when going back to system role and switch to different role (bsc#1088883) - 4.0.47- Set Add-On products for installation again after the base product has been selected (bnc#1086846). - 4.0.46- Use AbortException when user aborts (part of fate#318196). - 4.0.45- Start web VNC for the installation process (bsc#1078785) - 4.0.44- Fix tests to use correct storage instance (part of fate#318196). - 4.0.43- System roles: make the radio buttons match other dialogs, using images (bsc#1084674) - 4.0.42- Make many system roles fit in the dialog (using a RichText widget, bsc#1084674) - 4.0.41- Self-Update report errors when the self_update is enabled explicitly by linuxrc or using an AutoYaST profile. (bsc#1084820) - 4.0.40- Set the 'ro' property on Btrfs filesystem when using an AutoYaST profile which sets the 'ro' option explicitly (related to bsc#1079000). - 4.0.39- complex_welcome: Translate license text if the language has been changed (bnc#1077733). - 4.0.38- Set Btrfs 'ro' property at the end of the installation when needed (bsc#1079000) - 4.0.37- Pass args to parent class constructor (bsc#1083500) - 4.0.36- fix marking texts for translation (bsc#1081361, bsc#1083015) - 4.0.35- More gentle handling of aborts caused by hardware probing errors (bsc#1079228, bsc#1079817, bsc#1063059, bsc#1080554, bsc#1076776, bsc#1070459 and some others). - Re-enable the old fix for bsc#298049 (abort button during ongoing hardware probing). - Cleanup of dead code - 4.0.34- Ensure previous role selection is cleared when doing desktop selection (bsc#1078961) - 4.0.33- Startup scripts: Replaced xinetd by xvnc.socket (fate#323373) - Revert changes added in 4.0.29 bringing back the enablement of the xvnc.socket during the first stage if Linuxrc.vnc is set. (bnc#1077236) - 4.0.32- Added requirement iproute2 to spec file. This is needed by the VNC AutoYaST installation in the second stage. (Follow up of bnc#1077236) - 4.0.31- do not crash if no role is selected (bsc#1078809) - 4.0.30- Provides the current language when asking for the product's release notes to the yast2.rpm API (related to bsc#1079045). - 4.0.29- Do not enable xvnc.socket for second installation stage. Xvnc will be started by a direct call in vnc.sh. (bnc#1077236) - 4.0.28- Reimplemented finding package upgrades to require less memory (related to bsc#1076768) - 4.0.27- Start performing real installation with as much memory as possible (bsc#1076768) - 4.0.26- Read the root_subvolume_read_only setting from its new location (moved by libstorage-ng) in the control file (boo#1077047). - 4.0.25- save keyboard settings before console settings (bsc#1076798) - 4.0.24- Update YaST2-Firstboot.service: Depreciate plymouth --wait, add conflict to plymouth start service. - Update YaST2-Second-Stage.service: Depreciate plymouth deactivate command and add conflict to plymouth start service. For that will block TTY device activation(bsc#1042554). - 4.0.23- Fix initialization to copy the profile to /tmp/profile again (bsc#1075334) - 4.0.22- Fixed popup layout for bnc#1061754. - 4.0.21- Warn the user if the infrastructure is not available for running the second stage (bnc#1061754) - 4.0.20- Removal of SYSTEMCTL_OPTIONS environment variable (fate#323393) - 4.0.19- drop copy_to_system support (FATE#320873) - 4.0.18- Log the system name at start to see which system is running in the inst-sys (for easier debugging)- Replaced Remote module by the new y2remote/remote class (bsc#1070582) - Updated yast2-network dependency. - 4.0.17- Filter out modules extensions based on product, using white list approach (fate#324198) - 4.0.16- Break autoyast2 and yast2-installation dependency cycle (bsc#1070996) - 4.0.15- Do not ignore start_multipath setting (bsc#1070343). - 4.0.14- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468).- Unify firewall proposals and finish clients replacing firewall_stage1_finish by firewall_finish. (fate#323460) - 4.0.13- Cleanup old registration attempts before starting Installer. This is needed for restarted installation after it has been aborted earlier (bsc#1065167). - 4.0.12- Always show the license agreement on single product media, even during upgrade (bsc#1065172) - 4.0.11- Less eager inst-sys cleanup, libzypp actually needs some cached files during package installation, remove only the white listed known files (bsc#1063459) - 4.0.10- umount efivars properly (bsc#1063063) - 4.0.9- Write polkit settings even if no desktop is selected (bsc#1062788) - 4.0.8- Adapted complex welcome client allowing to continue with the installation when there are no products available. (bsc#1059070) - 4.0.7- Dropped call of dasd_reload which caused renumbering of disks and user got confused.(FATE#318138) - 4.0.6- AY: Warn the user if an remote installation is not completely possible because there are not all needed packages availble in the installed system. (bnc#1055279, bnc#1058071) - 4.0.5- Add support to read release notes from an RPM in the repository (fate#323273) - 4.0.4- Add support for system roles ordering (related to bsc#1049297)- Do not allow changing the selected base product on an already registered system (bsc#1060252)- Re-activated the step to search for system files (users and SSH keys) in existing systems. It was temporarily disabled during the migration to storage-ng (part of fate#323837). - 4.0.3- Removed obsolete inst_info client which is not used anymore. (bsc#1047060) - 4.0.2- Adapt to new yast2-country changes (needed for FATE#323837) - 4.0.1- Download release notes only for the selected products (if any product is already selected) (bsc#1056872) - 4.0.0- Fix license confirmation handling on single product medias (fate#322276) - 3.3.13- Configure Snapper at the end of installation if requested (part of fate#318196). - 3.3.12- On multi-product installation medias, the product selection happens in the welcome screen (fate#322276) - 3.3.11- Skip complex welcome module in auto mode. - 3.3.10- Show README.BETA if it exists (bsc#1047060) - 3.3.9- Show the product's license from libzypp in the welcome screen (FATE#322276) - 3.3.8- Replace Installation::Product and Installation::ProductReader classes by Y2Packager::Product and Y2Packager::ProductReader (related to FATE#322276) - 3.3.7- Merged storage-ng branch to master (fate#318196) - Note: all changes below with this date belong to the merge. - 3.3.6- storage-ng: adapted to the new Y2Storage::StorageManager API and improved probing and activation of storage devices.- adapted inst_disks_activate.rb to storage-ng- storage-ng: Taking /usr/bin/findmnt in order to evaluate mount points. Floppy support removed.- storage-ng: use the new library for storage hardware probing (devicegraph) instead of the old one (targetmap)- storage-ng: removed dependency from (old) yast2-storage, even if it breaks some functionality.- storage-ng: commented installation-related code relying on the old yast2-storage- Fix crash when going back from product selection (FATE#323450) - 3.3.5- Allow using base products from additional repositories (FATE#323450) - 3.3.4- New client for product selection (FATE#323450) - 3.3.3- drop reading /content (FATE#322386) - 3.3.2- openSUSE only: reword title of desktop selection dialog (boo#1045180) - 3.3.1- when custom role is selected in desktop selection keep default value in /etc/sysconfig/windowmanager (bsc#1030873) - 3.3.0- Allow different mount point for home partition (Fate#323532) - 3.2.46- install the yast2-registration package only in SLE (bsc#1043122) - 3.2.45- "custom" roles: Initialize pattern selection screen with settings defined in the control files. (bnc#1031295) - 3.2.44- Do not lose the desktop selection when the online repositories is pressed. (bsc#1033594) - Do not allow to continue without desktop selection. (bsc#1040884) - 3.2.43- Fixed path to the "adddir" command (it is /sbin instead of /etc) (bsc#1041882) - 3.2.42- Added requirement of 'cwm/widget' in hiding_place as consequence of changes made in CWM. (boo#1039901). - 3.2.41- Fixed push button label ("Configure Online Repositories") (bsc#1039988) - 3.2.40- Don't crash if the regurl provided by linuxrc is invalid using the one provided by the control file as fallback (bsc#1035908). - 3.2.39- Move CaaSP specific code to yast2-caasp package (bsc#1036838) - 3.2.38- bsc#1031840 - changed CheckFreeSpaceNow to use LANG=en_US.UTF-8- Add a NTP Servers settings to the overview dialog (FATE#323249)- Use y2start script instead of y2base (bsc#1027181) - 3.2.37- Added configuration-management to inst_finish. (FATE#319830) - 3.2.36- Renamed Controller Node to Administration Node (bsc#1032057). - 3.2.35- Move CaaSP specific code to yast2-caasp (bsc#1030874) - 3.2.34- Use the shared package download and extraction functionality from FATE#320772 - 3.2.33- Added some extra space to the openSUSE desktop/roles selection dialog (improvement on the fix for poo#14936, bsc#1025415). - 3.2.32- Allow proceeding with the installation after a blocking condition has been corrected in the overview dialog (bsc#1029291). - 3.2.31- Improve roles buttons distribution in textmode (related to FATE#320772) - 3.2.30- Fix desktop selection during installation (bsc#1029312) - 3.2.29- Support to add roles through addons (FATE#320772) - 3.2.28- fix crash when reading if desktop role should have default pre-selected (bsc#1025415) - 3.2.27- Really use the directory.yast file (fate#322372) - 3.2.26- fate#322328 - adapted all-in-one dialog according to comments from UX - 3.2.25- CaaSP: do not crash when used a dashed url for the controller node location (bsc#1024965) - CaaSP AY: Adapted requirements of yast2-services-manager. (FATE#321738) - bnc#1022546 - update all-in-one's subdialog (network/kdump/partitioning/...) overview when the dialog is closed and do not lose another content already entered by user. - 3.2.24- Add new desktop selection client for opensuse based on roles (poo#14936, bsc#1025415) - drop "inst_new_desktop" client which was replaced by new desktop selection one - 3.2.23- Self-Update only shows errors when a custom URL is used (bsc#1025251) - 3.2.22- CaaSP all-in-one-dialog: added validation to the controller node location field, modified label and write it to the minion master.conf file at the end of the installation (FATE#321738) - CaaSP: Display the Beta product warning at start when it is present (bsc#1016887) - Enable CaaSP specific services on the installed system (FATE#321738) - Do not crash if role contain own service to enable (bsc#1022762) - 3.2.21- Downloading release notes: Do not download them at all during AutoYaST (bsc#1009276) - Use the directory.yast file to check avilable translations (fate#322372) - 3.2.20- Downloading release notes: Do not try again if the host or the proxy cannot be resolved (bnc#1022784) - 3.2.19- Ask for installation confirmation in all-in-one dialog before proceed with it. (Fate#322328) - 3.2.18- Respect newly registered update repos in software proposal and do register. (FATE#322328)- handle proposal errors in all-in-one dialog (FATE#322328)- Added an all-in-one installation overview for CaaSP (FATE#322328)- Add an option to disable the self-update feature through the AutoYaST profile (FATE#319716) - 3.2.17- bnc#1017752 - do not show language change warning in software proposal incorrectly when language was not changed. - 3.2.16- Do not retry to download release notes if a previous attempt failed (bsc#1015794) - 3.2.15- add ability to roles to enable list of services when selected (FATE#321754)- fate#321739 - Made user's interaction possible in case of error in read-only proposal. - 3.2.14- AutoYaST after second stage: Initialize tty1 in order to remove old YaST output and to show the cursor again. (bnc#1018037) - 3.2.13Port changes from CASP1.0: - Change layout of new installation dialog according to UX team suggestion (FATE#321754) - Set root subvolume read-only if configured (Fate##321755) - Document new control.xml parameter root_subvolume_read_only - Add new installation dialog with keyboard layout and root password (FATE#321754) - Added worker role dialog (Fate#321754) - implement support for running additional dialogs for specific roles (FATE#321754) - Added description for readonly_timezone and clone_install_recommended_default flag in control-file documentation. (Fate#321754, Fate#321764) - 3.2.12- Do not crash when the proposal screen is configured through an AutoYaST profile and tabs are not being used (bsc#1013976) - 3.2.11- fix missing icon next to SSH Key Import in autoyast (bsc#988377)- add missing file causing crash (introduced with generic fix of bsc#1003682) (invisible in master since autotools support is dropped there) - 3.2.10- Documentation for new storage related parameters in control.xml (Fate#321736)- The user has to confirm when the configuration proposal contains a non-blocking error (generic fix for bsc#1003682) - 3.2.9- Fixed bug: AutoYaST hangs while running second stage. Removed network.service in the Before section of YaST2-Firstboot.service. (bnc#1007752) - 3.2.8- Do not crash if importing ssh config from system which /etc/os-release does not contain pretty name (bsc#1009492) - 3.2.7- Added support for read-only proposal modules (fate#321739) - 3.2.6- Documentation for subvolumes in control.xml (fate#321737)- more robust password filtering in y2start.log (bsc#798966) - 3.2.5- Set libyui-ncurses environment before starting the installer (related to bsc#780621) - 3.2.4- Bump version number to release fixes for bnc#999895, bsc#988700 and bnc#999953. - 3.2.3- AutoYaST upgrade: Do not override the Report module settings in the AutoYaST upgrade mode, keep the previous settings (bnc#999895).- Translate description of Snapper snapshots (bsc#988700) - 3.2.2- Fixed crash if one defined proposal module has not been found on system while switching back from "Expert" proposal. (bnc#999953) - 3.2.1- reduce time needed for building this package - 3.2.0- fix skipping of proposal returning empty hash otherwise it creates non sense proposal entry in UI (bnc#994127) - 3.1.215- Display a warning popup when the installer self-update uses the fallback URL instead of the selected SMT or the default SCC server (bsc#996179) - Do not contact the registration server in self-update when network is not running, skip self-update completely - 3.1.214- Move the installer self update step earlier in the workflow so the user entered values are not lost after restart and avoid repeating some steps again (bsc#985055) - This also fixes losing some values due to restaring YaST (bsc#993690), (bsc#992608) - Improved the self update URL handling - the boot parameter has the highest priority, always ask user when a SLP service is found, in AutoYaST mode SLP needs to be enabled in the profile - Display progress when downloading and applying the updates - 3.1.213- Replace unicode bullet char by asterisk for ncurses (bsc#995082) - 3.1.212- fix writing proposals (bnc#994127) - 3.1.211- filter out same repositories from extraurls if they differ only in trailing slash (bnc#970488) - 3.1.210- SSH Importer: Width fix to avoid cut of CheckBoxFrame Label (fate##319624) - 3.1.209- Fixed testsuite for inst_complex_welcome after implementing lazy loading in ProductLicense in yast2-packager (bsc#993285) - 3.1.208- Fix the registration screen initialization when SCC server is used during self-update (FATE#319716) - 3.1.207- Retrieve the self-update URL from the registration server (SCC/SMT) (FATE#319716) - 3.1.206- UI, UX and internal handling for the Welcome screen optimized to prevent from not showing that the license needs to be accepted (bsc#980374). - 3.1.205- If the user has skipped multipath activation, don't ask again after installer self-update (bsc#989770) - 3.1.204- Don't halt the installation if installer updates server cannot be reached when using AutoYaST (bsc#988949) - 3.1.203- simplify and speed up inst_finish client (bnc#986649) - add test suite for inst_finish client - 3.1.202- Run extra inst-sys cleanup to free more memory on systems with low memory (bsc#974601) - 3.1.201- Properly adjust the OOM killer (oom_score_adj has a different range than the original oom_adj) (bsc#974601) - 3.1.200- Added AutoYaST schema file "ssh_import". (fate#319624) - 3.1.199- Make writing of bootloader settings the last step so that other installation steps (kdump, cio-ignore) do not have to waste time repeating it (bnc#986649) - 3.1.198- Display more information in the error popup when downloading the optional installer updates fails (bsc#986091) - 3.1.197- Avoid restarting YaST when self-update repository exists but is empty (bsc#985113) - 3.1.196- call set_videomode to adjust video mode (bsc#974821) - 3.1.195- Fix architecture detection during self-update (bsc#984656) - 3.1.194- Adapt AutoYaST to support import of SSH server keys/configuration (fate#319624) - 3.1.193- Drop yast2-installation-devel-doc package (fate#320356) - 3.1.192- When importing SSH keys/configuration, only regular files will be considered (bsc#982522) - Force YaST2-Firstboot.service to run after YaST2-Second-Stage.service (bsc#980365) - 3.1.191- Move the debugger invocation code to yast2-ruby-bindings package to use the same implementation at run time (FATE#318421) - 3.1.190- System Role: centered dialog (ncurses).- More visual improvements in the SSH keys importing proposal summary based on blog entry feedback. (Fate#319624) - 3.1.189- Start the Ruby debugger at the beginning of installation when Y2DEBUGGER is set (FATE#318421) - 3.1.188- Visual improvement in the SSH keys importing proposal summary- The user is now informed about SSH keys to be reused (copied from a previous system) during system installation. - The user can select a different partition (or none) to read the keys from and whether to also copy config files. - SSH import functionality not longer depending from "copy_to_system" feature. - Fate#319624 - 3.1.187- SSH installation: handle closing the initial installation screen by the window manager close button (bsc#979499) - 3.1.186- Do not copy licenses from inst-sys to target system. Showing EULA location in the installed system. (fate#219341) - 3.1.185- get more texts for roles dialog from control file, allow a general label (bsc#974625) - 3.1.184- Always read the lists of local users in the previous system to have them available during user importing (part of fate#319624) - 3.1.183- Disk Activation step will be skipped in case of installer update success (bsc#974409) - License agreement will be remembered in case of going back after a installer update. - 3.1.182- Fix handling of license acceptance in welcome screen (bsc#975774) - 3.1.181- Run the automatic installer self update also in the AutoYaST mode, read the optional custom URL from the profile ("general" -> "self_update_url" node) (FATE#319716) - 3.1.180- bsc#956473 - improved formatting of network interfaces listing - 3.1.179- do not install perl-Bootloader-YAML on target system as it is no longer needed (FATE#317701) - 3.1.178- Automatic update during installation will use Zypper repositories instead of Driver Update Disks (FATE#319716). - 3.1.177- Moved proc_modules.scr to yast2.rpm to avoid that yast-sound depends on yast-installation (bsc#972310) - 3.1.176- Added automatic update during installation (FATE#319716) - 3.1.175- System Role: align labels (FATE#317481). - System Role: pop-up if changing the role to a different one. - 3.1.174- Moved Yast::Transfer::FileFromUrl here from yast2-update (FATE#319716). - 3.1.173- Added a System Role step in the installation (FATE#317481). - 3.1.172- bsc#956473 - network interfaces listing shows all IPv4 / IPv6 addresses per device - 3.1.171- Ensure plymouth does not interfere with X11 when executing yast2-firstboot (bsc#966874) - 3.1.170- bnc#960703 - network service setup moved into yast2-network package. - 3.1.169- Remove autoyast clone button (fate#317970) - 3.1.168- Removing network dependencies in the service files in order to prevent booting cycles in Tumbleweed. (bnc#954908) - 3.1.167- fixed function name to check zKVM hypervisor (bsc#956736) - 3.1.166- don't enforce the disk activation dialog on zKVM (bsc#956736) - 3.1.165- Ensure second stage and YaST-Firstboot don't get killed by getty when running over 2nd or 3rd serial console (bsc#935965) - 3.1.164- Do not crash in proposal client if zfcp proposal reports itself as unavailable (bnc#956745)- Save the software selection for using it later in AutoYaST when deploying installation images (bsc#956325, bsc#910728) - 3.1.163- Ensure second stage and YaST-Firstboot don't get killed by getty when running over serial console (bsc#935965) - 3.1.162- Language selection screen fixed to immediately apply the keyboard layout after changing it automatically (bsc#947969). - 3.1.161- Simplified second stage systemd unit to avoid dependencies cycles (bnc#947521 and bnc#931643). Logic moved to YaST startup scripts. - 3.1.160- fix bug preventing to finish proposal in some sutuations (bsc#944334) - 3.1.159- Fixed setting language / languages in the installation welcome screen (bsc#943746, bsc#944035) - 3.1.158- Move #second_stage_required? method to InstFunctions module to be used by AutoYaST (bnc#892091) - 3.1.157- fixed cio_ignore testcase This testcase is for bnc#941406 - 3.1.156- AutoYaST S390: handling cio_ignore Entry in order to set it (values: true/false). If it is not set cio_ignore is true. So it is backward compatible. (bnc#941406) - cio_ignore does not make sense for KVM or z/VM. So checking for KVM and z/VM and evtl. disabling cio_ignore (fate#317861). - 3.1.155- AutoYaST second stage: YaST2-Second-Stage.service Continue installation even if plymouth has returned an error. (bnc#940878) - 3.1.154- Fix release notes loading when network is not working (bsc#940648) - 3.1.153- store cio_ignore settings before installing bootloader (bsc#933177) - 3.1.152- avoid duplicating release notes for products (bsc#935599) - 3.1.151- Moved client code to lib/installation/clients to enable test coverage measurements. - 3.1.150- Cleanup for snapshots made during installation (bnc#935923) - 3.1.149- Fixed handling user request to change an installation proposal (bsc#936448) - 3.1.148- fixed menu button label in the proposal (bsc#936427) - 3.1.147- add ability to hide export button (fate#315161) - 3.1.146- Implemented triggers for installation proposal (FATE#317488). Any *_proposal client can define 'trigger' in 'MakeProposal' that defines in which circumstances it should be called again after all proposals have been called, e.g., if partitioning or software selection changes. - 3.1.145- fix crash in Upgrade when creating post upgrade snapshot (fate#317973) - 3.1.144- add a client to create a snapshot after installation/upgrade (fate#317973) - 3.1.143- set Xvnc server resolution to 96 dpi to fix broken layout in VNC installations (defaults to 75 dpi) (bsc#919456) - 3.1.142- Fixed an error preventing the VNC connection during second installation stage of AutoYaST when using VNC=1 (bnc#923901) - 3.1.141- Fixed differnt bugs in proposal overview with multiple tabs. - Checking if plymouth is available while starting second installation stage for AutoYaST. - 3.1.140- Always enable systemd startup services for Second Stage and Firstboot (bsc#924278) - 3.1.139- avoid endless loop when confirm update in proposal runner (FATE#315161) - 3.1.138- fix method missing error in proposal_runner (FATE#315161) - 3.1.137- fix dependencies in proposal_store (FATE#315161) - 3.1.136- allow proposal runner dialog to use different proposal store (FATE#315161) - 3.1.135- get list of mounts from /proc/mounts in umount_finish (for fate#318392) - 3.1.134- Delete or copy install.inf as applicable (bnc#897066) - 3.1.133- removed redundant initialization label (bnc#878538) - 3.1.132- The unit tests are now compatible with RSpec 3 (bnc#916364) - 3.1.131- support custom display number in "display_ip" boot option (bnc#913888) - 3.1.130- AutoYaST: If the system starts in multi-user mode plymouth will be quit while installation in order to ensure that installation will be finished on console 1 and the login prompt will be shown. (bnc#903682,889757,897956)- allow keyboard layout testing in language dialog (bsc#889549) - 3.1.129- explicitely set language packages for installation during the live install (bnc#904103) - 3.1.128- fix typo causing error in installation ( catched by openQA )- Properly install new Proposal* libs to fix installation- Refactored inst_proposal into Installation::ProposalRunner and Installation::ProposalStore. - 3.1.127- fixed progress bar during (live) image installation (bsc#854378)- do not stuck during copy of logs files (bnc#897091) - 3.1.126- Fix bashisms and shebangs in scripts (by "Ledest") - 3.1.125- drop check for Gtk since Gtk UI of YaST is no longer supported (bsc#908607) - 3.1.124- remove X-KDE-Library from desktop file (bnc#899104)- Added more debug information in order to track bnc#897091 - 3.1.122- Merging changes from 3.1.116.1 (SLE12 maintenance branch) - Fixed the "previously used repositories" step to work properly when reached using the back button (bnc#889791) - 3.1.121- Improve dialog asking if system should be cloned (bnc#900028) - 3.1.120- AutoYaST Second Stage: Fixed a crash in package management when running in Qt UI with libproxy1-config-kde4 package installed. (bnc#866692) - 3.1.119- do not write obsolete /etc/syconfig/boot RUN_PARALLEL key (bnc#896207) - 3.1.118- properly setup locale in installation start script to display texts and labels correctly in a texmode installation and also to translate all buttons in graphical mode (removed "testutf8" calls, it has been dropped, always set UTF-8 locale) (bnc#902411) - 3.1.117/bin/sh/bin/sh/bin/sh/bin/shyast2-installation-devel-docbuild73 1589309856  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'(4.2.42-lp152.1.1     !"#$%%%%%#&'''()*+++,-.binyupdatestartupAUTHORFirst-StageF02-hwinfoF03-umountF04-languageF05-cmdlineF06-terminalF08-loggingF09-startF10-cleanupSecond-StageS02-loggingS03-autoconfS04-languageS05-configS06-servicesS07-mediumS08-startS09-cleanupYaST2.First-StageYaST2.Second-StageYaST2.callYaST2.sshcommonarch.shfunctions.shlanguage.shlogging.shmisc.shnetwork.shstage.shvnc.shhookspostFirstCallpostFirstCall.readmepostFirstStagepostFirstStage.readmepostSecondCallpostSecondCall.readmepostSecondStagepostSecondStage.readmepreFirstCallpreFirstCall.readmepreFirstStagepreFirstStage.readmepreSecondCallpreSecondCall.readmepreSecondStagepreSecondStage.readmerequiressystemYaST2-Firstboot.serviceYaST2-Second-Stage.serviceclientscio_ignore_finish.rbcio_ignore_proposal.rbcomplete_workflow.rbcopy_files_finish.rbcopy_logs_finish.rbdeploy_image_auto.rbdeploying_proposal.rbdesktop_finish.rbdisintegrate_all_extensions.rbdriver_update1_finish.rbdriver_update2_finish.rbinst_addon_update_sources.rbinst_complex_welcome.rbinst_congratulate.rbinst_custom_patterns.rbinst_deploy_image.rbinst_desktop_roles.rbinst_disk_for_image.rbinst_disks_activate.rbinst_doit.rbinst_download_release_notes.rbinst_extrasources.rbinst_features.rbinst_finish.rbinst_initialization.rbinst_install_inf.rbinst_installation_options.rbinst_instsys_cleanup.rbinst_keyboard_root_password.rbinst_license.rbinst_modules_extensions.rbinst_network_check.rbinst_ntp_setup.rbinst_pre_install.rbinst_prepare_image.rbinst_prepareprogress.rbinst_product_selector.rbinst_proposal.rbinst_release_notes.rbinst_restore_settings.rbinst_rpmcopy_secondstage.rbinst_save_hardware_status.rbinst_ssh_import.rbinst_system_analysis.rbinst_system_role.rbinst_update_installer.rbinst_upgrade_urls.rbinst_welcome.rbinst_worker_continue.rbinst_worker_initial.rbinstallation.rbinstallation_settings_finish.rbkernel_finish.rbldconfig_finish.rbnetwork_finish.rbpre_umount_finish.rbprep_shrink_finish.rbproxy_finish.rbremote_finish.rbroles_finish.rbsave_config_finish.rbsave_hw_status_finish.rbsave_y2logs.rbservices_finish.rbsnapshots_finish.rbssh_import_auto.rbssh_import_proposal.rbssh_settings_finish.rbstroj-casu.rbswitch_scr_finish.rbtest_inst_client.rbtest_proposal.rbumount_finish.rbx11_finish.rbyast_inf_finish.rbincludeinstallationinst_inc_all.rbinst_inc_first.rbinst_inc_second.rbmisc.rblibinstallationcio_ignore.rbclientscopy_files_finish.rbdeploy_image_auto.rbdeploying_proposal.rbdesktop_finish.rbdisintegrate_all_extensions.rbdriver_update1_finish.rbdriver_update2_finish.rbinst_addon_update_sources.rbinst_complex_welcome.rbinst_congratulate.rbinst_deploy_image.rbinst_disk_for_image.rbinst_disks_activate.rbinst_doit.rbinst_download_release_notes.rbinst_extrasources.rbinst_features.rbinst_finish.rbinst_initialization.rbinst_install_inf.rbinst_installation_options.rbinst_instsys_cleanup_client.rbinst_keyboard_root_password.rbinst_license.rbinst_modules_extensions.rbinst_network_check.rbinst_pre_install.rbinst_prepare_image.rbinst_prepareprogress.rbinst_release_notes.rbinst_restore_settings.rbinst_rpmcopy_secondstage.rbinst_save_hardware_status.rbinst_system_analysis.rbinst_update_installer.rbinst_upgrade_urls.rbinst_welcome.rbinst_worker_continue.rbinst_worker_initial.rbinstallation.rbinstallation_settings_finish.rbkernel_finish.rbldconfig_finish.rbnetwork_finish.rbpre_umount_finish.rbproxy_finish.rbroles_finish.rbsave_config_finish.rbsave_hw_status_finish.rbsave_y2logs.rbservices_finish.rbssh_import_auto.rbssh_import_proposal.rbssh_settings_finish.rbstroj-casu.rbswitch_scr_finish.rbtest_inst_client.rbtest_proposal.rbumount_finish.rbx11_finish.rbyast_inf_finish.rbcopy_logs_finish.rbcustom_patterns.rbdialogscomplex_welcome.rbdesktop_roles.rbntp_setup.rbproduct_selection.rbregistration_url_dialog.rbssh_import.rburl_dialog.rbdriver_update.rbinstsys_cleaner.rbinstsys_packages.rbminimal_installation.rbprep_shrink.rbproposal_errors.rbproposal_runner.rbproposal_store.rbremote_finish_client.rbselect_system_role.rbselfupdate_verifier.rbservices.rbsnapshots_finish.rbssh_config.rbssh_config_file.rbssh_importer.rbssh_importer_presenter.rbssh_key.rbsystem_role.rbsystem_role_handlers_runner.rbsystem_role_reader.rbupdate_repositories_finder.rbupdate_repository.rbupdates_manager.rbupgrade_repo_manager.rbwidgetshiding_place.rbntp_server.rbonline_repos.rbproduct_selector.rbsystem_role_reader.rbsystem_roles_radio_buttons.rbtransferfile_from_url.rbmodulesImageInstallation.rbInstData.rbInstFunctions.rbSystemFilesCopy.rbVendor.rbschemaautoyastrncdeploy_image.rncssh_import.rncscrconfcfg_windowmanager.scretc_install_inf.scrrun_df.scrYaST2org.opensuse.yast.Installation.desktoporg.opensuse.yast.ReleaseNotes.desktoporg.opensuse.yast.Upgrade.desktopautoinstallmodulesdeploy_image.desktopssh_import.desktopyast2-installationREADME.mdsysconfig.security-checksigiconshicolorscalableappsyast-image-deployment.svgyast-installation.svgyast-release-notes.svgyast-ssh-import.svgyast-upgrade.svgsymbolicappsyast-installation-symbolic.svgyast-release-notes-symbolic.svgyast-upgrade-symbolic.svgyast2-installationCOPYINGmetainfoorg.opensuse.yast.Installation.metainfo.xmlorg.opensuse.yast.ReleaseNotes.metainfo.xmlorg.opensuse.yast.Upgrade.metainfo.xmlYaST2hooksinstallation/usr//usr/bin//usr/lib/YaST2//usr/lib/YaST2/startup//usr/lib/YaST2/startup/First-Stage//usr/lib/YaST2/startup/Second-Stage//usr/lib/YaST2/startup/common//usr/lib/YaST2/startup/hooks//usr/lib/systemd//usr/lib/systemd/system//usr/share/YaST2//usr/share/YaST2/clients//usr/share/YaST2/include//usr/share/YaST2/include/installation//usr/share/YaST2/lib//usr/share/YaST2/lib/installation//usr/share/YaST2/lib/installation/clients//usr/share/YaST2/lib/installation/dialogs//usr/share/YaST2/lib/installation/widgets//usr/share/YaST2/lib/transfer//usr/share/YaST2/modules//usr/share/YaST2/schema//usr/share/YaST2/schema/autoyast//usr/share/YaST2/schema/autoyast/rnc//usr/share/YaST2/scrconf//usr/share/applications//usr/share/applications/YaST2//usr/share//usr/share/autoinstall//usr/share/autoinstall/modules//usr/share/doc/packages//usr/share/doc/packages/yast2-installation//usr/share/fillup-templates//usr/share//usr/share/icons//usr/share/icons/hicolor//usr/share/icons/hicolor/scalable//usr/share/icons/hicolor/scalable/apps//usr/share/icons/hicolor/symbolic//usr/share/icons/hicolor/symbolic/apps//usr/share/licenses//usr/share/licenses/yast2-installation//usr/share//usr/share/metainfo//var/lib//var/lib/YaST2//var/lib/YaST2/hooks/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Leap:15.2/standard/7322a574e415afdaf6afb7290f0d0a35-yast2-installationcpioxz5noarch-suse-linuxdirectoryRuby script, ASCII textUTF-8 Unicode textPOSIX shell script, ASCII text executableBourne-Again shell script, ASCII text executableASCII textRuby script, UTF-8 Unicode textSVG Scalable Vector Graphics imageXML 1.0 document text  RRRRRRRRRRRRRRRRRRRRRRPPPPPPPPPPPPl25;<>yast2-add-onyast2-firewallyast2-online-updateutf-81f35aec84cee0562a062e65f1342c1fae21598d07543d7d1f1020df3c0943909?7zXZ !t/] crt:bLL 0Ex ^04>i1K !9z^XeqܟAyɗH_Ql3eNJvyz \[7!?QԳG j͎ \jCNEv[}+4 Icܾ=[wd:ʨ 5zH iu"8KoYjjQ+'(d2]6eTxPn&k[M?%X@ W|*wfI M)jMV7ጌ{Hs^Ļ:,!:UI~tY:JUb]H#O'#G]^RZ7^PJcT/,:o}Ǻ}Y /dbf8'N؉c<0آ$Q;@_4o;^Nh#sLl!7؛ˤ{_<&ԧ\`pV…C-JѪ 8$}0~xkͯ(6Kk(>C|zڧ&A*ÈNE:6(ꮿ'oKUЁ{)CSGZ-aYÅxY`l#^u/aVːeP,F`OC*]m+-*vLFVN/Tm'7 Re(TsZ-s쩼w ZA}|;CyZ]5 Xni˫_$bAZDV1CB8+R+8L qVJJ=Di TyUoFe:pr}f'Wm͐' 1b>zY3P%vlH|Pg3BtbsLO4tE?9kJ/4#$αmMN4dB\:) U/Gш*#QYм($`9tT-x/םXw4.z8)"hsh ńXD9<=Jo1\/1RPHs/{QA,E2<@΅cY"_p<(ζhY`Mb5l~zx5 k"z^ {lQtVhX[b֒BbmV,F J K! l|`=g?5[׻ʔ.QUѓ50>ҝ!/Qsjq\'~U:nB{ eIlnέUy^S++8``1#6JrūG0|TMs O <vTrƣ܂Eݍ4( z2'h0եbc A:e&ѐCEz t4!/[?QLhSj- izgkk92L9QSn37\YF KrբؘqY1#kHǂr̯b(L_KXEn;N15eG2 rʞUNDh< ^g;)k$-`-)@]ߒ8'5AIշ_# G\Z6߲)JdIfq;hQPXZ SS;Zi'6@Vv~_λ@4A`UƠ0$&m d(~1&Ёp`~]ߕ*/WKQjVP6?DICi {DE/?h'Ls\ZjVʌ9oRojVWa֑ aC&3ڨe1TudwwC?T Z!^;iGēDJB+qWpPy=TaDl]™p[!W4K(uD{`n0e>!xd`>u.oKs.ݰKN; $ܼ'pOр&cW{A(X#қ@R?U`[V6?䣅\6Geu& qMļ*<К*ls)>oTx1AZیiT*SkMSEu#҃>afcTw>dX.H| ݯf4Uby_WI w rh,>qN9Bh'x,6e=<0HT)kA4 [kYHlCl3^-QsTE)oH|cR0X^F[m(&kcs3o=rm ˉoM!&w1#(򁋾&)xOy-cu ѓ1F|f@Y)4lc-Ԕ@wIЀs.ĦwoRYOK Qs6@/ )2~j/"h<u'8 HK"/ U$0#a_j mK1NFP"5 _ˆ.jŷ4ɪtL鈂f"p=%cW'82h$-/X7 x_G`q{Vlɣ!83KCgp0ٖzlpk=9;'R5e#6W)v ^{ 5&HޯK+JlveqMHG)ms$DvKD7M|'(<|yh$' $䪵SI}zw [? EJKB/\/Knؒ. P戕V߇:4KIkx /S2;vZ4؟Xƽȼ٢/X }\W&ܒ2qdzc(lN% 6gR9}yfiM: Ǜg`>Y`_r] _oFb** Ï|Uwd '`hH1 9}lλ؍?^HƥUV4c$Cn%t&'9YٹHᨆMX;> +ʇcHjRImmcSq)gERa7#(h 6E3 {i6%Er4BE( (8= P/xvS_[ P@?- cj9>] BLY_#A`ø^&M֮`Al;HWA&)p9,Rf`ҊYV;e >a'dMG;Jf:O> I+ >zBC䅋UJxd;zRR8 RtQ\%9Zۅ.M59U8F|vkv?[xvӟOܟ/7D v x8R~/D&,4e08R!WP0/Egu $C<ڛeOM(b1QFw;tyH>Z )1}W+duV 1)QtqyC#cqf=l~0פ8T)}H_P~O`[gFՕ~0Ѷ]'8ZST?TZ-ʩMk5=/SK$=E™ }ll 2y,a 6uk-t`wF {iɋ3˪i`}YkiNe*v;N0 M;9 l0=T%0>C<[d3mڵB;2SOe}%Z_p0;Op"it%YDs&k5wuU 10ljf$' nu h_7,֨R`ƨ\)J^|B鿱Y7:qr-H9Ѵ؟;xch 8T눈*"u|zɗ|sh'FBhmՖt/f5 ƥwa k{32g%?e.A`.LQsM֜(]~&v8guzUgv :z(#_`1< tځÒ$Qbij}[\UX93%WzBU_7ޮi= +2s(W.ܛ@W=ٙZNc&%2Q:hBK#/,b 5ˌrDZ@Xy4JŇXRjȟC-Uzu QjCI,#REjLt+Ǵ="Ƞg%0|u$ P:RQ%hEtvy*Mw;7P& mz1+V1DdjGmX$`aHƛSX%ѵCjPܢImTRy> iy&Ñߢ }5"mIAC& op8O` T_|=Kd Igsj1HD?Y3˯-5We5n|-/1Ob , ẓvԮPGfC 4XW2]zY %y .ʱZN=0`GLUSOvFFk YL|vGJ"q4.Ȭ5ӭ4T%H0yf:%5?Μ.b~u(NdǯL&7KgriTZ|}~M=J%f8DWc^ՊͥI%֋jy`jS7U)}c!Zm7l9DSÙpֶ^4pe@xsS5{`Nj.Ð ӛ8gmDAh\{u&PR[R߶G1onǞ~Ro%rҸ[\Y|Rt'o*C>;Lm 4$~Pe"Tڄ<@EɏOQ[ſx|@ՠɛ)zW0"=j8XXl31)_ܱ ;coLnπ+"`[\Zg]R„e2Hп<xG D#нVƒhQ5s xn)}SWrH1U ^ݦ넼39QRM%@9N~!|0xGc*\cx=3\mg[mIAGuN!g1ij'ʩ3fK+-g)٤:mDIX,?g#F{堵NձDao!dŪW4fN7ܜJbd]o5 u|[d>>+ 8hPS [eUά}}VzM.!5va}LU|.XoF bON(wh/#h!h0c{EV~0g>S}SX(꼦_OQQ3*x%!Y|X{.оF T #=@W\BC9nA|@6J+r$;??^.FvG} ԋ̵cA߶Q3zwu>Y^³*PRCቭQo㇜l牆;?v9N6hy=ךhJwq[{RawcypdS,[4cí:.C.O~%+J@J/G"7Lһ >]T"luU#9ڲ)J+!I ʁ>yc(&nH/W;A6<TigI&$XKj`y7(i!wvVkfP>y#F=g,$ؑ5wBty>Yx4N풳XG6t[=6Vbbxls= ߶#$R=1m]rY͗wzmuXɻ˹HdR"-W'#c%~< q/KʓT <~~C5U0t_|&e?G9tZ=sJc)Uw"n*W%7'09PX߆j594[nMcG72la\luDra/Y* G2m]9% icIjpҬ蜌+iҾlsyr1u ]y&A7xBAb2{,IUZBleD2gLOU*jmP,8d -!c/s(_“p[e$0߭MP;9"{YaFe'L6Y{D %W",YNQ9Ku&s/Ic9FqΧ1Q|DA!S=V0ΜHXZH26vO3Mގ`E5{PZSHgp6^EEw5<)8˴ 2c{ب I.OcF$N}hY!-ͧ?Udg0hyZ1zG.tggd_;y$)G51Z|='Z)]S [.[j>~;K+ l p~QXlkv٪/EL$B\|eKT?*lvْt/tGL>,O+&4ALS;:QgidN]tlwȖ(U&5Q2v&[O 7RXGl&p T-ͩ~sS,w8͠0wyʣk+ !fȷzeAeMiuF'ҺFcL!P!cO:f: -6u'?`nwˣ1Ku_jlna$vp>W oYM* Q})F\/룒hXj)&:uL8@YMk^г]I|i g;4d~cW>n+%ͱM({١ȅʚiԯe4|;SGfp"w.Ma)N`OHm.'gdv;kY^㰺 ApΓ%Wlqj3N,ADSˀG5wy*e8@`e؂}ʢ$ MԖHzHUJ'?Lӽh7^t7at/~%es 2\e Պ' ۢwI9:w)JBCQy-iMZ33#[-iB;G97.WeB)mAP2Z3RBk;BwJ9P x1YBSS>T92r׃ٓFG ꬏B$ekp%}.1׮{ʇc=u9E̢,r[<ӏ؞>n6$9{U#wvӾ)r16 /%Vj_h #⤈64bxӁDfЮ?7#,A G ybIԸ[}$Ѡ d$X; uŗj-dʕA},WQ.Yylڍ4GV'u+ץt~UVm =AO w8VJa7BI.j?`u#FƬXCEId'&h7Ğ>ԡtM|3r"nW>ْ"oʕ58 )1E?a8!긑M/3\kqvqMhJcùDf8/TTKrx1kQr]Ѩ?o=9[^/!| MViH+9p}9 )qHX2*qܟU4Qu/(7vT ! 6؄!\ uQ<<JaKp#|,bg[p^u\&1uŒ(>\]梑aZ4nW2̸*Ԑ5g DHf0#1m-3Hgr#w9m/*ww&D%r"&yq܎0E Wj< phrf}Y!3_ɵ/`Bw_z3q&tye¤٫W :WaEq1L;nM`@{0|!2 GM^=DWR*FP`Tj?۴ayˬSJ@J)J,P$?-0V! !\C$yVzJg&f˓D*>9܁S1$cOcu>J6f>f.(x__ \b/woAuj`)ĩ8{ Svً^0ptN(G41\ɓjOa̝de\6@ 3 UgkgvfA~TԈy6:jUΞd4H}e׋[Q6Y|WR:M,^ /p%7-e!{b'16:)7fO,w#%7awc̓Ȏ8)ɸLO%"+``^<,ߪc_;Ց"zW^_e0ѦaT LZ g:*ʏL:/ǒE޽E-=9Rv{izXl:>_=L2;/!CxW;`!S_W [w[+bqpu*fק2;#(Ͱm a2ӈU3 67#Dd nY >U K #SZn`bD1b+ ]:e'|ItvdoP?cioW^ LAHA$> ol6yjΓYG\-5N{zf@ni0lӽ1PǪ(+"pTa@†؈|p>ӺW&neh$E5Z.v,hVi)F- >,``ߐi sdD]O3d1עKt8n!91F5D~tn ^C9C+~!U*F 2 k(˛N;Y΢4&້6y+菢p*x0 BE.CkX2_(wwrRȫQĭ82M:(WҒK ˺i`*e ֪H11OD܅cD̂ZDMd%N-]=[hMFkɖ' x&+EN39}Kq |Ч `n:`Gž.FjAi3fWZoqI;V%4WC\FZWDc#6ǚtg:X a}sI 9T CPw|a@)YN#MP bD^^ T뚌eL}2mɺ 'w|Lƻ)jIeE3"vT@SL;Ym9~"dD9r[Z1e++I}B}5UIlL>`Pa A>Uz6]fOU_Y(R N*T<2y v0Eŀ/X*ǪyG]ݎbF)Q}@XZQ2] oKϓ8, >^g ^EOJhh"Q1ƺ4}$ht*VЊ<{\I88h{bʪ ]HV@usn>㓞xct-|2֨Y !X^4|$Z F7t$U{7C?rob[)sMi:}7D,&]5SkIiq.R& ?zUDl364Oz`C]8~ ȖpOD7"wvX{AJVYUdvY²4h!悪͜qSSt$8s~CJr^^T )u~ # e,Gy&hElY OjȢd~튏6c9'E`瘙fTdti7%Z(;YQl! {d0C{?|B]-k> ܢYթ'bk\Si+\&T{$FW?vYr,,ɕO֣|2X5l(a-{{bzsKӡ'r}}g~;ip 6{/ =!m;I,r<9R5qA_&k@!߸f?fѵ5 sԝtZJ 4O&!҇\@h={S/Ο"Ur}V' z9$QS6i xqjPd{s9+ڷDჅJ : X40h;2@C+6 0akThάGd gsRIHO@e_9Y'wX%79h2yb > 8+PGΥ_|a?^1]-:~u_)braD'A#?Kp룬7)Uci ݊wɧf{0*Gx%Ғd?+Sfٞ%@HU]}t%k@_?Z >p+4ǁ/1K3`Fc!nY HƛPղWOX[^ߒ2bHdj$٭8'bֈsDCx MRUڈ+ |!bKj#rۋ:IKQCHv4AS,DYpgi I7/F}{ͦuYk2 (M]tuFk914 csYL^E1PSt[5Kq_ Y[@9qt>.{"5{~߫+ÁoPԨWmJwfU#Z,;0__u;*7fJ4px&C6 2(!pte&k\*fi,%C)7dޫ7\ƶSlJ\4}Jb-o;3ȑ_S#l6B( X&{9Jq gz\p{zi;@]B&I[̳sòLux `h1{ykdZ+ ;3ZA"6OĠE/lՂ :8 {[PU.,=iK(n!?MFa 1 £xc¹0NԠP=zLecn57L;^#w=Pځ9pLs4s!YF ^O]Ȗ(-e?whz@`'\8+% +랩a=4\\Aɵ] 3/8N^vGXK~Zd-tT Ymh̃Bx 6Y\&߉P@(OTzO7s߯ fʑmS"(X&}Cn]AEz޶|PQj$a6RʆMGGl`ho[zd1[͇&WV"T``GJ\봿 W[!- ;5ZQ<%U{iLaս!,KOs-S;3Q%6~oH/9-NY >2wmpQPE=x U$`_#Q\ (C:=B9}W'HF l9}g*!roF☔ܱ^^ QorǮc7ŏlz*m'UV;Zί9X|%v>~AjbTfh?T?%}XkY\Wĩ&avYP=oEt}C%+i$巊3=k꫔)CqZBIɪǁoHʰLA0lrӱ8 7| "{Tyh;[QW8vMZs1f/rM&x&M Dˏr Wr?nk-82 ^_8|g==WțWdesr}ENʚsHɥ?.h;Rbo=mE ;C}QYkd8B$2.ND'~jEN/ S\IS&f'Ŷ5~ܣ,"SGUCi\^S8(]9`<4ٟFz鋨lTWP ۨe\b8] $` (7SHGmqmΔR/WHECxSB*o4FjeCʖ5V19Zdm:4{}a/j&YZJ\!oPI_8bX-Tl+k}F20Y2icǷNBOf֊d@@MT<Ģsk9n]) <]" Ƀ b=3̥/bG}T‘qs@ʶa}okS5xx|9>!_i`Q8DhJZtޕފC߳Mn5a02h!0+ -z H:i|4(J/Du(I SN ;y".5vpN-i*ZP}*M|PVY}Ҷ Z]fFS?KT; ;y(+}8ĦK{kzxKխK%ombE^i8? ەm#s> ;hehyhHN\uJ6n=<j$IHS}77 >;"j v1{EarU1[4 iF]YlWF)KerپCiЭṕAi:hAA2#; |Iu\dD7iKڗzpT~\V#WiU8 9SPjV' Jn IR5byWR/az4%iVD[5OZ >q{,bmoA>>k{7O(X0Z~Fb=p~۠ןH0Yo}iiV5#hDlJ2#phtv\*67M0BO'`.vԜBSY3J;'d=HÕN #UXGRimz+|\U02-B9G 5PV!4:ceP <2n$fp6& t,FsM m(A۶I IrE$mou&Lf;=Ϝ,L:5tn0so->jJ$n{sGNܹ$(H_0d ԗk1IdrBJz' +g6eۊXjz ԅtweP1(zGM%`a?PV곰EP!FcNSF.m 2t (_7L(tct 'j%|RF+w\O`5x\cq]2祈gҟsmzJBfF6<2 K Af [.yq]Hz2IC _tLi(C*5{JSIV|*Xle PtC$ԗaƛMVu|G.Fw*}a35itjyeCGHӗ/9,Gm9feTwjɝX[m\b_˱pba>:{i#Itޢ.o!v#%Bq)デ{k}0UJ{G~H|-"iW.xT{9PY6ldvywN |6_׻ǗlAp^b#|WFZ"utl~&Fc8Q#"|<.P "tdZ ;)KNjM7|˂Yb{ݪJh8|ȠEmNQKZ DUSWXn{Hw0c$H=E}b>3dCXN`gb"5=X.Պ?.Ӗ\gr(BT )O6'nA +kvw@Xԩ87^KjUKcI"R]-)\~pXgw&<¾`yɘ9sŁ8)%E?:q+wOnݳVޱ&띙jjIBޥc)M e) dc[X -^j0o[pe)% vo|=9w!WThWu}nͮdvV&,1ŧgm 0nAZ^ $F#?o΢IidD@.CXe 5Q(A(>m' ֟ޭV &N#6xd%P1D^/zm((CV4vgm YVb<| ?vȵYOsR\?2p\8=n/>LB-A(UTz{ + porݴWzh808㝇r{I82>%pPE9P0v3IMD(2NN^6yh(.re H"фK3JuKᄂ (jtWXv*Ҥܨk*q5e\A'D6OFh䠝q 8ck2#孩)5{X: k]TܣV@6%"?BPAɪ49gZݼ!E4lJ_ZiIDh6aoʘVpu hwPa[GT-xQ?C6S>u6y͠-3peyX6_-U8&\خ.H8|/I 1 ѫ{Jj;%I1"6ƦC HN}'NAY ,M$ېr)W?(չPq> $y0>=,XatJ|J5Urn<v5J58hX~fo Ef15|QA@7yjx !O dzU?4ThoYD@ZRvP*MFL@m]Mz04GaʋgCA8@Wd:uV+j^d{lp@ 0 .g xs)$vFvQ.7fu&֔a_{,k ^3|B҉WG))+m;",ݲ*C(Q9XX5&b 3c#3_k[ NlW#ouoJV*<>s|ӴG- z_ʠ]|Ip:'cue'$)c@OF>]C ĖԸ sFpiF,@Ǩ^XKPe)4-+ݞ{[TwzBPOqR 9LQLlJ:dquT?r!86x΀ opsJq&<`8?r&0{g,O^J&8Jmo+5JWa[ ;E 2Nd˵Ec #)*#nq 2Oǐf-g^o}%k~ ^pE1,XcmqFIL.l mzs!l# }ry4 ,EPq7#Bs]ThΟ>P` Rlc&ZGo6 ϜrѾ9X;5̣'zQ٦baw#KlxѮ^ :9 Q `?fPUs»s|S~]:MtV rE9O 4+`xQAi؀j<A*I2X1/&qAS<ز 2o.a0 R>֞;?x5. s"aL;jhHɽDxp%ƨ.| ] !u4!((bHy׮D Qn ÃkMGbl4=>ɹN ud@Ӈ ƙڛ(޳u" R{Y FEO0›봊#ߤD'zߒ7a▰G;$qWX`ɥW-!9fW61DYm˧]ozp؀?7*d85 Y)GX#6Cȗ=II =\]o+`W:'a2ngi. M .Sg2gFdkY-L ǜ3@:6kCl٬)fՈ>tx1}D*#t Xx@-vpaBFУ,O*ȴ`elNG} ;Bb(sIg.TJ|8IV˳7RmhhQO256nRQ[ 5?~#.yb:Pk-vwaRzRf{T#;Ct5#$ۈ*DKKpvRLo{WE'jȐ1Ǟi/b<\$@a1N3K6"AhEpVQq ^9z:F8IJ[rD!6> p>7B|kFHEkjV'cBJ7#i){a!xs~ 07ٵߎ霬e@e L"h%ɪOJ` 4SN~s7h _ZC"9OEIӏ6m#Dqt)y` baq>Ot&;(Rf|X{ڠҘZ."gC ؅S}{ El!0Os8M(;|GYG\n. ,Zʖb]$^˽*@DӆAغ;&pO?eBKuga٨l%44K!W@ W929^e?m2~D|ks#VzZfNKVA ^ sSwٯ= JT15Jv[ipQ%yХM'"/۪3qi ګ/7#ꋑf mN{O|R7in8vV+`ђ=/),>N@姫u.jI'vGܴP{&.Ȥi#Eփ|( ĝ.ҫ3[-J.OWH(]課vtan; #kYpܩx?hBN.d@<I);Nqfgxo }mlf퓊vil]6.{IFؠT~Ԟ9̫.M4(_lnXi3X=/9-D3ġ׈ ȻnBcV!hFMwvFnrnmdpTv iZ>\Z3Cq|N+-]x= Bvc^-6_G9ȚuwMiP&׆Oj"ZFTЕ)n`2x 9Ebsp͢[=eĜTT۽#I0HVcKe2Ok){4pp5VvNmųX~J*h#ԉ5m"A66QuJ'|defąJpu){;gc8?&oIFm0!ȂIDzDE7xP%s,sB5*&s`ڈB~`SS7b>h[nTŸƮ WzTT|:߅N{]@fF٥w`\!1G93M"X",79mQLo}w X$L[=/xK8 _6;I:Q๹쳜hK= a QŞEI6]WkXehKg.7^^*# |Dp=w:m,zȫCKp{vZ燝YZHB"{A9"Ӏ6}CțgF&ԵvhAeTY3*j q|-4D[D!y濍96&Cx #:\U= R$"'RWvըϮaI#^GϰO ߲r,t|VttpfN4*Qө] ^gR~ǘՎu\{b73VR"LoY:`:$}3\ [o"[&;ҖhLʝ͋Ѓpea|ܪ em?MҶ~@I%:#_ݴ='FUp^SBieT`+SH\,KNl<_SUX({}QȤ)^ iv6w !` }vz|і>O*;Gn_yZl Ltn 0imc=Fnro/|>&o, "UY!r?Υey@Á)5-&ܡBKA ѳ JV'77'5[Ym>$:gԀDnٴ@4J}$Xx& XNښ ʺј*.iY!68X6<9z&\pn]ڎO6*@^2i6~k'w*>H2sBKOFԚD^#R&%xRE_Ά{}/K-Kc,YH%fYu:_@1T_`$߭[-ϴʠCXm+J;u'6y z) piA#zwbe׿㗖hgovH:7 WyOz3s?1ATꏃf μKD|u{Pfi.O&q"@Kp1>Ef˷ uߚEeĠ7EqIT|gIgAFJo]Gy _j\kԣ//fc1~XUߙmm7:lW0=ML7! &7ht#Cÿe{zԲz[-5eg!t␤ȜuoPDgB]tiA z5k^IZEJ?*Bάl`9qR_)I_vgԥXacU_=~p!wxw@"qu\4Y%s8$"-Œ;/?Җ|qx֘2q[pqebkm2Ps뭄$X]gٷ+&>Z/ Gkྞn6oˈY7q $Hh,pnSeHyj˸(*6.*m//bc1 )70in.`M-tRmxצq9\׺Lyl}?8V-[*q}y& `e|;ғÃ1E {8F%8t_n*Ģx#R@/\,DZ~G:"lrlDWz@QQ{kG C'<ԼVg:CeS Vlu0{b+Y|3XQ%|6rtf[ph2).7gk)AǠɤj%\͍#c Ǧ PZmι[PL&1@=b%;\@NLd<;H3}m˽wX BeT<51=^,o{Uo^5c>=ke۟k i-xi)s%$95 t٣y-d g_r N"QHH"l|_K/l:)BC@P<u:ڔyBJ7,Q ┳:v#B*R,d1\n?蠡)k('~&} `ԉR\]$@Npķ``dgu%0ds%چCyMy4RϾ;H@ҁ,艹ګkG18΄#O`h٥z2ʊB ۬ ]1_鮔Xyz:ŠHFlt!զ77sP|JJ3Hpn[cm ͛:LVSqYAgFQ]+np^#y26[l&&cf^A~_r5u{<8-j^/`nQ-t$O=2%Gv)6i_M.^{GfH ;>BLݶ\0%CRS,7L MgM+T:E+M6s1DY_/0g)AdƛJN>PģrTCݩp R+;E?3ܗgMW\*3)"\c4Fh$)騵þ]yxoST~+$z٨e.TZ%8W&!Fcq39-0CEB=9 pjT紓So&RfڞZxE{b[ [Λks@#Ci::xT-4+BtP+EqhBoR $泤Հz*B[LYw /^m$@+yMuznaXn&=Lh[G0EtH?!!)Dg; qg-,$p(YMRU]uꈟwF~s *Ҫᐿo:T\'CŷE]*gy/EAL;~~c枇#q:ˆ.@bٔtW#4ں񑓩d-4 r WF $1,n \\l+ Ԩ^p\YyI·CWmpGJ[?cDLyB`AdBK t+mFR)v=*tI˕[jsf⍛VhI"q ѧ$0XV2ZHa` QyA'70)rtv^%?jo2cj" wlUzp1aKg7gi)$r&QXܕ w^Hp t鸆rvK/ Dۧ];!7 Ъa둬?=:=-{Ԧ=I ͽ3֭FR> QPBxm Xt Ci&1 |q5(S#j5Kg.$CLAȝ XKVA5xkgF`Np3=?`)h˶u$:ŷNㇳDdĚ5 ׵ K)]-)fY\a^Ra ; u3P{+X(ߧڏor>m*HnoȟNSE{>H3yZWP,j(d vPR|?0 ZZE4(LYZt&L!jDD , >z=e~m3, !CtP*=e_e9ד,J)tTjT x] P7HpMx%OM#а8̟ i Ao ' jZsGÑ}VM&'Pԉ8| yQ8U)|\η<R",H˱_Hc~@defmDfˡ'چhS+-{0t*^UI,'Cs>kϩvs'~wTT_lI%ZŶ,]< 蛶wN 7ßԗ7AUvMN[٫|,Fq֌Qn;QL# L~U{q3j ;g\9Zs7+yiT{_"mo| lxuuﭵ=<c`!e,ŖiJ/0uᕢ +w6ڋ)E7gHÎ\<*1uO*wX/z3h,|e&UJfK/~@dZcD*W>݉Qg aN:h8h~7>dnN7R&UVPpYL\$DנOymvLxJȀUMjKҙJ$f#[*w~9WpyQ?vyY__:3=}] r&+"QnvL!P_XHe0s"B& ;~ z2NN%oޜB]{|R@QD iGfG.i 7ER7 $|W w35S ]mDcAXML{RZnIB +_ *rīrl,5 WF3e@5#b}Y'ʺF'} to`;+<lj@9߿),#en4soC-ȠpGɒxwZ`l4բ JFR,R7}FPǞC2UI;B%TjWZt/Z 3aݒR=#b%%vzNx}΄K! ɒy C.K>w0#13unփ!94uCr(9zWN"_A^a 2O5k;Lk32i ][W8ڼ[l!L;{ysT@A{!m`]˦W iMa7_ Ȣ_a ↳/][oQQ0SHӿM;B@B[ԅ$#8bչ48emtvhhv哦7 tnج%zLEe$d?wuc!DnȚ ]=cVn\˷$5Jr8{Q Db _\W}Kp*i6̣:\sgιdޭL9Pe )^\ٽV/ a$1]-I@mlL;ـCt7_F&%÷eF!PM YRޝ"c)bN/DQy1IeLM\~T36kׅnĒ.,b<7i >N- %8G4c2I=M fs 2Z~mx-ne즔GX2V;J ˥{2Hx)Vew"ηxOZh)nIe&~|͖Vg]HvYә"O Io4fډ; ;;2FLn/\-qr<>owEn8L`؆CZy@ѐvN9fAf>I`g%O:/8D^5TE@ "=3k1hW=3t ݛ`x0}|}ʻ;w,xk?n;T=^0q|rFB/7JJp̀ߑM[:G7ݱ84DN0ց//1<@:IpN??:3 iDKbݛCnq1$aA=`$9S/y7 nfS ׅMVa }"HٰF~D3L$}DtxBw!QJN-1| Qqoi8Nj;ĸkF1aXЊ&E)"?5G}^k'G&pN0$2W;eн+$L(B[9[526 0顉ט[h~ W#Htn唤?G͍; $7t~rhHC]3OAڸmE?%vC=Qb)y>\j{T$c^m(3˄4F9=`UWEXp:#Il= 9ȫΒTtcLΎ4kRWf0՗]wzJBLCݍ-zmԺj9 +! W A 'FY2`{܏/!k=zU+wSD`MIρ(Y-k|CSկIJW܊pdE իWHi޿ͅk _`QS쎟/LX91n*IԩruZ1` ;he2*88#3R> U,&Wh_Z>|.W028f6U]K6.wn {~Y Կ+0IOqD E 22sOq _nGevܩČ<.2c9JgAaqTe5Q|C/>}-%5Xۖ/mA(mzunLGt:Xj}i ZMsŵqA w-ō *S[!O Ƴ+[3=~'OiFkҭ>Iy0|ʴk,jq0@\7G +E$s-7KRu]!nD㐩_0Vrј|H0R#Y}GJI{ T<9E>MoȨTS%c9?LqpY2?xĆg]2Li$:ufb xSP.u2{<;M)@رbSdf:zkԃZㅟZWLˈ@P=^,Ωye! .yսRmΗoh.i4N{/ix`vX/a_F-J&S:񊠦ځ$DaC+ڮ3q1_E% `#Ye3mFR-?Y_ wl_iZ+!ķ3}DF⦪2Ȩ55H HM,~31͵Կ %-9Q2|(Ǻ(;&UR^g:T@Hr&5cX9=SM8S/,(E԰bŷj>A@2T ?(T3;Yi|jnw.#W8.Q*U[; .?2xT+B|ZMoqz gz$:|j_ +,[+,Ȳ$M7g L'a:Rt76u~T-Lr%|/8v !6b U:}V88pJܿF/(ԶyP/!ER :tm M`u9'5څ ,k%fP93 @m.=K-'ҢL?*NO#dպss#"н6o:m /X,6zntQOy}GG'?W*>k=@hR" h^+}c":F*n҇Kf,CP\]&ٛ6U0ʿyD鄳P'V1_P Y6{9")uwYʣj X9CD7gFxR0@^Gh0-l PF.",C L0SYur;6Iusb"٧LWEVm2Ҷh;w%)A'"aW1}֥%FQz.`iNyr\x& <Ɩm>g Z.m-][6Q9^IJDt 0;GFpѶ%'+5D\8L2V#)ZWK=8Ӻ"{*fJAS0@VsT#x#珯# g6=:锧1=t&^A( 3v(VB`/R B;dR1NfWn,HKqӕƱ=qin|B%'NB.WFL587+x~$#sGG49Rdyk]09􀵼 f֘"!aWh/3z=[c.݃ъPm }oxO& Tѷ):߈r6If$]1Mh`G _U53o Hdbl ̭0 ^Yk &㭿+-! v"3eHr >,TA̲X'T<.؁Q|+R(49)et9 +KC8Um_}H~N9?Q)rռjPA~3/eK%sײu,Ȏlx,Uu[=ƫ@2*1Wu(#gJ  &cM&|I9 !HFZQehv;A5^f 7qCM͔&|N~菿 &Oz{KIfJf@2yH؞;6{㔌 žp֊ݿ"2;Fzv1/g W-`S:)>)Bږ ӚÎW-ip@$x3‡$F 錽c}P~+j0h)n 9E1IU50}wxs7#wؚ*;nt+IsMe<%|^xhQlꖄ 7 )e7rSB|X\%g4C'JUڡR+XV\扗 m;[=VA`3js-Yn{8j+[i>,%r-v VГfb4jD}95J;P^+TNcA]vYdp?G XPb|)]ՎLr[gϮλZBhyysk-$nl(,C&KzFЖY jqDEH~A'ddIj!Z=8xfϡt;ɢq5O6paNl@7^6J N]Ac³E͎{tB6. +E'GqNVSzh:gj#Ģ:fw90֓}=wwvַzVzjxEM@DST;I萨PQ"6.% <9;Ֆ+fEQAyJ"%/h;=g"6P; 232'5]Rl(|Rk¡s\@d8:e !Je \usz熘w=`\%+HFOrY\:[ܙHH#0 '*6w5tko霨G\>k^$^3 ~{TO5ϳF?+$L{\mI(YcUMI :}X|sVCl/zԍ-V޳f0p=pӉ-(o٥Sǟަ_el^'Tojȕgyhqk o2XՀӌfi31/ C q46IܹR sn{s6PBbD٨)[)k'naE 3<˖M(rEHk\z"%Şk9lz[fyCu@j;TU.O(Gm/n'[i| _:23lJ<Ƒ1+h(Ұ[?: P U~܌k= 5}ќWrC5G7܆puI{U=|/Ve}6P9_ &simXS\Lxzm [-zKbZ9L3∕%Pam4,0xHCXQqy f;@qȔu{Vo!@Mwq<<8@(,e-KM*2q~+Ig'-TLq7jY1"`# *\<=."I6xiFUϕ>\$aq-!3nńWqbї=\Ud8u5P@Qd|w *d0̖{u<}WʾLDor3N0*c6)h :t8Wd8a]U%-]pܵ ,'*}>xȥ^U&Zkχ(%K?3~&ƾ l:$~_TBQOd=.OĄ_IkP_yv: oY0ϵg3Gm O=0.ꫝ"GT r)PN '6ݧՌ~=(M]PS5ݲ{tNF__å끽%I CğDV ;+`?9{s7m{EGW:ZNK hR߂Ea1840ܜldpOV7,xzߗuUðN[Je0//&P#J޿r\:5Z"[%X!9j䙜lp"IUYy6s%!4bLm-/c7}ipKU/gSԧ"-ѡf#[Ux%jvFҦ5kW&bds.tl1!Q.!L]ॱшF#K_b߳Gk;@ .~[b ,V-:w] [zKJ Dxqp2cOZFN3+9ʶ}QShc`#vP,AŰ*XsԵU%Q97 \؄Ԃ& |-cq`3Ndx~LS]Ӏ3=U tWLH7qMb; ʵ8H`K6_jy (<*FU!5R){Ӊo`/8DS/luŜ'1@/AnL*˃L9>~Hߚyo;Ch;S8OxmA0'a+mgh&6GCA#(dA ћG[H{R$bͫT;YUrSh6l6ksD(Pښ @/#e{dysT` JP1P5X}2 ZerB3o=3Y'~W?KcS.蟣Dl۔OTiՊOABſdztwvxz R ׋waӂ[_V3yZŰ8$tz+<ΩZk󖔭."t8ZN:| )e+nAͬ$1JZ nF4 x 9U"'VدOb ڛ5Y0IrF#SJRgVT' SL5Pv?y&Gg wIȭzrj%N\vxxfIՔJv̧*gxףٺf"E/5KMY{;;J,w}{6H:dB]J՛/ C9o f3P#),yOSZETd12m jI3t~~f-7bntZXSiӕdcelxGWY.G$O50e\c)(4#ѡH V 7+Ĺ+&2Fhv"ih@v)Gʴt1=y=gǣwwW7,) *k`ՈO M*q]k#/ / OJ826DŽeN0ٔ| 4M\`[}J8?Q/R% ~nojrAgM^%hs }P(TlFK:*~n3N}ӅHWAJ>}=5hF[\O:Rt$O+Ql|iM IC vl_a& aUiЭ ⍛5߮Ms;8hV۷Bwr*ObaZWPϐ@1/ rV\V9D:Eڮw^cߟ)M5? +.7n$DZXmٳ`qV^'0{!DRG#4aNֲ-)hEq;F4xSgrn߳Q+#=^I#7C{ў\s҄.GofЪ7B^wk ; LTuA,EVR,5%B;_y)G#&Bߔ C#q[jY~r6`tx\2k)wm(U|zęv4)u;.f37I7-n!Ryw-3QI܅iWvSbɾX~r g7riS/vܑͲx\T[n&E@Ui5mMKFX5)5< sU>/h/k{$;z.Q<*Լ?ͮu}GG׃f[1ڀ`-' I<kaUG-ꞭOW &G RllKgjϫO 3:"S @Y'MORܴN&u B~<[1eߚc`doLݹWu*DP\_XL=2ŦԨbȒQѢ6 ̍b . =tQoSOq6gpG{\j<:|j  :Ie?\ ù8M&- KH0 Sj2[&tlV) [ =8eoTD,1ii{i\BXY1S}(T]!Vy#H89T[Up;8a}P,o6.n@Bb8L"׫/d-p>lscnE{t(u{FW5NPm;'1$$U 1 V-p Zƃ6j`45.&'#?8^X2 gãMe3sQְjJ>CIQmrRH" B_>a+#nm?1k Ψfu )"j6kOOXe)Wx^o / H]c~ RE#Eᅕj{I6%D@ US=@N47G#1X"+Mh aD8@\xZ\X;ZC"ųO59Vo炲]Ͷ>jHA}Qw! s ">.l;p 섑eMտs:SH {'u/<ߚnvr8ʹ+MF穁;.ͼ0G#a cɏt&ޙ.hŚN h`Ŝy%*˝{IٴS`M]|M6+pUϝq65k;KIdu%eMp1*QyVZYM; ̸ I۬, No]אA r2I' N;`J@=_VS}) y.#u5g߁S)(6Rcn ^~b]֤kstw rl.~}ӌg01ucgZDp_b#й[s/X}mWIzMku23h4 a ;CSᙋH\6gvCPTWf<ے < M",)NuEض0gpFP.U?w:ԍ[ 2ƸcTd*Nw!\ah?|s6dJDb6jba0EPпxK-LØdM|З(x\`ގ; 6:77uJ[^(Z/; 6H#/Dkan)Li_S !75nߚ0EE%ES=_VZuP3uRtyQTIz$έ t'?U1Օj#634nMTIAl\D1ޅ rJA:[ڴ>b K@Z)lV-|3`޾0$$tR؝`TFkn\`b_OY{M.(vg')V/< ңw9t5*~5hͼ3C Bv%X!(zy C-P)FTF!'?@t)"Uv g Ev:''Ns ]Թ/x3dJWH{|&טhGw?dy")r|:0/kh^R/Q^:x]b.dKf` [K2;R^; RVEK?h3b8/ˈRþ.mڦW5ZoGzu8ǒLemS3ho B@>Y+[l0$Ċ- Uo@SL*8 ?5¯ZಈtPN Am uxmdY_؛\5hQłؙۣGEcOdA>!h gD {ֱA!xp%4 |>NHSK%أN26\faF':^q*91̙fK:Pd;NF&|shC~&fL =QL[٫N6tkЩwdF7 j#[!k\`"](}F߸ݳTT3Z3?P w5uGX~21V@>%t VgYn^ꓷ;τq٪8?oݔ jT7cD|lM-!yX^,ͬ " /4D6[;gڃķzfl]$XiLx(l%^>ŗo>.;z7/.T $F$mקX~܃J K`c@=`w$/d}=JHUK,pe.I~5e`A$EY3KǽfG".9c !ZXBpȌrpp/\KW]%`"{ca_H Sf$%j&*5xM-nv/ Crpv&bv17uA޲9YКP/>=9-%,nyJ͞dMmR7C{4iL!NVKf[H#t e^Ֆ1*xmNl`7*,ŭlHI5Dx+BA'p_b狨I~[#WN 6Me{EHk8XUЀcŽSXpyeM̹G%B-/iiWk;c@I~4̷N^!dňܒ7ڊz\ HA׍k uǥ=p!\Zn2ַPCn_`8*D0; 8}<5,c8w1]ZuQ5X*ot hRpp?{9)@I.?DYQ1zx'1W ١4ϝ9B9(xi@I{3nO,M4;sᅯtWq; ƾpDqA`9/`ݶs ;5QI&!w)vB 4$ƿ-~\&AQGq 1 Hvw{9)6l+wLЗsHG[Nڲó ب<H7Kxf=n1k #dx5{f+7ڱ/EC=*D2.pKpT,ݐwTߠ;_I屯eu-#?7dPA/ׂ qfXu+Nlٸ;mvBvmN]>^pY330 s|+sIWenTCW44nÉWPM ^+nmS=}tO2O;AyQY!GNnp7co§\}*{EpaʞknzF-6 kӓ?>iF(nooE[<# 8ر_&AQ)FMcSE":CnA[a^qUɻZ®ᡉ໫*K@ᬆR8DsbJ);=ri: jK5Q6H BvK"HMG{\:!L9I :[g G6EkqPVlwi'Ǡ*o ]bS QØ&Mc=4)WEr߹{qq5y4,aE)uUP:P>7әxja(&b`\0m GD/TГ"tAb۬e/^6DnwPS%yaYy?/T;;MzJҏf b[#oVf{.&d^qY/$.)vja_t*M |o{%[6w5g2uđ AF/y%_auC?|Ч_}!r9.PeԀaf4(&N>w}e\gՃ"GsH^,]MEZ Ե=0\3N>؄螼/K?Z/goj[>h8:_l]*Gď؛wnP3dRNmU-7;ܱ gJJ۰16E\[AcxB3}qѷ蒍YaVL~(QM'4z#zEKZ*ޔ6 P FRm}uaoc 8e= ̢v |"kzr(7:&.<'V 9 fԁ2,ѡaceL&qF/BNLSN)WϬIW+w|VR/`?.u XM䅵AKcvU 3 ZoHߟv5x1d,ۚ$&%ַ6UG@"0NCQܟɬx QÈ|):^2+(ȍ珕/"t;ʎnzZ#)A!|Rݰi[|sZl}$ZvsZ7CMm z}0Kv VC|t_p䭽LRikcBKqF {_.4-؈\ D[oz"~6O7K?qJ.1ZE&vu:}O.vuHrn84]xOd@H c崊@ꗛL'bA?1W5BXgA`x*ަ:/bM|@'<<.&~y}"\jw/ZtPrm '^cf8jfx߇;XFk3.2|biUžxE(-͞܄&K򌠾#dp?qtQYwZĒ]ٳO6VSx<2oD"xTwjN~e ngrK9R}XZ_5ܣXgUw/Ӡk갡e9^p֮DVkz6Oƿo sSi<䯁46HLƷ=+u;XȜexXJhE\Bq&Ka95#e??G 6Xrh&Κ{8 #. 1\mݨW;}>t<7xQ+}8rZ9?l ,5yk|Oeyh G)Fx>Obk;  7&fR6CEгvxyuG>HwM䝹7Nl2(E8.23n߈VWszG}rD aQSά/ C7QV.} ཥ+ֹT$iᮯνkDWkͷ06:&e>?L }E&Rnm#Ҿ)hPǝ Df\`38l  Qy Z<Pu?xFΧcQ:`1R]X6ِYD  [۳~ Qd.4޸ui "Wu@ pUr?Ͳh0НA D H4M|' 9r7Ps>ec/% Fa f˳aUf/Un휱!RoYB}=I+(fVA߾;{$ 43URcy_JT[l~DJ2zTaa1e0Mc$[qDҬW]nj6tjs5ϐPY^AHmOqE;nixt T%Pr9,'-wA& hP|TZ岀<ٓſ3]FôƂOFvcny`;}jz7ݝ& S˃]Rg"T.#D;.#MPLQ58s"5goH.A邎F_֜uಞZSIκ]I/ 2@DAf7\FZ G܁9jNYKpO;bLRyD |>wf9,n+*:뢘aFx+ )L&5G [4L;(%Y"U" :{Wo4:wsIeƵ!.>LTis [URXϘ+#q[ޔc=/! 7RWG >?{|aE^/vR0V|fu:bU4-x\tPh&X%H3/3ܰᥧ 4 @^:ڗ\ɊAJFJD}z]b6R9AAzk|e,S[7!oCM8;dyxƛ ժc:?k8W@%NvFt޾|yrY'ԉaqt2VQdn8t* l_0.EԹzi@ل^X,.CsT>$!R}zaAo5PJ㌾|շ` qV!g7AAr|CHTԉ|B˩KUG)fRvFf>NH{0mµExi3Cֽ VEeI,SXU4zg^:!}4̡ >.T9kͿo>S3>:%'[tO{v>lEq4::Uګ"*\d ]'Ok'eH{’a 31iuḷuj=_+~iýٕhն<7S|Iě8:X*Z$@=3ȀǼZؙb\0=<`֣5qE[tV1O't"QΨ"#$~*\z3!6ws7v*KVѾID7mZ lܣ.YDe:_3zE,PBWTkCuڳgAL2teT l'ξFm)j->Mc{D+8Q-Ci^W< =a%c3䔊ii+uZDԌNm"L^fA !^)E5kÌ)58ּw%UACyǶ5@vG@rjOt&v,]Y%Nv[l `Tt3a=AN%ھR݇&ޫ&W FFgSLj p2G;.?-_!Zң< a< ;YH._Ġ|ӆH&M×!Vpl > v1/Vqcu,P:MUCϨ3pjɲhCx\pɫʶgtǩR@h@U5.o?n6]fa)1hB8T C4:US1z//KWM&C@vN7y kt[ i[%asA&J9N8}UOC1Wuls %t`O +v`Iѥb Bg(>ĬTQOa#H PNrxj7Ffm7CQ1+ID.߸jSR(d939͓ZHWLCG)Ǎ-E yP4vWy#t: Ke7|{C 쯦Yhho1CF+<<%YfVc.'7I?,Ȁ+|T'|F_Uڷлv :?h짒uA`Y ʵH$h;k.a[gsM.ihPZ;llZ8Ԓ@(;u[01d~А]|>yCޒ fl˒KC4ɸ(\ba##c@ag ]e* lh IT8T.Ixp3{A ǣExwsEϊ Obdȗwr @읞fQ$SO3J]C~WMK,Pl8?n=ݔUgj}A+ldv*%n{t'C뽧s" BJN&PA_gpE*p .*ӗ.k̩FHD-(Ds}+Þy<,!RE;~xd[qaJ9fyizD]'ٓnJ'T%r /y {jK{Ul@8럸#,9j !P+8S@pȧXlPIJOc j¬a^tuû<L6? g$+jǞh1|4QA_݈Ǥ@bWlBdwkmuxM;`-Ii" ?O~>dqiq@0wuigQcǙ*,(s. mLOvA5|#c/cmkCo֣ Bՙ(u3_^Ro?&ݹ! -.YpGMJcEp/Lˣ} 6>ن+0^e8WS`X)s/AŹVa;<(m0~_+_ʪA< UFERi  *-IpʚkJc$'"5ΞhA㧅sC'mP4#{,}d- R@ e8q} 4g!jF:5$@@9ha^򹩹A Ɖ]$(=B4=Dl€QwA eKe*dGc$Oa[}no=m YA(^h b~ӖdxR0ےV!>8Ĉ "ra jIu5?P,J iTR%1!ZWM- V'+m[< k۶|m&"AUsܥM++g?rZN7$1|ÆQ-pĩv^xq Η{ t@@;DȊZ\4oצ`IbXVn]!ƾ2GH8KZ[MTG,>\ųhX*K_V9! 2aet=RK߳.[-ɝ].v^MMjߐ$)Dad1ݣ56{&y fQTt|agVN9?-k]tg20l5.p5:IqŔz c7o FN֍c~Q+iA52HvYlytO*ٖQz_`Y+GEDU?R-}0%@K0X=cY=+SK%\~=λ*wnJMB1dx!&ڏ?¹? ,'0Ao#_\Ưm>D qzYFEY[lΛ4y`#)5'g8N̘L$U$W_zħmpxp(6\rPlmP+_& kT߄g--HSQgV6E!w=8޽z:#Ap-+XYkȕWtݯA6fUQ;a)5 ӕEQ|@ ]<ɣ!6P?wnYDqiS!?ã](C%%/i;l%~]ҭN9^ F#kWE/SĩE|'+l `" fШXԝIПuacvYu D=F.S:;掵J+Pl .!P` `X"]\U]u.&j&]ނ 40DU 7X5PevЄt#KS͟K]7au ⚑Z㖔y+MƳ*tޙYiZ˸Tzq&x5˵`*usrf2VSNNTns2p3p.i]*Q*'NDx^~9ǜyj ; c$$oQq!<~T`H)[yj?!^66; Kla=Cq4Q.`nR*ZaAVZjXW\, E9֊h_)EjB=':)k\N> #//`:?7{5 =k; # l4b𡷪vbwZ܆_,QwƏiU%]8d͊t{^f=ΑT)N9 =$_v[|5O:]^q /оȁrE kj?Lrp4ohj1 xYɅq$௿C+%JlefJ zyF[A^TCK+]d\ o!l vͤ(%؆I8զ/2þPv:%@Y!#9m ̪P<ӻ>V=*UH,B?Xje RVf' =Sv֫mܾeznV$â/ G)CɱA?p6_P\ųgFeCuq_mCZ;j.|LOVRT^"%,e XxJONgg3fKDڦ9 q P6sKwgHP{hxd0 CU\V7HT Avk]ם6 B.OOHXTO tUGQ—2?8xq;CY$gx #JTOWDLx D ? [T a9*P[PmF[D%T_w rvv 0s AahpPح3GՋ]>"O__e`g)QthU.HZ|O2XPh{NKu7%3 5* @r-#bW郞1M^J^3Y$xj,7ѶQ&M.f?nViulS|&L{OKmy8@eNsrB}GNsjUhTNNH:h˥gtfrCۃoL͟ǥ@4ɟkcs,.iY|@9#\p-=+Y2KZ&<^ n>sI '1PT1,k=`ר83Bm)WFUCm@Q<~6@sfS2}o0 #EGgG&2rMlё3e}*n(2O/]9R% j5(\0Nh{W)F2n`W-[2MQ~Fl/KtWpXn"0bjtB&OW~!1RUK+"@*( 47sHk9R.NJf;Sk4?Zk$nb(J %y iv!GqSYv 6B ѹq׍dkDki%Ms4r߰[CV * Z.DQe4b@.~m*+po}PLʈSwMNk~^r2SE. &lTu{Obу?o-Qg%J %k$p؇I<՜\KhAU3vWEcDZ"p8B qh2D]̑`(hlfTh?>fyKҥa=;c]SFc܈v Q֊ok4d׈6~p[t&%8QoyKKVԎPSn}.fyn(o_T@6QP-_#\t{sZ_hŦEG^)ucIB=1EW|h .+(gȌ*L0ʍ$ҦaǺH6 P-*jeǞV1ѱCd,l PHUӇ2mSLC"u6 ak<8p?>M=;ksnlxKEFR_t24n4_v&XL&uX)ă#(vJ$^aT| $<;>M՝[c!ٛWPϿhU0S۶sBu; +o5ǥt3gw pEKTvFqz)DpKF9&sCXBRs@|FFV6IFQ6~ds۪TMI(9BT__#N_BIv)b)äMr;e)jppƙSGMՁ""SQh0/Zc IPh%-/cEoϦ\y/ĵ8 LZ80eUdQZC`tݑ5,qRxWMUsKqb26oPYN;O5iS2WM>rWDtPobXJ]z5Z @uY5 ̥h.cB&:K*Q9lh,if_E웳EyU'̂=p$x8Ot#n ow6sBa[ttUJ@PD+ДT   U8,7 s =<Zwr{mȣfRbnMPQkTa((8FXBsxCJe9!l1\aʮ 4_/Hz[Y1]Q yqD|l*=`*֗Zi .{A Ґ'.$^RQ10&1fÀ$} mbt:UA^yҳ؍-d!q\G~_Py(cɥ_=W-,o9mic>YB/K7A.gU vF$ՀԄμ Lj3'g ׄ6N,OTG'YMej'Č+"F"xy`4)<((Y0H2Ej]S:tx(-OWiODZz1Hn)7>A.٪mesPBɠ D}Wkts8OZ MeQc@J6 }! p E YGɛ"]#3)` $Z)ƃ|˪놃o&V@Ffwy2Zj"^I5v*7 ax{bDr9DUv=i`%[$؞ O|Jȴ̔mafhZf$τw A|jpٷWw:-;h/#22M75 g-yv\;{w)iPvqHS?k28V1) ﶃ~e447u+8Y`EUOa#$NX#Dqb'',7jHFs3NiiJͅ~(LDA1gP b×Q/<&mK>t?!&,%;)R{v]'7. ;b3ߢ]*tr+y>L~xk=Ч MUڑXfS0݋o<31m(͐ArFipQH C#_*5ņ0Qwx XF%׎ dpU'>B9,4궹ʘ#2uLP`9igtWSP,yIgZhĆУvXҿŢBᖎ.vFOJMJ IA=g|Mw/uR|sgruIpx=RԠ`n,g.HbϮPz!"vo' HDqZsz!h# Ğ=(b,SkPLF7@0If 9\7.&cn7Y=K|krkFwṚ̌@;8ەQO{[4xYODAb6%\T2CKwG.`c1^{5Ɵt4v 0= 7͗U^<ϛhF=!3 gפR5BXq.lP.Z;;,8щVĢL[?JL P-}o!JBi7l|Um0 ;@~r٫Q uإjj~)\O5%WR J8%hvnZ֩d լ73ǐAEt~+~;NLsK O]g5]ur_/F+P֥mꌚh`q#%vG҉|$R |}m$2fjMyD?\x[y\t@X齿)2sg7>թ! i)KX|* JA&#$E o'V5s珳;\< ؁,M%^fjV[c1$,!E1Lrִ~+$^}+ewE₩,{]ͯ$03`$4Bqƀ/߆U0+-i̤ؿYG"ʈjWU#p`'CU=lzoA*"fKԩU&~Zr{ 5Z GkJ 41* 2`d&3 W\6%L!9N:2`?{LomNⳍ;yz-d i\/[B /ʋ'F8-atSEتJ&P_z!<r7܎D+eY:]!clb?.p2ǾtFOj["[(Qu{BA8?9fE)!OatGɏIMtafN LeCi4q ,+2Nen\>>=z2)̢_~LbqL,'_?<[BC)p-ţ#1fA\Wi&أAi-8&M]. 'Iվn)%wgǓ!UUR F 3',x*h'b#482^9V\7wCaES< ߃eI^.-"(|y <@K TM/3sTa5Vk:JOwH78v>CN{"u(+"zx0rApOSAj cAcJe)lU걤 vyTu&"T^[[$qEOF4]B Yo񋉢u'WN>{KaUg?@)MpH3i U(q{WKd0:R{ި_AƧ;OaQ->ٟNm* xϟeL vp,~f0ǜΒ}T3ۆ#!Cܿh_Ey#""^k˿1E*C ʅuH+pT*wA{K}:LuB_D3!: .@:$]ퟸ>-OD*vةcAP~WkN$/cPxE7fH膄Ydb:)@>HDi FQwH dB79=~{l{)m:hi ppTqd/{ыSU6f t{EIv7̪xYyj+P8Elu,_J.!!Owh)䟪.MZ\#!)6мju9ϟ :̝z\sKvŁ5v dP)4^|(i&"|&b-Sww%^,:缚g\^+x['eMW\0B0tGN-=So$]3We*y+_7n ƍ @om#S77E )~g_ -H2r&GNqԔj+!,%wWtP.TOmBq Hߥ wtoSuut[ځ$zYiN![GUQH.B* yc8 _n &D+lEh,VP4ŀ-+;1)L\jRZbO8ȟSaQ8"8lI@$Zzo);az3 Á2nf,qP4fnsѣɴLsEu Be7T8c$T:=R52בmעvn zyŠ97!a6^BW"eGARŮ4:m%T϶#hIpȧNIU/삛61so*+<z0P$ܯYbк*'nyfZC9ܬWiمA{X@) X B#f;n +qcPlj Ih,mS]xD(rwC!OCȌ7|#{P<0xw??)js.Xݾڈ;pȈ0#6E\i>:W|sI33m-|fPɫ Z cuX4adȟK8Qn~*bo>ZҀW}&QR"[;owtKW=ed BVͨU[rV8 P vJTjD3HˡLPR B)kR~%7\%8%h"˜c#"z`ñDFګ^?d("< ;5|v I2~4#&rb̢jFr!~GJduCu)#[RuG|X#+ fOX-v[) yxXE 70kԔ+ ͤ؆M-.s3VyZ2".6A{f] ~F8cbldt4-ăWJjAʌɐI*'޾5<`c ŢU LC; IzxMVyҶ@H[V#3LeѠADŽV*U)yY}A8xfm.$hInmtvW.9܇~.Ŧ՞6!m2*^Ei.*9i~ qQ{-x|:^"yAwG82b2\;+C@J-ӋBk~\8u[THPuqds!!m'j[HԴzi$h[:yв˞0 >fx1"6J`QB恚Hj;%fQ!q-dDZ{UT![7=uYEvOޗ!ŢegW"Jjz->!?/qSdT!v'T_uQf=HJYl* >Uxb}ƢJxT՜PZ:`jvEa~*NJ2\?SloZXicgCO{Y }kl 8BhYOu LZ4YOQn?K@yX KsHQNpIjLKVX3;,p8Gct63VeռfhðE G$˘z|SE8w<t`6mx:gc8XOfogo'%ϟ( 89XUInZԡ w!(c~>bm۝tH=1F QAio|:9 6"~];g;M`*~}|ϸ9M:Z' ClWKrע?/3~,Fz4u''ɉsī1x n=6Ox{^q=l<Y-jJ0RcvX- &AOvp50amq/]4"a~L-Xv32'NvnRG.K݅?CBxF}L7 |ݣ!"dڍ )4%_%ࣹ|(EBEdO0N(E;4fTM :h|t$.93fp](^ ǭ1 Ql|ԧx&8FeX:j8cJ"*>l XZm=tj\ʧi:Wݸ9I$P\O\t;ɬA4wEg~@X2:゜g-ڰ{3UsHv%nѸ|)g:zA1H'pZ*4$TbS^7Md㞉gheQl+@.ۢje_Woz瑻Tۙ1񗀞ޕMp$N6i/d1pi"`m@#ͤdwα# UooN"EU]l✭ lUր!oHb p7}mJ$2jCx/YY)de-(ےtl;7|daP&!״PS@*>fA 6+@1PW( ͡ 1yc9,oM*m~9 1nY]›(fO_"2utXW]Hwzz_q{HLʆX1V5w[WF5Z@u2=Շw{v[1hMmi/DQoqoy }$ IٍQP4M摚>U.7=MnYZ5k|ud=/+2 ;;KΨs4B226J{Av}Lt{;8)5QI;o oeN,vmͱ/0%{&=QRiМ#ekrĤsIMd7͢O*׬aݎ;tɄEStP9ƹ[`slʄz̊)lYؐT2fYЁy4h|tv{ĒHV| >(wbߡ5;-2\ῖֻHl^,U|'֯]~#v'aEsRB]\pG용4oVe"UjusQb=YF*Wcz_<>e*}|H"`1Es3@ံ!{+)ق3= 8^$T̲ŗC~ʍKժ{ B%kXKMUٵ7k@=װ02DX났9`~l$t"j`RioMD'@$sz>D!cGj?GPbHz :3o>w]Xρ#?Pv?ՠAt*9:.RفKӓ/wkr|=4kKwpJۺ. tHSULr _x$3%6OT ^~>D_07[G_fɋ)nAmx ,/ JXb|ۅCC$*kD0Eق*2\ѯ<W'v|V{~ !diŭH= 0EdII"[Vy.z׮2Kt @M%&&H>rRSqt}{(;nG2W`5᱗87J랆е[s|~bcB%}r0]mqvn5a[g \jpǝ H>͠ȡ1X{X9 ҏqOo1SoLaRuϛ_vE\-(vX$| %YE5U*>i3'v5fgf̐ #5|ʼՁSՓuT"( - _|qjJ_߸!DUi7f}X4-hߏߖ=BjXi︮K٧S",bA84/qq< 8e9'޳ 7!=/h7~D޲Nc* 9é Z :󻠖u d'.@ݞ6g #p zoq@+#edd݌ spzE%l>͐>~qo܁K c;A[иEFGBV#cYwv"ɔZDS$6* w ntr0;AC~xv֖1ർ=Gvr/Rw`1 :*9rY[Ҵu9]JzT q9̓apŹ@ÕN ōw'4`֢Ј!lb0P'Oo{*SKWnPUcY쬔@=./b02cK3- c"v":Ek"7AnPPCa=o/^A`*? Uo6UObid=%ctJ~Vx?d&]Jal -l'za*:4vyQJƍE}+VgmWoJ )PyR^I]L{Զ-k+]qwl t@%bR>ؿ? OFy)z+H]K;,8ZTɋ E4%ȼ6=A|@؝~$DF0>Ѣ3i` ZXб+tzCOWu~n]zRɌ7IM&,e,",7ӹJh%UĢ,F (CRZdp2} &Q=}1>]u.Rk7"-PITPbU>=M{Z r8ՎHNݜ>_.-?([!I,G?62ݬ@4z)^[H1~*f̏!\F&Y)条8u~D_K/2k>m7G߲pJd2$ER]: -qqUUEH_ ρjs7(l&o-WT=g\Klx;i5h- T~&9հpb`k /͋U4;hi7 j퀱y֯џJ! ;1|/[^\кۃ5K "K<{J7ڥ-^8)G@)`ezO:' hg-n,,}ٟ\hA~YCv$K/iRJ f1T/A24 n>:I yԡR(O9 jxBRҹ ]eoVIU6"fjMUļ~A8>u?Ӥ@:>|<2JLw p92n`Ÿ&!:±Ǵ߶:7]] ڼI&1&.\.)iDї\IWoZ9x`!( !+K )o!PM轤9`j+. Ǹ:a+늘gĞ{? LG!+f|VKj1&a}fo&>8lͿ\A:9i6X e=~.02C\>^(.HJ㡳ިB8ꬌ2 =|/W4:10_X=b7#N p\};nͮEdqP\p)N4$Zhps)6_:zi^F (X=XGL{=;#t& *sR&scp#d63VM 2 j'jHW ldf\,i%TL,=4wqI2oX.'hZ(9Z&p_4]/00 $q}^&ͅ,d_lD mHHk>/3tZD*12% zS=gm2v`bAehs&BDYZş"fzKR^NpZBEek-㾬E<8q@ J3s@Zo]Z.*R$ `((P_F6PM^IE%ܮo m# &t޻ͯUDi5o%;,p ϳ(ξ,j頢HԂ$ 5gݖEw;+SB ,nG|U]:B.py6MTܷ5F|p~xID5vp%1d<){81 1Z|b%UԄr6d `tIbBl-֬ªp_/ 'k$qĽ#Zd_*5RKR)+ecb禈ԙ:aMgjV#s<֭O ʷ.nmmp&7@Qnc|.m"Z u'6LS%r DE))][zw֨nf2Sk{ӊc8.9Fs^j/GEK[7+xGxW`}O?fKj&O[ !KS|`:D]NE`#.t^[@'r%Oqija(]vANwlB6sk5Ж~⓯Y*!D4Sy.1x)śzΙ$kS)c.|x5f:HCP+m6L}z-tuĶ{f 6nӏa3փ8ˎ/Ffޢb[M a2AAqz*압g`?)]0,diI>PI.Z_LgZA_wvlFV? :fXnr 7ӅE7lxn&҂i hvr I8ιUҭzbchpX%4Őx̙橜_ObseFX\?{E18wŏ:>ܝ!CRmvpp%J8h}pӏIMJ ߅wښ|)l<F16虚 I[8!hު'Y̷4 pg";Ϝq`+v0 ` HP||%Jŋ_ZulxдħppҾEEG8ǒ([)i^md {~\~%A' Tm?7i8v,Ǐ+c@gA@vO\eD)Nby+u賩ҝ"OKmx &-EyfެK]CI2,ڭ*]7ךi]InmWlx5jȩ7?5B4C ױF_[I+Cd-B2Kv6%JW:hJV uLYN %cjk'yx&4j'A]/{;­6/Y zbakq84}>7>XV.A/|oG/WevNW]u$&g%@kYFm{)Z!$&4~f aAHktNԋõaE$% i1OPo_hRK56wiST Q6sQ;B]:?3I u+7Q}^}sC©VįH){X8kkhlYğ4Sƈ:0Z.uu2A_ñS@ؗ`XX%ϒ7M2~(Ao_zfyt7yo#;K>.IS5 \^P&;4iqVg/0#!q%go<Rmbi_i-b_`Cb\DpݯI[c0HM{J[S6Si :^!mZT "zeU0_jMw5!%cP1p0YH=+.F?:=/N/NM84w,}J ђz]n<˹ 6.|6q5X zI-;l/>eHd%u5E҅VЗoL,PΠ1 1>;Pޢ \Vce%'TucEs"^2ä*1jp^ ,e CD&1r7to99h6ŗʍP&ǕZ*((fĕA*2Ê)ٞ9X#''VOmXFEw:A hCeOpORB#xe|$vn9C'ay2$.)x8Y }o/2i msY00yH,w-[SXifHuKWşyQ(4E$-q|Nǁ:0T]2AQm= +kd䂟]kf/vЈ9>@] &'+g[S;{0Z.1LHnlo6弼;[ZQ`N{_CLE Da21?qu_]_}o\+OUsZi%i~C2иץ\`I0KOYhd-@|0٠#^n*25"u¿d~fX Tv jLQv~}5ߍFve=İCơxfw Eo,An#"T#`3C;08BU鲕< 5NZpڄU}e_*!:gKFfH(tÞm^$//vSՃ cpCϻہ7f)%kE-Z- Bm4nI ӑl6HI P[GtQIo =_ \F;әʣ׶}Fp?Md0ģf âA홲)DHVUX.<~,8o~'~oƐ*j<|# T}0S4k<a :M@aE{=>A0ײXM{\Ӗ(B.(4Գ.yO3<#}V2xm(q 䆺 73gjF4,S"uESa*tLP s+1:8aK{X\O6oNtF4~6GYآr'$ [m{lw[R-,Yȫn̗| Qvi+Dΰ1\>db 4lg8= iHo2(~W P6|Li͈Iwm2Lx<3=VG#A.L W{)'z M@PLQ85Cx?޿f3كPLu[jn85QˍJE#si_uƽY|葎~|P~rnC^a/M&1[GPkzj6#UC1tF g߉uֿyUb]caFS@/ˤH8Ƥ]wkS*@q% DNDROG*4 VEY=Ȟ*ZF) .fKv'oq·{ڐ׀]xEN 32Ny1w>rY1Q0Q?֒__^0rD-rn:$Vh7kp XP Hxh\&(ci<*?sXKϟyUSWɬDwz&ϽhV2N>E$v}35$=bߤ"ha6(65J%KoJ޽6FK'|Nޠ2Q!'lIh,5uEW-jydID]r\,LgCӺ;k;+Ipd2Sn};{vl82|@z-1$컳9]*)Y< 'L"ɺ`7JejRˬZnḀX?;x+ZP^KHJt1Sq/B,Q\ܫo]VW\*#cLuPOT?B/$(G2N<M8 8nZf|Ҟū}~,e{(]?l")瞟Tfa\~]~C]'UhWPT)=CJmo?=ƺ7+}tcBxk$C)Rt*آ Y('9,e)aЩ9?:Bo"b-{5E~4syN1k*4닐ү] VP0KHo3„ uI{+('&+_rQ4Sܭ}#̶ ⯓}XAS.gix PU}Qu eL/quoĮqs(etyє:A'"BcEA Ʒ_ 6!H볉D2Ob?|X0yi{яpo|r0e T6>?]edK1l¸%b1VgH6F)9p`_=ʙl6~i͆&\FYMuy~)v_~Anb.[VT? x'7woHWY?g;z3R QR K!] Ub9^2]] $7.D%.hI>.aMJ~wL,Ū '?|d _HwIP1P߭AQ/Bʟ0~<4Iir#+:=swk6j#;i(36f\}@ZopgS+(i}dϸ;wk1Q O-iwtwo0x}$͟–T8K{HáF#i3N| =Q*7Dtʨ-LS@1,4vzRI],?Z7jU %ެox.wl -]/\ԣmL\s!/Bo+ A&Ȭ.pdj(чv'9ϢyFI69^ʷٱp*:< @Q4PTnij*o^a]~~&Ʊz3Ndc~ m4g3јʹWԜ)V!os{mͻ%Yw4'ItҶpF~UoG3 de2 h:p7.>GƊaQCέMc7f3h):fitl̮!)ybTGUTQ:# esoDyirdMn!AJ+} ^,I![vY${KLĬw E:3WBTJͤF S)L?)NGZj; Y=ݦa=qE2g#@0Mɑh@,q8e Qp;$*DHJ632af e=R|Web;ǏVpeEXʾ$yJ\ь-*Ԅ-g&v.F{hbC{/m쯉1r5vApjAWM<¬<'`@E;+#ɷ:cTR%%1fBȪ0)Àjo'8Əv w,6 W7Ek&y7D [naht|mqFcF<])k+cA85g?THv+ :WcK-bX  XIH '4aM SJAGZ[رw.1tb*/W <{K:tQ_7I?u}VsƟ&ٮ:tx1Qu-0Xb 93UԻ!7 *̛ˉ]G6IuD6Bh*(1WJnrxYLj3,5FK r~ɠ 0$e^U69K6b*Wî^DVEG7kKm{@C|@JFȭ ߅Ye/_Dv"@{rAoONoZg$E"l BVRQkRy(Y(;yoíg4U1TM0[ՊIXJ9l` 3X?5Gus._ª 20ߖHeu#A:JTtyCTp>WW4ւasأ;LM]=|+g;־TQKxpGA&zlT\X{/6K]U3!t{Ub#mb @d$0KgfL B)|`]o!B1&^RhjZ~l޽hĮ5D|iNˮK:FADx-Qf|ʣԌ}dijxЍ+ 3(yY(!"Y ာqQ .Qh{;#ņ'f&BKהB~o~ ({zNvg6Gy**&imdǐt4;CIcw*Ţslk. gE !lf3@r=t8 ͇@ʧ$Gpش}; i܇>+͡phZAӕLj&k+RSܒ'NTq0]\'Htay;NW/+4cqZX>[~"Hx>4D(/H?1;$beFa@XGSp/b$jn:I_k;lu߉:=)49-@8r ޮ ?SΤɅOXśpЖw؊јe{#e^?B7p2ň+(HY]5fh^$ 5|зzTi*li$SoT#nӝ%]܀+o:š'[̐{p8[ wm.*Zqb`-rcr&dUPJ@2h@h,[$ -t g(FD+ޑGv A6.0LPY_K(&аX0":R"5Y_ Zŏw@ ѝ#s+/UTY-nI}w祌q4|RHPqC(5RLZbPzˡB&Nq, P!vWMʀ~װs w*DW1׺s ӽzEHuZE*S p):}S$pdJF{fIêhFx| wE0Mga)ats6ŽgFGa.0 D=wzsnC+S,-`yEmw4N.~"A˴?Lq'Ķq8R,)߇9+mfC4[lR=Kj `VSb'b1J u/x`. b:˩RV]8Vr=N*^TLoWJZ8Ύ:1B7f>5pTAnBx!!45\T:C1Py7 ؿMa͘xlUgw?`Dq+)3? rMٔsU9pXr)q:LIfP3OAPE6L=u'r>!`y:҅< DM hkБZs٫ɩ zqd󎇂,ߢd9h"~xTB|0%a`a2 ]zڈдJ{js -ruu1?؉2pX6NkoroYOnZhH`ԝοDХO7c [ytqSxRa$fY4+h AkÊvUFL]"Qo J 9 y7c&uyV5_PM/ @wǀ s{?h)e^W?!= }2,ZUDkk d1/m ϡ4F{8wbvIR ={ӜnCT&G=G0& 8qu* !( %PLh9#EöOӛսe.3\oulA8 KcN7Yq9{^hZ5o>$  a{կ:A )* -=5tcu@/NWiBƱ@)^mF.]ct1.IvنœiRbF=M}]!q*!0:f{Jd&&~7Epeh16J~t (OU&9pvtLPM(*C|hZ> 5l.jO~Z 8iudɛ@"󸅭2r} 23xȎZ QAFebKrqXt7&!dTL 190֊]reff:wUs,E` &=:5O+&)er*ka,cq +b{0ȸ2F"6Q sƖׄ+>LӁ]3f972#=n9[6DbCcovU)RοC.(Wc (*ɿiVE1F/X-8+( DPx^φ@R$ujVcﶶ!nRhCxB jV?cpMpz$'v{O7-Pp`%ZG$ؕIOn`.Mp14Y͸NcnsʫOS4(=_z/LJj= Ko tH\o gE&98dr+j䩛MYB|kL{eZ_nP1{P I|Pщ]ql :'k>41Ǭ!v.`UgyQTO ujW8{9c"5M8PU^VLтU<tE p/ҧsUh 0xӦc%逊]egg)z!]8 AjӨ0epvC//fJY+ EC8ru *|T㋂B3&̋uщK&zxj q:A~q20#KT>яH}XC@xBNփg8aӶRCI[`GETT O`= u8J"S,ɐ4Muޕg~I>ԓol9cQQ/uRP"}ߎ 61W<mlY^vE!wc,'Y _+~d깷pbu)ױ𷴺&>!tVʪu L\弓9Xk- 7R*WxPQُ;*yXS[!_E 2$hv`c `->zrDxY~}KM1lJ ?&O}@&rЭ|-t:сQZI*͛+)hZK HX <P ajdrIf[)Э!Ţ^t3$JEZ.K%uW[}Jī/r5nh%7Ow>USV $$`mCX߄܈N%_m,o1GNdҔ ++T乌yw5kS"ϸeFY{u6gM|P(Q/8`4^JϦ͌)"Ӏ1çTaX- kti9mB3&,&*GWr(332Zq.訔ֻ5ghljl@#.cկ;1Pp8ON+x;i [*^PMEBgXŜ>3/-zԼ}\T(<u8wu;>[:t03|(zDX*Yzx۠-7]T<9J/9]TmyV ቓ0R:F  }SHHQ &: BW'%&A;ߝƕ/NS5j}^ͽxvLC"!gjXv"ڟT"K/՝1$po+.|&,VS[.63HVe߆ϐqYUOVX"XYdب?E `yܧ] ۖhtTLWI/Zj?aJJ[F$2h_KF,㋅0):hVG&=׬">}S=Hn,vЈ %wHs?EMIm'@Jv~>, #-Dя>FUc煽(tI+zNLt\4w.:}`:}]()Y/`D 5_ \ 1yE|y@.\+sR;07ތO4qN,;QLk{[cR\@ᗀQ-.-9_̥R$QAR +:ȁm3\@%ZvQԆ¢mPk?EhOSB4*Dw+#;q/l R v׵/3Ҵ13CDYh%!L!q]R#N7?hXͭ!n߁rc.16 *lC,xxR08/rlz,!":$f`e9"4" g-7E^*ocE sn=lWrԜ3?g3X s$ZYHHЯE?S.5o#5clބǍ֏uݖJOX~ zg:tpPKvV80M k/jeMN eJmZը+Rzjb"68̇` :l dl?dEFt̎lʃ.=pUu0=T%Ii¡i&ibp2Ivx|8o|D_,rbXd6^t"IgGw{ ק<0'MOPx st~ZutcJD- {xp$*m}=a7n40Uhtho`i\ÌC=C4"aYWgJS-QPb:*] Z9^EKXPg') @rQ,/]jպI%%/tc.LZR8CbN]:NQCTL a~ƔSXd`x8MuczAM֘#QK8AM~f4}ˎze 86}D#C)O`Ne}lƧ 2N` ~=ʒ@#0*5;Q6+٪lHէtnfwIV#8 lԩ]35C|[nXS˘x"ɻLDӢE3&Ne[%i$E-8}WLw_[gQљ ަ|`\GY8`ڟ0`̸\t 犛h ;}ә֎) DQֹ\dVbmsmĻh>ܵ V`o~wT-Ub;CB=Q̫Q^k$٩Ɉ69SkzU \""a6%nKaL?ɩa>oИ_2'*z pYTF'{MYEېK=6'BRR^wK_XpݭՎ H˜!Z!sxV$o/5FKy  ‚p,HPbF@J=a 4 컝f{^@?h8v|ݮK#6C'Fnsl"k' _1ތ %>v[-33ZKP}gEMʊƎSz81'!ls 1nЭHaFU6:~ႬIJ6Hѩ}|XKFOIL 7X}J@,dG#->d7Kj%|G8^jVGLEdyl|3 <njDɣv<ʫNa_-K  cs4dӂK'1g@H2(/'uqЧAKMUm}vQiG\qެ%ӂTWctJ_LEi*wY%x*XKêG?Vw;35/t姽PѴp-ٱp˄԰gA -^&\J+qr#&sB5@2jVs$i)^7;*77u)r^ZӁmMz$LJ-@)r PDžX!:$~NX ApDFazSpI9+@o!8%+^Įa}3lMK:I &Zsiӽ${o4gP ` \XhUUO+R/FNJzCWV0C^j7AOYSb6!xKC1ܾUÏ 0U5͜1-I $Iۊ~L$8wƿ;N0 I :9O9Q:u;3ڹl|١h>=-#yO~1TFGV%s2K%S¼i0 U7 mV7R)Oz VcɲŒTБ9B[^X`&' GŶ#d/DѝPEԹjN/=؊VKd~1MZW·*53~o.LEUmؖ=տ9g}Ls qCȺcaJÈא,,;^-tinI$Y6E~ԍY{0rZ\z0pL.=n?,q>80I o#Qs)%]џtFj8kY4̖@@Όq}1L-æThįW ]qB+S A蠟 /CĽ-t }B4TjZZJ` 9.[m=8y=c$j XGA6GrnJ5ӓBhYt .ڰD bo7d7{؍O\YӵpC! gBj{h" h`Gd廿T/Ά'lp6v0;>TcYmlWv2\6d@ަ6oN@&>T% Oka|MW#eTmITGW~5:FGoԱ_ؑ?ٚy-E}kVUeGOεGppin (?cprW ITzgB EY[נܲ߅]{5/ ^ClLP:AI8ڼuGX$򺻛L._ d[9u3kM:PҸ6V( -u +1sBFTNU4᷉).,~Jlı;E^mL6:6rZ ʉnMҍTl\x.q=Of1Dt G \?W^ꕀ]:oRu[CP?stq  {PcRr <[9^-{KM(x \ `i'CXa!RIf[赓QJr@MBozbĐFx$* zŋBavTlzl?w.6F"@#ҵ"g n;ø;&Azù󏑛O? \ͩ7y\ zg *lXi4IsЧM<4Ӫ?[rAy|_-{FNr#[g ׄ?1 脶>]RtBJ*ES"84vzT9M2Pj=7ϱ>On6Ϣ(/ _&ouk>vx[;^aq o1]9gu!o+}";/ P)4Rl]_(v"W> )uxˎVC*okmr hB"t< ج}&C?ډ:w ']ZPxc}psv̰ĸ5'_? ~"6hIrEvBQiuH/ _o,[?PïO3!C,f9M3&:v1]X79=s< ޫf?=N;2/}1.= QыZ^[&8*8`r",i=L'YAO?}J-" ywM<‹hٮEqg " Ոgº k#g\=*.i1g2K̒>;̰.kM9 SE%iJGJ+$QT(E#ܾ33q:[`ٗC܊Zo:BhL'Ajxc h'r S[וF/MJmN:`T. yNEw̆`ݲpviLEeEQs0ϩ>Ex%1tC[\$=ϾKAbITK#ItS>ݲn #PPX8ux١ zC4sP,oTT`9P{ wܽ[DViTw¾qR*KjA$cܞ2y+Ž#cgHRT} ֮1^Cx^Cvê@o ئejWn,2oaBPdCaG+q3QY[s'XΔt\(\0TR*S@*x}}]K0Q| A;4$dP;3یKՓ0mLq#S:jc=C "k-#zU ͍CQ:<<␋7wejGry LW{sas):ҌwrUƹH &x'#Wt<xSџ{nPVo?Z)1vѻ*olnQTك'X]bvyR^:_OQ~vK жqtzХ}|d]6BA^FTªI?Ca4蹈E^:k˝Gi,+ K%QqGk:0{AWC5bd0ۡ\?oЉ4*s E8#j!fj~* $ %e멶#fUʳJ?-$1]_.<\]lum~XN#\bK* sQtŝ<S.a[,V>Mvޓ}vRDY0LVŎi5lqju %[1|8-aW߾тx]KTy>P \U9ˋ[/8˽%~p T=$%S;8J>C2rsBaՔ,,$x-46t(aT B:z"FD8+A(L;6 T.ܣhuw _ЮG6s('nk/!ml2uEc$vNs]3vKub[Tm㘀1$).::Pcf~n " .,6mch$Lyoc;i 3㓸p8 ~?.H2C: $\<#38AA(V5gr&Ѫ]0:ٻ)?Dzi͊>[ǜRъ=$cp}AFOUީ EE }w0Ŗmd5Eh!G% Cf7Ĵ<$qPʌ>!&4w ]yp[9S*_ҀJFC }3<{ȇPk{UhHod7w1[h#+aG_c%iXtL.3`#fr⃔:501 P(1e=5φh8=3A"Z2FƂk] a9"RKUjb6<t YT#m&UuZ+uШb:2fe/ :+tg5G0>Da;dc;*1#9P3mH%wxJcj"hw'w۵}Z<ܭsTDxgCFu7iw#5ZU]{n-CYYtϸR `Ll@,|y-QD5mLwov˲U'e+[;iA0iuW-o7_yTPGJ#ި'bse}J_qDFqD3̖/='I2QؿZoSs C;R}T471g~<~i@N! q go/K,Nl7Q1NJNJFW\oJ%s B͓` *bK ̍#X&:aX0 rvA~dRДv~"W)c gw9󩆁 L Xؠ͗V5ϖ߃W*慪Ȼ^^y &+ _Z(;j(0C$-oL)L i=_EdĤYFvjE<7,TO/5$b&/&N7~=.lHx=_|( [q-au~gKDM|"fb[J:=_9 K\D`N6KzjmD]WN[ccvIzH5;QT=V]87\ab3 <}.&;s{w7 $x\6M辊_+WϷoƨgm`Vo.ZdA7`l׀ЕTbu zt496b1P O;U={QM=Dtwm`?:K-Y;1hBϜOWY@)Ay* <w$Z )y;u^EuD/%0qP`suZ@q1e ,Ki^M Ir+D,ɲ}k_:8c|q5|0 Xs DW'ca>B1 @3+Xl-o sACRU/b509nsv̬\t;)SKi}zq`qϻ=,D Z{e;& :J:fSo )g$K:WWǴ0O { Wu޾X-BI%hc.Xx÷Nv Tq 90B:LS+ҹ| PiwgB 3Q=VݦtaCZwKH1{ h}7koy<7ܗ*^li0@4ٯ`ncM͸Rl6츠 աr6דyL(#2KruLw&nVya|EsTѬ7coL,RY>N$P 8vǰż$Egc[_JT&'Uq#e2@Z/\@D[7 i|SU/%Ê6!t_\$&q<>yXda )8=q$pKTy:<,l!P ^7141TT3Y Qɺ3x-k:.Xմw~Cy<`rz3 1;SukwD r2ƕϋ>4a>󠚫htKGְ;xحՙh黭B~7bV >qc $5䖱B"ze-/6Χ|936:o;t+ߎ4ED*".Hkfp8VZ^ -h$m=6z@\] 8?8?$?ק!: OĆN#U[~ Ldw< 'tm!{Ez2lФ:)%H'c+z'% D3E}ygNxhҒXAI3גM@*j5F\uyUZ)"E6*DC]:2&̍1ZǴryr6_.fF8>ss#;J[8NUۋXۖ d5""))]N-`eX ~ sr|>JmU詃g,'7`­a\ߪeJ}A 5rSZ<9z?WV P>%9ZGp\bco @ZXzh.$e9GU& (߷S2 75/<3`յr5 p%n{ ş`Haul*T{:mXF5>TT.*hS@Ӑ9 fœ,Ʈ< 0OVs}TBWM68a^zHzndc܂`*&Ϊ<&4!XaBwvk;hQ@\V0gv TEEԿQZ%|z.YuwkoCF\ցfo9X C9ᳱ p Fx7#WG!H6Μ3)4+#f(橠-.~8d%t|X2.ؾZ)VnzEQ ZtFy4t2^1w,S)&/r4iaa<Q▭! գZ1}znOZ@;mh%H '>9.eVC|XX{=BWyM5 ?lcݴ^T ȕr pe ъ>DɴyBUr6Tж` {꟨JϸƑB&ݍ-61 $?f+c5doS슿_}wƦėVɖH[~'VSqd*uX{j̉xYMq~oKljsωm eɣA bh׌M/Ž@Etڞ#&'[g6!H ilk-=Pd:䰁NQۇRK*A=9$u#=rDz~ܪ"=En6{^nUTZUM~Ǚa5af"` ̣NZج91(PAwSNNZ_J%=~g},WMItc l ͭ:զ4V.I_aOs<4?binm@jqpP'\/j Qu8kv.;5͸_ @ ג~k ,pvF\-=FlAa-4B/awۃr%cf+{&τ ~.@C2X@c~lIw)ѩ"m>;-|=$gfSr3 Ltb7?J83Ԅƒ!L?ʺ AuHnB[%pzk9z qǤP"u!9_Y~#mjL=P4RoL sW.sy:R] 1;%MOvuO,H.62eU?z7e*<O"~2dGr&F90&M uV>RK NorԈM,MD́-k2/Ju +<E:d M~PFįOmJʹ[yf`БtV$lH5Rߎzy-L2,!Wnd:> H=ե=158~z+b'&2|1 0Mw ]"m~BbIOFw8<0؍&pu<(]зπ?_|KͤD#ن/@0S]_K#QIDbÔ^-Ixǵb٦}qvno FMWMxlG`.i#q(djR!{{0VTEᜩua&+4aUS2o΃faZ~3*@oV¨=M.)#,af@I@%*2"-a14np+0 !6m p/K-rKz2 JO(}%@͔2Ang) Wd]>zHH>ԝ&kj&[RG J놺3ۓcl/Y':\UAm2$2ֆqդ W}wϩ j'p /SfKAM';5pˬK\<280塷~<-S5G4dkwE@IQ)>7 9)$Or 0_K|$d̈eJ۴Xu07GG ]S֭Y~\H}q,df$xrUR@-l7͈"e?C GawRG=D6BNM#7''^ E$xp7}P#J8^-]o1m qkYe\?jI ? i=!QYM|Ld pq\,곣KxC3km{az{xg=%Q1P? dj.Ti6:yqw!i[ 9l+>9J~sr>|qla| ߰}CC1c/ ?r DN+vwW6'SuM곥. w'tn<r80kS}SB`.!т0]!h5~y("!!]!QC8Φ1vׯr  J-c*)'kyF;ۦ#c۪`0٦mmSf@czwDTQ`3{ѭ G+``kĜ!VCYLRHq !AdkJ:[w]c37OLˆJG/,PuHǬ\iZQ9R I$)O4?s7\u:DJzpbQSB2m+)иG[{%R 8QnF؀$T_xH͋k׎Li{j\{|NIj *c p45d~G ZuJ } pTCk|Xv (;N"tB#ee嵎 ѕ_Vk@ϲ195r?&x:ee֙y .<tIϦ!У z UU|ʩ09$(Ɵg~ŦZu齪B@x4[h 6VR)R ds"MƝ݊ȜO=+}'Wʥje3w8lpXޔ~4e)_d J.BU`T@ϫjJ-pmkǟ"D~ (VUoJ܏@FDspʛvқ7&:/ۆF,m`vHs0bְ3˃UyD 7o!n8@vV֎^>Is#-ndZUYBJ?9`^O^k gY8\Z͔1^Z$\7/lo\>ĥye{K‰-F/4} gzZil=`L/)  $ u8HT .̑t`>B2'B|1IOD[֪S=7V7c}T#ǜt $g;+{f uֽ6QlɆ$ٱFssjtkVG&5?@4g2~Sx4frﻨ^>'v dHXeIKfҍ:O5[ML'ᬿ\P1䶬d7wF5MB󧴛{*+C){I w$v{8i|Ua u͎)@U;@Z n(/i t R5Yd#QbNL!&C1!+SgC2Uu++{w{mͽTә D/mH2#\sщ5p2aCl&1<8Pw3]wzFRqB1 D)qYyah_9;]4Nybf o,Zˬ7?VӎE1BUfvݯnk{.63LKAMP Vw"6`*^j9G;F w+Q;[v{E z3 i3qq9۞sĩ0G8-/67UB`R@ޒA.BsJg c5.C~VU+`fn&nu8SaRasˮ-TA L3B QRf#'CVXy6z=Ux7$:dtll$U8qZhAShW-0c/]\P&eT)<,!HT8xv*<ęt$L !gE҉ں8pDXwc4%nO^?9i|S#Ư 9߿PWShO'8/TF?*5DfK95f-) /߃}U+A- Ym~jW@F# p| ʟl\'K?W< dv¡wg`v9$]q-VŘe\䂝Winԫ~V)y($6DZI5K4bIڈcǥ_tSUk%3lheOҺ0c@\ʒ8Yz%=ſ>(a%1vH +*hȩ3j:T[uk E\.`."r}bZDžyC$C ]2Vv΄(/- 7=0Ϧy|P@3䦅ql~%\EGNxc_h)*)s tp7jz6t3-~ ƭՂB s2]P&#xU#3$7Q:L֭㋌1tSBU6v3=x;>EԻ2K6T7we ]!H n)`FvZ})LR w<UIlb ,`:NmkoޯJ [_|M&y6q4aX5`k=ʼ<59`jדN5۫ʈޤ~JƤ( n~B;CV';esGrlwфmrˮa}+564b5X0#HUyL(QÓ9`?Gy`FA{*=#ןܾJXumTWF°2A0k X^ fhSiyC%P--P5 (U h$DXѥ'pX.{ʛ `V5cYqS=)/7 f@yp쯋1L%[|#2ڞԵS7+j3\!Rt܂Ȩ:r!.VU|؟r?I)zCV7 nO/VdQͦ= CP/q+s{h5j- =ĄڱUi>w1ˮC~~m#ګo-hjqBA1>JP{fўvqLG V#Ȕ?SۡdP.R Eܗ,)3 qrxq2hj[̐*]B"Mke*Z82`B@rdjV&36\bȭs48eMi*0K^Gm z(2)D+ tuz-q.[cf_xfX&LP1 |DW(FT0ʻL%/r;-Gy͡_1?ռ]t ;Of@@3Os)pk\ HTbQ++P0ž5&,R."[[sXz$יTv- ,5#4V|ujx*kz*Հٲ0–<ͳ !zo֡V&)!=iL^UvBaﯾTrbR&M)"N]`';iLRC]g;uA$9}z0a/FFt&{B:S٬J;.Zҥ%nfsF ̈́OeIJ]$8v@\t9+W8L7_gY">w_Rօd\߁#]}T%~lFo&)]A[9eξ^`[ CpxF pYʆAQ#"I)Qa Ub) +h@8NE:bZR gyYs+SJbGA]5Cb=x<J,3o{T]CAz^ Il4mZWW/5^ETM+~V*RGE4Tl]v3Reщ v`r$ŦzV#{.\Jq; 7.е!Y>hӅNQ5~2$JHBCN);%?s+5}[M{L0vd>cZTlf/ⴌ !wDHX-ֹ| 'm9 %>@7om>dR۠CsM7)tO|W=:5-m3V=EHl[4g%c@Ton$"qA֠9e# l&51PYMdzN@$WQ Pw6-֬G<\p>8 󿡐x}wJ+/GmNȎC9koYܮ'v\|jT4@~ok8y,̼W-w6KM6@cesً sYĒ3'2531)-A0SJ!XAӥмɨ3)ܫ i]Jp>:6~euC%x~]TKBɪI0Qϗ)? (9d#j4|~D|zEfq?",5I&M=%e7_.]UiD)J4p)";a VXU5u.(s˹` tJrGt}}nzv7oV5b5v\πE>)ݙ!@qE*;xM#8*?#|{n-+O,Mϟ%9&X|H6hCqͤA r&}IuW1~2 jpmO{wK(d5|rm{X4|Z6$x$SRdA&T&bx2l9N7gOCйt=X j cW"ދ19@]}V40 Y g<0 ,| |G%MIZf[ת$/uA CS?juQ/ tg=:yT|B4McZMC46@r`(3d3VP[VK0OFf[Ls6lxf'N6zcwc!B.6He΀o )L%2&XfùMff-)HAQcZ%eBK4obR {@VX+aS:Lj.EZRud'̛}El HLcVG2Œ<}qpӃ u4>)a64SP~d)^t<4%m`NUt+s^JrYɌT^s r#-Bz̧+2mEQ@?g*x$Q:LG3=C,˜LJ P2<;ߏ8ۀV1ee0,UƙY[^>oLzø39zrAmE.i.=M#Ht_Bo[\t, =xqL/_-q٬,U͝9ANMuVh-6C|•@4%(-P BcZֳ ;cJ,ɍ٨wߎnthq>^Ɖc|3]2"dp$Rz 妈q.ۺK 6fhlkXϹ,q|h{=WN (OnS Z*땔܏ 7~d+vfZ&<^51k~M\EMl҃-| Ya 2D-8s.F&$iު qol{0K"ՕuIbN܉pKH|^6\}*g|48^Aa-&;(r{_,}H''3;&mT_K ⱪ8wj'>T $_߲.{|;1 J27 V\!6lOpX S..kLptfpkʷe)?Y׏Lnkew|4!@pK9S/7Z`p8 ̻LI y U9HtQw9[b֝t}!~Y:IoEDf  iW$Px,1m.HH3'bVk(j7xHf$-baFzk?J06.kT`շyf pr<ለW?kXKqJ#E`v!LC%BΣ>j=,nN'kuk3=0]pFL%1.퓡VȆg^9'Zx(0`˺I~IBbhʢ=lH0V߉֦ASd c"%+`k'AJMNX2b}~z3(W}i,V'ݒUD&YJAz|Fl<@a \K'F6(Ͳ<{̏):bXWަ eQ<*9f)]>pt+S;2:߮󪯥,k_>}&N`ԭfWhNֿcM C 4O 7"? =H2x,wsݙ(bO!˭__$hil { h4#eLt=1a(6i>-K;I3: 7gi,xʕQA*ZA[k61  dm9niʓ| ɑBaf dLKa$A ܯ}l}򄪜8tw. t+@ ÖL2n Kg8G<$!A "x|2R(+;006ޜؾHzLͧMpq @2aC4G"rMba4>?z>< m-`xjӏi&{8F(to {E6^jE( tmNf>Lal@zэ_D.p'hN|KY#,vOY* TsL\cicVSx-g!rijIT%Pc8'?t\\Pr(PҌ ^9`,Dza6 *r;=iCȦ6Աb̃UZGPr ]>W<ꐣRLZMV7oЍG]Bpj{ `#:S)2>66MvTSc=F&C$JȯY\)s;EҩM4 >FYb scTmrĚZ6   JtkZk|rz CkZ}G@ #$͸F œ3 FlPR-K3Q3 LGC1Qwcg6{K|3 OlNKiD^(ZEGRyCm:GOLKpa,nS&u{{1p'uS95%ف7T{ᆤ o!W%,nQ5%ΥS3ZfPhnR7&YXAyZOd>zXBwc 14)t,B*b^I낓o9ͶX"UfD!"^@* c~Pc$'=O3'%~>z=w909nym&ԲL2iz'W~A$cՀJ;tpA~D5SNZ>~Rn~'T_xEd"RГ@=l$9#L-I ;'BRBIf{_~]tI#[ZBghAr:8"hQ/l"Xh0(e<|n S{^ŔgO^STfY!`}>Ny$dn}|B!^rgrӢyB WP_L]KcmfD]7|}i?"'@ʞe=cfB2Jusߒg6>d8N8k' (l>]jk89ʰȂO%LhAL.hbW: fA{I0|ʤv|ևG=\dŽ%Z,-[3M('LLm71tKx4M#|pܢ۔b ;xBJ7: pp5B)GC* g]A4@jyACNU<c<`OsI_(x|ˢBU@H B" dG6ȶ$TO 0kZy\򞪔"G\{ &6-v}&r{% S 5rrk+q[kէ `biH[*kMW3ŁVPuUBY~.q Rp!Ѝ i  v+~|wRV aQEu$^nT&ziL~C*y滫 p]ДPaU"'AJA5Hʴ#"4aջv۽ ސ?C<e|1NKǏK1cT!yӶ$x'98yBkTgZ4Ulu>#қ NZcWʵ ?~/~6`*j(gYQ/@[9ܨGDi7CX/ըr!ÒhiS 䂧"v9QVdjz=L!+P7oFh睨 h)d:mrZ!+5`ht)ƈBz f邏6؃KuĢx1مq)[fn^c̜WjUEY?D"\c&"y){F]N,fՅax2ЅFAM?'`\"@# *' 'iYKjÅQ^)ܖ^s(sFWfLO~Ax_01?"If»tԩӔD`+[#V/%cYn"ISC7O3jv Vo1ݠm;XwV wU烉a,x_&B_\R%&aMe5O9φ_Z1׌rPX`9 H$cN;?{$ uۙT. Uּ 0Fe0 ^Ѵ8j]Hf1ymfvpǴ#Dz-'Qy>ڭg4 `/s=x/6} c>kdPRPId.&CW" S1 L2G6ˆBzaFy ~բ-D|B7fW8`'넖k9,=_[W\_gҕF>g^.Z`)Nߒp:qn I2Iֳ<)`'4k[;Ak8˷XG:CIqܐ \Q"3aj*Q8m}J:m5Ƭ0hД̀ƌ?aP6trj ;94u2#J4ЭYAȞ ,s}qrݗ<ĽJ* ɲZFyŦA-k؀N9 T?G?4LJ}%* GɫOjnSi&`ϯ,[saQ\PC=xe[΃TjZc/S\xWE(ܑ [5Ty^_&a 2f9Z?I.hh/媞#.^o'@ONC@Woʛ0dŵ҇V#P>yH*D8\4 YUɁ$AU,060Dž_Hv1R)=PzKGyZJ /)TPPT$|v١P)dL[%CA ry)(g󌑶C\5/lU{9k.1t*(ݾ@6He3 EѼ>>lC-m3Yܱb)7umKhAQlm 6EF3h0H g,|Y_[Jz,T6?Vj& <+=G+Wڈ[ձRΠz1#JL ?p$Re:''VDŽ=<,Gb}@O:p^d=Lit|qRGfpݳ;zHޤYj \l[T T7 UN1YѾo6hiRϤȦKCqkOCڪvtOm13+yH$$!q@I-4mLC ŘaML!UT%z'zSd9NJ6*0ПK01_)T(IohiON@ Ά2X\Q+^2Abwi=,S}cm}OOfԨ}P^j;KR N/" ٴ=ӭ]rU}{3-$2{ Fi~3{lpR)U \|:q@:7tIMyfy0MM@1` ޅSLreoIg2Xy+~LX2 2t 6 .5!]q9@tJRt`)8(k6Y!mзJK[!mvށ-n7vlNWfWHo'f HtRJx7hq=1wy8 O|􉤴O%%s(jWPk7rϳt 哔0m~ƘL; gb~".Td.I>8<*E4֛y(r֟7o){_3-};oa/*k=t>`: Uꧧ-s5/vYw"<&m'0'#^(`/)Ҋ6T,p'L%a<2 =Z 99ӳJ]]?njB4/%-FbNj2SOQEUU@'Oe 娅wiSAhdgpڅMA{py;S\$rc-JACij U&ɢx}aHr %\Z aOr$H7KPS٧ݵI0FT@뤆N_ Zz."n3B!6Eptϵ;b\jGB{ljU1wI(.u/Iaycm ?6foo!wDn=8}#/p{g?&WM[)auhDhke~#0!E 5@)A\2[ $5#N?aإ"* N'Xґ}aҼAAK!뒲q-V4ͅQR #MDRtn2oTl*߽}.kx➮*l_k_*YJ36 Et$`.=$y"k~nDgzMhg偨g!rHJc!Wm .j-*~D%soP1@ؠ*bLFU~;Iۛq)ЄhYug),14-{}%zy־Q A!e{#Ѭ,װdw/fS c{"cw5&Y5<9ʇ2Һ$X}^ $ ;_yCejo5i#zߎ@6%,/fI%_pbˑ]`cnLg7qڲ2C?7ZkT B똽}MzKi4Bnmooo߾^sKb.Wg';EoZD`};]b,v*؀ab/h"l:~ )n#RGj3[Jg-DA8mP^xPڔEv9P 6~>baX,<}|TS~xlχDŽ98fP:Zeϰbt' uR9v_J'4o7o&%mGr앿=u.8]Dk3G1{iVvgҎmALɫ]V4eKPe=h DnX*M_limfR@[u>4,-E~F3>íxK^>x!Ya}5x0pY-=^s`pL,Zpf:82 %8mI} S=reY 4ǭ#&]vf) C%C"|EAHPl N3gc66aD&7 /iz`::{\\$ *:gFGCI9BYfGEzf<MY̓{f¯NNXKL!}3L`~ͣ K8%D`l>k: tJIqtϰ }M8 {"˸J:9=# V~%]Q&V9x͹ʦP:8؍:9K ; \IH_wS?1{򹑺#fEB9[ ٮDr]磛v4 ^<4Tm99vAkff@yh0CKk3Hfz ^0D)>N~h2=tv*Ry?gNOgȸލgI DeyE tfIczmmIjSBL-Ho ŧ~_!Ћ-vutIL>l `,c h[cn4wo(+2[FDTJRA9kZ۳E[gG%D*c8Wi5쾔4 6;`VmY$mnWl4V`Nt)\ r7}~;?% ࣭:WIbFuoI~0imd6} {F9LE^L -%狰fg!v* dR7lLxhZϮ1 jvWع.G3tKĪӘ{ 8"~~|`}_"?&ҒZ 5{׫sI'pO!ݸ&r(@(jON<.=Y-l Bw>vNh65sQ!l{_)A l? %( {w/x (C;Ȓ[O!!K7[B(G ";>l=r M`wut>a5[xVQB(a$mNRѿ.B.{Dh`k0h(_s bX'jjHn^K}@Hlp@Kr+oA/K<!QPw|S60-fv1~vz>JV#Dyc?x&QI3C`*89,ɒ)`rE)'U6nAm(Wxd~Y-"K`Izʽ)O;#ڕJ )D:# ?@ Q[cDLuQ Tk<-g-N` T3t<Ɲ5onuܗEJ*i&g!cC$q$C*'`g@:G]ȥjíBCæeUܤ}Pizm8uFz-v/{:3lw) ѓ %;ya;.POZ'¤owtڦ~#Ea/[̀yBդ8B-n'!x1:8g/Y]09{M%'NX!o496à>Y1ܬޞd ?*^_}}bs/_kز?^3'D83m? W/ 8PaEjAj@m_dKx&|}b=y#-UuKM}<i[87@m SǾ7zB2 \Xr&rN=`ð#ԇ-"G~:XޠD;W<rx~[`'\Ia% K;1i-S4{(ϸp^6YtC ;dZ[I42B-QL'|suk( K&3)Wj#4ӎ|U_;j#(,vys}W,Ig[ߵOdm|a똾A|yX#̋k`S=4\LoLlwZ@^`|F< `5 KOaKR=i!e{j_$En!LLyt0n6#sjwXF]BfY/gua" @[nj/q{qԛ >p}[Fv<ܗ r݋eF  ArL.=+aJEt ?kq$#ٯ9 ~Ԅ9o%YKzkd[ZׅMepz9tZi?1]\}~2FMYI6r6Z1^e`SuO6R EG`W0DtW),K RKT"*KY+&g|EB9Ylf0o%nG%xV86>fSQnbd:րu$Oyx88e4}r7CN;Q$Bxt+t&."y^.k,- P007d'6;X?3[/h`AlpF\!@d\<_-5ZܝZ3vZA˚X5\~ׄ*&sR stUW^D DgA M 0qy,lp mL=4`-V%F7 c9ytWd7s a, \Gۄmš]ͱʬ1XBtɡW;ZOSغ"K?;,0cR;].r &WVoPP8,lNѕI3h 1i܀>2YuX 9W!PiUW[i+4m}PcL&% vlH"DlRt\ z74(ϫ2]_Q޼D䞐*Qa[D#`@ o@` G|mt]NKH,]Fb<^wb4m}Q]m _Qk9nThT/ǚ"iwHq oG#k|WǴ|NVFe|LG^f@2d%߰) 哇Á]rP:dZ _ڛKmQ3_*-ݖ"èG„iy:dD ;ư'Yw>*X6511068NIޗtc3>_w54ء6RDNMT3 w?) Q*$̱L˺DY󏒸 Zl{yK.?Y@],U`tHa$lX!L 38GH-}ZY1¡~*X%udm䬇4ڕ#Xp+8zn Ai.8nẊErWm/d?j |ټ>gz›528#6Æsjǚ{SHH%zQ֎ 0$ r ]gN$4՟h٩^=[i(Bzf zD 7a^tC+MSf)"`܏TIhz" ٳ<ں1 o+)FiF'5htWO<6IyAlx5WeJG )*<5vMjģѠ/_LtdtexѹHO/v@qHn06+`.l~s[w!97CއG ;!$K% ;TVV+Չ?vXFX$%]S6%/GUXQ󑐯6 ͵!<MHC>쌈1VS[oB;BAHp@wK2PZ1H ݟ1:*[e }趚SniD ߌ&ܼ6꧐H̬5UOcUlXjUp $ZY{0tߙ=*%[hvQ{!CHZ=T_閏Z3SWhtVyP|$Ҳ*YH@ n>;}\*A 2R)/Dz N+^v{gbl2-H".+b3+WۢӤ^ @ H$yIAGOHe3#vS ќUUTML?+?< G!8/]b`3D}0nv4!WwޓV Onv9&e5Uh[uo/oQ3h+=N2RRm*۰̈ɡaP*ry.Vv*8V78a)vԮ2^ӷ.Dcz~oʎ䖩;g4l5$ މ 4,\R 8,lrCF+ĺI |bX 5D^gH}E'MQaǠ4`kc)Rg/-$./Ls20LWZ5`ezwkf}_,;4LonOb9 gXeOnif:TADU fI 8n-ԡ{!2x*a } 9wgǟlFQCDDzu7mozTS4ÚS$sѨq90T}"$Ers K6"RZ~R5g<ұe](JUw9h*Y684G.@ܺm{Be턋ǰǾazAZ&cߌ:Cnwk.ƶGO#{TB$1ZmuCfٿy4btt)/ M0*hRxN<ŎPoe:BO5_+o䅴@m?$/5 +? AKNN@עz\%aLZr/Mh!TqZ}Obk"Alrs%%CG7$ +0yhnǝǢfj8g]^ HuȄL%c!/>ɦx+_\0 돼lx1`!M ~i|`Yn.=W>ͺبF2ؤ*?5cf#Y!kďǞ-g7\}dW".64}A[6Ҏ@F*ҩt?`Uh_?B>Nog':^so2*^؞(v4&%KU'ڤrT1,2b]$(rmpMH#g?;TX)aJy͚Ĵ!zWWOf,5 v~Y\,hb!p+|d)[u+GZCC4dZ^P!^?nhg\<.yS:Cܼ-ԭǠ =9D4fT7Y8F5Q;qE2etǼx-Ӵ4 nV,42&1+6 F `pCe׌/7]nWcx+N X4zg"K+U*d \:{1/t4wVY caL7|rɓE,4 'd:UR^:K٫?e9#\>Qb"{۽4}z%8/,᭫FEK;u6k@kGq{ Qoha(k'֝7%A7[@E?ހ5`1(wxɧj^8'r\:.u\4c _޼ Re|8o/셭/`g[P7,/$;l0haRZ2)e[IԀ™%;Y|H@wX*RH?./x @Eۻ_cQի~<!H*u\xY9P!7<1abFԯ)SҐ"&np*X)HՍ+6>/q*;ُ?0p`=xxqɿ܀ks0Zn Tc^ɧ 5IMݭ4V7XԚK]>~V }h7.84WfƊfͳ=i7 6BU,ϢFC\]"?:bǗjJ[eˤ|2Xd|] @L~;̼ҹWtrPmQs_'"Q'W=WƭGtA8bb%" ?=$Gw `{@R^" 7O8!-<*j,txGk^ B'é9k}B;c9|\}qTsqBKK ^05Ű.R3NWۏKy,iIx 2!i*{ i'p'5cQ#+`Ȋ{P?%%=ݹ" l;nNŞDↃC-/Y%Q#M-,zlt0U6})BqGRޠZ+2GXYyr}D)˛ X̋%.ӇY9I+EY9!0`Dkzo,ZG@&2*7yGBZ% N5D :3/)q*.v*$s % 2)G0K:Vx22a@mp?Kؠ| b房PyyS#s"|*D;I'J2E=x^boGl2,ҳ>& ,w2)gm3I |Ѷ+A#\#RLU@r'do8;og4ŕB)fJ|t*2+cQN&*~*iPuY[a{|lߊ&i.`,* ,:= ~[ %Ç{­l$\2@`1U 8W=64^fܼ!d{a(7'WE)a}j"ʎcղ9f=4FUI^ׁTd^|궲܎Džzb7֦_i2he ;ԩJIe%.Ht Ρf~1$ ъrj64 Æ#a]mIȏXϮiK(;M0(VW.FJzL{`eZ\| P+>֫r?l!OXGPX鷻xiIkSc;%Zěr'PImV;YbBDvջzGm3(XVrpxٓ~Ԁ[/l6a5K2rzj(h\\Ix%J}mT*ebЄu}ƥ ^67lps-+V o8lVGڒ|B댻8|;"暋7\۰&63VHWEb9JȩP7L5`|!Q:!GeDk)JTtifpoFǹe g"p8p嘍,_I2Bvgpqj`FQ"aEC_yק];eXYgH W.Qeh+\ӻz#sƃۘ#ϥ7y[:RS8jV&ě &(sL!cknr/8=1@ cF I:MۅX{=H$~L¬jDߡ0A%}{Z-S^[Ȼ ,l. ~cŐSmTI{00j.lS(i;a+%Ǡ GN@Yr`No6qa-Vk.]*|0OR* H(:(bLyͶYEنоFWc :5GN:ËBXx$4Qb]n'$z" o}DV-9 /Ŧu%J(O8 uBΒ0jtK;u˓B&h.RdXu~wgi~µB3~SMN2E|w. )YOBz5 45m>B $OyDEHX[JLk]5U~tÿW+QGYlGb6O˱A뙯Ru`vP-q?qg|SVAM<.v!"u{FuYWV%Aޘ-L_AMV_(]yL Ż,B+2-k2'7u۠r %ՠ""#EcI!Nn z7?z(0e€{VrX|zelJTE.;wt4y[Sdwץ!hk\MՒ!`i|nK"oFuh_MEN=kf6-9.a\~k;+/0ډUY.}f!bgCI h4d!é|Q"t1oeXv mbb{]&3ū~wW+SgN ʻY3X1{I:bADP7ksr:N.Y"i`fA9FcIM5FS/O@am KR;FIpT_I9ఛZM$eYpqD~Dc hk@B/"X-twj@|k8G*M9cUקh*)e/\3O(ios\ui,Bʘe߱\ի bi:1 bzvȈ< >Q:֘Iq;4+C2tUG{_;[#g|d}zI:ebiu\ef 7}&yL` aD,tp'f+zӄb3y?tOxS@\˶Rruwgf{$$]GeI0yYhu`?g/5l`2!?Hu]Rf;Z&ƋAO8G=mdvtH9$ !UE3W2lc&0F\3' u.+ Ov@7 sǴ-ݮ7 Ae~ŷ՘p}*tcI(ݓ>8`1 2o@?w~SlpW4ųdh`ϭ^d2vf̞#1 0&ePUi/*dW䰺StkұFߨWJ1Y[qe|M9yU-CO׈qXvxL;Ңrڞۨf.ur+H_nihC  cV=;\P} tIؑ:9Y<)WFh,'r bcBO/,(#g[ЌMxtzBKz/R^5d 1y)^(!)%_F!c_׳"B^;A p wjc-Qz b9ӊX}iK+;ؕ{xC1x4sHLE$(5 R<5\fTBB\%Sj($¡:7+KsB!/_17Lݗ6)2\Z nq з̱$*Y< $ާⰞCi ڣVb$9îz_yd.!߅r.w`&1+;F G!\|`+&c3c@O#۾ B(^UT<:=Rwfi\ۦlPf ":st @.C1E Er+9UePduq%NI@@q4Xx OVBsu/ XO#7n|q[1ca h9&#QuB*? `3goH1`a.L25ܿzy T`-]Ŏf?ϐPjW3y#qasgXpzݚJ7yn- 586E@\(j*;㒰jj3k^bY&7d1툴Aux: R1M+Vxd˱0PpA>4:,^H`s :ڕV\)ppo ݺX}J!CE;5QP"JYr'3cѧJBhıTivͪ VKQ_:[]~dƘ7ҳ,f5rk@1eU#ai7R8Sl9'NTV.^ی0yAde%m#Ix٬!NUYeʄGmcp #\3fKu^hפW$rdvVS ?e|\奐+CnDUqr'2;P8wWHo  i.51DM>.5'9<>{:ACbHyS9]@8sT=[7S䲕0( 9-]1c!D432>-).bi L(M(D '5e* x̉M9V~~ Sn hgFU5a%Gc܅/~~pjDLXLt_׸.$ 1P _=Z'peE*P }h4a&^/Pp6~jAkCrs>-9H_9-Qi@6E[=8)τ;lFY'[P"SJ"U~JjO̻۩.j,rJW}ay_/](yka"jsKyfyob~QeF+ fHxg3quSh/?SBYH"عe^ϑLM+cxCkxz [{b`r 2΅bCv_H'0kG(|ZP,n`|LK" ]b !Ԣ7p_ed9!b##‡Zm)y?݃8*굄"ea zPL8gobԌho-]"F $Xx[m2x joJ9%oc(RK2PXHv" $$J#ڬs۽s9t1ŧ7-HH;ߝ_T?LD79vHTo`=USRfZV, qےm;UK9{φS@eRT`r_4@g{yor_K"eh3!xurU/}K˵Y)E\1x"]*Ap|Xx0y,s#%eZwz͇{Mz1j2s @'qᚂb]ҦhDr~vr#y@P1ߞwnLٛFzCq %®WNSlM$0#& ?M9$ol}Y^ؖ?#1{?yhm.ǟTv:hؼܨ9H5%YJ$' Y5bH$@ˇ_>{ Ow\ih '/͓NAM䋔]׿R*D.ftrxjʲsbQ Bh5%T2ǜE15KӨ~y[4Z1?̐RP1zH.,9|y ># jC ܭ5fŴ)$+dor휬+-mvnjpDΗf f#D' 'Cz u )M^@ȠJP 쥽"<ԌI7A2KV6YA6g]f$zUv\.6i;,zdztSۃ:&ye`xͯ*fzi>OoLoGInPf 2OX}~'|T/8/Zur0aA?zrzJWR!ꊬjݣynDT$Hһgt\u_TS$tDDl9v=  ZUo~WL=WG7Ѽ$8qfr ?Qn"|1*C.%$hڂ]{.hti7iOp *=I5Iy{,VIwflJߒW֢:4~ݒA#+7KX&f_s_rrU.p( RgIOfl>2dŴȥ:KƳ=vDy4+|2Ζsh';_10d<;.\Sw_^v`&4*omhssa{e{t{D{~ߋt=A:b obJBIE7RlgttQ8^i1z:58WdwdXnsǵX>@J=̂;A4jGG/[:=Rd$d}::W16|]Y-撇3g7XV|Ik^LǼdfg`-Esҙ߷19a̴gjK"MMVj}a gXF)+1`@.u3I_K*|͵o uy \nq۰`R\gH]AUA5az$ޜm^QXYA}Ysz7yl9P7nQ %J{Y,BW<6@P&tY]Tbڵ xZ0{cvjȀq,&,%^CēwqHҵ*v U>lWUos|J"L[ʧKNjkk|eR1$+N{h{Se-%ا- 4%m3>ws?j>XH8alz1<^03+ 82Erjpm _ MSwsLm8 `f5sytAtb \Yj]4+ხz`8tQ;[58[fl+|^Y<Ѿ@uPeM5чԼؐ}"/MeZZÌ1/íj n (& 4陈=^_Ȧ+Lrc1z c=K7<2I nC5& .9%0Sw0oxtj*Xâ;NgI: ^EXUJ({x~:\K_ު_/u~`uUaw4ox?~sAǔ?p`tGtCM 0jF B*_cC#sI[Vu4MS@6柵sI=%r#QTOASmu:ZQci_䫅n3蘆8+И)AuX\W<{F5+-B#U꼖r;Qeϰ5 IyGM0K4='`nݰB5E}xne]O5~uX? pqu xfDe0xYt !3\o%ȏ9ɩs=FBBd9H&;5<`gc16~}U tw\jf|PsBibY?d$;f߅' -m!WJS)͈.zMRF~[UG3EXc1eB|4YgciP |##.)UYogr*) cEWI Հ eöZQnÚxZRuɋw"3v'멘ZefƵOUn #o W- gl6-5u;Qaf@>jH$w4]bkipEGWyAf9Mye-MtH6S~*=uɆVh.R6^{ǝb2Qaܳ2{9? 3ggNt|[ v>{;k蹥9#ʤ1/#Ӝ;6ZS's%sN]_32V ;d)󈎕A0ۗLZȻ28v}z)~&L*-kלù/5]OQTH8Yv=6H9 vڈ\vF7mf̹aA`?4ZF= g8rSUe`$VDm}Tv㠷<}uN-cd zpHCqR w_.*!PK5 l6Tibes_H\ gtƖwP*3 L+\.\mfM>PḨ޼AJb=Waz5ߕAԙ4c,U؜ŕܦ yBPdu҃[%뮽\!68g [M+lF[N^>w3k3|Z,Ԋ|Y%clZ$#O` vƁ6״A'9y1 Z 8mЅ-1L}Z7SDx篹YzwpfےȊokwZD),Ċ]v"^Ǖ:u ؃<4Xnjİ-aMՐe9kGlO)*ZToṛhJ-a<;ysu˃󩗧.#ܢ)Cc:~$D+V/u^= gFpH} V|351-N< (TSԐ]F&Ɨ0sY3Xҙ0|3Ul`J`y01#G"&.2&G1fJ /D}8H!elGh_cXԼ-o7:BK oX>mvQ x |u]o CM©z6v#M;(%M)X/׵mH`/N`?RM9B!suCvy²R¥D+[0G)opQmqM5ޕQU}*0ՠZd-u&MFf]q?8 s2-o+KI25q^#AGɔ,rF(wcWٙzg#\uZC$0<mZ $]C9-@k9텣aԞ}ADm$~.=(@'/v6{g7ż#D=AnwA/<=[l*hv@種*A3+ee'΢q|Mvd&={@L0'~$d $ [k $bE7.c9}y䈀 DTH29͔auor!v<}Б!v )02v)_ByVWpEQ[⻋r@.hMB'#hVzxJO8;srJ{z߳A~Y8' n26uEoZH}_BZPZtkm5TA|GbbVkPCaV +0ۄ_Vu9RWpNG~~5`셏G{vE#[0^rx;X/|*7b&3%{۞3ZVfMՖesHԳ~8{NxYW WPU* 5c-J('}L+[|tGNF E=n:yJz?qtc5TƝs%GnF~Kp#U=)q]]p qdC4+^5%̒*w}Lc/‡DM5eň;v42L $U 7s<ܼ5m.i\Na&{^yTit:!eND/fe.Ukߑvz(We~rmJu ucDY5a1S,[ͬB\U9rzwڹ_P.0huaLpr1$M6tp˞V0o7W4*.xDJo$GD6q?Hр!aeunpѨ.DDJ\-BVE=nƑRv]jl{rhWK9cJ4L r/Ũ 3=^^6z~E~ȫshe"E4ίBro*[H qƠ?/ )+/KkօQAY0tC7{nGD;erꐵFH6b"NA;^餞\yAGDKmRO4 wRN%ꭗeSkIrH4K#*tټᆬ2oh+^8(0|/`@ d[ڊ4 (u Q1O/F>Y2u9M_<>ݴη([$ДjNoeeko O${cYW"h;sRC/4# " 8U`7g2GН-(?{m %jt?h yJ( e"=Rhkl~j|2Ё4&AJ;1=%?}m +zjYB.2hӵkyɞK7^u bte_3 \ XHe@@rJLFsK2^/_˒Ur%;;ceNÚKܪ5rI#)iQj?UY˄v{ w[4X$~Z ^)P UzQ7OTD_sJ~UgS@\7e”E|r8evp^--ViQ4{eGqiѧIFu'!T)7=nfz7L~=u7d&]LapA^42<kK "7b$bڏcي~iEpfR<t TϒD0&;>6+Y<\P2 ExܲGԗݢsoX,!0I] 8v5}HG)wӆƙ-f39eZwΟ/s<~&Uv]ԬT,CKjiǑ 18uqcHU wj $'vU!4缶"EBqǛ["uf Dtw{-{M8%Az߾`\0 Ѐ@ t "uW&S+= W62lN*6?nTMJqJ-J,T"~+3Wx}U1U5io›{rp&}5B-?c@'" }>hp Wq[% !Fn}=+OF"s>h27M"]7yƑ'߁[3Ya ُQ8S0*r>{t#BF!.KAWF"B&!NNpA&xxMkumEb%nIRBrm0%861= S:+eYpŜ#՚2^@ĻB_3$a i6A2:JBϕ{/XlMbg],hQ5#Np9+aQ{PXH~Q<ʓrf4bj3gN*M7D4ף Fon]3;J)jl|e7tDq]Y @;p|$tKY}K榯`Rkg_E~<ޣa5I4mcHY(/=:ۅ4;Y-'E KG,M^3N8w阢^Xr|l*^<~B)i{5k@ A7D}{#-jn LDRX!CUn8j?i]\7\P_V-XY}KN_ Fy plp/F[˖ cBc:xM^j"#v>_ e :54! _WʝGNHʣ,ͨԨ\Ëwo5C{8Id)ՐSRI0MoմgK"rҸ"g6z %*>r*@qBv#Ff(WFjJdlŹV6x^k h"!\ {TmBbC$XhVe +h_%򨈽Hո^wkH0{7 6U]>zMXx=n--2J0 Z!('{gP(0SӮ ;R0l#]X ;ꢈ]u9̠ZG c@ʔ9rrQE)laPBضGIKzmD>xUb 7pPg(+'q q OB6}jZ{ǦG4d>xH_[3u Yr 8/՘%Hx#x<Ob( v/F\_`="ׂFIvEi*;k U#qM뺺>(&[ߘ=_:f<$4݆$RY+186Ɏiz,*cJAmHYqHIxK$iE 0UavBv" *SR2Q;s/&/sYTďbDx7eQc).i\2hU; _+xpAK(#+7LJsK6 R%^Y(Ws6סYd[\NsiS=h]I)7W֕ daHD -9nfD_M7TG K(^?~e`iW˄fL;rdm^dȰ oLVXU("b'&K8p,@GY;}Pt5nܙM^VMݪ2\}^Ӵ|(\ z!#tkD|uXCBWJuU J=M,N+ƹHa7w׳&UPY.SӐ^T;_R}kԋ)awmZ&۴ukt\}BEIjB K~Pf5؇ku"tƹA[1.u8*eI243xûd $7;xk_߿׼/̣)ɧ-u7ZX;j@Wf4!Fne\܋Ji̐x;ƭ Y!TFi (RZ,~}u ;6c.> ;K**GcEMڸ2pc6xl3Xe|j>,bW8|4bM. VM KŦ-}C<4tWo(Af-Heۢ[Odє5~BK;>&BK~C dE랋cz%d_Njd:c1?rq+ tllXA;y_&e׭XeDd.wDCoPZ0n"D 4RozmnӬF% hąAb_÷ zP37[)qXv>x,x*sq$qi׫߰} Yq*}u 3ÿMnaoKO`{;BGX[-Q'֌SJjt?ָ/͸kJ* 4z9{8znMV{41Nj89Ǡ#>G}1mڭ =R5[>ΣݪVǀcb֙tDtwmrw .9!TݱtG1WOm>YŒb\O*ҥ^yOR_ߠnm;C`TNvVMh8[n76`ug_7X=ݵf"=K?zW7? >}MĆO&2^w{蝕D]vPZs,J5\+mC=Fmqг^<٫/S̽iG>f8q1~Ysxyr MQZQo;" n%ވS H~M,5 \:e7@61/ad4YYR5 u8 :SÔaR>+-"٨H ;u(De5ފYc? 77Tl,.oLu2y )èN A 6흫Ng^Dm/1- del7ѷ`9P%T$ 3HxgϑSb:6|5j2)2%KXLfj!j8α5xs/8_͸Y…7V sC+slZxrp*pp}E mNr&*G4J Fvåb\G{r T v eY3? 7z -+C62 1ΈP%D;?ÊiǾ - pڈFf./78?z/0ciz%oiE$.5 JDxCg1wpb*NhM/k}%;l{{\d7N$dALX`/ ]˫JyX`(ddm o!L`sk`hlRQc{' ˆ>K_')5:VhbiJv4)d٥HPXͻź 6Sʼo"n &!@[PQ˕YA5$ sٵ[ދsQ ;%@!;NBb(L AR 57tݲyҤ|1)wx98 4}n|7ʇ+hL}Up)m!Ћc׷m-`1:a&'y7ՕuMmq}˖<8c)R@f!)GTT'~̑i- wAm_5T>*ur;}ʱKc`-;3.vQ?O| 7Aw >>HbD2a'/m!"}<0$|u`QLb֦bڥzrCzP&11f 70)&+çX*WIӑ'ܿkⲁ>F$0RtޤJ+ lۯbN:e<=Z﨣Iܩ3\ٮWG'+׽UkٵMk6WȡΝL[G>[d:|yb$j&쑺` 9U;Fv'`8;Հrs\P^sm㰍ӛ/oɚ>OJ07ng9F:5k4I]-Nnk>@޶ԑ$.t_{tr `%L8`c34Sˆ[WilSev{tkO]wN!%&~l+rً>\2Bgtr =Zޫ}]B)`Ck\7t2J\K\T@ YS`hZ3`{odxJcU@ňo|SN56dr'>zOcʉ8ݧF!(KHS;F DOY_RmzkzA>hYTU QFh$jm#SSb@^G=v,)wuPT{ 79CK1QWq9}N4A` *UNRN $uQ7|E`4Lo_Mnjy0:| *IX / gô|6xby-=gχxyR@Q݌+9r⣟qvM ?'fW-9ě蜃ILil(Y?0_3x4S$͟ !>pxx}THp9~st+J`@ Ԗ, `66) ꠌ3ʒQW>H&is:/֞Ç-`VV pG)bK *mZ/ |`/YO,ElNmU2CcӼipe+ɑI[P5@Gւn\5x-xra!,8,_GhX@g|{T7Z/)9, 6ް c6œ.i8e*E^4ѱ6&&5hÚYwY g.KxHq(nmQrg;OX}9{!E v,?(T &SBJSycf1P &awL>"\lC!~錠b.H# aFǰt0pNo,QK6/AK yߛLS{c,T(Ԗت q̆NT'~c`ˢ8mD\ITwHHB<51)<3:b|]f>b<3ŤBs8}2H*L"Z ڙ,P=W _Ll&/]{^CAenmІ[6—AL† :}xoċ`Qy&ճww?]tPT5 'R[ $R^TUsn92B^.$y3EOr߁AE / 'R(X6d]o\ܫYl_ cgRh3{[Fg$iy`9/P $HUַ2*Z\Own#ʄ.WDJ)Lӡ`l\ꎰKݰP7HtAUDBWƥX&o"] ZS1P'3_Fw\Żc)eA`cI_ 5͸55h=:c/)(םCnPFii; 9;3pj|@ bRD-ˍX8/BZK܁H+f\J5ר}:5$0& qb*[RLF};Ii,o*h6kmƈ8QA,VS̝Lµ:Or3BdI\{V끆VZ .)}`;WOgﳌm%1^}݂C0IeΜ;/Ǩ!Q:E`ЙlQc%֊Rs6E=Ŝ|`هc6A3V z4j *u1bӛ:cQr\|ÆɘZ_uv H刅Ohi{']pP(8߻m؏H*Ю 4U/ YZ