yast2-installation-3.2.56-2.7.1>t  DH`p[+/=„k S>i1ܪYBt)̔iiD/5Ve-kԹWռ ,$ |[0?_Q-B6U-οʸyYŦBd]qpk%tB"QsէQZ;̨f*6/wU5,AWM1Ϯl,^('vͅ] 9΀{LqQMUϾԉvDUjeߪxZǭz@CmC81a1e7d42b7e7ddd9516307800c3ad989e340543[+/=„@o ɪԂDke[qLTmRoUng1n~OvpGF35W!:֔#l'Lj7Lc4n#RV}ϕa}*ϏцAK-|[ⴲA7OFМtsGJ"ƿԦrA0q|)namLJe[ +4Vd-ܫ?zkT~`{Y.Kx?xd " =x|  nH x      !  Ad  Bp F K QQ@ UpU#VH#X#XxXX(Y08Y89`:=C>C?C@CBCFDGD( HHX IL XMYMZM[M\M ]Q ^ebhcidj=ejBfjGljIuj\ vnwoX xs ywzxx$xtx|Cyast2-installation3.2.562.7.1YaST2 - Installation PartsSystem installation code as present on installation media.[+wildcard3 openSUSE Leap 42.3openSUSEGPL-2.0-onlyhttp://bugs.opensuse.orgSystem/YaSThttp://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 bsc#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 TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME 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 fiA~ *SpD< NN <@ * z3\^VLbVYQj^^e_c\W^VbYZGiWOKG[UWclMXTX]X^deQK\QVM\ZNlOSQV^MVX]\MXUZIVTOOZIR!R @- <*7"z 3 ?6); x "!A ~A>  z1 8Ko$.?3V H q f  I |]X[ 2CE4Z  &m ~ gX`fQbK'O 9=(}:| N2>|Ag:$EYn=FR|FA큤AAA큤AA큤A큤A큤A큤A큤A큤A큤A큤큤A큤A큤A큤A큤A큤A큤AA큤A큤AA[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+[+7e766b5c9dff7308d5e67bdcf7f2df3f473b4cfd87011e6f1dc867cc88d09772e49d02b7a5dc4b3251cb480406950bbbb04fc75d9ef5ebb4e779d559a5e29e828baefeb59e3c074eeb5438c1b1d2d151301f628049137b4676dd9b6a3531bf78f0a316b6e950937f9185067babe61367f991462542fc57e53ba349b87a6bffe2ad72a77df5e6d2a6b6fd7af41f16d2e84344c7ab000b08b8ac63f4cef698f20eb261a31b1083da4a009685e01f2a780ffd434200969a2c345ce686cf6bbb2a473fc603d998c48cf2a59fcc53f2fcb47ebc24edb3c26391a917355db97dec7a9ed5a73db609d180ef207cb32e8732d3b19561f71d253b94197650f6f825d143da1bad7576093b471511f8a55aff9c3a8e7af5da266d09d49c50e28417fdd6792f9794171c36b5051eb91c44946761da86e27ec9bcfa097ed86ee4d74267a393893c4daefc51c2b30c16c184b7a5920fc0f18ff7c7c4d7583ebbc61dd8e64c68906cb833028eab5035ba1f4d5452efa62118cd21619a8f2ca26f12878cbcb39105144bc93da75aeb2b0cf6f7220d3a0a8663db0e3214f09ed1dcde29b208f02725719043dd4cb6eec3190ef24b81740c6c3eadacede3f65c70b9ef1a1dbc05656013416182f8731b4ebce369580a4be536968082828f8d956cc53a6cf59a14f54aa14ba98a6fbed5797722500041fa4f1a643cddf05e21f07bb3a17d56c918664fbb971d833dfc7e6d9878aeb9d9ee5bebe87cfc4d0e752fc816693cbfda32cada6215b37619ce548023a8a04ce78ca8b57bf6ae476ba97e69b0d5448e6555f68338e4f009eea5d0305aad9d1ccf064f51bf9fd64ef8482839960e2ad00c713f5ab1ff9727e24a9e1c553797c343fa2816ada0d8e3c12b67e62a0baa6a22a3cc46dcebb9c63bcdae8fc0087e9f1559474f9db010da72528fea95fe69be72752e03e0381a2b2c1a5c5b5906ed63d8d829ecf02029a3f852bd34ac791153e0d71cec3080101178d2a4ec852a07167891c6622da5acf900ebd3b6fb0ebb9a4faa1da69d853af4e94aaf7d2c8e9a3ba200957204cccd7beba3e5dbd9dbee6b9ee05e0f99fe60603ef1e353a23b6062da48a6502085a269d29cffbb871dc6c4b20bc1a0e6c0eb9e5bcdaee37c866da581b2a3472503124b230cb63ed21454e5aebc19df02e8d3065b0930f9b92ac922dafd31c11dee22ca99913e643bc1041a8dfa72be2247000814b06ac22dfe7040ac53d59da2cf851a89e55d36b8616d69ddaebee52348ddf81e7363783fdea51fbf1f3823ef299467b5ddb51019a074fd9a192ff59e3b0d37b833bf7babfbed62816ba27777b0f8fe1c5b7b6d96fe81a3d2f7768e0201c2b8e53d5c70260835b9e1f022bf8de131d1600bea5d4a5d509af8f03fa00ecfd22c3942d182766dcacd45f49680be3054053efca39e09ac354c8008983fd2856abad2833a5e855ed360c577cb91bac883e7a8b2e656c0efb5d19fdef3b4e8b0a3a1ab5b08bed25d2df977f225be46039c97a1553328fcfdb04d539a5b63ecb2438a73b0824c2ac157dbd78533d707c4efff0a7042d5dca7f862774ea47cdd88a48f7d432894b1e69a687391cbb3730693aebd179306e66743db9333e93877a08624b79e150be6ac0e69f3decc575d20d92c1882bb6c14ce5189d6d8d266bb53cebc6364e8f00012904465edb039c21544a4658ad6197c181196a4839875de9a194357f087d78f26751d1f30ef292dbbb51a7861d692cc1fe0d364294c127969475d393a76b57d24c45085ed61ea78b005c05e44fd4906aeff66162bd8c6022b6f1c2e89a98d3789b131c4e134bb2d8de92595921346e72ff6ccd9b2d13ddc4067f93a1e3f57243366e3fdf7a1df1adf7e50ffe0121b7075bf57c5cd59019d0999ff8ab77dc2ed2b416efb4bf85b4876e5d7f8cba2c86e6649b8cb20b6bb90334d12b7371aa839efcc8ff671d0d459b4665021779152711da21ab2a72a39aa8d804c4ee8643a6177c4dcd10c5e4bc863680ce24ddb8a171389db20f1a816b8ff5378dc3032c01b1f4fd4df38c47f3df84a916e68f41c49120ac54fefb1536161949bce677d3dcdbe1956b2fb35414a4794fe7ceb5d0e3c7f34741f84983b64bc00b4ce944eeb920c13c26b4c0183a47906f99195aad5c6c5223e8c9c8d29df00c1363202c2d57df211be468b7e27d9e4a9a1257d2e566354e014c6986ce0290283d64e62c88ab69e9e58f95c3661165c8430802b8c19e772fb021b7decbd2995f8d559fef283e3225207808c64529aee7800ae48b3f8cc6bc71ae1b6b3c5123089992396ae6293d190256397df14d701300f2671955bb5a54b742be87fdb3c7cc992fc33d918d05cff7bdf3bb92edb6f1a4ab073ec369f674fd152b63b1f645851322a4da7cf9328616fb3f3e664f5617c6c314884276020535b2ed2140dc9ee88e154b99ca596072206293f609ab2425ea55d61e95c0d5eae383b5180cf2995f39c8542577d2a32a3962880645129d2d0836cfde45bd9d5682e85187d5a576b63345c76ffea463305483903daa0d32b12d195867199b051b0bea60e8287a9f406364ba0e01b3985334cbfe11316c0c36df7f1b3bb8a60ca3784ac25310b5fdb5d67f7abe41bbcc6ff92e701fe58d562036c2011118e1c6f8fc48c96fa20a6e4ae7736f5e960cf6eeab7d214caa3be1df92d46bd300949af5de554f7036b8cd411b8f9b3791ecb9f709be7b79d153f786704f745be5350f3a4baf2d53ae9a476b2917097b9fef64044a51071a97e5a407b045e9d5988d7777ede2153df5c3f10e2d8573df4aa58a10e5b0177d3f1af89896ef67f2a9e2d2cf87835f455ba53b667ef0c9c58115a669a24b4abea0c36f2df3701903e79fb56145927aabcf4a60e02d83b171112e3b0f396183336c3c564ed3df0b2a31aa1347b453741be0e0f26366b568c9dd43c8a017a30365fbdfd38611943e4c3d66fb4c38394fcacda6b08d6fb6c0b7660b5596729f27ef42f6af9c0598f4eca4cdfb08c9b8d8dcdc10bb89f0ca530645cf8f9a89a9fc18a0724c5d01690c99789ffa6910b930636e9c14903f37f652dfac04323ccbc2fa74008f9233910e9fe53049d49cf219a1d6b0b6fc876dfe85c071a8636b34898b059b074a047bb437ea72a9267aa05dbc1426bc0cb8718305487b43a1e5e20617a04bf3efb08a0afc44c966153f7b0be0cf8538ee40853e216b048d0f7537081950bf698cf4f38046217192fe48d127ab099d138c72a675023fea3543f7dbb80c617a581ede8ca8275408eba4f2f106d5f8f5f59e226464ccb3c7fc7c43c6fcab6f8328e1c823faeb3fc87c8dbbca82691958675d2c052442b21745cab3fd974c94d437fa8a012ee88ab4cf30654e5aef5525fc3ea599afd289503783d2661bdc5caad216f0c598cebc6ebcdc5d529caa2c3870aaed8bc0007599cccc1f0bf2a2eb80d2795e4657c50a032b0cbdd6d9c0cf3f05321c81c09d5cbf69417613260d5398a761f4b54b203ed55ab37a9afa4b7cc5d3b4b0347a25063dcfbf2a2ecab3a50654bad10613914f9a15994e1d69bc30b8cb788fdd1bd959b2cb2a8d0ef3661dedf5361ed72c7079ffa921c353fdb81b73f4ce8712efd3915d308e95915652b533bf26b04eacc57ed16be912636f4b609943a84befba3d6674f1612386c836467fb5e44cf5fe4d9c53c65dcfe11d7f0205e413d8fb21ac0ae0662f75ad9fd4f0617d3fe3b39eb16534469ad743596b8d7f2a4c3a539c9139d995dbed248cc4893698a7df4e21c270b0bd5b40b1ed9642a36aedfa16ede7818a3b74f3d91919de855efa0e3f143f685f0d2da2497d895f9139514e82d7bedc3f8f39fdad2a188ce8f7051727cf73554e1a9f17dac1a1ac31ae72b2cfe7ab72b45bec9787568b117e57fb91e14405dcf552a8e0509ef9cb1dc5f098b90c7853644e5152e9c86a623653204621b58970c644046dd4aea9905ccf3eab53d6efd36a8e6475878b4ab773bd91178ded141a193b236389f48707e48c4fd8359baa0fb62bac7283399bc940835c585289384b7b3a7e52c2bf3df24c5c3f3997d79ea333e5f2f6b409a668d1a4e352a715d6ace31a0866b5f3d233ab7024f669e32c0abf6f484142e59293daed734ec1b5f5d22f42295739e3238edf507ef721ef466ec0db7e78512e8ecc786e7eb4c52fa2e2f3f09849fd8d91e426443461d0fbad7b910bc25e579de2c5b31e2aec8f5cd801c83fc9b73dbf4947f5cb3ee0ea629a6158948de2ecdaacc8d324a24416f62c39e83308b1b296cc4c3421b2be22e8d6c87a0ca25045e7d8ec57ffdbb66736af02cadaaad4f9d3e31b9e6c0ea80e0c24bf03d5a2e1f1cfbad0a65f7bc2e32753af18312b4f8f9350d68d23fa5fc569e6786640dfe38e0f948b35b519b2919029e1c96e29f41e99e6aaef98089b8c43415a0a1b641b7b3c27827a8e82b44e7b351074a6bdfdbc7f29018cdea6f8d4130dcb8be4764084225ee95fb3cb1c2d69d97f58e4496ea1cff0a2e264f19cadf7dd43d5e7281fa21998fe3d0b553af4c3dab5add6f91dfbef9bfa2ce21a4a44a6a47db698b5febb36d5fbdb656b4ed21f4d18b35a122bca019997fcbf8dc50c61db633e3681172a2a3bdc4c4eb0cb3ecb75cf9d95c33a9d85430338ee8d6be5bc1a69c13b2c5eafb76a7eef92721f55be2f4db5d73b1e2fa3e0ca8ea45328f5270af83bc9b6e5911729ed0ac1ecce40d57007ea20ba2e467cbf0f64298e5b812b6cb1d7cdbf40bf3bc590897cb4aab5872e835b954cfe0a38c429d1b1c4d4aba237c47b37dbf8c1cdb163db8db60ad869be568049ccfb8004f7a56b9e7cce2838c0ddf223d942b42c581ef70a3aab6e234a8d8ae1c084c84f2928e180c8401645e50f720cf8fad5fa75e4cc383e3239e2333d6fb763cfed74966673a9a5b634d98675c30999aaa38d66e05b8db60ad869be568049ccfb8004f7a56e300e365964b98657e60f61c26ae02a4457234e8a9ec7e6425ca0ccc485b5324f8fab803746cde1d9c5f34345d9cf82e568464459ab19cc45a07d9edaeaa632c68c3cdd4f409000633860f32a52c57ddde2ad509d99d44055582e1942b760de355b4c610f9ac5370aaa5a4c8d01bcdd89fe2ec7e05ad566294117a311aa7aa260d55ed645376c7f68b57665b9a3df36bb60a24334938268146140e8445bb97c3764f464b93975d793ddc0c635d3536fc004780618e012d1f917c468bf45072d4012ace2c76aa076ff974e5272e7e0fdd0224fa8a4d239e3a99ee6364d5bbb981172310c6130382bed7d22496c965572ca170246e3458e75de286bb34dc70494f613eae2203fb638089a973f9e1561e9311e904e02bf665c29cda0f92db9d51cfbabcad32aadc656c5f010f3a92b71a7d19582b652e989a2685d457ea66cb1c96eb974e42240afe6820764565919a4c4ab234ee4d69f5fce4486a80fdaf4a4263cefc4d03109ee608bf03f405e5b45a629ff52e8c695099a4de8ad19ff8a68784rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootyast2-installation-3.2.56-2.7.1.src.rpmapplication()application(YaST2/release_notes.desktop)yast2-installation@ @     /bin/bash/bin/sh/bin/sh/bin/sh/bin/sh/bin/shaugeas-lensesautoyast2-installationcoreutilscoreutilsdiffutilsfillupgrepgzipinitvioconspciutilsrpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)systemdsystemdsystemdsystemdtaryast2yast2-countryyast2-country-datayast2-networkyast2-packageryast2-pkg-bindingsyast2-proxyyast2-ruby-bindingsyast2-services-manageryast2-storageyast2-usersrpmlib(PayloadIsLzma)3.1.1053.0.4-14.0-13.2.193.2.72.16.113.2.253.1.1133.1.333.2.103.2.12.24.13.2.84.4.6-1yast2-mouseyast2-pkg-bindingsyast2yast2-bootloaderyast2-coreyast2-ycp-ui-bindingsyast2-registration2.18.02.17.252.18.63.1.1662.17.103.1.73.2.34.11.2[[@[@ZUZlZH@Z`@Y@YYTYTYP@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(@TwTT@SSS@S@S%@SSj@Sj@S;@S@S@SR@SSi@SS@SESQ@SSSS@S-S@S@S@SS!@SS|@SuSuSuSsZSr @Sr @Sl@Sl@S`SZN@SZN@SXSW@SM@SM@SKSKSG@SFSFSE6@S>S=M@S;S8@S0@S0@S)S"@S"@S!S L@S@SSc@S@SnS(S(S(S @S S S S?S?SSSK@SRb@RRR@RRR@R>R>RRJ@RURa@Ra@Ra@R@R=R1@R@RSR@RjRjR@R@RRRv@R0@R@RRR@R@RR{RrF@Ro@RkRj]@Rg@RfhR].@RVREs@REs@RD!R%@RR6R@QQB@Q@QMQ@QY@Qޞ@QcQɆ@Q@@Q@QyQ(@QJQQQu&@QnQU@Q@j@Q4QPP@P@PPPO@PPP@PP{@P@OjOG@OROiOF@O[@Oz@O`@O;@O3@O1@OO O O?@ONNσ@NåNN@N0NNN$@N/NNNi@N|tN|tNqNf @N^"@N[@NEN;@N;@N:N:N:N98@N98@N7N6@N)f@N7@N e@M)M)M@M@M@MM2@Mk@M] MQ0@M8#M6@M6@M'@M%Lr@L{LGK@KEKKK"@KKKK,K,K8@KKqK{@Ky7@KqN@KqN@KhKf@KY@KPXKEK"4@K@K@K@K@KK K3@JlJJ`@ĴĴJęJJ_@J0@JJ@J@J#J@JQJ Jq@Jq@JB@J?r@J0J,@JJMJ I@IcII4I@@Iд@I̿I3I@I?@IV@jreidinger@suse.comjreidinger@suse.comschubi@suse.deschubi@suse.deschubi@suse.deigonzalezsosa@suse.comqzhao@suse.comshundhammer@suse.deshundhammer@suse.dejreidinger@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.czlslezak@suse.czmvidner@suse.comancor@suse.comlocilka@suse.comlocilka@suse.comschubi@suse.deschubi@suse.dejreidinger@suse.comsnwint@suse.dejreidinger@suse.comlslezak@suse.czlslezak@suse.czaschnell@suse.desnwint@suse.deschubi@suse.dejsrain@suse.czlocilka@suse.comjreidinger@suse.comjreidinger@suse.comjreidinger@suse.czlocilka@suse.comjreidinger@suse.comlslezak@suse.czlslezak@suse.czlslezak@suse.czjreidinger@suse.comjreidinger@suse.comlslezak@suse.czlslezak@suse.czlslezak@suse.czaschnell@suse.dejreidinger@suse.comjsrain@suse.czmvidner@suse.comjsrain@suse.czjreidinger@suse.comjreidinger@suse.comgs@suse.dejreidinger@suse.comjsrain@suse.czjreidinger@suse.commfilka@suse.comjsrain@suse.czlocilka@suse.comjsrain@suse.czlocilka@suse.comjreidinger@suse.comjreidinger@suse.comlocilka@suse.comjsrain@suse.czmvidner@suse.comjsrain@suse.czsnwint@suse.desnwint@suse.dejreidinger@suse.comjreidinger@suse.commfilka@suse.comjreidinger@suse.comjreidinger@suse.comlslezak@suse.czsnwint@suse.dejsrain@suse.czjreidinger@suse.commfilka@suse.comjsrain@suse.czlslezak@suse.czjreidinger@suse.comjreidinger@suse.comjreidinger@suse.comaschnell@suse.dejreidinger@suse.comjreidinger@suse.comjreidinger@suse.comlocilka@suse.comlocilka@suse.comlocilka@suse.czsnwint@suse.demvidner@suse.comlocilka@suse.comlocilka@suse.comlocilka@suse.comjreidinger@suse.comjreidinger@suse.comjreidinger@suse.comjreidinger@suse.comjsrain@suse.czjreidinger@suse.comjreidinger@suse.comlslezak@suse.czjreidinger@suse.comaschnell@suse.dejreidinger@suse.commfilka@suse.comlslezak@suse.czjreidinger@suse.comjreidinger@suse.comjsrain@suse.czjreidinger@suse.comjsrain@suse.czvmoravec@suse.comlslezak@suse.czlslezak@suse.czvmoravec@suse.comjreidinger@suse.comlslezak@suse.czjreidinger@suse.comlslezak@suse.czjreidinger@suse.comvmoravec@suse.comjreidinger@suse.comvmoravec@suse.comlslezak@suse.czlocilka@suse.comlslezak@suse.czlslezak@suse.czvmoravec@suse.commfilka@suse.comlslezak@suse.czlslezak@suse.czjsrain@suse.czaschnell@suse.delslezak@suse.czlocilka@suse.comlocilka@suse.comlocilka@suse.comlslezak@suse.czjsuchome@suse.czjsuchome@suse.czjsuchome@suse.czmfilka@suse.comjsuchome@suse.czjsuchome@suse.czjsuchome@suse.czlslezak@suse.czjsuchome@suse.czjsuchome@suse.czyast-devel@opensuse.orgfehr@suse.deaschnell@suse.dejsuchome@suse.czjsuchome@suse.czjsuchome@suse.czaschnell@suse.demfilka@suse.comlslezak@suse.czlocilka@suse.comjsuchome@suse.czaschnell@suse.dejsuchome@suse.czjsuchome@suse.czjsuchome@suse.czmfilka@suse.comaschnell@suse.defehr@suse.dejsuchome@suse.czlslezak@suse.czlocilka@suse.comjsuchome@suse.czjsuchome@suse.czjsuchome@suse.czjsuchome@suse.czjsuchome@suse.czjsuchome@suse.czjsuchome@suse.czjsuchome@suse.czjsuchome@suse.czjsuchome@suse.czjsuchome@suse.czjsuchome@suse.czaschnell@suse.dejsuchome@suse.czjsuchome@suse.czaschnell@suse.deaschnell@suse.degs@suse.dejsuchome@suse.cztgoettlicher@suse.dejsuchome@suse.czlocilka@suse.czlocilka@suse.czlocilka@suse.czlocilka@suse.czlocilka@suse.czjsuchome@suse.czjsuchome@suse.czfcrozat@suse.comaschnell@suse.defcrozat@suse.comjsuchome@suse.czlocilka@suse.czfcrozat@suse.comjsuchome@suse.czfcrozat@suse.comjsrain@suse.czjsuchome@suse.czjsuchome@suse.czjsuchome@suse.czlslezak@suse.czjsuchome@suse.czjsuchome@suse.czjsuchome@suse.czjsuchome@suse.czlslezak@suse.cztgoettlicher@suse.delslezak@suse.czmvidner@suse.czlslezak@suse.czlslezak@suse.czlslezak@suse.czlocilka@suse.czlocilka@suse.czlocilka@suse.czjsuchome@suse.czjsuchome@suse.czlocilka@suse.czfehr@suse.dejsuchome@suse.czjsuchome@suse.czjsuchome@suse.czjsuchome@suse.czjsuchome@suse.czlocilka@suse.czaschnell@suse.delocilka@suse.czjsrain@suse.czjsrain@suse.czjsrain@suse.czjsrain@suse.czlocilka@suse.czjsrain@suse.czlslezak@suse.czjsrain@suse.czug@suse.deaschnell@suse.delocilka@suse.czaschnell@suse.delocilka@suse.czug@suse.delslezak@suse.czlocilka@suse.czkmachalkova@suse.czlocilka@suse.czlocilka@suse.czlocilka@suse.czlocilka@suse.czug@suse.deug@suse.delocilka@suse.czlocilka@suse.czlocilka@suse.czlocilka@suse.czaschnell@suse.deaschnell@suse.dejsuchome@suse.czlocilka@suse.czlocilka@suse.czkmachalkova@suse.czlocilka@suse.czjsrain@suse.czlocilka@suse.czkmachalkova@suse.czlocilka@suse.czmzugec@suse.czjsuchome@suse.czlocilka@suse.czjsuchome@suse.czjsuchome@suse.czlocilka@suse.czkmachalkova@suse.czkmachalkova@suse.czjsrain@suse.czjsrain@suse.czkmachalkova@suse.czlocilka@suse.czlocilka@suse.czaschnell@suse.dekmachalkova@suse.czlocilka@suse.czjdsn@suse.dejsuchome@suse.czlocilka@suse.czcoolo@novell.comjsrain@suse.czaschnell@suse.deaschnell@suse.dejuhliarik@suse.czlocilka@suse.czlocilka@suse.czlocilka@suse.czlocilka@suse.czlocilka@suse.czug@suse.delocilka@suse.czlocilka@suse.czlocilka@suse.czlocilka@suse.czlocilka@suse.czlocilka@suse.cz- Fix crash caused by previous fix when multipath is not available (bsc#1095323) - 3.2.56- Copy active_devices.txt for s390 to prevent blocking of important devices when cio_ignore is active (bsc#1095033) - 3.2.55- Mounting CD: Fixed crash while reporting an error. (bnc#1093847) - 3.2.54-CaaSP: Showing license confirmation. (Fate#324476) Improved ncurses layout. - 3.2.53- CaaSP: Showing license confirmation. (Fate#324476) - 3.2.52- Do not block autoinstallation when local disk controllers are not found (bsc#1082854). - 3.2.51- 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). - 3.2.50- Merged SLE-12-SP2-CASP branch to SLE-12-SP3 branch: Make filesystem type for home and root configurable in control.xml (bsc#1051762) - 3.2.49- Merged SLE-12-SP2-CASP branch to SLE-12-SP3 branch (bsc#1051200) - 3.2.48- openSUSE only: reword title of desktop selection dialog (boo#1045180) - 3.2.47- openSUSE only: when custom role is selected in desktop selection keep default value in /etc/sysconfig/windowmanager (bsc#1030873) - 3.2.46- Allow different mount point for home partition (Fate#323532) - Move remaining CaaSP specific code to yast2-caasp package (bsc#1036838)- 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- additionaly return file system type in ".run.df" agent result, (to use it in the disk usage calculation bnc#896176) - 3.1.116- Use a more flexible rubygem requirement syntax (bnc#895069) - 3.1.115- Enabled remote access on systems installed using VNC (bnc#893501) - 3.1.114- Setting data for &product; macro (used in helps) as soon as the base-product repository is initialized (bnc#886608) - 3.1.113- Fixed [Abort] button handling in Disks Activation dialog (bnc#893281) - 3.1.112- Autoyast: Second stage will not be called at all. This bug has been generated due the fix in bnc#886464. - 3.1.111- Autoyast - - Disabling second installation stage via autoyast configuration "second_stage". - - Centralized minimal configuration and disabling more configuration steps like X11, user, default_desktop,... - - bnc#886464 and bnc#892091 - 3.1.110- workaround problem with missing capabilities in image deployment (bnc#889489) - 3.1.109- use oom_score_adj instead of oom_adj (bnc #890432) - 3.1.108- update ca certificates after upgrade (bnc#889616) - 3.1.107- use short product name for the default base product release notes (read from the installation medium) (bnc#885247) - display at least an empty dialog when downloading release notes to hide the previous dialog in the installation workflow (bnc#889196) - 3.1.106- do not repeat release notes downloading on network time out (bnc#885486) - 3.1.105- do not log sensitive information in y2start.log (bnc#888645) - 3.1.104- linuxrc already provides proxy settings in URL form - so use it - 3.1.103- taking display-manager.service instead of xdm.service in the second boot stage (bnc#886654, 884447) - Workaround of bug in plymouth --> using deactivate option in second boot stage in order to start ncurses yast correctly (bnc#886488) - 3.1.102- retranslate release notes button when going back in workflow (bnc#886660) - 3.1.101- Asking user for confirmation while aborting the installation in disk activation dialog (bnc#886662) - 3.1.100- Copy multipath blacklist to target system (bnc#885628) - 3.1.99- remove useless steps from system analysis because it confuses users (bnc#885609) - 3.1.98- restore: use restore script instead of manual unpacking tarball to also remove newly generated content when rollbacking (bnc#882039) - 3.1.97- Changed /bin/rm path to /usr/bin/rm path (bnc#882453) - 3.1.96- directly export autoyast profile to target file (bnc#881108) - 3.1.95- removed random_finish client, haveged service is by default enabled, no need for explicit enabling by Yast (gh#yast/yast-installation#214) - 3.1.94- make sure the CIO ignore config file ends with a new line (bnc#883198) - 3.1.93- inst_upgrade_urls.rb: set the future target distribution to not ignore the SCC online repositories in libzypp (bnc#881320) - 3.1.92- write list of active devices for cio_ignore ( partially written by Ihno ) - 3.1.91- restore backup if yast failed during installation/upgrade (bnc#882039) - 3.1.90- properly enable the add-on module in the installation workflow - 3.1.89- inst_upgrade_urls.rb client: - remove old repositories (repo files) to avoid loading old SLE11 repositories when refreshing a registered service (bnc#880971) - remove old services to get rid of the old NCC service (Note: everything is backed up into /var/adm/backup/upgrade/zypp directory) - 3.1.88- better error message for accepting the license (bnc#875183) - 3.1.87- close port 6000 during installation (bnc#879262) - 3.1.86- do not call reipl multiple times (patch by Ihno) - 3.1.85- reduced time-out for downloading release notes when behind firewall (bnc#878265) - 3.1.84- Fixed "undefined method" if an add-on has empty release notes URL (bnc#877705) - 3.1.83- adjusted wording when deploying image to disk (bnc#877666) - 3.1.82- Use new bootloader API to set kernel parameters (bnc#869608) - 3.1.81- Fix haveged path to kill it properly (patch by Ihno) (bnc#876876) - 3.1.80- enable services for FCoE by calling fcoe-client finish script (bnc#877352) - 3.1.79- ensure maximum size of prep partition for ppc64 (bnc#867345) ( part of patch made by dinaar@suse.com ) - 3.1.78- adjusted downloading release notes to work also for extensions (bnc#876700) - 3.1.77- use correct keywords for cio ignore kernel params (bnc#874902) - move cio_ignore step after bootloader step to have sections generated (bnc#873996) - 3.1.76- bnc#872086 - always copy network configuration. Even if network is not running during installation - 3.1.75- enhanced handling of release notes from media (contrary to those downloaded on-line) (bnc#874996) - 3.1.74- Changed inst_system_analysis to read Product information (that uses libzypp) after initializing libzypp (bnc#873877) - 3.1.73- enable top bar with logo during installation (bnc#868722) - 3.1.72- Switched from the old to the new network setup client for remote repositories (bnc#869640) - 3.1.71- fix crash from last fix and adapt it to cooperate nice with autoinstallation (bnc#873458) - 3.1.70- return error message if base product not found and continue in installation(bnc#873458) - 3.1.69- removed loading 'pciehp' Kernel module (added for SLE 11 by FATE [#311991]) - it is now built-in Kernel (bnc#865834) - 3.1.68- added missing files to package (bnc#872925) - 3.1.67- Put wizard title on the left instead of on top (bnc#868859) - 3.1.66- added handling of release notes for slide show (bnc#871158) - 3.1.65- save a copy of pbl.log - 3.1.64- remove LIBGL_ALWAYS_INDIRECT (bnc #869172) - 3.1.63- do not write network configuration from upgrade to system (bnc#871178) - 3.1.62- remove ssh_service_finish as it is handle in firewall_stage1_finish due to split of ssh port open and sshd enablement (bnc#865056) - 3.1.61- bnc#869719 - fixed parameters forcing manual network configuration on user's request at disks activation screen - 3.1.60- change cio_ignore kernel parameter according to kernel changes (bnc#869463) - 3.1.59- avoid constant redefinition warning(BNC#869202) - 3.1.58- skip "Installation Options" dialog when online repository option should not be displayed (part of bnc#868942) - 3.1.57- set LIBGL_ALWAYS_INDIRECT in ssh mode (bnc #868175) - enable yast theme in ssh mode - 3.1.56- download on-line version of release notes (fate#314695) - 3.1.55- add kernel parameters for s390 when cio_ignore enabled to never blacklist console or ipl devices (fate#315318) - 3.1.54- bnc#858523 - dropped disabling network configuration code. yast2-network is in charge of it now. - 3.1.53- don't hide ReleaseNotes button going back fron inst proposal (bnc#867389) - 3.1.52- run scc_finish client if present (FATE#312012) - 3.1.51- fix malformed string exception if cio ignore is disabled (bnc#866995) - 3.1.50- call proper bash agent otherwise cio ignore feature do not work (bnc#866614) - 3.1.49- do not crash if there is no general section in autoyast profile (BNC#866529) - 3.1.48- reset proposal after rescanning storage (bnc#865579) - 3.1.47- revert back complete skip of probing due to disks with activation (BNC#865579) - 3.1.46- Do not rerun system probing as it is already done (BNC#865579) - 3.1.45- implement cio ignore feature during installation for s390x (FATE#315586) - 3.1.44- Removed an icon from License Agreement dialog (bnc#865575) - 3.1.43- Adapted ignored_features to handle possibly missing Cmdline entry from Linuxrc (bnc#861465) - 3.1.42- Removed hard-coded color and RichText formatting from installation confirmation dialog (#bnc#865371) - 3.1.41- Make vnc use real yast theme (bnc #855246) and make vnc screen size configurable. - 3.1.40- ssh installation: fix network start after reboot (bnc#850446) - 3.1.39- Prevent from re-defining CopyFilesFinishClient class (bnc#864631) - 3.1.38- Writing bootloader as late as possible, several configs need to be written and coppied to the installed system first (bnc#860089) - 3.1.37- Copying all udev rules from inst-sys to installed system (bnc#860089) - 3.1.36- fix detection if ssh daemon run otherwise ssh installation do not reboot after first stage(BNC#864260) - 3.1.35- fix namespace collision that cause error in installation - 3.1.34- keep proper installation mode after cloning(BNC#861520) - 3.1.33- fix dependencies to properly require new ruby bindings - 3.1.32- removed unused release_notes_popup.rb - Remove initialisation of Report in autoinst mode from inst_system_analysis. Not needed any more since autoyast Profile is now processed before inst_system_analysis gets called (bnc#862829). - 3.1.31- Implement minimal installation feature (FATE#313149) - 3.1.30- fix false positive errors in log for easier debugging in future - 3.1.29- inst_inc_all.rb - added missing import (bnc#860263) - 3.1.28- Remove write to non-existing /etc/sysconfig/suseconfig (FATE#100011) - 3.1.27- fixed DASD detection (bnc#860398) - 3.1.26- Fix exporting configuration in first stage (FATE#308539) - 3.1.25- fate#316768, bnc#854500 - enable network service according product feature - 3.1.24- removed inst_scc.rb client (moved to yast2-registration) - 3.1.23- Remove icons from system analysis according to Ken's comments (fate#314695) - 3.1.22- Remove "Change..." button in non-textual installation - Add "Export Configuration" button in non-textual installation (FATE#308539) - Add "Export Configuration" menu item in textual installation (FATE#308539) - 3.1.21- adjusted UI according to Ken's comments (fate#314695) - 3.1.20- add clone proposal and finish client (FATE#308539) - 3.1.19- added capability to install OEM images (fate#316326) - added handling Release Notes button (fate#314695)- Add abort and fail hooks for installation - 3.1.18- control files have been moved to a separate package/git repo (https://github.com/yast/yast-installation-control) - 3.1.17- fixed Makefile.am (added missing inst_scc.rb) - 3.1.16- Show hook summary only if some hooks failed - 3.1.15- fix opening zfcp client in disk activation on s390 - 3.1.14- added a new client for SCC registration (first iteration, UI only, does not work yet)- fix failure in remote disks activation client - 3.1.13- removed "trang" dependency (requires complete Java stack, convert the file directly in the source repository) - 3.1.12- remove server base scenario and media check clients from SLE installation (FATE#314695) - add storage proposal dialog to SLE installation (FATE#314695) - 3.1.11- Show popup window with used hooks before installation finished - 3.1.10- Add direct link to network communication from remote disks activation (FATE#314695, part of NI requirements) - 3.1.9- Add hooks to main installation client - 3.1.8- removed support for automatic 2nd stage (the 2nd stage has been dropped completely) (FATE#314695) - 3.1.7- Proposing separate /home partition on SLES and SLES for VMware (FATE#316624)- move some steps from removed 2nd stage to the 1st stage - "inst_mode" client: removed installation/update switch, renamed to "inst_installation_options" - 3.1.6- control file cleanup: * remove the 2nd stage in installation (FATE#314695) * removed autoconfiguration support in the 2nd stage (the 2nd stage has been removed completely) * repair mode removed (not supported) (FATE#308679)- 3.1.5 - replace runlevel entries in control files with default_target entries - replace dependency on yast2-runlevel with yast2-services-manager- bnc#849391 - removed explicit start of second phase of SuSEfirewall2 initialization. Not needed when systemd is in use. - 3.1.4- install "perl-Bootloader-YAML" package - removed "Use Automatic Configuration" option from the installation mode dialog (the 2nd stage has been removed) - 3.1.3- install only "perl-YAML-LibYAML" and "perl-bootloader" packages to the target system - updated scr_switch_debugger.rb client- show release notes button (fate#314695)- removed long obsolete EVMS entries from control file (see fate#305007)- removed autorepeat workaround for bnc#346186, not needed anymore, xset might not be installed (bnc#846768) - 3.1.2- Extended support for ignored_features: They can be also mentioned in PTOptions and thus not appended to Kernel command line (FATE#314982)- Added support for ignore[d][_]feature[s] (FATE#314982) allowing to skip some unwanted features of the installer - 3.1.1- Dropped modem and DSL detection (and configuration) from installation proposal (FATE#316263, FATE#316264)- do not use *.spec.in template, use *.spec file with RPM macros instead - 3.1.0- yast2-mouse was dropped, do not call its components (bnc#841960) - 3.0.7- fix console status after the installation (bnc#750326) - 3.0.6- do not mention xorg-x11 in the control files (bnc#837450) - remove obsoleted part of X11 related code - 3.0.5- bnc#798620 - removed proposed hotfix for the bug. The hotfix could block starting firewall under some circunstances. - (re)starting firewall is handled in yast2.rpm since 3.0.2 - 3.0.4- use pure ruby solution when sorting proposal items- use pure ruby solution when sorting destkop items, so major desktop (with same order number) won't get resorted - 3.0.3- check the product profiles during system analysis and copy them to installed system (backport of fate#310730) - 3.0.2- removed empty agents/Makefile.am and unused testsuite/Makefile.am - removed obsolete BuildRequires: doxygen perl-XML-Writer sgml-skel yast2-testsuite yast2-storage yast2-pkg-bindings yast2-packager- remove trang from BuildRequires: rng can be created during packaging, not needed during build- correctly write supporturl (port of bnc#520169) - limit the number of the searched disks to 8 of each kind to shorten time needed for finding SSH keys (port of fate#305873) - 3.0.1- converted from YCP to Ruby by YCP Killer (https://github.com/yast/ycp-killer) - version 3.0.0- ignore SIGHUP in YaST2.Second-Stage to make autoyast installs with serial console succeed again (bnc#825728, bnc#823224)- fixed sshd check (bnc#825160) - 2.24.10- show release notes of newest product first (bnc#827590) - 2.24.9- adapt control.xml to offical Factory one: added e17 desktop, enabled online repositories - 2.24.8- only show desktops for which their defined patterns are known (needed when desktop defined in control file is only available via some optional installation source - fate#315061) - 2.24.7- make check for sshd more robust (bnc#825160) - 2.24.6- bnc#774301 - fixed udev events handling in kernel_finish - 2.24.5- use WFM::ClientExists() call instead of checking *.ycp file presence (works also with non-YCP clients and checks also e.g. /y2update/clients path)- Using unique IDs while calling rpmcopy_secondstage to prevent from disabling this step in AutoYaST or Upgrade while it should be disabled only in Installation (bnc#813072).- startup scripts: if RC_LANG is not set, use en_US as default (bnc#815265) - 2.24.4- call unicode_start/stop and initviocons only on consoles (bnc#800790) - fixed check for missing initviocons - 2.24.3- show dialog for all available disk controlers (bnc#807026) - 2.24.2- force disk activation when Storage reports no disk was found (bnc#810823) - 2.24.1- always return boolean from DeployTarImage (bnc#804293) - make the "Check drivers" error message depend on control.xml variable (fate#312875, bnc#805251) - 2.24.0- NetworkManager is enabled and active after second stage (bnc#808039) - 2.23.13- deactivate RAID before going back to "Disk Activation" during installation (bnc#806454)- fix got_kernel_param in misc.sh to not match substrings (so far kernel parameters like systemd.log_level=debug activated Y2DEBUG) - 2.23.12- prevent systemctl hang in 2nd stage (from fcrozat@suse.com, bnc#798620) - 2.23.11- start the add-on module also when "addon" boot parameter is present (fate#314318) - 2.23.10- Adding repositories that cannot be (re)added as enabled in a disabled state (bnc#779396). - 2.23.9- adapted to changes in Storage.ycp API (bnc#797245) - 2.23.8- set new keyboard layout right after selecting (bnc#796589) - added SYSTEMCTL_OPTIONS to Firstboot/Second Stage services (bnc#791076) - 2.23.7- show the info about possibility to download drivers from drivers.suse.com (fate#312875) - added KVM installation scenario (bnc#795067) - 2.23.6- disable USB sources after installation (bnc#793709) - 2.23.5- allow using local repositories during update (bnc#779397) - 2.23.4- fixed installation of systemd units (crrodriguez) - 2.23.3- removed fonts_finish, its only action was to call obsolete SuSEconfig script - removed inst_suseconfig client (fate#100011) - 2.23.2- do not allow to go next without desktop selected (bnc#786507) - 2.23.1- removed suseconfig step from installation sequence (fate#100011) - 2.23.0- create simpler and non translated aliases for update sources (bnc#768624) - 2.22.10- set TERM=linux for 2nd stage services, to keep ncurses nice (bnc#768356) - 2.22.9- ensure Plymouth is hiddent before 2nd start, to prevent system freeze (bnc#768185) - ensure 2nd stage is started before SuSEfirewall2_init (bnc#733361) - 2.22.8- kill console before reboot (bnc#759627) (otherwise systemd will not proceed with system shutdown)- require yast2-proxy for 2nd stage (bnc#764951) - show a message if network config has failed (bnc#765129) - 2.22.7- enhanced image installation help text (bnc#732914)- adapted to move of testX (see bnc#749184) - 2.22.6- create link yast.ssh for 2nd stage ssh installation (bnc#745340) - 2.22.5- Improve layout of the release notes dialog (bnc #550610) - 2.22.4- adapt the style only for ssh installation, not vnc (bnc#742777) - 2.22.3- Fixed bnc #742777: ssh installation needs to much bandwidth - 2.22.2- confirmed license - 2.22.1- save ecdsa keys as well (bnc#726468) (added where missing)- Added ntp-client into list of cloned modules in control file (bnc #738019).- Reading the current random/poolsize from /proc to store the exact number of bytes (bnc#692799).- Modified saving state of the current randomness (bnc#692799).- Fixed saving state of the current randomness (bnc#692799).- ask for Abort confirmation in Update URLs step (bnc#728907)- merged texts from proofreading - 2.22.0- Disable routing initscript commands through systemd, prevent lockups.- use same code to display ip addresses during vnc and ssh installation (bnc#727802) - 2.21.28- Ensure network is not started by systemd before Firstboot / SecondStage (bnc#726823) - 2.21.27- control files: save ecdsa keys (bnc#726468) - 2.21.26- Creating /etc/mtab linking to /proc/self/mounts in umount_finish (bnc#725166) - 2.21.25- Fix text mode handled in systemd (bnc#724115) - 2.21.24- compress the log file from 1st stage of installation (bnc#716938) - 2.21.23- Use latest macros for systemd - Drop workaround for bnc#719221, systemd is fixed now. - 2.21.22- change the URL for congratulation dialog (bnc#720481)- control.openSUSE: use lightdm as default DM for Xfce - 2.21.21- updated systemd service files (bnc#719221) - 2.21.20- unmount previously mounted /run (bnc#717321) - 2.21.19- improved package update check - display only the repositories with an update available, display package updates in details - 2.21.18- enable system cloning only when autoyast2 is installed (bnc#692790) - 2.21.17- fix build for older distributions - 2.21.16- added systemd .service files for second stage and firstboot (from fcrozat@suse.com, bnc#713760) - 2.21.15- expect there might me extra checks for disk controllers with s390 (bnc#706911) - adapted help text and label in installation mode selection (bnc#711160) - 2.21.14- upgrade_urls.ycp - do not display reading and writing progress, it is pretty quick and just causes screen flickering (the write progress is displayed only when there is an enabled repo to add, refreshing it can take long time) (bnc#692614) - 2.21.13- fixed .desktop file (bnc #681249)- 2.21.12- Copy network interface naming rules early to get them to initrd (bnc#666079).- extraurls: check whether there is an update candidate in the added extra repositories - openSUSE DVD does not contain all packages, packages from OSS repository which are not on DVD medium were not upgraded and were left in the old version even after adding new OSS repository with updated version (bnc#693230)- cleanup: removed obsoleted SourceManager::SyncAddedAndDeleted() call (zmd sync has been removed) - 2.21.11- use term "Software manager" instead of "Package manager" (bnc#585679) - 2.21.10- Preserving the /dev/urandom state from inst-sys after the installation (bnc#692799) - Automatically enabling haveged service if installed (bnc#692799) - 2.21.9- Added control.SLES-for-VMware into the SVN- Removed obsoleted X-KDE-SubstituteUID from deploy_image.desktop (bnc#540627) - 2.21.8- Show Xen Virtualization Host Server Installation scenario only for x86_64 architecture (bnc#702103) - 2.21.7- fixed typos (bnc#703119) - 2.21.6- always loading 'pciehp' kernel module on Dell hardware (FATE #311991) - fixed control file validation - stricter btrfs_increase_percentage definition in all control files (only 'integer' is allowed)- add btrfs_increase_percentage to to category "partitioning" in config.xml files - 2.21.5- enable YaST restart in the 1st stage (bnc#694299) - 2.21.4- added option to configure FCoE Interfaces when started with WithFCoE=1 argument (fate#307445) - 2.21.3- Copy /media.1/build to the installed system (fate#311377) - 2.21.2- show the 'before-reboot' message in RichText, so possible command can be copy-pasted (bnc#383519) - 2.21.1- do not start automatic configuration for autoYaST (bnc#679435) - 2.21.0- Handling disabled installation steps also in Live Installation mode (BNC #675516) - 2.20.6- fixed braille support during installation (bnc #672086) - 2.20.5- Adapted openSUSE control file to the current naming schema of desktops (BNC #667408)- fix initialization of AutoUpgrade for 2nd stage - 2.20.4- adaptations for unattended migration (fate#310481) - don't delete /etc/mtab if it is a symlink (bnc#665437) - 2.20.3- fixed progress during live installation (bnc#665413) - 2.20.2- update XFCE desktop definition- Using wider space for licence displayed in non-textual interface (BNC #607135). - Fixed DUD deployment (BNC #626337)- fixed behavior of window closing in installation proposal (bnc#636980) - use df for estimating partition size for live installer (bnc#555288) - 2.20.1- don't use spaces in repo alias (bnc#596950) - inst_addon_update_sources.ycp - removed obsoleted ZMD sync call - 2.20.0- removed link to repairing the system - 2.19.20- fixed the cloning at the end of a manual installation (bnc#605132) - 2.19.7- allow btrfs as root fs - 2.19.6- Script copy_files_finish copies files with --dereference to prevent from copying symlinks instead of the files content (BNC #596938).- disable Qt/Gtk frontend if testX is unavailable (bnc #585432) - 2.19.5- Searching for LiveCD license in /usr/share/doc/licenses and / directories (BNC #594042).- fixed a broken yast2-installation.spec.in - fixed broken schema validation files for control.xml files - 2.19.4- inst_suseconfig.ycp - do not reset UI product name (&product; macro) (bnc#539906)- Previously used repositories switched from enabled/disabled mode to removed/enabled/disabled mode (BNC #588659).- Port from SLE11 SP1: process files in _datadir/autoinstall/modules with %suse_update_desktop_file. This passes their strings into translation (bnc#549944)- Unique identification in inst_upgrade_urls switched from URL to ALIAS (BNC #587517). - In case of re-adding CD/DVD media, user is asked to insert correct media before adding it (BNC #587517). - Only upgrade packages if upgrading from SLES 11, otherwise use patterns for upgrade (BNC #587544).- Fixed calling update.post from DUD (BNC #586609).- CIM service is proposed as disabled by default (BNC #584524).- Documented YaST RELAX NG schema (FATE #305551). - Correctly re-added unique_id to RNC - AC steps and proposals (BNC #582094).- clone checkbox at the end of the installation is always enabled now and can install the autoyast2 package if needed (bnc#547486)- UI for autoinstallation images added to deploy_image_auto- Steps 'user' and 'auth' enabled again in Live mode (BNC #547931).- Fixed license agreement check box visibility (BNC #571846). - 2.19.3- Added LXDE to openSUSE control file (FATE #307729).- Fixed 'going back' from services proposal BNC #572734.- fixed message during ssh installation (bnc #518616)- updated control.rnc - 2.19.2- inst_complex_welcome adapted to Language::SwitchToEnglishIfNeeded (bnc#479529) - 2.19.1- Adapted for new API to ProductLicense (FATE #306295).- Package kde4-kdm has been renamed to kdm (SLES, SLED control files) (bnc #561627).- Un-check automatic configuration box when user selects update (bnc#537625)- Enabled CIM by default (SLES and SLED) (FATE #305583) - Adapted RNC for control files- dereference hardlinks when deploying live CD so that it can be also deployed on multiple separate partitions (bnc#549158)- Repositories added by inst_addon_update_sources use Pkg::RepositoryAdd that does not need access to network (bnc #557723)Cumulative patch with SLE11 SP1 features: - In TUI (ncurses), use plain text (.txt) file with release notes, if found (FaTE#306167) - Set /etc/sysconfig/boot:RUN_PARALLEL according to corresponding value in control file (FaTE#307555) - 2.19.0- Added control file configuration option require_registration (FATE #305578).- lan module in 1st stage (FaTE#303069) - 2.18.34- during update, do not save timezone and console settings (bnc#547587) - 2.18.33- Fixed handling repositories during upgrade (bnc #543468). - 2.18.32- set the time after chroot (bnc#538357) - 2.18.31- correctly set the keyboard layout in 2nd stage (bnc#542009) - 2.18.30- Adjusting understandable name for update URLs added during second stage of installation (bnc #542792). - 2.18.29- Correct HTML format tags in helptext (bnc#540784) - Set firewall status according to user's choice also in non-automatic 2nd stage (missing call for AdjustDisabledSubProposals) (bnc#534862) - 2.18.28- Enable SSH service after reboot if this is SSH or VNC installation (new ssh_service_finish client) (bnc#535206) - 2.18.27- enhanced display of release notes (fate#306237) - 2.18.26- better error handling for image installation (bnc#533601) - 2.18.25- Introducing unique IDs to unambiguously identify AC steps and sub-proposals - Writing disabled AC steps and subproposals at the end of 1st stage, reading them back at the end of 2nd stage - Filtering out disabled AC steps from AC workflow (FaTE #303859 and bnc#534862) - Require new yast2 base - 2.18.24- Dropped unnecessary fallback text from the fallback control file (BNC #536288).- Do not copy xorg.conf to installed system anymore (bnc #441404). - 2.18.23- do not disable qt/gtk frontends if xorg.conf is missing (bnc [#533159]) - 2.18.22- Simple network (firewall) configuration in 1st stage (FaTE #303859)- added calling bootloader client bootloader_preupdate to control file to fix multiple grub entries (bnc #414490, bnc #477778).- disable yast2-x11 during installation (bnc#441404) - 2.18.21- adapted to changes in yast2-country: no saving of xorg.conf (bnc#441404) - 2.18.20- Fixed Welcome dialog layout to have more license content visible and to align language and keyboard widgets with it. - Not offering installation images if there are none (bnc #492745). - 2.18.19- fix build with automake 1.11 - 2.18.18- adapted for unified progress during live installation (bnc#435680) - 2.18.17- use minimalistic xorg.conf during installation (bnc #510015) - 2.18.16- moved .proc.mounts agent from yast2-installation to yast2 (bnc [#504429])- added kdump support for autoyast installation (FATE#305588)- Installation/Upgrade newly require some packages essential for them to succeed (bnc #469730).- Using a new yast-spanner (old yast icon) for Repair. - 2.18.14- Fixed Vendor module to use zypp history file instead of using y2logRPM (bnc #456446). - 2.18.13- Added documentation for installation images.- KDE 3.x dropped from openSUSE control file (bnc #493547).- changed the error message of missing hard disks during autoinstallation. Might confuse s390/iSCSI users. (bnc#476147)- Fixing reevaluation of packages to remove, install and/or upgrade after images are deployed during first stage (bnc #489448). - 2.18.12- Added new globals->ac_redraw_and_ignore control file item (openSUSE and SLED) that ignores if AC UI is missing and just redraws it. An error is still reported in case of missing Wizard widget (bnc #487565).- Continuing on Repair integration. - Handling missing FLAGS in the content file. - 2.18.11- Location /etc/modprobe.d/blacklist has been renamed to /etc/modprobe.d/50-blacklist.conf (bnc #485980). - Unified inst_mode handling, especially correct handling of Automatic Configuration together with switching to Update mode (originally reported as bnc #469273). - Repair workflow unified with the rest of installation. - 2.18.10- Fixed help for "License Translations..." button (bnc #481113).- Obsolete 'tar --preserve' replaced with 'tar --preserve-permissions --preserve-order' (bnc #483791). - Added recovery support for AC (dialogs) possibly called by AC scripts (bnc #483211)./bin/sh/bin/sh/bin/sh/bin/shyast2-installation-devel-docwildcard3 1529597402  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~    3.2.56-2.7.1  startupAUTHORFirst-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.readmerequiresYaST2-Firstboot.serviceYaST2-Second-Stage.servicecio_ignore_finish.rbcio_ignore_proposal.rbcomplete_workflow.rbcopy_files_finish.rbcopy_logs_finish.rbcopy_systemfiles_finish.rbdeploy_image_auto.rbdeploying_proposal.rbdesktop_finish.rbdisintegrate_all_extensions.rbdriver_update1_finish.rbdriver_update2_finish.rbinst_addon_update_sources.rbinst_ask_online_update.rbinst_check_autoinst_mode.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_info.rbinst_initialization.rbinst_install_inf.rbinst_installation_options.rbinst_instsys_cleanup.rbinst_keyboard_root_password.rbinst_license.rbinst_network_check.rbinst_pre_install.rbinst_prepare_image.rbinst_prepareprogress.rbinst_proposal.rbinst_release_notes.rbinst_restore_settings.rbinst_rpmcopy_secondstage.rbinst_save_hardware_status.rbinst_scenarios.rbinst_ssh_import.rbinst_system_analysis.rbinst_system_role.rbinst_test_workflow.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.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.rbupdate_wizard_steps.rbx11_finish.rbyast_inf_finish.rbinstallationinst_inc_all.rbinst_inc_first.rbinst_inc_second.rbmisc.rbinstallationcio_ignore.rbclientscopy_files_finish.rbcopy_systemfiles_finish.rbdeploy_image_auto.rbdeploying_proposal.rbdesktop_finish.rbdisintegrate_all_extensions.rbdriver_update1_finish.rbdriver_update2_finish.rbinst_addon_update_sources.rbinst_ask_online_update.rbinst_check_autoinst_mode.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_info.rbinst_initialization.rbinst_install_inf.rbinst_installation_options.rbinst_instsys_cleanup_client.rbinst_keyboard_root_password.rbinst_license.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_scenarios.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.rbservices_finish.rbssh_import_auto.rbssh_import_proposal.rbssh_settings_finish.rbstroj-casu.rbswitch_scr_finish.rbtest_inst_client.rbtest_proposal.rbumount_finish.rbupdate_wizard_steps.rbx11_finish.rbyast_inf_finish.rbcopy_logs_finish.rbcustom_patterns.rbdialogsdesktop_roles.rbregistration_url_dialog.rbssh_import.rburl_dialog.rbdriver_update.rbinst_confirm.rbinstsys_cleaner.rbminimal_installation.rbprep_shrink.rbproposal_errors.rbproposal_runner.rbproposal_store.rbremote_finish_client.rbselect_system_role.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.rbwidgetshiding_place.rbonline_repos.rbsystem_role_reader.rbsystem_roles_radio_buttons.rbtransferfile_from_url.rbImageInstallation.rbInstData.rbInstFunctions.rbSystemFilesCopy.rbVendor.rbdeploy_image.rncssh_import.rnccfg_boot.scrcfg_fam.scrcfg_windowmanager.scretc_install_inf.scretc_install_inf_alias.scretc_install_inf_options.scretc_passwd.scrrun_df.scrrelease_notes.desktopautoinstallmodulesdeploy_image.desktopssh_import.desktopyast2-installationCONTRIBUTING.mdCOPYINGREADME.mdsysconfig.security-checksighooksinstallation/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/system//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/autoyast/rnc//usr/share/YaST2/scrconf//usr/share/applications/YaST2//usr/share//usr/share/autoinstall//usr/share/autoinstall/modules//usr/share/doc/packages//usr/share/doc/packages/yast2-installation//var/adm/fillup-templates//var/lib/YaST2//var/lib/YaST2/hooks/-fomit-frame-pointer -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:8354/openSUSE_Leap_42.3_Update/08bc98ecb5b72f46810d58ae1ae6e69e-yast2-installation.openSUSE_Leap_42.3_Updatecpiolzma5noarch-suse-linuxdirectoryUTF-8 Unicode textPOSIX shell script, ASCII text executableBourne-Again shell script, ASCII text executableASCII textRuby module source, ASCII textRuby module source, UTF-8 Unicode text RRRRRRRRRRRRRRRRRRRRRPP (i'Qyast2-online-updateyast2-firewallrelease-notescurlyast2-updateyast2-add-on?P] crt:bLL'Gung g0Ғl{R~Kֱ3g[8 `{4 !U"J62cjK.k7N;фdpJqІV5\Ԫ^YLX)ݙp ƭlIkuNm{X MoJ -fbz7n|ݡ8K9J6SYp[uvtg ȳ%B{!&qzN`=&%gbƭP]d"x&aO#=tX<55JrwO}s*w~^ uiӼhC2:'O-)!!5,^4̃LFKN_ZwL|s9/dF*lsW7ju0#e!-#7nW99XR; ¶Û YC's5Cj8$p{3܃E2O2@| QBjp[L߄̣H온Td4F&;Z| ~_VuaVB7J  5.T'q=gC-E;1E]p~ӑL"8*Yd+vGFv1!ȿR2'1@ҊQ&3겪*w:\9mbH\<(dj ?WQB4Ps9lyyk߿^~d m%ͭ]1Of7X!L"P=a4G,s\2t('vG Ve9cN H;ar:+ .cT

a\2Yu#򌼍 |%VYf$~^48nRן>yn^5t*{&#f>dn^Q81#&[I`. ͱ)vt'螊 >gXOSN5M@OI<>"4\uwtr}sǹB\^aߕ]6vf7-HՃ֐"܆nk| څ!yגѢAߴH{qTNa g) : cՕc;0?_4jI<31BiqѪf^[#|!\(>лRg?Թ,T$p(7@P _eh9jfӁ%vI[w]s甘Fbr[TAu:upD}T)eܲZABm2\hϟ*jL @YK!nn`?IaaT̳[ZuuCoPO% ؏pND qkDmE?\U;]95C/IWS"AP힊 (ܐgk2I͂2#6B91y5ډ%ީn7:.lb = q~#I-zʍbS4ދ7kRS#!q>PDqW=ZӁQ>[&\{஘`)`2]Č~|QIn.=!K"Ϭ]jTuO'NIcm"Ltu2X |km_g+vCɍ4_h3 ע\ʁXKd5eQJ@No9qW5Ğ)N,6ٔ<)(N'D*o6\$XXUb{ ۹N;Z).5>.#umvv]l [Ȋ'GA~,j҇I,Os# ;P>O~4Wl2 Y`f~]{:xfü ^(0Ǜ'E9doFnp B?}wH-; &sED`od2nR$$TY2$A%Ը8>V}\@V=RgiX%!'>#8(W|m/6``7;ґXph_r#ō=K9E!=[Au*!^iCҠv Lw%-j.ʖ4[ `wVY! ,i%@ֿDa[ݬ:bU?ϢwCD7GG!a0%· PJU8J}~_G^K<ĕXܸ$YH:(UKYM_6236`/i۴QP|,0`bF&7f7б〟h{M{/(2v..}}FC?z"Jv{@`|*{8&%h|Ի*x3j+[l^G +kM<2PIbF(*n(O~ d?NԖݝge`++'Tn(23# ]̋MHLf0>$]X$KMZ n1iAZ!|;O,EAP3BRB^KB?S4rj3œCTUJ| O6=RX{3 [A\d`Vܤn*3VQѡ_0$K\(~w`yH%bLzRw1.(aܮ+A>s%rgbE16/'APC j8SMkHh;v0WF.{ZT/^^M:Dw&:cE^m%#׋(#x9#5gNdsSB9(Z3^wlr62R)W@lլ#(=-c=^4'fmTQ~VZ;yNL֌]<`Ʊ8'!btSdT=!ktCs&%P.{?5U4os::UoqFw-4/f% I2䠖T (;p[a)*G~H;Hؑtڏa1T߉Z|>o OUyHw]2;^4(qolEޓUC {O P@U~2?1 x2>uF b BO4"5++)gl֪gDbN[g@ntPJS2cXi= H no{jOkrXe!n6kM`O?K:ʹg9WV`f_-HD:.QU6+('{e e$DCH3ۅ IG^v|n\mLff1*֊ty k}pW Ά{ץøZq4W?s-9;y=½ 8Dt8 l0`&!?hZ9&X%(:m9~HYgYs=,4MKO\"謿 *މ)y0]&Q[w][ˉްeNt>@r9pZ-=)%wL-ΡPp7@+%S+-}x7幓? +Tun)X : _La`vdjZ^q9#S{bϸC%oRA8Fh[3dѤRTydf4s-pYC4Zƞ(-b#]԰pЎaK0xTFMtN=&=!6yXupi;ON;ꖃ)=Rh jS)9 zW?.$Q#}'-Һd\.HEʃpȧKyJ+a=߉so"5.98!wj;Ʈy<#7Hz6XU,>p',XFSi{E,sE:O&hG'20KVw{3vSq#0m'- S&gݑDg"b%Trw}6-'Pj:jH6?0}\XcMPR\eWh|mGV +MhdtxHǞ*$*9V_(ƃ(F;MZu䊁OL^FxCt <'$=pRby7pSvPe7QȻHD$Mž :B(Bc1z îw5(<5C;.mjjh:qMT@ܢ4/(g0{GGKBL8/zLO%(PU{|=אۑW2Q7D̬(Wz*e"YULJKoKѾ"؞xP&qaXTt9]2sUxhhu79SpŜ,sk!Hf\@wϰDWR^eHT] ͊B<ЈՒGt#D'2rY c5X&)!MS.uNqjkK٪'],Hf1zscC'hы/#TQ bE>|َ*JDE3SzXv\tvfv6$8zU\ 1WIRf+'ts$d_Cm01ɤ~jaL~^,J]%>l,xH*n_~.Y J["?,4_D"ǸZ[yΔ{ZQo>[ԏ}tZA μN|΄$lα:S& /;n岚.Hd*mm39oV;^b,9*Az:$|۶[ s_x4._ȱ>NājSK.&]k@bHB1Y9Gx=J"VƋ1";dv @߷E i, ?oQ]6P+üA*#-@A=H[=Dj?ǷJ f 3+HNSFe {"f̡N桀( §&4=jo9ףI$Qi? wO-r1]-RXH \ηv&F Y>HKM0Z,&I'ѯ m>2@*}T"_dcˠuH͓z#6 P؁GTd& ,RJϛOk d oNWa[XԿӦ6N<Lcv"(ء4bB9FI;w:quU| n#"|IZ Xm BˆὟ,Ns+0L_ ,̹8kN~~Lޯl-ھ!m҉`-Ï&>^b[ӮRK3旭L`ͳ3Sa\Nf4]@/ s$D>N#JI9\ծewA.,,w])d<U깉* X($$!x z:|Tyw+mƁZ}J*"QMuBμ\s:v %(LUⴅ`Bb[x+ɿ*.ODZJ\ԝvú Pc).6m԰1*=UJ.&L~Sbk9{rG ;9IG;//dDLϝHqceц4SB%Nj@܊b.#??i[(@[=᳼'/E[|}[>\yx,zNL-pM[# d %JosN@URtGX*{[E&@y.fP^O"`1W~ba?fW'L[ߩ>V?6̌aӿJ@w*6Zt "ƒ^T t(̖cf_T]=ܠ( 8N(H!۪A+X[rd ")֛ S8rٞހsv=} F'TdeOnƚ' ,Wիv(e34eIQwZ))viT":ǀ;A_|,Fv8+Ãc lY?=3]=LQ:7}McF?= GƀaH&60负ӄ\ Ok@7f)'p؝W'-Qh0ǙW0*Qh$܁dh}'t[_UyUc*cjx> @؛O/F\5dĊn$Yf28oB5xmsP^_,80;BѵQ{Y7 "HJi{ZGelqiܲcrܠv9,FM a8K}۬X*Ɍe5p_Rq;ͪ6f z1|# VDT9.5Kt(߼?#mK8 Z nNu4ZKd?Y ,'=zQY~X,H2̊>zrUwf& s~:"ZmqʧQ4@Bh"GAP6nMfr58 F1PK2@?|j=BGRMQK[:J*JiO+qQ7ֆ*֢Qm4H8:βSh$8`X:~V px>rB*pVGh-$ 5s3 d"Ǧvs с[rat>]Ħ k 3"QF.ޟ: X@VFn-Fꮸg=3ј1en*/'>wqI{ ʁ7ΣAuEN'i%|EWhv9T-ҟ;uuŒ""3o@WԘc>IKLscoȐ?˽W_Β 8 ԦEjHڔ'sYR>v-fckX0L̊ƊAja6c-0k'{Oc>kcMlooMaIɾf<ۣ&q\KK i'sA=C>?KWLS4#A8F׬7C?KYR pݎṞ֏t`?1Ler 3>0}`^߯o|'& 1 ';ItL Ozn(eMvGѴLh,oI.a"oMq U ]eZ=ZFɞk3SȦ⫾%ؗ{ٹ$Io U Qmu%]7P*]'u.uO8KW+kcBn!/TqN uƬ.a]n]fᯱ$ihHb貁[pK];ߐuGӓ8FW BYhBo#B/qr]h܋2ʲ[tۍ0 <:O8I~4pC#ݕTP{!k/i_g0qZC 뚁ᐬ0_D1=tvSia~ZuX@a;R7Ã5 .59xss;}|yrcY9KAZ|QT@O9wZ#[7`]F<%d* #Fa۰o+iC{=A fr^]pfZFPMW*UOZqK◺3ˀ7^.jX}IN%鎔8L *e%~=?ð|_`9.pPOTV'3nEBIjah:rQg2V5f{U#|P1vjPIRAxk &vQBttvQNԸol|b_}ز?MݿuU'_ʵ]@I|aYw-M Viع ؽs]x2?Ct\I Xx%7lf*{Kk!D۬G*=@K\k32 7%2yĂ>NcBȋ-yOuԝSb_C12F!EPt̛ٵ;Q# &@Ai`2&^Z9_D\ݱ[S鹬}~\R^SA8dpË)$iÈٴ X5s}Z9U3 vFH($Bnt8m<.b7Xx:9gxm/@xj&ۜC BAEҫah=@X(xW&9ݹ PMx>qJ%>C2 3K5c\[vgd4*iLVr\"+ν_hsC&ڃLR fT`;AM?%$;j:JRӳt>u8 e<- hXvkO$eoWX]mP?ncឺ>>9.Zwc|B,?@5=Қ?B3b=A>Q)o(F0AHȐ0Aw-Z"*{Oߤ290&nز9G'A}];=`~>FW 2{:R,ή! 4̽v tdgi݆?ut n5>Q؝9DaC w:]ŚK+D$g_UJ,\G% /Ozz8Axn"C!F26YקICsrzwG4%˼ 0y^T8v-1|1n'EJ#Ǣ7`6:r7!&W"rOYt)!V!5Byxh̪KM,NZl}paOz > Yt1DH&igzyrqW({) U/5(<06!o3ܘ!S1v]J5L=Nemf\{?-d*WSa&#``K:w~R߾Bei{çxjǚzQ5ó= qR@z> mvx &&Z<Ӂ<&3Ҏ@#7Q$^]XﲍV}mVW8'CנG?^}pþ11")Q9ޖv[/3 l UYa)zO5 l" #-(+z<1lo@x3$o Ku.kF(tTT,r8+h\xH|5r`f,墝_TJ("! ᐫ,.t(snBQHCfJqȲn|?ۖN6YKQ@fظTH_DcO"‹ '-ދ/Ůҙϑ6ĞH]&͈)pqX]z/ aI>N]s F4C /R!$(7Zm:KBK!iM\6G;V9J#xjɵ"Hv VQgn|N=Gp椎/\MAuTD ,P9 bcY֬gs RLZHzж)l=+Z@+a%zŭ5IL/Pr6dyEAJ0bv^OM= W@ohǎN0~:Rg`_G'ÚIƟ:[X̡ۀ SsaiP8D- iF.9SR0"/hoH|SEnUFb>Ϭv@goXP_ǎXZ`=~DXgPU{Qq,`HS0`،HlتY1oaTD1*װF;Zۮ_"N %?l%nEt4= jH(jNqt2|]g(B:V85{5T95"]&[qyk8QEBiU6nNL0CwI.ԇȀU$,ޕ.oϒ(.ŅfQRp1_/p+Gn;Q66MRF>2Lm ZȘ=xIL HdJO)3n;4F0ƒDR?Myr ċ!?DbXzX-K(]ѥl;ze[H£s7kܣ:PBXC5LI o4mUZⰰ@{,zYzmj7nNxZJ%cha48 (ϒ_#B`O~g{=G$U\ WjBȼEbO7YrB8)l,:R6!x0lRgLGҢuoA\E-uq-oK4pNLjy#& 21+|EvVJEv.Ҍqx[N{͋325e8]LኰՙF]Y5<`&*zj3ߦH6j%`H=Yh#unABm [J2In+Y^D^`> /{qΜ` jƋQ^PЎBQӦ[?2ϓ}?P 𣲳ڝ蒧/NI:7Ĩϖe C"OH:HIkq;_bHIqag"Ro#]GC̮*VVUDGh=GQu5,x}UhQrM& i |3LUcV` Plr֙$ 4+JeNb zsFT 0ve -7׫~#-m}_t}$aͭ府`Ie.3Id3zx_Ix"~܆-QK@B,a:W};;O+ݠq>B1c,HM@gD%1Bdf;-2MlzsMug4y4.fH,F9t>7_=FG7?Q~z,Kshc\=HF8}}l<9E7[)AGК:6juיJ_o8+^)!bRs~_}2[p2Z@77 A uW׌1<UHz9ZI;;;n})'Ea]tnX%!a$*}uk><1Q'PQa.0l |_ J%uևE.){el+׉qd۹iF6Qz S8̊ҹ2E J9 y(iMNFaZٱ]<ϵœYEWDz9R}i@zs[0@2 6B j$+:}_ K#M-T3xO{/b|~sp;Bv_r\%<N7ȔϢi=-ѪDzӆi%=j떜>0IfE\2@jϸJZܒj4M;*@pYېXߤgDU1eӪkx~UE􇶁}jټ`Ćv8\jƤ·Vib?j 8QQ{WgI[RŜt25~,X֏ÛN-Ҫ }'2e!GـQhykĆHqf8.i(e@ |#`qH{8`٬3=zEK4# kȐ2ӯgWuՙ j.N̔ѓfGxAVq9by7wm,0QYX/A9nx6N9F@Ika×WJDAJˍ ~:JѾgvί7`tc07.g/7/1@% 埃YSxBjMpiX(M({W#d k4b5gʀy0@=-1'T`Uwڇ= |~dlSH$l N} =uiQ th'Qd蘋LbWT+9uŌmxU0"?BoB¿yE^c{B|9[ȡ6+}Yj Yx.h,PSn'srYNeBbdua4OUE'2AZfq97AĄB./j5}v) mP*~6BJͧ}Cﺪ+u=P 07{L=ɎW_ﰮʲ.o|yJ_rjn_HpqpD5*8r ;$Ko S_D2}^<ھ"hA=3w#')HVQ贊C N1n$H&Ҫ 50N#b%+;L$ȿ`bHo2>,šɕ͡XgB;rd bXv*D>Pӛ~d74,9͆oԹ]mQ#]uǴʧ|P+m`U{hei"8-i ͦE[m tvQ^ ܬ|z 9Pl핡ƪe'jP8G)+fp_#AngNS1 97Kq9EBNYHE7Kgٯ\:OLi757ZI(dG'qzɣbj0ϩ0WW{_mNn%ճ"s/q\ߩ7}:5D$i?cZN0Qc('jTN8ƶĞ+ j@ƽ)l:Eܽ"uwyL|YaU]l^ฦb>b\4JJXbX]P%7"VhE?s.A?HF'Ia7 ~1C![Cj8!X8K7"Gso#U/8∝ 4~ڭH#>nHSV=:U<[[D\S2~FeBd%r5q%*.1>hpy.ZB<,: _glr#>sAY¡Tm(o$T^Pj1^}ţ0q#v7!kvG&``Ax#:NJK"8&ߏv5C} ꁱՅ() fb8l lp2ʊ@M#N`@Vw< \dFR/1ŕwʨWD.Rn<"ܑa?9oY;'+ >Z DTd1[KiUy)ApG9ĘaI<ЀCi:s]*MD hJ:x'+WOV(ۥy4>&!1S>,ӌ)nvV/ogvo,]*1!&C1?|̎AT;ڭ٢y,ޞ,VE(N!0Z=$@s󔱕t (YVN,7I-ot(^tΉ}!wxq;z+.'բʧ?1ŽG*جo 1m'F6ZiOZ1S IG;+(6aB@ؙb| Fuﻉj':9{ Р|56I|msP{wy9P$ŏ*j MUb9",JJ!2-Gt ^pW &] |ɥ2R$ 畔 HϚ(7{o/n궞*oTGT; ^Cu?z奲; ?LBؽ'0nq}p)i׺U?N4jSE#Y]W4\G l^qn {mT^ d 7`pzd!f뎋ᛡt/Q"F1kM1:K/X1eDuɔj^ؤg+ӕ~56 t%Mj(V36-VF3M2qޔ wVd 6[I59!9Kt 8g,a)QkA%V,p@P*7|tz.(/}M)߄ve8qfǤUHWtI+7^bmW.5?qT\{ .}O^-j ~I{c,VvY绛`݋ N~p4M 4# Ҕ֦jݓU&Bф՝_(cnf|\. F}DwF:`L7nتB?"LEO֋ />F?>ɱBhwWԖq‡o|J3c [P\A!-5[/37M-T{)OΧ}CFN*Pf_Kfp6h, ̥H2:GQFՙZmdDֱ\8jT,g"txc@h ]t^fsݴ h)uzNywx_釦񷳝Oo WSzRbLC沰VbU`Pϗ2\d~`Y$>D_s3qƂfC|FVGG:pӥ^&#ܱ0'JPznLݤ.\b.Pcg5l6xC$W~`F:O;KtC!Z|dm~qLb=B<:gUC:X3C0*pO3:rV)b$6DI2CѵMo_Ġj'!xTYҹɒ9 ?WīcP\ X.=ԜRCB,dE)Ykja3*V\yBMہ:0m币ĹpMҿBp`EQ/Dl;>:D5㿟^R KG_=s$󝜡+ cӑE2zSL+eP]Ҙ|4(`}bDjq_Խ @d\I6G+6sax9ŇPx6H@blQGwlQg,ă<_J.&=Li}9jq~&ZTD+yDDPr)-W4<^8hb r R@!@;2EwjQ0'ϊ)fN qU.M19_k_)0]]9`*gIsڪH{&2^Sm-^X ޙPV*c$>^*5Xq+IE“pq< ~=u5gy?y3"[5DG%={ Cmul=2=ecIQ2(ICl$Ĩ[ ѽLpmq yKLX&~])C`{|r4|Dpbgf6'FthI|S4דFzwKxRnvِJ#Tl)vY,-h%~(t-Cĭ{2Vn絸b _{s+au@kk zS8{uY5ѝ‡gn3G{:mZ72l֏E)Hpvw7tQ1M`%H`zvpUlBz.ƾ3\YiW)uU=16F^m>%`evԿ-ȒvIrJwȾb{9PO>tN,O%z5 }uy[,P8Z5f3 Dr-k 3 a'wk l GV̆(/ռqMxH EH⹧=Ydn8cu}wЗ|~uܦ|N DN?];jᄂuGD՜GT~eFyt&1)o :-T1 ]'.*2y'+CmOĖ0D*6 /ʛ6Ȼ@fK1c[e0/fJ%@}%M,oD^ ǎEcW XߥQueÔzjFrS磏ͯg]Lldi!/w cE?fS䦪<:*JB5EZk1D ˴vJN2"#@:cT1_LJ ՓnE}⬓q7):l|oYJC< 'r8]80x ]E>ȫ?&EB L8$6CDmw.ɉ\f|gB{ߙA 6}ʎ@I ?NP&eN|sostH ^l^o,o`XH*åKJC:Tq _ c$+bзrY<1 Q6W DY:ίȓ"^@3C >C q$ iQJpc^S* W3 b8V*{ S ^[㨜iu0bˣ2 @ѝ@\c$EEڀ}0gmPLmSJxoḰ k~"6yw/ד"mܓ[*b~yn[E$PJ*bk~u~Wwlnv)%*0R6 aºD#l"Dcmpc+mxWNMZ̓{O!=Md5?r~10Vkݐ/ˁm21f ȕ'VmLe#C8ޭ#bK)"4 jY5a %pe4 hL5Gb06UrɈox+dsv#V,o*, ZmC3^[!rEƸJDQU_#A"Bo6N\nK2@ dOaD\X-ONq}.K3 '1ī=b])?EV+\bjnǬ<6O/,WAAF^`0a.i i[: T'j}!~6 q>8w{Xt3 6]9KzV(۠͹}c Ri̷"[r#X>?61%PNl&Lt zٯ0MC-2 ㉷H}|O\`'F<nM2)lb`)//)vHȀzܶWl7+ 0)Mek h •:8Jqjۀm?a?ݤSFqҍ;'=FW/=ۥRάAe_$ۢݛCT F^2hgk]"n‚a<|9b`]'Xf/@L>2K5#[G@? ACz|M}SVJ^@e}m ToF sZR\8Bg?)ı\ֵwɛA-FHgQ%M׬T~?^QI1VTO9?MUɓO#|M|"W&ZIMZw^qӯ r"|oMt,V1=::p$k̛YamRvDx!yQlP1dܭW"6hMQ)Ⱦ܉Hd,H|sHDD%ZH?O[UJHAmnd 0e dϱcG +{_L15u{ѭz*3;٤j ^e`Rs* !v&u $gVNwb1uxXP^z^QQRi~5 +=B`J%(F kooo$ԠKpB ߏ%w9ED5qTSUvίl][ݻb5}1sVO>Wݥ SȸbiѕFޛvq?&k ۲ P3lG=hdaB?I#ԍ}]ܶwHgyMokuX6fSxY k6֧XW#ՐdPM"HtN5bP4m 59龥/ Q-z 9t( QCYlG5AP) |&Dru1^jvbUH b4H7_gQnxGr=D\< |o `gq< Qꫫ(Tl;}--E?5>#gtM| Q6,[7 cܼVC.nGɆ.FY)&lS)!8R"~\(ǻK;LݸKnQEVgAq ς M<TB=/*|uMZKKɢ'"[e/н6!ZKnZ>y=u\Oe+Xq$ő< ֘lXMD.½ēYABYu+íAjo9<\j4bNo6=< BoGRpbJBHt rwYjNTVRl> tA]m/Hhb YaUXA<K{uy l~vł_L&Gæ)+vNY`;f{I\8kl0d/6qo9Q!-Bhl1r5aEua2Ugv\B țdecՉ:Z'f ĭ[ uRK-etѥNGR7smG{DE;B܈g`kp0_%5dѐiL8{")#ڍ'~UȤME(Dt]sG~'X.K읊QH8EѦ`tp)rh#bSBdHcDr~ cAx8!g6~_J$q%VZjZ։.q_9GIѼq &V dͤs5-fq`A_wJ H` JO|㩰)xKK1:̤p@#{Ki⯰ӄ\Vmlx|3ͪU\{G ExLxr|D[*% -A=sp d"~WAqMX)ۨ 9sggHk9ʞn}pYfTQBHt15$_3cRjl]A ʭ sNL$J嶨ћ'k?w¾]rZO*hoJ+Aϡ@z_ɉ]+5SlfvePS4/Wޔw RF<;'gUY\NUSR(N2%] u)σ;#.JЂpZз! OR i|0ֳ G7ڑst|b装V_'3p;ZN\9/B6\*(Uoi/*%sD {&_gA㪍/:,VC46z2ٮj;}b{j:;>)jB>iHXꭨ#V8arkڝo6JO/ϒWpteE3,"aJVAǻ8Zdw *r OKB3^'2q y2s%VAm{\A4̀V`3X9tӔv <qE {N2}>}Q̮,$ov@,(k 9,J;Wcr{򁧯 k}|C{Ɠa9? "/GcūgCZqTnZѩ|`}6_@({̟.oL#U`_52!۠zMETVyҨ?ë-rl_=_V Y/& VAm 7kЯ\r&+9Ρ γ(Hz k,UpQ`Ob%pTIN4k@tGyuik{hD w?3O` -3m}ۉIar[txm۴eI=`oS9Ci(XCH\Xa%TX(mf;DK~g1 tI+i.@FiY)B8tT6H}ꗩc8!&7|0?),DjͽXTg.8TYÌO&v+A3H.VsH}{9 J™ Ft5 Lϵ4{!NYJF>5}vto?0nXGESRƟc 詖7/@Ča_Jaչۙ j_T$+\]RKfTKhE”k<4*kJ|2R~pY̊jC˅BDdt;b\ N>6lroG9V5owdܝ-kjKXkGq#L"k*7DЉcG|a*)X2GnJ&%<XT \Vըwn74{Ӓ,9|cR?lb5|v11~"5ҞSjh+|ì9*/ΞVjN.xeI^m]ly9{ , <䧂x%>e1oE.c^ly\݇|#a1*V3u82 RvV9QD2 9%}_:̮VQZ6uIݴ/ÿGnsJ^Ѩvd3G!LE˴LTA'oa@,eB2Jp{X3Ǽz+˞@:cM~Pt/RԘ*[R)%&Y}Vj5-hȏ vw 2rIޝ=y=Շ+{`iuU5XK}[XiJTASgzp.ϥ.ZinNr믳L}p/{Vȸ[*3o\W^MD5ϒ{SLs 'l=&`Gҷ|PWbg(*STZ,]H}u5Fp3sG@f/K@(S^揝F-,V$qȃ^v~ϳ c+̂;v\)yjP 73]5YJ\.%!Fh8P"5 Mfi R:z|e0&YۆXu3;-K`KrV?tOct-" X}-x,̡H$4YAx℁Owu4%:F F"=KkC(q 2~$Hٝ(3IL3.l(W.u6@|d&ޜ-+$:塸B 9X :k˜Q  ԃ |Ω2gk,=P<>~ ^(i]_>-F0&l8}YN_eS}Olyª І8P.ʏ ,9q?"o:$CՔS-W5X/{̪x0D.N21f+ģ3z8rTqȩfijf@ޏ=Jԝ%kC =X('L?h'mEEI~>a%C@.h}ef];W7!1bHX(8ڽ&=}ߜ_ZN!=_,N"5ՑG,eD.'X2 +{beFeAy=X1X0\{2Bv(Y-M$#ƀ3~lÏz[ZGGWߊ7G qN J.uY6^}cY7NkX-rQ"ʿJ!>HtjRF W4ٶHLLfb|*B`jT9܂Z0U!5ږ|BcMzrj+zvɴ'BHg8=LNI2ZrU+z0[=; Mv]|kzróOZD#+[g@9}~-^F~ma|)Y nmx~O.^F~0=OkЯL U~T8ZǾkXP[y, nK6|0z^|]b#BGw>3vW\1>nɐ( 9+. ":вx~+?_2Nmn_e\^Ҽovomv4!t5N!!t$B[ϴ KUlT_kT8pIGEݐ,W 21Vi!Йck=& qz9 u!Ŏ!'ފCeӥ RJ-}]JJ۞4~7YApo0 J!IX7qn;&^72$JV^ëR/f8R**娴&$wVt_*LᒻlfF=d~tY|75HP&dJQE404fI?P& gD䕖fƮa"u!XRl,ʱPz[{,&PB 5Φ DH<8A{{O~&ZUF]ZW='b46a3yOX,/ቑMDr}i7_ (.3YQ5>}@;OoAP}⺝!YbEyFַ}g*v!e.TAŖis!eN%K@^/#W BQ^¥k0аSiFLXub΃FZ=SU Zoa$5;DӐK}9Pp2M]Wv&{4*% G@BxgUW zDfiMK3cxCM(LjYS5I{?Qj!Yon3;ۀ0c)c[@FFv%ǯF֚<_Mp}}o_ŰmRYRU矠pYl2Rڽd -=sq};) [Wh+{fK<V9kH74 <W]ܩVQ;0Ws91o-u:!69Yx 2}QZujUDh ]K@^~A+nTkp$Wp%{~⽺6 UۇB` VP]BWF3ys"H󽢻)8}FTLi`KχWrA@KZƨ( "#D/"W ,SO.La~3 D(54f ϭdžf3Abw;C+oF [*IY./)5˅.F ^kOq@Ùva~7"J^5hu3 hX\<))g}n$G4aZu&)՘ 8(8?zH o V%}?)X.9eDM~A V8,r8F$ ~Y }Lg?&O3>^G&>uVֱߔg]~k{ #['$|]A3VFHmBjS!a=1v!1>+l݌#N\q-"Y#KzΥ42.62Ń".Vssis"|ݒ"ѝ̗~H]ݮ:ZY;U:}kYxvGnqޖ׌vUNh:pq2xw'>"8c!7GZiB\w\2l,M .vmb|@O.VH,5 >+=d?2C'%DL%utdBdVjB<2|Y?3gM+vm"i#9>+am滨@EKt~Y$<yu4YJk뒪{Y#EeB[ޓ5=Ѡ"B5}OMñ0IBl*G{)"FN^99K9J3 9Shr]G)+0:_<Iy\LAo0lhcnio=qA]1ݤ6F#U=N!2*~Qݯ;2l (Y$&M#d,Z .T+,TWe<88,ׂ^ծŗ-7<("S,cQsCc @DMy;iѬ= bِcCn:_DfU:o+ -aÕi7|65m6G kd AF nRAH=\ ~A]qhO|_*aƖRy@aϾC#x"o,[[t_H X1'8f}|ˈu(ShB4Y{ߓn4݊2`z [#D#~mR JGW5`(4#Iő5FW5O} Y\/[OzۼMSW?/ s_l>'3Nl:yҟ\ e:1R2`ZB,. -L }kʼn Z,72e9ub=Xe%]jQ>f4OJi0B@j/q~E1HBa%$oov쒀)n Ld?g28]=ajU8Y;VW$9@ޭDvW;%xv#}!D V_VrAo f'n! ?3"4^䗧# i-:ԉDFyMFGaΩՙc. \~O;$~*N&Y~DqsmHN 0 =Tyi| 70[X-(:WNn/Hfd"2@&pu$j֯#*<_d9 @nJ[,DjŜ t[-)2n5fp?FmԭH0_ց&oZtT]vUv,R=Ç{C "ƶ*f(.0~ӭ,7R_Q4k֏"@6K# S¦βdޢj!O|~ zp2]o䜡c#3]f xŎj -xɒօDK4"'Sqg[YT!vz%^ldk[70I.wKLy!&HB$Lp0S}i{D^@MygUMѱ2{`2`T&]{ q74w d lIY&ARǨӛɳ9|ǟ 7p0LHY5:q"k&ZbB]uMBA}Lbw#\᳂w$:6QxE6 W?uV乙%zLyZƊ^À'tnl8 ;̓p39+ͥyRp%=+94ՙB?tV@3v3_P,XUUV,x!%s\C-+D8VtĽlr5fA ɛʭ\vZ`2$9@r^ŷ&讍v,g-y8ntpSbx|,2m$\&>.EaΎ@/ 1m-JgJ~ }P+\QĵUA%wϤT7tiC6t΋@{ 2`\=-[k\1[tzf+RgF(M{I(Z6=Aq-afPsP$'Tyh ]Cº6ȉZ [1,`ʈ&$\CLܓ&?d5cM| &Ho!C[Ѭuo|/ mk߱?ّ;"뉾V]6 =S>5V 8}]@8k.OlWqōoezOPlN Vߧzv4_C4?{`olج^ymrz`=Y:^N+y)j﹐gTg^ Jz>#4&*-aByMF[d#2%pve Y1Z]>(F 6:AdO[Dk\ i6>Jm_t\E jnQՄDk|&{c布 oykv4n>x]& b{ӎk&9,qipYV'ݽ was.ziUoiWY1Jv-~3 |Nx/PW]QdDҵi@9< 3nDl~%/ @,>sDѵ`pw3aGm9jA+z晁'a/r(_h*!- ́. J\OcGNɋxF{q1H9ڀVz&]-2~a8D~+Qy(ACgI޲+$Ԯ'zy"VdUADŏ7#+ҍ]dcBb5ʨAΟM3=uPfo0L;lb5kuB2޷^y(1JZ3ɡ?ڤsΟ6~=kzܥ/]qQYkrMidl]x9-3a2TB̨@xqo?D#ޤٽSUH{>.(0<5:˒qlY;i^BB_KA&g;?UQu?yaޓ1Ui ( 4AMU>"Ԭ*;sv~zT)\ NP0=@0OXUxY(18g{ ʌ dq-[\p]ePh*JC͌hFH7̕s (wpNK.<B{F:WWxjg}Bi0xv!q <ז֧ht|a>.Ds~ Ț?zz sCyC'삅DLle|9$ևXnD^AT]0p iTX 4sԆ9 @e'qeµN6WW>Sn;tarsϷxufJSa j*{d_'~#S0 u 8^Sꨍ%eK 6r_g6z$<ױlˤ$6'^ P(7wQ1ł[uD`Ȩs򎃱>_T__&H<`#0UVNqB dBN"WSZ/'3@ ϐerVx陛.+bE [1m[9`|ʫ?f._kLzp\3Yl_4Tc++mٯ*ZQNR;l'ЕG|0y/%,xKgr@acO ɥ@Y #΍x*c94z$$g9R҈@j ]MN/FRp@0?6LAvD6 mi(-ÃF 1 M лHu MR$='7/]9H!61L( 3 ݵZ9dÒ4<>Z|q;:"sX;7 iKB\Z ik8a֮oI>E#S K.%pۄ(n [H#q` 9A*-GĜ| |\[ka=*W +lc4#~O;*)S%Z-q Ks9j3bw)}ott@>P_EQw5["L^֡ zbJϺ Q+twa*ٍы YmGbpCA3 sUdZUb=gLэ*g:Աݗi|S'&:|QH)PNfzjc  Wsyk܉eo*\ FFv˹sMʌQTQRrIDh0P=Qt;Ԥlx?2$5N\j >Q[i !%\$*#~E*`@i3D%#NKXMJehuU|7r"8PT%$a~n~Jh'TEv>*ؾ5ޚK Q?fUkU߹Olj7e5ҦbdCqM%P?[ *De{`TE֮3s9-l9ϓ#c=d*@2HD̡C?]{<,drUuGTmi"SQѴۄ\IŌTKG!lP%կûFf:)mk Ir6a^g|c~mvCn|Epp6m,3O5]ͷ~#9 8wYٖ)H^vtak!Sp |3)J6->ʋUF5my8.~h(rp{tAT j^ɒk$.֣?F㫠.k 908 kۤ=Kʧ,#7ǫe1(ʭ{WoYd~t[Dn6Z&h̵'ۊN7fxYԘfb?MI$:i}ߛ,״,%]54е䟹ZRlO8Ӎ9\Wb UVGX!nKKrF#8Jk#ld/3Ѭ97>BC;]@thbB!Z]Rlױt~t s=c1gSIAZj;:m8FꨒmR57٣&պ )il^s0l٪Rǎ)?Ǻn2 H_JvNRq.-^mfB³n"j{.eSB>`7ZS c]/Lo?[`ӊҬ$|g\t1Oj_c (5ǕbJWk?lQjוDҀ,sD$e9sa|gYfLtz/-r݈Ffwӛ&"aYrkbvҷ1Iyg'w-+ajv5}֡?wPޗl @tmm㉧\U Ԙ9Ńxjj!AU&+07\[¾(qo/1!\p5k MVMHEi&'p~J몢\ٱLUTu2D|)_,c7Fl.Rh*c`'C6ix"4 -=8m,i>`4Đ~5#a77^/OD- _֍r{bW3snf I*5K 9t]/[% B [IQ\qpyLҕaԺfSls+4OSglpv@amS7t C%Q3Qq̞fy5 jO/ƜOݭcI&+q(O!s)?K9+ƙY==FyB8wa(!Q»oQIY|ۜ 54V7ėQ +Ҷ3;yKqY֪STϷL62~@Ǫ}sﴎ!0=ժKEER, g~0G㔯RE)4eoЛSS/]EY0n5)7^S sc"t!P|bϨJ U;ꞸjcP~r쒴[\}NJ#sa-XgoS@+@$GyLXi`XSkwХt}ŚkbiC})\jCs6w+u(QL d'ڦ끕>؏Z oΞb/u+ WH3H NLƒ7vy72)G-7557rGsR(mPxmi$ `,3rkwNj7sy2hjLӾ}13B> ~?r! )!N۸Lh5Ѝd CԆg󓏟p$%,%9˱o]r:׶Gީ9d"8YqD=Uu ,O0,;&n h;+8PqCΚ(#yL4,Ωb E>IU=U]9[dp( Byٯa0VoSkHw[+%=:2% &q^ 6$uf|JƮxI?l+^$D^Ǎ<&0|^M=h \H6"?ShKtYyN)8`lC+Tq_itɓj{£ϿH$B&Nô5g<ä ӊIO8ZqJ;lp3^UcCR5S5H{5 U,t'ijI< c;z18u45獘+$Ѿ?-0&eq$Hd 1o=MnqiadW]5*:oQΠr~+RIg0E1,7^{!njʺRz޾&m' KõXUcvΧs슔@;~?Y*uE.a&"{)ᘸ.yFݬvI=Z*z/=5R5^YX4X±k!ou$S1VQlW,uM3LrHLPl =ǚg_ KqFc=f;E{ly&=NTAh Rջc=$6_AܾT3t'IAԍ1 G-ix=W~%ӞzWAϐP;O sjX6B3 Bbi5.-?®= =ڈR~LِRB㉶+!jiOp:Pr=w%Ye#=KW7njChI PzR#&yQO9bvp-xw<ɰ IKZZH [Б5ply̾GkmwU ,^?f`e,ͦ{ׇxYL͇F+lL5P%27X>"Bg+ɢ<^$& xƓ-Roq:˟{/'BRs %WK!`@RUE^^ k2$G4sCl)~}h3G j&Դ\`sQ+(.,S9bMce$d= rضp.#xI( Rլë5C4_]-/ =D@a p= ;Q/VRV8Ջo<+d-MVԃ{A 8$ 6bX[Qj8/l=gdbۻݡt+vvRD\?W8]HA֛}o@b؞cO/rxq w8q yơVGzn9J2 )yL-xھ\Փ7$S7\jziZIˊ4pe#AI 3v$ Vv @*JH.&W!2<i;P;Xe,<.sݾ%?/? sO12?g8awySĀ&_[ *㓫֍gjr6_%-$V?W,<ԛ=Bip=1}E@fP"g&Kж}r2>3'kB^Z- 9&zg7ھXa'[2{ɒ8Ta59VNf#dCU*iFDq@eVEe4p~ĎsGfԖ>eq+ly![+ҬΗ+3ي19/:a._,EYV xL-a'r1>G/Uba]&;f Eۇdyf+<;p)DRŜ.$C? !ȫS1.(Fs͍Ey|޳H59V "{hp#3d8ok;{!_O"PRK<7`(q&`k= t]KWB~EW$4vy 5,fM}8Pq]%nSQ>KƋ{*^y*K1ۆk/-л1j:좾_cg-`1QxްooWۡ^Ti==1v_%Tc\1XY/N2 K 曫EMmmsee b%"n0Z#c $I+1bM ^(0$ '3W*n(NO7`9^mOܑT[f3\2R;`sy&|w9p,a_lmP( -ӹ[ Cƕza7Tϗ9A'=K"ehyFl'";gkZ(e{dvC#`X]0y1'2$a.3˭>@݂݉Hlm@^i [-tz @:p p.pdnq1fv E= leކO8¡#x?fZVqU#Fg]_k?҄zd3u1RFSDDG9;H6%sJZ6[?3^*7/mD| ys_؞Iy!k#zX.]$ ia'\KN>v\U`IÂ;7X܉Z+S"hMӌd~зm w42q{4]b4N{tT*RP4lZO^E}YtgUo [+u7S& 6@ʞ2b(f =tI ѣg Av*j~z{:o6݊Yke ȩE*KW&Ev ښWHDY,R`ҿmn'y:V|a'>Btk)5C_6߀WXp9{uP,iJ Mfb䆜 rm? [&T=DھcҺTϙ՘] Znc\#nAP̿靰DՔ4Vjx2v30-PsQ)eG qb7L n[xtxg `?Ywfh֓{p5HK=̳ӿ)5%ȖnpFE`Un}wS!51 PrhWGyxqm UT*l"P~`W*O3/*=zms'Ta.LE*m U6"Dѐd?,=/c=(UG묣,%ZkO}n؟=,~ ̱ŀn?JYgSڝZ 08HB7 ayij)P5$;F=C[-PnҥtӲg Uo@8Ğ^pm0׆={cNXFlSl5"繾ݞ/1o'ȝz}EdzlLZ!3kQ9q9`J+v-s/[x_eɈzIO/!@$a6* 6Vfڦ"Ko]D+FoQ|:/ ҫi1&Z X#*%ŹObsn < !q\ٓ%PY8JuEAPTֳV xF=lyc[V9"nw ҆Ái¼бg]f^I}X/ :%7<k +(4 āQDKuˆ>0b퐈GZTs_&iӄѻ\oP%ztU31k=di~esHcDcR#3܍$Ś b {KF2&J#hE`!Œ.q;*b4u|b`N.cz P4ϥr߫ ۦQʀKҕb YtC`` z#)1]p a_%^}T (!ХKϛ$UD "ҬQh,9' dJYKE܃iPb1[ !d\l|E vY [R+9ٵt§PQ>Ӳt=3=2cĜrQA~IG%<_1”\3B9uD&{\&?9P.X{>@ֲ$w"¼._?cGs@]lﳀ!rV ~$\WNKÓF˒۹ܑFɒ}XqfrE.w#mphx`ct44XYW"qp+ 8ny<)p&9;-o-N:b =uZc.|O`ӏԊ$ak6@֡T^!RHEi(% 0l M6Rf%41X$T&"U+sЦN@heF4y@:'^M4<2b4Z,`<#c,8nkB]ۮJX0w.J̮&q1-UّD=юXm[aXIRifXU| n2?8|ȳ#l1YsSbx"K9Vh 56woKgq k^10aLy`6 vSx5jQS>='vuZ+ ƆWvVvΪID.k _5 eO_;KFp54Yt#P3;><1Z5os0c[reЌ@]gZv +Px0 )NG\7;CA힦gZ= n7qZX\8Ѣ#p˻c ||b֨btJ&?grK G<_^"E5t4$?L!vI)#ϝ:v8dYϲk?Iiz/F K[p.?rHtc6 2iړ@9Tr)A~+4k{1E\6ऊ!94svrQ ^5 m<:洡GWO6si`ĝx#r3XWpVc2"6[x7E$H&Q]C vF݁!A H> ,t*$ yT 1NR0uR}>*p~\ g?*Ϫlu夛 ywb(L‡X}V$}BG$P/td?jYM$*} A! 4 R"ʈ.'j=ᵝ?:{"1@07Oyy!I*ibMd3n~YAtqbi-0",N@HDqM93ȲrSkOg)5=vϰT4+Q1gqUz v}B,/qPJ,Ews[U <(00}dfbWTN{r劾[$e&Nއ<{lPrSBŀoZ5eN1p &SUHd$0JўekuV9uBbNZgEgvH6~1_zv6Н1v>e:دe@V<ݷ)}Nv^h[3Z;ړqҘ]Ub#]5u,l)O#s|s4R #o$x(+lnD( >e[sd2xk ×r^-2ke zˍi& `sH}%liS}tLu&:T~e, /vKJg V%1p'7̏-XfWHQ qu,^rIrI!lJnrN_cIxXMCrl (Dψ.BPmpI*H"ȺeдmZcJ%j\µFҵ̶`j=|V0X5'ÕN-({6:z g}lY%,|t;u\nTʹZ4#'AR̯ALIJ*zf/!wE*U.nCdmq'L#\?;(d']J'e41[TF=0u%^lk3Xgݫ$_M{ɾnd4SJN:i~$*%٩+nYϩ6qLYKz5;z9zr}Ku,G/=ɞ׍[ҊG'ߧkJ[0 dP$~k gHw=F&2Pj-ν)Ůe'R?%{Xt e5n2.!v_مh/>`wڶϑ!~=ä-RivVh;Z=AQv^K@{ߴRx}&G<*pm9J62NZt&Z6ZDn,_p(`q )#Ff ꉑ݉^R7Ă,q! @0K/: $!v޴J@Y&^sB X֊M!  A L^[tTHi5 $ v_XBYx5e[jn bzz z:ת/يvS] 8`᷇r$k^=&^%tGANYrY8?*䳞!i"@A} "n+(]GpL+YP:Z}OJ y'+p?!}{D+E9,<_5Ҏb9 nbwB5/Mu-VlTk`TlmW;LKDFWi9?.MQ$+W2M l™y'm(X.=[Q84烉((`Jm^6*#S N_oA^~>P^9c/8<^mXQѣ"zѲlm|I)87!9@|NOȊ(%_OPnyb|B'Ζq GO=9Dv%x'd LWǃ잘jC[զ_ V_vQ],X |__DyHH,jTlkwhp߷@8^4-ϱQUmZa욜BR*_ G칬Os/n-DUC[lp>3V^! p 9钋|lD8->]z@nd88<(Ĝ]ocrqS^;nc^,(?g){s@ 8[WcA4qI!N4&ZՑ` 6e-{B.i3UˋPȖd&0~X;c%*dJ7NrJ ҍZ87M^y\be;-m[n/M OuWf_^.?)jx:}o$RI(݆IͶ{Hgql=K<0S߸ݷ/ф޶VsY0fKc?".7Dg)A$hpin.~ /MkCšyj>_jzp&f-Q TϥDnUΜ( ]i%2ѻm38MqRQ(4 GQN~Jӭ1f=#g|Q0P"@:jJNPo,ϫY,>`V~a-q EФ/iO+5!H(hT(v*39 9Jb.Kx~ b3c)G ptMZ@kE] tVUs P8&b]~ ѝQ6.I~oY*Eƈ/΍z0~ջomguꇊ?6^Hc4Y:$Y\]CEѽBpJ~u 4 m ?SU7a]>:Ю B йpD>ͥ8!ώgE;bM8l%\K45Ԅfz^/0+/dʚ-5 #oyg‹,6)R4[0Bc }$~Xh˵vKKñRPy%Ա`  } ""ed{#~2pLnܨq>ªHsBb fHӁ+yI5Rr;QDHM=3Uԝk1v;~@V?#]aifu=FM#顽.@]&~6Dž{:BJZ\Y0s"2b䣪Tg{.f4GwU.efTbL9֬{'n[b ::T ~UQLya#OhHl a؛ @ܛ %g%Qי=Vss3oi6oN%KA?M9ĊI [UӠвilD( /XPxmA= yf!҆? T˒܆n (aSեm-+_\Ț6\`<6{L7lh!D#%H!I̽׾zdh> G)ۻ 4bnjKL& Γct񕕍,'/AS}3}nAAjyeRw=Ϸ .됃 C?Y q }?~Oww&k/#Cc) s8$Ϥ'&Y%=j8~m`ng66\jV54 \~@lS1!NǩyQg˿i`)<*d5JnBѕ4PQPNo#&XO>O?<(; dpcf;EqB?@^Pd#sΚx/͇I pZ*6*qec n}NAd"+piʯ154 vWݑ͖.4 7 ,F>vΓˊXQl >fIH?"[NLH-h)HC-piɤJs/Pڔ oWzfy4/x:S6ΌXq.î6E٥Twˬ]b '-c֠"(QGCGa`gKzP!1:,`&Ψo2%JxW +Hm+N0rJ'fm\$*6Fߺ}|}s+HlFCoTf]s/?_#AJ+8?9; q¼3g>zG eF xVt*E':-X/Af;f\*(LffW0ڸ(HLv &+є4nH׷) {EnòH# ZK1\'ºGv'o]|db3n $(]?D1HUb;6؟]+==K{LOG~'WdI"'೸xID8P+UWe0<^߉ׇ1Sl(_)M&*?|ZXGaӾBb9-S̙XbF)\5\ue.܊*WaUDSrԭ'6 JMUfM𳏩 ~9F>YF14x*4Q;{0Zy ; ܢ̙R~Cq 'pY̺f*Ho-r:'LYpX?S4%3+Bܦ'tTƈiܺ#(}_^ף /%|:@A[J:.ۗ6&(;ٴkY~3|?jDtxs0]|(ř+)z^%eFd_tYS^7E],V+"o@qp0 BF0wGQՔ.APU_[U!0) "@ *VV~0\ឡ=H5Bl_]`oY.:}*bjk]"}pg [Y! *w7u掺FkTM(emkWG<ׂ_<Y%*qʝ:Z$  Eq>eL+Gz wW*uogI A"; ǶZωî_HmtIoQϡI 2apc1~oSՉN[g<俗U1B71Z`_ Wb㤈ERQQ;}ˊlBT%H1u7jz5<k@G";W<9ln#su3 tc;|2TDc#w>Fvy59vQ W 6"< |QeM3Ąl-4Do/V47q7zU;`v-74%g7+5j:%‰L?$w3Ʒ^sWe@Z%Q&>]97@Gغ8eFO}thFvT H*u=ᠥj] S n7 K7}Ea"#- ~I~,%RJ%4ȫ) $ѥ%17"cB.3",~HXYDf/yOҿz3]">=h15[Qb59(`PӔW$q!SZu]n=sf?&j5!N=Ͱ;e!:~ a4a>ex"-i1G"bdh10t@9ϨqQ><P1S(hܣ_L̀Q/R{_ٚ89ߚxTq?Zs9`%ۂ2bfUzfdW_̂IOjp}_00Ivѽu]\B_aNwW`P$J#(/5y5IT^ar|V$N%n&ԯߘ$ C{/ <'L9v"Jl[U9Hj*J d8V~4]H5Q5ObkDtYܺCu E૜+aDdikVf0W䷖{[eٌN7qꨢ{'4V,랚F 鼢yѿ籋7pjjI b7ęwf% s֝WA&Ϳ@NmUl^7RA7R t |C}W9Hֽﴐo'MWdet5L\_%$ԧw鶺v;2}%$a=ݹ Cn!90U)v{oW_Kn`0vbt\:Æ\hNhm8LKcY[JHg#(_JZv0Yԯ*NG_Jq$?Ű^"+0 О9|܈0gs/X$g9Q۬O~cMIKzDTd)c-j4W ^ Ҕxuǝzt#nM'=ȟ0oĚHzpQJhlblLXMym(tE2aj5"7fnslx.KbZ;.(cw&w#%⻿p jgY7F6D {+I`Ge7}Iil~ wy场–?瘝,aYBT"wʺ<`b{Ȥ%C#3u*cxsP`3'%J#FO␄cc(`qeI6 $i{:RqƌV-}̆ALQG`r\}%#^HJԝu06/|f(V1:y]]=M#L"W5d+?ӞT47X6>"mah7/޼"wՠcdjY]E7wbq‹jNpM~~B}EX>|/@l-}l1S&HFWA9 XMlP_=Ɲ\#o#c‰}-_O9$W܈t3o|.^(nu((Kqxwb:Z,[jE.͗%lmG+O獃}Kƍ԰ْQ Rb0@P;:ܼԀU5baS "(?8Ѳr`8 (`)I,V uhQ72xz,+ՇnCIW|iGu!,L?5=KAܮ?˙/0KqmOqͬQ.,_5{5An?5D@rߏU Jt4( ܆y,1%BX)OewC:LniX;7ߠwHCe!à# 9SsX"B\/ztMG:揹)^riTTGٜ}l4@tZ=~Or$!60~(2S+z-,,‡텘ފKɒ'f9, Dęffx d4 kdj̭-9M7 ӭ/J-Q8d-śxg|CS]0o[@Z=(YG`^ALj1 RGk/=մE;jk3jzCawof~k8X^6EJBQ!e.;vLVo[ V47 @}ռGUjjJRuN".2?[ڵ Z"w'{k'qSW eOw2c%>A_p3~=!]JOW[8Nc:S+VY&9pQQ'"xM=y`q1͡bD%BǞː k:9H\*=쨶Vku<7M@.y<)+UUtSOH1tyeܻ[\3[%Hf;"V^G8i,6ǴnHA=YjVx(5 L3gnA#ilR{x!L|~x~ \DW)y\V9j$!l̻J5r) VDgi6+SW /",`&&9J\Y76Yj߽S2xmq*#/s^-d4=͌)D~g$O pPv"되N̉O5]< ǡ$`uETîQCj:_91>JK@- SdJlUevR(7 l/`ٰԭiTfyȪsJhs?\A*Dx`J=vM)mfѠQG1)6j.V1#'3VU~FJ ;Us'Og^_T;^*y QV zJ;/'zOJVwQXp 8 KeU1ږ-T͏w$7z*bj$Q <}.ƙ7Mx. yҟi YZUmS;4_T_iя[&JxxX]6|B(Z/Ƅ~-{]@"/9q]CG 8s$qM6VgFT6c2)C眥d9p#?!b,7{%ЏȷCfIoeYAxJ)08@/ TWz$S}Eybl[ʵ.,m ŗrM1UŦT+k~uG XYR]t ߰>u\Q6(82<(gE̾FSvtSK&AO`ewsB%I-Ha6# c3bӂ5v[3 d UsGtn Q$VC"tGd$99w6tG KVK9&6 fLA;+|jBv*t7t yxХQb!+N-y Ps΍O.rPFe"e\ThS 0+P{ 7Ձ5N`Ѐ:]#24_\깼@jnm?nc{/I`޻/ߍ )"W ݰ WFZZA Zb"ƖTJsZ %xʚAASxr_y*AQg)7)L6#&9In3"hFMj G~KR0}M]ZIWNcBču" h)|547k9^~HM9Ws6$ k]d!VMLGC[b%[@t)Kȭ~(DQ=h?Ox̏yɕDqR`Ii /ܜsȒ[v+>,ڨ/h;C.w=n1 ξ#6)mĚpv.wl+S 4PsV{U‚ú:+}Şp\:%%2'py:Ve+[{-rJb h@zsٍF R_aOl1.!w.;Aj.Q7$3۳]mTtMI5f  aI*HW~rl n`Wvh9H!J&#ֹ{2(+)Bsuӈ8A%,wPt|#;ģM{/c~EG=>QS+^ElHtlgFYX uaO|NizkAv y;60Ӈ+ݐWAgE]xgH\RD_1&3dQ#.`R]xn>L])EJjbT|]s~ٿ=c0׹@aCș1D O>)t ^/'9Z^dm~N7޴=P?~I]~(|(w'%z; ˄ӶKQ7I-dD :rcnj^wtߧ}I)y+ PIk nC:xe fAc_mW7}^հ̩;n;q᱐+`δ %|8e3.+Vh,;OruGxWݫhgĒݷ?og+({x z72GրOxm*F֎`v6Hq/M7u1#) R,$<lJ;a\.W2AoXݑ.ޡW/ꂚFeYo2-&zd=ݰO"0*#>6_Ӿb1΢b(=r .YL[J6L4?=Þy, vzOSڿݺBmg(SoBkQ4̮ҥ]ӆUP+,mއdMDyU,_0|&n;6ֺ Sƌ64J9"Q`u*z{Wҝ)+Ѳ]JP)4յIDh$W0qoj9I]2MH߷TD4)Yzx0BsILO𒥲;j幢3nJݚ ԥ;;ʹQw;SiI Qq1ZDG|uu+p<-:ylR/|}QIw9 RI" Ü7džeeTY"^Do,dHb~@ %[Ɋ|m,p`a-4h=¼›߄$.5,cy%mȭs/80͊}rxb;!aL_5_+XIu ͒ⅽ&}-7$x{+{N<օ{ $d SgAQ 30ZK=R>_cwiL E[T^lzP|!rOxOoBSO }=p(#R2Lإc9NP)qxy}hx~&,Z-Qwۛ'&U˓ٹGxڽM4E+~=V и~SZ=mk+yIz{\*Z^RXݦ@0/M" zk0Mt:պKΐAlb$CkrR$NH/Hg`mdN;d^ '֝h׉w'`$Nk3|v~Pr30zjE[/uݡJtK^}LJQ}|^vkTFF_2!b^%`79UT{=-a[n^*Q_ajb \'εz2  sKszI( vꨒQ(kL+=q\$d-JCтe9x[vJkP? "'GPNq ?Zg[j>s7~LXTȂAe5rEċȑ*nʃh*wK7siK팏yTYKUYت.*BDo6wP-)#;!N%k@EKp_AڵgY+#utyr~Ђwݫ('k:$O&܌aهWbFynM_=bU"A 'cE sX"p!BdZl7\ :bf*' 2,$-$W|?wes\Ҹi#b= 'XzXFF|U:4LPM]kC ;pKmW،jyO-59~楩E+{Ⱦÿ4ٟxq ncXPn3־Y;AAҿg=j`#ծ3iqD ^-Va_o ;TH*J@(Fi8< ,$PhNϓvX^cj-F2 bm a憐}2@|M y 2[;aL )s;U4 &jc/"MlVøe=a1d /LkU F7,shEk+,j|=ep@k}df縸h>iyV\*_ qM{p(s^)NFGѴpW L[$awd:`TchF#W+0-.Ed5=+ [gkxwpW/WOyP0)4Lc̦v=r_O3޶HNtȻsAR`8vgK:GqZXL$;>e#FnKR^4(2@#6@ 8iV&9&/Z^=Sp sG}xHE77T/7Ae?g@P>#F`]I^m7҂TKTKz :gd Jse||od @PAqhyq$ُ{}Ln.Q|KnXɔD8}nKvSJJ{jglP[{_.h6gZE$sE ɰI(^굺FM. .H~S84wwY;Sa-;hҫqR! u7UTgTйvyo3Е& NvU#6.޲ي#1l&G)Qܼ#&\Xʘ}_G50"^ W.`eJ]&*Wοv;r^n׭㫠(Z|_OVoU _nToA m>g(bφ$$+? !~:`FgT2j%/nϕ93_[ni{Ok˄ 8D*Q8!u/wn/Y@- &P;À9j1*Z=/k1`]ioBnV;Xv"Jf6 a8Ig:KSl7Y! e9r^7?=VIDb^, AQ tl 9=k ;x֗D}1V+DM 59H[opʻ6wXhT}f~|ˮS0lF՟宦Zj?F~Ka9BnE -$<2 GlnYgڥJvތr4 UZu' N*dke#LꍞseL 'BOҮt6E`}Fs #Snmſr#XO]-Q<0):`!טS MG{)h F9ceF!mGv(G=;|&Ej$OQK|Ђe!:=4ǓM1& Hǎ43_afvl]uؑ>O+r:~ rKwր}]6Pkv~K[ex0- &9[d`2{Uny^ތO"@?3AwH^I!BؠN]FE{p {{ۯ=\3 ĸ `f2X~zs5V"zv`L\WX$UsVRoj[kTq_Y., McXDZ2ޞC`V1 Uhf;ǐ[{b:/Ibs^v&¡6Vo_qKg 4L"ǢKI($nt|jљLByAV{ Yep63Pcۤd "0 S~ʁͲGQQ^t<ݿXQ򠱼eXepr .e%}-'W 3ϲmʉۇTƒ }i?N:a"%}G ,Qȇ{ sctNzV'qC.xrHwĸ:N/V 8<R4uKg?k^ 0PrRa-X|rBذ.d%TBtGpHLdVt獴 gh}Hs¥mlFTnhc3-mú7; %ȥREԌfI^',u[ߖÂX8h=] =*9"˿"yД 1_ q)Ѩj_JlQ 2/]d?`ś>/؎ w YFloο^5!eT2^$~m [ode4+/j%NuCK,yl.D X9F9h'"MT 8IpQ7-Sg U6Bc XX/d<*h^oGf_ L+QhfX\d1cj͗vӿkY.\:~qzeJcjkL u5>iIoT&겝YJFK<*dd;Ub5d~vqsZL giqq~FdktbyT]59` y!aKG5A'@DTQ&B_ɺuk" ہ^«5ZW G PQ kyKH:$R tLT„|WGlZz&;Eotf b [EsMek;v tj4C2MfFx?e$jCuFK;Xh± {0U~KnnჷyӾ$HgishZ~pa8Ƀ%e,.gQaWpUv 8:$^|UmxA{6h X :][\\6do 3>%@AwVd4A!beI}g[^bЛn(1!IUݜh_Hܚj_${%ط:$=I@A ܋Z̓%*Z\%?^;l.7Ri!OԫV?GKB*P8]tV.:5<:O%tse?s[IO|ڈŮ,\t5LdL7IQM[[*>/bl0!Y I`ñ/QVBnv3X˙]t)p.;7yŜP9Vd~&T& .= Qe8J1W^jr`Y8׭"v,O.nEEj+σ9휕@oW]/3m+knǪr{]FBPp$'Qk<Vج##7 sW|I%fWR#43'|9?7:oo ɷ)lF l5m#%c`ցUޥbS˵ACܓ$8_jSI u̽4"J<,n cT5M.LN<:*2GF*`CX_xNYVďdi =ߡ"@D500!10$5)e^sؕL%}Tnם>g^֮WiOa"Yپ!g[8k7# `1<` q'h!1/3βŵ|H87zC3NWwEaA*I0+S8$l[Г ruz߹eFb|S/w /d#%XwoX.P2W&dd&N*l+sFf&nRaؗf1z_ǜ=. aX8vwYT@c-f=’RoLaJtT/[VY 0=S0r6+J{0bp.5/)g{&@N0V]͙?(3ijB!y\"m=CѵQ}DA^_x ]UݛңjKꕌ9W~ٰ1!SfC4"{epO ת ΅ 谶cml 7.4vķ⾎:R_s3BK%b)tPwb,p0vD ŝN*\{?J&V8`Kr=0w6ّ/0}&ms\WTXJE2tZ׹֫C"Ŷ9Svw 0m[9E"O5Ic )$7_` 8=-LN>ȳ/ͱI&!|j&t>۱uHV'tb*J=Y\D937#?P7fv/ɒgqhХ#ܨx܈b`|D±vOSR? WseTr&*zgc"v X5?Zq_&^FdJI)&iKߟz#LyƠ$(juRz"#}?",w Pc?ǂW.M=#Y< g! "X|Ք:+O$v%;|R_y/o=mX4|ڇ+L[gL:Q_zR*Pk7J7^anamBJ O щYCa\1lZ>~0axN}p[yZ>EcZؕHh7oֹ'cȫ$mzf~OqҀqF4W^rr1P_stXRFIMsM"Gh"Wl wl;,Q y|.yCHZ7GtPhAS |!+h|j;3 ~֩68lxv: J*v f{̖Ԝ%ux}U":kDŐuO{Ɂf1mLmS`jG'9mMکBj_p贉qɕrf qzu`H+Π b%O?g|V5ˆYW72Iguât0 c4: Jxy?3Dװb ̆b Q y͌{\\RJ )xB!`-"^mrKۯ%+BtPh*N-%{ݭX^;6DdfK'  K= ?lLD;9+~96RӦ C%01k֜_]#1t!@)]T2(-$%iW]0LQ0oKp9:$Ăfm8,^3 xYT`,LF=/4ERx59D$3yubDU /ߑ,˘CcDͥpLh ؅}=n83ɳ #{+t%fB2™ zR,nO&zRE-I;1O[ʡSqO,FOTQ-<Ld őGqwÑ4mUgA_ezέFj(i1f+K2'0.\ )8ΗO(!SDmo^" :r9 B2<ݓ=_l>V t33\Xm;9C9\ֱ{g~^%+aN 6 ](Af4|>?FƧ1/"DD&)2*Mْċ H.HtdeG&}Ѡ^,><o'\~4 (sJ7oqs==%4?L`i ۏ?x@:]Mzz,5-%'ק\rt5 8^f\䗦Kym61ccbUŏȯN Jϼfl i\ Up1ތD_A.ဈ4Rzq6y4Y k-q{:aT>cW*56jejDEHG ijBB>IMðXа - nwBeE}Ԅ!mDjxr!(5S? >gJETT}G`uI:W}mju! |s|w]X# .2byi;5 I9.䒴%: _$ׯx,UP缏=P| q봟fz Y}e!Fl+6i*YE+⟼lCaM҇E|lO=e 0\CMhSHm \F]HJSԮrL YF: "lV.X0W53yNc8  .ĥ'-t^jo 4:1nssvRԖĄ zrZ_U~2*fnTC{r)o{z¯Ϸ/ڂp^IZ$d睊@0kIn+VTvZ3َq$>,| q HUjTq-;\dH4='ǭwkpD:r9k. 9k4I4&\c ]r+\A1ap#Kާ=U*D% ba ָp ]R v^Qq)$8mcoE~Z?N?T\zv9X5V!북`e5B:8\<Ӳ2Aպz x;ΞrJUW~$֮%P)c3F_QzXtB&q׸ɱDڸȚV qތ3*a.hEI3 %ܩǘY/G ꏖ |BJ 3qs(DFY?i.E`zfLͻwo>=_P(Y#,9.)*lWPDY_bŠ #<:BuQhL>gh`md YQ<'X Ed'ÿvN59[gjUZ"o&MA%W8n!^btNB\8${/ʐbukb@Xe"](LJƱ=)R`slRCU>Mح6`<x)'&iP>~=Jh:nzG H`fS0TuQ]̾Y?}A!$[[ hU(E|խp^j*0N[2Q9Q+ {:% 4*,A$(|܅̒4zrG0@9KPss Ira*38u *K?.]H %Rly` eQwxSC }Ѯ}J1A> 󵶙#l1#RLNIIo ⿃Rlrn8.G5P[~*v4~P i/%tIGn @8UVNK:bڴ?pF4fmJg2<# + ۥJe6fѸ )T 9@h PcS]5# 4JƦ绉};fSSE09qc'GIPϝ}4&BS eج--sRxs}C @ i'B<+7nɓ 4" Gtศs4Oqd <:T0#Kw۬h#K+E6Wx ]*:1g F6MҰVw6B6OrM-iu~=9C=r]RO s`vN渀kP7^bTcܖ1r׮geE@T'^]8taf51o\J!-~2+Ţ էY'M%#v"; 2RE ƶC@Ry4kRF-|ϵX 0?P'8kͳ~.#} ao\ceڝĝI'6*Wpݿ@CYa-S cݏ[AZKXy:7^|emv#vT11󅋺:ڨ2X5yf=D"xٝ(@bjNe˺[W/7anLǑP 2x/ڇ6k8̌E Ui/QЧ M6!Eppߒ\ ~`vmޗt<GXk*p!WN"WNW7͟bt^h]Wrp]--gGz+h4[KvI _]uozӨy aSU a|zȏ1!N ~ Drm?ܐζ]H+"Ssp%ǏOH{ &{6n"x/ DHZ@nKO:^aI9:ue=U-z5ɱ0F#M DT/SiUI?Zsƾ^5?C :RzdST`WFkl3|{!2ZfDG@\ bm%_3%co>O\$DydrDgLi9.g gho0/Ҋ6D0U%wFGA3t9&,XU` jE7Y֑â##(nߓVꡁeNth- w|W?C"ZR{`aHt I&ξʭg;fmY4n3S4P$աocB<=\Jyݭ R/>Jk“ Uh-sz\Q[:'`i{H*{R Cq#O%qfHz!Ԅ7;yu~H5Bg4/1i9j>3Fߘ6!Zͺ b9d:fqn\jj p,@'Bg.Zb[7@~||0'O@ѥ2>߮eΗsU"n֙'xmx!Z0t wS:fyvkI(ʩ>*fȕ-B7C(dG4kn /9DjeUClHR +^oxT~#}rxWH΂81xbKB\ZLsI]~u}nUo‘E5yz ,U# G`n۬$3_UEOD^\Dܫسi*n$H ^xTX4QX7ˀIx`7b4)`pNk:;aЃxtس9=tP*6?FT?%IHx$Y< \ =],u`qu5DYl dRMkxﶢ5c'|tGr 6J><ݳv) s;#&^օ)`Қ oe|U +wnu8,hLIm~G{MaRYwb*vhrb{FcDZR%zT뀬//䗫+N "Y x_l A{>ۏ-7ĵ^ǡ:,vnUՃ$RX%7K*ţW$-2ȱ)NKp1|L92;H’)߹vHZfH(44pτ <# خl Uׄ%s{iC0vǤ#CgGw4g%ЂD+g/E<f"ÄMF8u/>Zʿ$#`5`%ƌP#W)cԾQj  [(NnyEoK5 uYamFJ!N//\Dd$ZcClEChVOÄd[+M$?*Ѣ!~@g/uu}}ӷvr몚@@R'eD/|n$)Рc̬훣_mJ\PdE`31A&o>@>0' 'Z16gݢ',I>$qh<]`)!DKn~,*;]r[[2Vq2di1йThx3\#"sc<hR-Zm,D_Xu׊V3җWAԐgB#XyO`@UVrGϟ8-Na;o\8y/ u̡3LnO!dG-oz'hE[g;ǽ}ك5lK=(hjތYqKfްlc1E#;ԬwF綻嵐c^n^LvXPiSKTDm$İ~(o] Y>b1\?̤ScyR(=X}IZ-=hWs +Q3}*kN %w ,}Ař] s[+Lߨn\>d=Q%~pA]vfJ`՟tEa:Fs|LF~OS_ H7t uL5d'-Y:I^y(N)~`i<,:? ?ŕePF/[a'w__oUD$V/ o)Ku yt"5c# %:*lxZUqs};5뤢Y:T{x`~e@#S7%%/M6.p~J*,ORPP h}t/ZK2@)t5O4 2o"xa@vU!j~ך̏4!ޝKs:MÙ sܭ[&~L$o!dNTti`C_èT[Y&'J'É=7T^Y7iaĶ7sxM$;}wPFcN[(uf ?]Bu^ ./ff$W=꭛$r9$W9kύ{_MtUH!!f@" .G 0зpzB# 0~Zx#A vf֎R5J33hPlj@덾V{i+4!:P]ƍvp@ f4CHN06~ cӁڗX4_o<!./ I}#.v8+I-BY0C\WQ̀m^\(Ѧy!H),bAe2,y?`JBK56+&R9&g#{ G Zkfx D1; Hm͙K}|-ftM6Ad35 W /yjR@Sw*z0һlhƻJQ&Ʀf8rPtbA6&6ꓐo*%Eʍ<8oاL]m)E08 DxVJJ v_ŲZZPf1n:[ B.bxyɸW !Gށ܎)]ouL*H$$UQ@Շ?^YϩI n  G^‰ )%5=gJK<+۶mB|)$ '9Lc'6#D@&:@ͰYɽ)#c(+6Gte7[2ȶ#<8d*`jv_vGCJ)G!'/ ;Inb_a1royݺX;(+9%9f⯧SZPežH@Teo=Fb-K&2eԅ_n'H@tF&5+̬hkF⌔| ϤHm͛g F ^ mQ ՟ a:{Hq:! ۽`= \\%"arYX5}s=!K@51K-=L->v+ݔ]g;ɣ:S1cDbj&Lk6uוtl}zf!CBi"vЛ=(ʢ(}?P{OjIS߿nVB.͊c)آ-`R P+𛊂"=o[g#p9.@sehd1"?S?N,6oHnt8uws,,̜V# poRkϋCk!vuKWiF[(fb!vspp"JvtmcGIǨ"г*5Y ”$<cN%bo(e džHN'%HHk醶 B-VUXHJ8}HD؍XuD[QC8VpVN`277S]oDK [ uKf^0u١GC}X6R|M |yYqw/W{lGKAo>9.׻ўG\bZikR]Dfo?oc*JI@JҚ]P{ SdpC=˷$-@0')J2ŗ7 D|όQi2uV6]C( `ztWvvNce~Mqe^DnsLunz%E|#5|ם-iZEްs?9VB[&m${)r|ȃN`21Ϭw_0s.Ȼ|X[MmZꯇQa{GAr)1H=]W [}'*$g^{+Q+HJsE +RVuڹYr8 4˾b_0ACX?p? ea(&& `Cͨ86d#p뱮 Zw?'ֻVoT.Ԟ @_K*oӯ7&,sSD;<֣e6ꁨ\zlAݓ .2ꬬv)0-&u4Ȁt%L.*}crȀAf)=:WE\"d)RmD9K6p|d}md`uG>oʃ29N?Ai}#<ߚA gJ !{;s& ddNKJ_,{G~_.8S#I h. S`Ӭ³,&ǙЋ:Uv"_vQX&M7X1Y\DԋbxHs5ޑ3Ɛ$9b8ZvTJԽ i!av48R5kޠ sw.oGVRЩ1Yy<ǑW~]Z"4,6銵ސ&Vf_\ KSnUeyjDU`J>55}ainiyoMMuL[\4 !DY&M-rbb2ڲrA>2)[CaZ˓ɪ BY3 s[Jj J{Pٕ uKZenX 6ZRy 7Mt(@戲Yg*)#T`1X`+N9zP#S LZ93;AtղO/j1^yz:8/ijg0L&ԑNP'ݭ`_V Le DumˤZkP0j :I&V2A8!ףa&"Sʌ ?eh(.o@[k#Cqo&<07fRQ<3:,%zv * _~$兔eZ ȤifMVHmf5㗊+զZ4ZQmdKd)ƈs%69SC{run/tn [4-0h1sK# GVO]!4{?yI5E_$uL`WʯhK@_$'-~14`d]s˻CdIɺ`7x |(u9IM9N)H:k5Fz<)Q6#u=Gao{lvj~,@ !?ч5 n0gC/[;wLQ%Z^F~=\?YCX{~ˡh\ 5hdaCDvxp-خ=wUbz@aRmHɁ(Wc 40g[]t>TYF\pI=2qxʪ҂T|Ƅb\A5P6݆ Zʻ IJNPXAwIUqu-\XÚUqC`Zҡ\::MP,OuBYr0SS3l1Ƅ }<9:U4tZF6'$YMB)D& (6@X\w l)o\,OIf& #a>ap5-gakaΤe"Kx`(p^s5<.]Yx66:tG͠v8ps\H+?-MמmWa^|Sõ`79iLu^9ǵ1ƴq|.]W͘*}vwC ֓4[_ǘ ?]HzJ9mM1('_تR3&2[-\9_ @eFxj`x'vKf沿 줝bTa&9A'pݢoL`"#bH")U8Tz a;9{7uB~ cn*]3ӄ5XZL@`U=$8[8guȎ&D;H IW!FQ+p]G G~\%f$tf1=- -ÏGb{_8/T"߽; ჵl"!łC V3J PXُSm**fJ#In?Y Nec ًVxu1/`EAx\?k\%-_>5bBmKڶ+&ez,^,orKHbl92D|d)S; JaZfCC_u1sM'^jSуz7sUȴO0['37> uel*.ޢ}BbCBMB=YƞiZ8dS}f!lkΙI.&"Fy;9ZEr,$ bD H#ߝPH"bq 6wm2VTwN)ï?aڳH#@1΋uԁ xɟ{qœer˙CWyז Mh7DA΃AV}vAZ@O]oA11;E?-pMs2B~/SֵEo3 bI\9W6#(l*'b}X}IE2 #T2<l;&Jǀζ?GaPm 2ג 1=pwIr$+uĊ|'EkPL2VxӅk8oC $#4<`H|kΩה )!aGta܍bKg֟RV~eӠkP}WcJWeL9 S|r; iMej>ZS RYa\qDa^kenl^K}/Jr;VrNuzmFGXpP2#>Z84ƪ2˰9?8 YPnۿz~C/'䁏E9;7#5yUwe'wI֍FKw$t ǂN`J!exi{&&j5}]#㥘5 /a@ߜ <geh¦Xk&zOˡ]Z0͊Eą]/8~pER`2K,qSr$<˘Vj<'㤈hTCt4 g;AorwZlRβ;Gk&Y1n""~Wa$e~}Q[^ɥ ę!B ·9\Gpb[r]H+N1H-(N /<֒)58yPq xه@2Pk{B|,*_=NLk1YA=P*6JJ]Tn K;:)5xSaUsfx {^:tK bbXh#eĠz'_m+ɲfݰ$R_QN?EC hܻAUf|!xmj)׿eGc?2Zjoz#=jl,Z\R;(GuKsTwRB1̩v昋DZ~#faT'+)ﻰN j8FxWqmmUl=ή"40* Α>M5[JGau?u8 ,=6ޙA5EiӹL777/].9_o|`3iV~lEDBzz(_}['H LT{wCjz%BmPFyu ]9C~_WmB:W3xB)=cβZ+xB8fc7䫬YGb:3 Nqb̲`_~d,PY$Qg̱ߥ~K'Fw! {'pjyk@8$V,a$f{: lͣEC6yks [}ěq#ju=ZX_8K\0!H#m Bc_X =M9)aרnY_M!x&Ï6Ky4RErDSTwoA*ےJ~dQ\KVH]ׂej!|A0jЂ1c V3g>0ZUX#S הxQ^l5gN'Vi0sk<ԨU8ŎNg D}-O3vGlr9$dž4p;FxʊLzOyO 9Vv`V!HkɎhޏKXw;wZ~ [7"(o63gb/waNW^*jz ).$ _K.q<#Fpo8z$a=3`HXu2"GR6S@1;DASkޭkH,tg7{M$ugoo_cQW?Ak$ aD 88]ROPk^{rQ `Gա{y,?!`afה>DVip+% -H-cN ,O +6sVɿԕ&{hbW7ytvD ef I a OS/foT8oׂIM]駓.t ~l薖NlpD0=~K~LzP(=:{s uvR8k8nUUz?B s?S*.VŲK[Z';ٓpGf|"ReWAؕ ˜,rSsJl81g2s/# SWHI s$O&\vvGG'lmߊ0nN(]PʜPVYp.>~`NR!0*D fl8V^!`\^j;aA|%ʫ+˿1E&d_33F=&O>ur;q'@oyN!v O P;f†17>A8ÒlO &TۙQ-SbZ]9cK Qn泘M n#1b\&b\Cf #ϧ+a0$MVUfʀYͱH-"p|&G[MTEigתc^ Ay9q|c)v"K@^P+;(c<ԇazX I')bӝ*h ;w]GD-p/\^jX<1FY)# \=m#Wa9Y%L+SV&a47p`UhY0/A5CDϮ\ldY*%r6^Az nZ68j#Ç4yIVyӉ&. GܘzYTvM`Xڅhs/҆n/%q^t3,ԥ[`%-=F?r)OmgR~Ce@FW]"WI`nV>2v8WsJe_B1G<)%{rBy%~*RmT=6۪BV{KWez`{Q;xbAnk @8aC+~9*(L`Y7)ddv5ydNfDϗݡ⪒bGCcMx&lcpfQHDQZ57ȅW\F?jTp)=Ff&Xbg ed:0Ŏu:|gZP)H?5\1DGC]$xz ;|tqghMaݕk VSN,NkF&\4 FěO&c_$>MǶZ`U[،uOhLNM9|։@-6Ζ#a+)q1CDWjmM 'Hր{JQMkNS}jq7N4 Y) WTIR rPĘ4 A\T:bywAECF>t⒎#z1wQFݠB{إnG rOG%ÒOV EtmP̗nv @c|uy2!z2a!(Z #w5qG=GԅHGkD F#@|q$<(K]QM"j(xt. iRAx.F M#HdfJͩWre>Z2dMd%o;h;CuRmKfa5+CA;H ګhOZÿZ pq;D+?3qľvkc䇹5Z-跂'g ֦/QW4F4q ;tr#1#ܫPKV8a/ am 'o "MTkHmu}լ=foO#cC`Ywi)0!\VK('@Z M,1R+1F@nzOҺf1M%&֠|50("]wIڷG,vEףOtW$11"pfբPyIsglނ f-UTI+oRzd3X5s档QA^I!*X2СS E^#0sʆΊg+[C,[.6"e\ɩ۾$7 WR4hYliߑPo{zH+ 6G腹2ۚb9<_:f=s_ӱ qfPI\sֆG9+o-_oH /7Cg O.\3Oj͢R !zY7>`50}>Эլtx,ԸdS8ę1P2Kn93/,^|)@fk]soѺTI<*6[TOEE9 T2uG0DJ\ገ3X j8E"bOfדJ"Dy[o2$fWT{)Yont|P,hz%EHhq;!sb: s֕a%WtVY_eד0~JoC,ؠ%M6,0ىO3.m Adw4B\@8Tw6#2I{7-M}Zu͗2p͊gиL<.[H}=#Aql2z5u䖘"ED[R¤!{bW@C~rdF0Ytw*tC |}̮1,A[|ag_L%Sϔ¬}obj m.ȴz}!C)5A$fgNzs&`'y!7lF$Uӱ7?oo$h@h&k˱+tX‚XIT5/6Ŀ7,ģ3,rWfœ* UYϕpEv\:8R . v`)61ı: CڙAwB4'f~vXˁ%Crq}9;mgE^tRKyh*j.P ,_v]ZZMX(3Za)1 v",wR_gj"~G>ic"$6wq/y8\mRdC$܇KW:Nr1}T4L 7!0ˣ13 GHNOŒ8=tN֏@>HN~sAd+x"weN">Uۻl̋{Ns-M` MN9p@'{ǵQ$@N|KXH'茵=4eLX2K`\wj5*>p`10QP`NAUԇ 4WcdbFj^`R 'zX0zN$S׮_Sk}DWإ%^7Q`!V~H`}" eX%XS.0⨳ ^o7>%oHqr"5W eR6E4g葺ƣ-ᔿQ.?7Dr#w8譛~;{CbU}|YIߘL^2诊^EWTz! L8 B[@t,꼦8arp/Lq>J"d;iEY~l{kL%6 8Ll|4#]F,1UlLJ=SMMؘ' wWS |&Td XZi/{$=9هKdQBJ7`R9Äq!S~ʚ QͩȊgOc0 z '68Z:@1߇ \G ,(n>о`Y΍ux+92%(KC;5=4@mlS|u[AQmeQ$evB+w,;~))KEQp$n_%D/SLKܬ 0=8+HB Z.-ʴOeԑ, 2bH iĸ+vڙZb<" D«S@@}V,%4/kLyxσVz6#,z7[&ňW4#uV35t$I* 8 Zty ?anN!^D|'2k͝9gGS}%q v-o3ꦀzSŋ"eÄdj$xT a*ԗwD rX r7y>5Ʊ?A$33x:wcw,+W~ Yc'dX*a}5zٸ" p: ZKVm 7>x/i%k~̂p|"}T nqj7i'6ugWHх5V P{r{F`bN7=:#y^oL0bJ] _>v@d~j%92Et L܎Sm4;IejӬb9+Af3#xYE]HVX? f@iBI0Rm:SaK Fψ=v>χC'h(I84~ <ֳBs`K ՠz6Itɓs)!^z2w"\d*:r[ B5"*H oJ :DL׶N"WzR)Aqf5un00090lr2o/s ѩ3MXxxIJAb|jt39hvwvwb3 9Һ'. X Ӧ|6]F?kpe12+GD Tc60MOi.8ԫQK]Xz!Qmvm^"h U6Y*.řFvr "$aEO/qT!Wk>1?[1ST22N=<w|2oR"w{ɖ [5” K8܌ǥءIݯp1JwSTK)W. o)*ۓC눷ni'fy}uKb ʠ=G~ P5n"!դ{@rwZ#_!zM\A@V-'(qE.wz0̧ -`L,p{ذq3;DV^FeG Jyw}21i/BCq1_E>N,ڈPǛw2S++w">{Ej`Ct_&AWWf wJ++Dޔ|D \N& c_0aúF)|n''VǠl9 @o;t p- @)TK< ;dW**QHIûzo|1 q9]TL0. m H{_G~MWYĴ)AKGEA0bsR.8eߠBWwn,E 6R&|8x^=hd G֓~I#Z4l8SrHU֧FBC, dvteIBnP! [cߓ*F=cR #X*ZtŪ[ۻOl 2tfՄ ZΤ,@;=- 2VM*nI?՗@s]8'sre;-*Quĉ0gcf6.}[yISܐБN gAe[CXH^`qGX5s7)BsPC/p_) V Lc#$1(,(f@r~.=CP NąZ=Ff#Hp9)<%ϙ?iZRLBA3x]|d ?8qO-l% h2^ư:YU5x_߻n7p? STAdrLaAVI"vy_o,8``|{6v4VS뢿0!/۷cʺɹHu$R]&\@ql̍<>s;YF#?ixWOE\&)a8#kĝ,qew4ud$r֮HLybcR Pܞ+S" QhDxmcQn".Cs*SK KEY^bQ\J)n2GSCe+,F%"JyF K6TVl_zޢq][N qND|@6:.rfoR"go&G|~M5" ቃɖB{hv 􀌋y~0*3WєV9OeK5YM܁#*ΤXX?%CIkedo){ :ɨ4ІU-I2B&izإd' sMRNu{.I~N5uN!!XiXYL1 a ߿jI@ޖ|#74nYdh/nMOSuc5~1$eu&alPD` νa/ Lے]<#VJ8+CB2?&N42 }qEux 3aԊ7jYa]Lg›H޺}+DX2$rjtÊe$Cn$qlF)< B*d#)??HO4guLgl g?ă?% v%C )Shsy*meGTl`8vޮ̭Uh;%+\9o,D/Fh# "TSY*V;-+#9UۜA̹la߱-a *fV0%|c\ &%Q_!jG[C-b.+b霭X5LJ cka:`ӸLx_EJ6s}`#":}^gm5v l\[H| QcYlZA U` I 7Kv\7qIGZsܐ#Nrs/^l>>I(gᾖ<9xݕH%?zIIiOW\>弔ۈF.F~?J:ěyDek \PBQ%;e,Ñ )߄R|テ"ҫPuZC'7Bc%Y1y8Yv ?. 9R ?j),oKȚ *SyLvO.F4䥌&,^%nxitK1$v@St m21D [6x/8_3[ȱÊh!@~KP)pY:0t魌N̡L坋 mXNd,C7<{NF.؏~㛗sԩF~? XjP7Eqw?H׻6um _ȖjѰj˲QxpK\)d#ZrTq9 AWfkl&\9b >@x&ڇ_oSIRjz- E)J铁_y5u1蔼M`@f&tB+Fӣ+=q/ȦBl5P D fBGذw0zl$gkB^>VkG[1^;*Y{eIH`b y7D T}7v)Wf8H%0˄(Trbr ү,7fr-CLeHA&ցqllI} Mo s mO&k.LPݔ>=K)r 0$)( ܲ{̃* ;^РR1R 2Sf=!ƗNjjd^) hAjq4DNt8/9P܂",=0AXI9Rf xW&$o(=F;%T8LKۈp\T.3؈c(NLR~iE;nlDmXg'}}g-$;H6cˆ*5 1f`[Q#(>ק<~Q,S6%K=昐7f[5ufDyjܤomOXAj4=OP 2~*Gܳ|VA.0_L'3sBB[[fun};@@)l&fZxƻ&Q Sk"|̟Wĺ9D{h׎i>hԳ^ɶo&jЁ Jl\e[2e)VKjFj"nIw%>zFݑe"uhbϩݔU`D:66D=jZfd킜<3)ٮ\ Jg8k ߲fӲbSu^ogt S W)hJJ 2d/ >d.:yZMB IzD|E3~vυc{i"@4B>]a8p3̓g4qס\r kc!wSqEzqs/ NeCZi;ƷHdoM1MqvࢶOs[T4X_1}0fݸu*W J%P?@O_}i)Ek1ڪT#4f{@& ܈[O2-Vj ^ L5\3?= l)&X 3hAB ~hDzǒni3xDO}sva5IB\kOũl7 X d,"&v(tŪv6Mk Jصzꖙ]dgA(M*C\|-h8D&SYHm'XKԫrӸ75k y3LZxRFg/b v>lU+wgwKO_ZX 9Пչ˚Ǟ;d6ݻ&qs84v=LPƄnf~ISbK]nG_~VtU xVt%9VDMoB71Dhwl!daKY!n-|qM;NξP̔`HL1KR|$ gsgԈTܓ/jc'mf%8S SkOkA+[AulTr[g$(j;@e%jsP_!Ӹֽ޴?C_£dacvϖٟh] H TOXʼn UTOo"D=>R`śAov(ǎMG˒aet, P6 o ;E3jI0mȂ J]|"KV`E__;{mEȵ n<}1ҝĂ^3@d,"@] Ÿe#o2!fyèBH&O7Nʸ3;.xwaw0VuY$(*Z4=q٪{JaH@+[!W c>L %Q©6>S@:zc5e_\*p``\SF[jΚ Nj9k<`im3rMv1'U"qfDCR$WztMLL?,p՗*;w˰?_{[~&rM:?5")[kdN a%Qס:)ZyuM⿟WKa{ E=O_Oin Oc^7{*:oMBM`a3 O)g!Iv%|ghPΖMί}}_p)RFa`~Q9KSaM|-2,Qm +160kDJc7]C?A؜κZxNoMbUB6sl4DL.Zkw(cܤU a&hC/W36|1(|&}k%nOam#FG,^!_lƝ#*<ːH?mh>̍zrR|$/]o<8I,$HBID?[;::q[,1wNbxnv骝 HVZVZh'qGpQO`@\OqTiSB(LhPL 7 3$Me}fkBLdm&1 |ɧ]h:r&<d&ж6v6 Xp&Wz5NT5M0˱W$5$@T a#U ʕ7moX07i E.h:EE3$AL_[8_ .mp]#i(k,jkI|HՀCՎkLl2!yA$G$uj^h{Ŷ.S|; G<+G6Z%n\V5C-ݜ[dkZBUpp1X]ڪiyi Tq*`%z sNkܰcKģFútn1DwWwvO?ȫh jMRs;k9˟)H1v#V@yN`[MT߬2jjTxyt1ٓU$a4RjuCm97tH+]cM5ՙ)D$e5q/ANvNo BS_pa!&ENroWZ_8UNIrM%piJYhwJfp͕^dsEFE I6_5cO|\Zkq4|zO0`ӯ/1 > ;n$R5-[e(YHC\!D A٤5F g~vd͟Э bemf䭪6ci:BLuђ$E@rZ];bh]4hG8LW55 \R#hP-ϤVr8:ʝHޡbXI n"ɗj/'reZuG]e}3SAvCKlٙ\LϫK1^G2e*׎A/Viч( *܇ 𜶖Z"mW@_)G|{ǜv`ĺZ$/&Ps5shY/uBXZZ \:8Ya6W|Yʎ%UJ85QB̧1p?591l YѥJ58N7?ͮnϐXKnhRq%gkjҎzЌӈTJ}]$-=8Pڹfїnthaϊ|BtQfQ 3)f;Jǀd1r/>G )|ݫ/DYٌ_?NHUALlvOS* `cɴW 1SKDQhnoʒF)R.|%]}C$-]M}͂]fe8-7Qh i+:`t⹭E삥J혻3KEe} xZto k0>uN_"IZ1Dex[g-XkL/w 3NXuJ՞;;=G/uUQϠ3v>瓈0yf-Xk~P܂Ԅ؜Yl^ N\a #=j?qnB$˭M#v:]-% zqPjuds塨8M%HasnvQ.|J~lФޜQ,(h bZo _kS6i fW%{$Yad pdvo;)lP" w^,se)]΅B'JK&au %ҍ 0XG7@Ѣ>tѧk:v^6 _ՑXvٵH[Y>{aO?uJ_6'D]{#zk~C'Kn;`Zp"˳(ꮰ&P ۺ9ڟ9D)u#!ƞ=5.uf3 : ^hRZ{^ΗbЌ|Ʃi?ic ]F4gJs{ fyn%`ju*Vu~C%DGuEL,0n2URJjnx}k'6Z߅&)u}4?m8Ǎ +ܼXw[?~X{l>@G b!&ûh 4|w+zxYhV jzNksApA_*oqR xMQS*2/o9P:P؈_#Pjq?>V?%fx &ʻ7.p~Zy1ir}Jvj2@OGv#Mteh`[! #SN7箎HYyPX%\a;xt5MӡI A焙%C<@f\ ;Z}ԊT([ UGfGCy*EZmʺ9 p$6A2u/-ȠH6u|"6Ftz>A#)E2/ER \8}AM(TéճQҚsU& cI,Jy =]"˂dGyb݄Ruz+ChӻA@5dA`Xvkar9Qt7AX@i%Loj# |!:[,tņ\tO㮶~!B~ Z`5FH!0[^h^V9p.Hp{i&H5F͇ߪ/L8G H,oCflXgr S dU[6`Z}oQ61v9.} r{;#M.0¿ le0U!q 飒c1IԵU<%$ 5R 0&9"kZ/BDKQD#U"3w,N~iKUg$5>zQ8-JHtI ]TU4UeN"Ak}&ͯ|VX؝Z$@L, 7 =?i wl@YX7tQ5OD]Ve"P ;({H/j ߳:0s'˯ d7o>~5;"ж.G z0>muC!rYJɷNByw|*D3 #X◾ L^Eͷ=fX3;WORk~>wZitXiwF[OZnRo~$\)SrE3ɔcyԦ\a[Ch6CԃNDw0߿&BϽ5+ $mD(8j&8QI(&Dq[FS"XƄ" `q'e$Dƌ*ehb e<-dF?YH>=ܣ2~~d.o[s<ԮC:;l{YK13T~Ӌ Vho_@lϷBKEsx>Z^3˺~Q QI2sJ1}䄋 }JLc:x`L &mϏ}&JHtd;^^Jd'qN_|dc]Ͷ3Px!"yJ <ٚǴw5⻺6!J(r^ Q߼ҘpKZl OP%͚/#b0ȇ uvR3܊I S$whEOy9.n4E:៸R,nIH$w:B\N,:(GjiMASPg7@N-NLMO,ީ ]|WdDzAT2ӆr_PIt`J%TiNk4R@6lw }W{҅K"&et 3:F<6fdM?6[Piolu/nF=)k}7mGtWgDUvjbɔrǖ7YaayC-zA I%; :܉nƍuHj02(焉 WAg&Ľr:>cpH0 a|F`x12)SF!<,G$u. > 5Жxd\>НV8J8\iѺ0,{7#ωյ6*#}62i{Y|Z4{ uesAYsd FI^G"y ]my]GkZnϮKWm1 yxI( M7h֙2sj8h!5˂%V&KAZC[9񏾘ŶΣY޽ڼFaߩGo("ęSY/`9T9^=3[ŷB? F ahZo5-rtBC>4JAb]C]B}%rZEU'RѹlaR+b&N*@j.VS.ǜ%OsmOc *J:x~.:ɇMwO:xB%іy#y>:f@Jptz4- Яs@LfoB6LhmsCQ%!Vc6jiM@6)?NO%K{hvR(̨|Gd޿؄;\@~@Ŷ-Y%t f.aGd71Ljpٟgew1E&Mѳ!wvStPYx/z! Ȝ%)W2;)idp9@c]jY,FӍ .2K5uxr[4'z}D~R/ҹooM$8OˢTK> `s pA,t yQ2j=G]"#{̹au胴G|惸yy/4U#wB3ad`Uԟ/,e} "<%%vpѠXVt% }p$JULk5}@5pSODXr+CV.gQ8 TiMfQ 5/#^"$-JJ'X2uv0~-5 z"ӐvۧiU*RjSK<I13*jpӜ]ja:V~ȁ]?T<CwrK}&[)0d_Z"fcAzXLM"x{7FK\nَªNo\ƑMyĺ.xlHHm;8c 3`=e-Q\Mf" wtMÒWz.(^_۶W[}uc%b6yM Tπj%֤XʞYJ"ulpi|x: ?G>%3JԮ2v~q&s5b .M ggd-l+ \5@Xӎ{OkNFۘyg 9V!n:Ղ:w^|DG^lg+#Q!=:7:t> S[~&aPQR]?ʉMV;50pFYJ>c~\u~]ZF)XdLM$`Deb;zgĿn>"hM?JMɘ 2?+h$e$!䑄ׅf3LJ`v0z= g(D ӋDhcp :.K7Qޞo R+>k~F{@.pFP^#䆚D8槈 .O.=cݵN"cH&n۹zaGM̅Fs[GW&Kr)6b*Vˌ淨.XAa1o]6@9cڟf{Yy/w ;gBݛ('X7lrp8ѢylM?v>}˲χ_K<]}>UxtloO=`$ `sljI֥ϸ'_@?b~\ -:hBVZ1g1SJ9%PoP 9WE8Hʤjs΅2,ts7q=V}BJ &Nע ![ǐ(ᅢ=qfH:-&昵GJ}'C+LK(OE>dAI0MeX"v\3m3pb"Zw~)`F  HE@[ec4ǡvU%frf Z'#kUMkY='ゃ/ d@Ԟ^'v/e{ I5Hbvg1$j,LkIH.w6< <@!+oK_֊c؏f-Ž b !THێidrW*]CsgڧA[d#vM0()1K[AI*Mˀd&5rM#>/FcYdNjy&c=܊tXԺRK S6yspldMs#sb 8qozГlBB%֡osnD^b~y=~19=oB*G)qlP;4" SgH #& E9AWġҊ){$"0ߟiu Cp #EUI7zmrBQE-ĦoyYCE-vd+χm#gsl|!_Eejl"lVJοP#G" A~B+>f#heǿGuW>ez #q EIL,w-(E{6E_p2M.۾`eUUyqv_{Q~p -pqe k9-BXM܏?jo˱#/]ch<|8%BP\W7c /i]i5@3,SЕL]O an(wz-dP=c2.ZBخc6beBdyZܐJώEȯ+"h/Sd ?6i[BNAo 6gy$;y3 xQEr(<PK*/FE6m; $e,JXG ,@ߢ /G*^:t{Y.o&6硪5YMe\Ѐs,&*nM '@?K=qJMXo0NWw*M|їnpJkA!j`p;y'zeC.ir EzM#Q;0%mQ4J׼/rqQrVĢҾCsI8qҁ +@;H-=`HUsPHYQSɤyd=8hEȳUDGؓ^Y.*fIZ ,Qush&f]+VﴧdRe35ہx_2yHNcnk㥝 ZXy E#'nsDz8wzR˝e; YQ?mT|l6 )!O=G1u߶ Q OD(Pa*䱇IcDJ{1s8QA)hD\41XY}~uTAVЃ۴y;K͉s͈݉Zfp`RK 7feOht'@Yz[{wr<#2` =5؞#b4rIU.bV%N\)&ԅ^CL?r*OIP)3Jۢ֞*~+ Ja_#N-3-tXEcݯ]򕨊]&&N\k6FTw;F |S()&qvimxũ0/l[w\f:eoYWn ꦅTOoЌ|oRy"G}(NDeim W:=4rc >fhﱁ҇HuN@OwUi]2T5I1=,>ft"K̀,d/$̛d6@@|||#t= KQ?6]}@,G] x uKLzY57x%~qU_8+b,S8WX8C |Y{u* $x' H^x^IHB(ee.~ a{0>y*Z iːA-թ!AdqW7<$"v;&.~ZZ(qGH$Vy b;\ gƖ_lG1<p֭KTsj0Oj??6' ST]շg(9%D3|Z݇Hںb%5 =.9L*$1\z4x4ӟ.aPG"^=r!CdmsӖ['RܚӵtvnR]` Iy?xAl~SD : &s1Ǵ$Ǿ֮{LɋK)?'1o^IG /5~I ;#a9m aD3B^_=8_Z+,`': zRHt-]гg(͖fP!{Ť@ i ź(m#[r0Q\8g4tCSUUAQX9#LuIqu瘯jmCYk;ԈBk̥mv)WZ]y%YSe/jE=Xװ*UPɝ~D~kB_w01@8#|O4/BOgX1,D){"pqhX3dMxyhVAzQBd# [oMF[lF"InDmeP9_<|qp9m'SLwi1^~#hR<ɧoCErJvr=ҭhzsu߆Wh ?Ka4> X|AD.2zH/[w~IхxTz*KQ/kusm7uԢPӑ}#?j.Nn-)|(λxH.Z &SdRWu#Ǜ }>yyKRP遲u n;:8~ MEl6Vͬ[Y1jk7EeW(3,MP&^)rbE9;XoEpLlc!+[ o԰g]oHi^49sAt9X1?z:Kovu*< {L;p1)OU8=gYUI^/kj$9zaNJ2G2vlXJ:o /2*m<߹F; ѲZPE_Xf oïҋ0%O&n$6[D=\O~u9Pշ)0 $6>K$(Q'?5&K*md3۝wR`1hdGž yoƿa9%%}ܳIW B–gO2H,SO ' }vs*8dH> l5>NY($ ޙ.ekг+ޙ:~5P3hȗ6σ a7)O@=)9pʢ@Պ;%''htސ3.T f^brW3dE[H]zDa'<@^D @.coWW1_i UNVz9o\[0EMp_{u磮gyʝQS/=Μ9p/UbÞyC~we1 OE-/1h.X>8l4:BZ{j»X MGx0*. l#=橡vb;x^hZ&Vw[771McWnZu7l(CԱ"((2: ȖhNH>53 c)b]Q* ^ ɇU?&QO`b3z TXDڧD1dtŊmeK_ЉZO> q6?Kf54 ֲx.2!%N3Qp6/K1/dzWI"9v&}F&A%AWH>A.81a䂽9_%!q`E ݛbxzǝ zS v:ЖXcۂ,j𳇑gj.!}% BbVc#FpUO^ƜQp1ΖF㞨ҼU94 f\eU֜I!G/jdkRLejvVv‹Kʥ|h#MVݡU 8ͧ l8x ysݒl': Y\"$6q",4)d%6exz}Z\tM8iԉ4@R!Gk=h]Y̖;$aς n;No[}@[# ^4XmJnl;VIW{E}^ %fNn:7r\r]v$׿9QX5c4aG*G%{~j*R֦8?Ԥ{pt B+(Y<3WHn0/U+N6 mpۏ؅j{8I_.!/3>915 ,!h[C eOGUczUs N揭B^,FEd嫸j"0h׵΍d[6Hb`La>CĀmE Vj# SYPZͫLWLs|_Wڭ aDHʋ^|?z"3kz=ƄajO_\=d롓l&G{5'O% ӿB]7(7KG .\X (ԋXS٧iBY VG>=,*]@?X.-JB,2n^B6 i1fDO+,Өa_rs򫗷mQ l->׏o &m(U͠`{ێ--H)E niSҧ  B*YĔog-v0ϷQ6OirvD%@ꫣC2?[ga,M>rbF-RVB;hW丧_}VJ(qE >xޠ,t-uu͗ L׷5qSIP3BCR9CF!b*|oC)UuCL"4r9@OSK3Z\ש 0Udg^ԩwRJ @mB'䥬5{# *桼16N|(D(V;Hs`ֽ<l-FGß5qTҹ1Ѳn9J8,N6+ wҳ#uN~2B&$ǹUJ(-g(NjrJEAz´4j[lny. Zߎ4Iz o vQ yO,L|! hE9n8z.T6/GA4=_1*, :ߤH0p; dsk:܏u`%}cm4l9TʙـցFn@-@v(9 @ 7t# Ob݃Bb jo!g\ɰ{w;}uiT*%}3QǎX+l,\=)X9bI}<CqpA!)ΰS>"ޟ?P]{H]ï7Zǃ&bf^P]Q.pW)s,TT*>xX"]MQDDR!+eFTQʟ"aG݆lXQDJovJ^B|z;Kis(ʃE'P G$$٤HTI!f@Uɣ>xPi =*Ew?3 zBd_@3Q. cѸ*QNv0"ϐ=|a `8J..n\ad(sD'8yT?];CОWW eKEn4 T ǥG"nU],[`Y5v &\K.A``[Xp0k)kiF\BT)~'Iǰn 0PdC"VwZ6t kй>VnfR$N,aD*/8bzp5mjX&Btav \%8'L4zje^oOM ,6mBytbw u0,`]mI^>%Yj,YUrG6jG?H f AG><^QJ;"R 7i`2>8Mъ 'K XS#›# >V;X #tEj*әvTtC(֞, Tc9'NmН;2=h"Bȋ_^^j.fUgP{1 {eD.[Q~ɞI<*g͢8 t yZ%b, IE˨ Nx8ڏ(q$E>ܶ9HU I-zW" $ԬÜ#Ԥ[8GMpeiL`xHm ӕq8]*J)'/oWsTE[y`8/wsvHTi!g/5_gGBHL9?ҫA?qXX\0Û$aλԩ˂'ޫOׯbTaߘd:-U,P4k[vZf&5],cI'tTeQ)D/ni'm=*YFLn*7P{x;)@jg &qNApC5l_'$wLzf^fs8 嗱s[ϣz!\'J$zY,/c7sļ Jb7C_cyp6L0m<#y}ʺpƶOe٭]kwhԉ.ĨJK97ANڍNd8gx^;^=dǴlɨcWlNs[xD/.r0  {Fw%xZ?؏dsw\='AUje(ʹ6Y)(ӟBWҿ\Z̘K ƫ_6vZ3P{g OL5'F˴ l+ع_8L~jcM~+w;ci_L8ؚсƏ!` ε=E"wqoAizb(rexF]ec~jZ^+aP`췥d{*|Rƞrq9>4.;ڂv#=X>}hЧ%3rȞ:Lu)׍& 99 aE ˍ%%&h2! z; N:NTڃ5tݻ^#᭓jBkE_aQP [ڰ}ûSmǥ{{؆/FQhTHlCԑijfŘ4NrKC8%TO^mwr&ij͹d{ Eu"w¼ۘ(07NZ;j}0ƌ!sPrM 8F&k4T8X۷?$6_靁T$#TjW myؠF,k/Of|?@D 0Z GXVΒ4xW!Bb@3qgշD(_80k˙jP(vړA#KMӍTc_v)PkGC4"uG:jd6;Id{w"ddbU Z3/mЋVR^Hq36YG_{@ҿ^GBj ,ۧƮL.uĽ ~Wo|NCeQs=)X_O%_t:jؿ0^'vAM))_as@D]o90HG,*w~9Ӏ8W ^U7 c#0<pDt)*^lRxͩ͂-Б C#R$rD*),*smds״Q5.&K:/H>(yw ](vΣE4 ޾S ]%H;7KZP ש6٫0(YRN7U{mǪ$;',*ˉ>Y&$5V `xo# `=ln1M !|UTn?! :Q? gku+$J_%^%8l$y?Ĉj5q(w4smS֩ȴAm- ^L&pt`iH+o#Xϸrw6-z/T E !|2ji%"DrM}cR) P0[)pJV/'eXB<zKZ'(5Ef[h%q.c_}yMeJ8 r (M\2 ycK4Tih0,IZ1_qK@^Ly_#o7E՟N]0 ¡mJ ,p\:4&{ʼ!'ȄLt䙏%Eypy@a+рJ^F3odd6ZYx[v0v/QB:IBAj[,D.\A";G4'q{KIE۝wVpgN>kPycW&*(aɨˡ'Sv˹K <kRx' ^}%?SBZ㛀2nCEwOsoaGNXՍm/>B)Ue`Q%R6Q7Oa e_;'A8 .S}1VZRgQS4cX{C=``K*͛}}*+o&hp ,v!.*f/Rm@֔/JRE莫.w :Ip|lh]Pl]iGZb0Q?T/ہ-.1(y(!)^B-'E]KN9`ngU {Ӕkif#zg3MqZ@;ޟA9H$ l4ݽ>S3$2xr'jOoBHLķ5gEV}n~%m6ѵvi&"O2\g"Հ:vn0YLg".~|w2ϩ1# 9N]Wi (ޱFYBI[) g\[˟V_٫h 0:=D@al@^e.;ڷM,=HCK}F_ [> I0z.%\3N8]C$.Kb6^>P578pC\` vވ3r*!pZ] N)^݅OV߷MaLμE2{T/\ }:;pIɝWfLkTh[$zh@>mL~+ύ AY w?f$x~Y!D& CYr[1TܷAX]?%t1"_`v0d<}8(w!sđDW[AmK*>a-!nrOtz+c$gG(Beg>${il6adB&?wBUE j(CUE,~*cerhbZ{-G笧5trT E<8E9 LT+;H7Bpv-y}"|T h* b[@=ؾ.CgdfT%b2F#j !mcݱ?"Mf;aq2GV ކȸZ.?4NEâ׎GKsQi҉O+=%x#r>Qۨ: uB 8B;ٙj]:IYf wm@qi `5zx*$c9TԟCߎ}g,@>e7g1篗[SY!y˲qv1ha-MɊ dPNۿ—Rgc0}bFyw%ghT Ae#TPYؐP.H>~P6 &o}>]sɗpx`w+`U ^+x<K   : \b_}dMH$A@vg+aߢ矧Σ:#Bp_hO>̌q &puJ8w2݇a7!Ȍ);&*q8$GBQ{jI ș78+EX;T J0)Yìw 1@x.VŘBm@vr%/ +w$R ŒNIr8+`=savP4|Cx3ZKL6(!1\#P\C7O,Zz76-o, tW#uHK )ӡ{! Wa=zmJ?t{Ѡz, ޸-]C7bLB)qϨD3}.kK1wUqC*6Y\}@PC`ߣ:`9_tMAUl4#R̵p6aNGEK|)`p+@zBŐ @4R"$ۖENՂ)t;A LdD%KWtH6(3Z(# '_\{P\2mtOu Y8\G$Xem\hp,Hk'HdHnHܖ#9$1Z?JGZX=F0AϷBKcgR%#L3)>EVm ʹX}8W㝵t>AMSu,L- ;L̞{tn-{k vVb7`Ƭ$"%[@iS5_ y"Vy$=87XHA28V[PyJjhiT}CWkLC`>6M(п@8AtZBt%jx3٭df:Ġ&n/i>̞ZK! Gnfѷ͚kA3pY&\wsVit,|.f1T#/:$,ЮJ n&o݃5](%ͣsQ/Iw͘Yሣ8)--f!^aBa+ل&,pffS]ghхη,WaǕgFm7 ƚSFb4zW^9z*TϤFas (xNyO}8*\b(h"W 0~BU,]JΆ@;d~(& C$l 9;zpLMthNXȘ>?:&9U)g*ž!T~5Cϯ-9Blȅo5<SpAbV{iҶ^?淡Ư`%b8%5iD'c%i8F%70#Ğ'R+XΨ׳dQ)@]97ԸCEݪ&.Z2ޙحfv/Qצu34H 3{z $sP25h-NK4SM2= JZJ5%G25hh&v` [O,z]} jA'V<7l<'8oFw_]9_@{͘rt}7w%M9S@-,4%ž\20>W>^ObN-K``,=Dsd.zpS 3UE^5O\Ϡ>,?OUƎFgi 龹4tב,_,S12٤lXdž~g荼WJ_fX +&kb(V/Y*I-vmh|K0(ț£H,|`D7j D_-IoTP4j}|y4,EU^buyhO( )GuL)9^9|i\l:9LL*lf"6!#5e@O4ol<$v"l 'rQ-Nn9:XG)aיV]dEHZ'#N A'&B<آ 2p@zOy"Wh!D Ɔ,$H^!FW_hRFWnyW֧L]RIVBl-@F@&)wKr]=/~y%R o2K1ܳ=-Ě1͵Q͓2. ͏ i)68MbAW&Wn3":SoktSdf*ɂE#Ű9%LIE-U>G`Ŧh"ex}uR X\Gr7IrgsiDnxӖj,BO:fsSc/lF¨# Ra݂lKdM(xv*0=R{#QPlr-Q篖 WRoZQl"(ԯqu*1B]R]W(ZF![:"R*JR;sa9xRJY' .K#)dR5(-l:z[Gz Lkk:=^-^L.[.khE zç@ԎAQ[,::Sz%+"QN;en*I/эT썺FYENF+hXt%b,`rs9T6ݑ9F_  }mG%5G~zwn}a x Fq_HUorM\bimkN3zY׆Gabf왖p%#EfxYα8 &@vͨW69OؠЮݛ֗m.Sx"-3d8.yH!6i>[y.ui$t,[|m3X1 27m7[f56N/󆖛4N0ĵVsϲ2VH|_ 1ggbp(U6rǏ~)դ_TB/,pqDPAKmɑ3|%%Qd!ݺWV¤D2QPXzWrƿ#~#zdW]_4öPgdׇ/n6)l;`L^ zڔ )AB.#y I(,wm&JIcHDf(Ԫ-̰J~*"Ңqj=FMY&cJmfPX8esw-$7٧dx%ò^Ufq&w'ڧr/m$I㝭Xy)]ֆ~UQ=z}HLHZ]8s &_?8eŜu/~x(]y&ɤjIŭA\Q#?3wb+q-@L(yjG4"YO b}j𿞃 k'"%EڟqxBvΚrwgG2v\ݾ-,I s=пN!&q~9ͫ T=%BJ:EğfgG\!MR#טdD@ZGX}=t ]Ù@MLEypsa;r oF"9u#k]D5^3Z W G2aq\|_Qk^gL;:"߳\P*i\ʘ*+j_;EOŋN pYa`J߮aHl^|:z0bz~]xlNi7en$Ɏ`scJ)> .~zKOI1%/\=(g؈a0tDUEj8g$×ڱvH :U`I}ش[pq4(KPLlXjF*>Rk7S"ox"73 ,4#5+?8P֍jv>7" >i̓އ [` '-p)؋^А`]#-H~Qǩ|*?).DQH@s׃.K! nPGF*%LNHo2G 8mzT#`ށudJ)pkcQ+㔃a4Əoc jDZ+;S3j֔nn/z_hfQ>OvS/}mO$hamIf4ڴeFEQZK+UO"nl-Ut^1Ƿʭoh5~l>*C_el]ӻ[˗ O5. іY@ uSְQ: ޽^>r>J(z_,q+ M ou8I~:#rOhZXN ҒVQL"v`/#d/cMTk}~80h֔|<&ef `:%V^6C9R%1F8pp(C>e,6|^;bERW~~e?JCƥZb}bd9S1Pv5lS#p"12i5um[="_<RQ F\q$q 6(_K]=@A¤YL+C$$i/1."1(:u sV9;@9'dyiy}LrYx5F1\#'m֒iEcPb~C̶7H#>dB{!wcőV4 k A:Vlّ&Ak:ǫwg0[^yZBCUgh@ԻT=4B@[z68TӺNkX+L ᢛ_>zme83Xo @,jTEӍq3F) 30]w:y~0m>rmO!3($^\mhNQ[gƬQs7cd3\fw%Z@hY, PWYg;0`OEׅ'Yۣ_B5wdBزf\ [B;C'kҙ$߱2֞e2i@AĿFuj&塝[χJ%r @ \l( kqKZ|T6`f@4 8¼O0DR=ȧtTi;h[XQ&,/j9FL׬@]BE&6}*0 {ݡ-7A> Oخ6W92HAyʹ-