yast2-installation-3.2.50-2.3.1>t  DH`pZ݀/=„MLU.+uEaLjp-gg`Il\O1VΠ*9ӳڛabƋ]9 Փ.gs8B n,&aQ'ά9o-W7c۲^c/0~0A?|GeӺ"U-xXۅmQ|6`o1С,4/" ]p` XqnP 9 G+.5L8@68dc4b7e845ba5e8b79246e446a7d60e7306bee8ƖZ݀/=„ٮ\e2$92]?_T2Z WbxaONT`̧M.gYkLJ 餬<,4A)>Nk{g:Z@2%By_l{ll!#'=ʖzssTZ쵢H謁zn-DeRAӄhUb=JW$w+}t/ǯ;ɞ6ë%L3>.}H Nk18A Y>Ku?uxd " =x| e< h  ~    !  A+  B8 Fd K PP U(Ut#V#W#X0XLX(X8X9`8:=@>@?@@@BAFA"GA4 HE` II XJYJZJ[J\J ]N ^bbecfdg-eg2fg7lg9ugL vkxwlD xpp ytztuuXu`Cyast2-installation3.2.502.3.1YaST2 - Installation PartsSystem installation code as present on installation media.Zzlamb12 openSUSE Leap 42.3openSUSEGPL-2.0http://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=(}:| N+>|Ag:$EYn=FR|FA큤AAA큤AA큤A큤A큤A큤A큤A큤A큤A큤큤A큤A큤A큤A큤A큤A큤AA큤A큤AAZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZeZe7e766b5c9dff7308d5e67bdcf7f2df3f473b4cfd87011e6f1dc867cc88d09772e49d02b7a5dc4b3251cb480406950bbbb04fc75d9ef5ebb4e779d559a5e29e828baefeb59e3c074eeb5438c1b1d2d151301f628049137b4676dd9b6a3531bf78f0a316b6e950937f9185067babe61367f991462542fc57e53ba349b87a6bffe2ad72a77df5e6d2a6b6fd7af41f16d2e84344c7ab000b08b8ac63f4cef698f20eb261a31b1083da4a009685e01f2a780ffd434200969a2c345ce686cf6bbb2a473fc603d998c48cf2a59fcc53f2fcb47ebc24edb3c26391a917355db97dec7a9ed5a73db609d180ef207cb32e8732d3b19561f71d253b94197650f6f825d143da1bad7576093b471511f8a55aff9c3a8e7af5da266d09d49c50e28417fdd6792f9794171c36b5051eb91c44946761da86e27ec9bcfa097ed86ee4d74267a393893c4daefc51c2b30c16c184b7a5920fc0f18ff7c7c4d7583ebbc61dd8e64c68906cb833028eab5035ba1f4d5452efa62118cd21619a8f2ca26f12878cbcb39105144bc93da75aeb2b0cf6f7220d3a0a8663db0e3214f09ed1dcde29b208f02725719043dd4cb6eec3190ef24b81740c6c3eadacede3f65c70b9ef1a1dbc05656013416182f8731b4ebce369580a4be536968082828f8d956cc53a6cf59a14f54aa14ba98a6fbed5797722500041fa4f1a643cddf05e21f07bb3a17d56c918664fbb971d833dfc7e6d9878aeb9d9ee5bebe87cfc4d0e752fc816693cbfda32cada6215b37619ce548023a8a04ce78ca8b57bf6ae476ba97e69b0d5448e6555f68338e4f009eea5d0305aad9d1ccf064f51bf9fd64ef8482839960e2ad00c713f5ab1ff9727e24a9e1c553797c343fa2816ada0d8e3c12b67e62a0baa6a22a3cc46dcebb9c63bcdae8fc0087e9f1559474f9db010da72528fea95fe69be72752e03e0381a2b2c1a5c5b5906ed63d8d829ecf02029a3f852bd34ac791153e0d71cec3080101178d2a4ec852a07167891c6622da5acf900ebd3b6fb0ebb9a4faa1da69d853af4e94aaf7d2c8e9a3ba200957204cccd7beba3e5dbd9dbee6b9ee05e0f99fe60603ef1e353a23b6062da48a6502085a269d29cffbb871dc6c4b20bc1a0e6c0eb9e5bcdaee37c866da581b2a3472503124b230cb63ed21454e5aebc19df02e8d3065b0930f9b92ac922dafd31c11dee22ca99913e643bc1041a8dfa72be2247000814b06ac22dfe7040ac53d59da2cf851a89e55d36b8616d69ddaebee52348ddf81e7363783fdea51fbf1f3823ef299467b5ddb51019a074fd9a192ff59e3b0d37b833bf7babfbed62816ba27777b0f8fe1c5b7b6d96fe81a3d2f7768e0201c2b8e53d5c70260835b9e1f022bf8de131d1600bea5d4a5d509af8f03fa00ecfd22c3942d182766dcacd45f49680be3054053efca39e09ac354c8008983fd2856abad2833a5e855ed360c577cb91bac883e7a8b2e656c0efb5d19fdef3b4e8b0a3a1ab5b08bed25d2df977f225be46039c97a1553328fcfdb04d539a5b63ecb2438a73b0824c2ac157dbd78533d707c4efff0a7042d5dca7f862774ea47cdd88a48f7d432894b1e69a687391cbb3730693aebd179306e66743db9333e93877a08624b79e150be6ac0e69f3decc575d20d92c1882bb6c14ce5189d6d8d266bb53cebc6364e8f00012904465edb039c21544a4658ad6197c181196a4839875de9a194357f087d78f26751d1f30ef292dbbb51a7861d692cc1fe0d364294c127969475d393a76b57d24c45085ed61ea78b005c05e44fd4906aeff66162bd8c6022b6f1c2e89a98d3789b131c4e134bb2d8de92595921346e72ff6ccd9b2d13ddc4067f93a1e3f57243366e3fdf7a1df1adf7e50ffe0121b7075bf57c5cd59019d0999ff8ab77dc2ed2b416efb4bf85b4876e5d7f8cba2c86e6649b8cb20b6bb90334d12b7371aa839efcc8ff671d0d459b4665021779152711da21ab2a72a39aa8d804c4ee8643a6177c4dcd10c5e4bc863680ce24ddb8a171389db20f1a816b8ff5378dc3032c01b1f4fd4df38c47f3df84a916e68f41c49120ac54fefb1536161949bce677d3dcdbe1956b2fb35414a4794fe7ceb5d0e3c7f34741f84983b64bc00b4ce944eeb920c13c26b4c0183a47906f99195aad5c6c5223e8c9c8d29df00c1363202c2d57df211be468b7e27d9e4a9a1257d2e566354e014c6986ce0290283d64e62c88ab69e9e58f95c3661165c8430802b8c19e772fb021b7decbd2995f8d559fef283e3225207808c64529aee7800ae48b3f8cc6bc71ae1b6b3c5123089992396ae6293d190256397df14d701300f2671955bb5a54b742be87fdb3c7cc992fc33d918d05cff7bdf3bb92edb6f1a4ab073ec369f674fd152b63b1f645851322a4da7cf9328616fb3f3e664f5617c6c314884276020535b2ed2140dc9ee88e154b99ca596072206293f609ab2425ea55d61e95c0d5eae383b5180cf2995f39c8542577d2a32a3962880645129d2d0836cfde45bd9d5682e85187d5a576b63345c76ffea463305483903daa0d32b12d195867199b051b0bea60e8287a9f406364ba0e01b3985334cbfe11316c0c36df7f1b3bb8a60ca3784ac25310b5fdb5d67f7abe41bbcc6ff92e701fe58d562036c2011118e1c6f8fc48c96fa20a6e4ae7736f5e960cf6eeab7d214caa3be1df92d46bd300949af5de554f7036b8cd411b8f9b3791ecb9f709be7b79d1538c8fbf1b0c296d7e04cc44703db551ba476b2917097b9fef64044a51071a97ea6dd6aa873dc47611f2cc6aebc2b634f3f10e2d8573df4aa58a10e5b0177d3f1af89896ef67f2a9e2d2cf87835f455ba53b667ef0c9c58115a669a24b4abea0c36f2df3701903e79fb56145927aabcf4a60e02d83b171112e3b0f396183336c3c564ed3df0b2a31aa1347b453741be0e0f26366b568c9dd43c8a017a30365fbdfd38611943e4c3d66fb4c38394fcacda6b08d6fb6c0b7660b5596729f27ef42f6af9c0598f4eca4cdfb08c9b8d8dcdc10bb89f0ca530645cf8f9a89a9fc18a0724c5d01690c99789ffa6910b930636e9c14903f37f652dfac04323ccbc2fa74008f9233910e9fe53049d49cf219a1d6b0b6fc876dfe85c071a8636b34898b059ce5e865bbd9126486c1f7f1838961ee06bc0cb8718305487b43a1e5e20617a04bf3efb08a0afc44c966153f7b0be0cf8538ee40853e216b048d0f7537081950bf698cf4f38046217192fe48d127ab099d138c72a675023fea3543f7dbb80c617a581ede8ca8275408eba4f2f106d5f8fa19ae6bb04926b64ecec57fd1bf88721328e1c823faeb3fc87c8dbbca82691958675d2c052442b21745cab3fd974c94d437fa8a012ee88ab4cf30654e5aef5525fc3ea599afd289503783d2661bdc5caad216f0c598cebc6ebcdc5d529caa2c3870aaed8bc0007599cccc1f0bf2a2eb80d2795e4657c50a032b0cbdd6d9c0cf3f05321c81c09d5cbf69417613260d5398a761f4b54b203ed55ab37a9afa4b7cc5d3b4b0347a25063dcfbf2a2ecab3a50654bad10613914f9a15994e1d69bc30b8cb788fdd1bd959b2cb2a8d0ef3661dedf5361ed72c7079ffa921c353fdb81b7b5f3ffbbf1d0cbe53a703d4140d4a6cb3bf26b04eacc57ed16be912636f4b609943a84befba3d6674f1612386c836467fb5e44cf5fe4d9c53c65dcfe11d7f0205e413d8fb21ac0ae0662f75ad9fd4f0617d3fe3b39eb16534469ad743596b8d7f2a4c3a539c9139d995dbed248cc4893698a7df4e21c270b0bd5b40b1ed9642a36aedfa16ede7818a3b74f3d91919de855efa0e3f143f685f0d2da2497d895f9139514e82d7bedc3f8f39fdad2a188ce8f7051727cf73554e1a9f17dac1a1ac31ae72b2cfe7ab72b45bec9787568b117e57fb91e14405dcf552a8e0509ef9cb1dc5f098b90c7853644e5152e9c86a623653204621b58970c644046dd4aea9905ccf3eab53d6efd36a8e6475878b4ab773bd91178ded141a193b236389f48707e48c4fd8359baa0fb62bac7283399bc940835c585289384b7b3a7e52c2bf3df24c5c3f3997d79ea333e5f2f6b409a668d1a4e352a715d6ace31a0866b5f3d233ab7024f669e32c0abf6f484142e59293daed734ec1b5f5d22f42295739e3238edf507ef721ef466ec0db7e78512e8ecc786e7eb4c52fa2e2f3f09849fd8d91e426443461d0fbad7b910bc25e579de2c5b31e2aec8f5cd801c83fc9b73dbf4947f5cb3ee0ea629a6158948de2ecdaacc8d324a24416f62c39e83308b1b296cc4c3421b2be22e8d6c87a0ca25045e7d8ec57ffdbb66736af02cadaaad4f9d3e31b9e6c0ea80e0c24bf03d5a2e1f1cfbad0a7e9d0065d15858415a944efd28c905d4d23fa5fc569e6786640dfe38e0f948b3f98089b8c43415a0a1b641b7b3c27827a8e82b44e7b351074a6bdfdbc7f29018cdea6f8d4130dcb8be4764084225ee95fb3cb1c2d69d97f58e4496ea1cff0a2e264f19cadf7dd43d5e7281fa21998fe3d0b553af4c3dab5add6f91dfbef9bfa2ce21a4a44a6a47db698b5febb36d5fbdb656b4ed21f4d18b35a122bca019997fcbf8dc50c61db633e3681172a2a3bdc4c4eb0cb3ecb75cf9d95c33a9d85430338ee8d6be5bc1a69c13b2c5eafb76a7eef92721f55be2f4db5d73b1e2fa3e0ca8ea45328f5270af83bc9b6e5911729ed0ac1ecce40d57007ea20ba2e467cbf0f64298e5b812b6cb1d7cdbf40bf3bc590897cb4aab5872e835b954cfe0a38c429d1b1c4d4aba237c47b37dbf8c1cdb163db8db60ad869be568049ccfb8004f7a56b9e7cce2838c0ddf223d942b42c581ef70a3aab6e234a8d8ae1c084c84f2928e180c8401645e50f720cf8fad5fa75e4cc383e3239e2333d6fb763cfed74966673a9a5b634d98675c30999aaa38d66e05b8db60ad869be568049ccfb8004f7a56e300e365964b98657e60f61c26ae02a4eadd7271f08ea3ccc570e7426aa4d3e8f8fab803746cde1d9c5f34345d9cf82e568464459ab19cc45a07d9edaeaa632c68c3cdd4f409000633860f32a52c57ddde2ad509d99d44055582e1942b760de355b4c610f9ac5370aaa5a4c8d01bcdd89fe2ec7e05ad566294117a311aa7aa260d55ed645376c7f68b57665b9a3df36bb60a24334938268146140e8445bb97c3764f464b93975d793ddc0c635d3536fc004780618e012d1f917c468bf45072d4012ace2c76aa076ff974e5272e7e0fdd0224fa8a4d239e3a99ee6364d5bbb981172310c6130382bed7d22496c965572ca170246e3458e75de286bb34dc70494f613eae2203fb638089a973f9e1561e9311e904e02bf665c29cda0f92db9d51cfbabcad32aadc656c5f010f3a92b71a7d19582b652e989a2685d457ea66cb1c96eb974e42240afe6820764565919a4c4ab234ee4d69f5fce4486a80fdaf4a4263cefc4d03109ee608bf03f405e5b45a629ff52e8c695099a4de8ad19ff8a68784rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootyast2-installation-3.2.50-2.3.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.2Z`@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@qzhao@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- 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-doclamb12 1524751738  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~   3.2.50-2.3.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.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:8035/openSUSE_Leap_42.3_Update/907e8a1cd6ff9193bc2cabb3cc54940c-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 RRRRRRRRRRRRRRRRRRRRRPPUrzU.1yast2-online-updateyast2-firewallrelease-notescurlyast2-updateyast2-add-on?P] crt:bLL'FT՘6cpG<1*o+e'0oWɏ4 |"}D@{kwziDv$M;t\I1gwyag&-b*aqus`oG!E"ۼgD_a'JGesY6oR=i)NNvqW]wx 7O&4$} Z3`Z4{\Oە-{ ruvj: Mbv5faUЯdS`,t~KYs2Rשq#T [Ė˾?-j|YC}>[,ydZ=Ȭ:7az[eO@&v{>"6p񉳯H;'Mc|"3PGRGl!5CgTُSJOFQsc $ 1I}j7$3lb#|V9t0`WH|;`QVy֊Td]f,sp0,u׊]VGr]gmĔj Y3BZU]1gؗyQ2jgK᳽h?)'݀[1iȹLJYM>ޭemMah,+Cظ' )\l"s99 l{Q#e͏% S,֌b.&c15ie3+\-} %>}D \qzTH BEfQT1j)O"U4o@$4@AS8TUDž(5 NyCc'd~/6$Hb 诒?w;xA2 N kZJ{w0\&U|̃ۿ}y?rB۪o]W(ar <C1CNX"ſ2P^]ɀ칩c Hxl .-O1l$ RQҔpo G LDK)S}̄ ~F(7,ce*1:'O[0Pq0in$}vIm $<,;]\c,!74A]FUI[\Ø"藠T-BKVNLhպ 3k(J֗+PLhFS8U2#(tW Y6w pEtxBaW ^2bNWx+kfvA09.0)3<}g@g^Զ_RznM(*}0qZ0Os$*,i2YŸ01*)#=#f޲NXbRЗ֣Gv(+Cڹ5a<(7z 4 3יcS ubcv;[*Tݟ*IlfIgV!6ŬMHbJ3ueI*}Deڢo،+=R,H ކW|Jj8aɢ.qNkf:T"'Lj[e2%" m 'SFSHր}eQ03Xl.(dj,n{eL`p"טH"c6־`>,9F)oy㮋gs1͉xH:Um~9,pR4>FJ;a?۳K3S˥_@=]* GO}gnT֩KAqTf0PIߋ/ZUX2& ;p# *Ih9ɆuLQu:MV3A`Dyb|}$GJek|f j8tzGeQ|ɼͅFDlh +P-D!g9a2!&$5J" L΅*L9t#TLJXzf$|L$YnۛȻT# +R'9Tmz(AIV&E|*/Ͷ_\1h35}]^  s>7lR<8ݧuTpO1N{=G҅.9EuY^&8W R;'$&0OO9rìՑBL){題"sc3rڶz3/#naWxl[Dl.ԃFBONV]*jH<.˓~%L ->{n0|BD{f~݌H㌉EϧYHNƍntµOP_V5z]:FI"7,X» g]z3ly,|욻Q)įc'wCNʿubvЏ[Ѧ),U[Ph% @R3zBBjjwǛ6U,,t+eӀn} Řl\bC?'pC{%+ƆGU6Ҝq$`?f\кԣ-y/I2& JCJzږ?! 7u/JI53NN%:.'1G}+xZ}Jq=V4`;Na2u:Q 2Oɧ!Czh0E3&N\xj"p\ƗsZgQwA%Яf^?%mʔ뽩'j0w .c_|g:-٬خD)ZH P&hZ;C!oq|R c4R^PwU*3K QVoIN-N]Xo`r9#ABz7 <\s Fli0Mt7?r(VQPiڝQ61_"OmP5Jy*ȡ,\H5&_(UG7/e-FW 8P)]*tsi׵Vد>J8m.@U"ىjNUCFohDI_b}7Њ1u=ٜ.YHֶ=br$Z6VGXN,Ut)[d6{~Vub_+d&99v;r`s|4p~RےaXm# 5%ƞZSIJGo /RǁXQA? 9PuՁߙ{%1iPݠHdĨH;A@ ׏]CQPرqC y-.>('rd0f/bs,l·w+T_~TEbaP:"eĿ*Haʷøc)%_b^24`"Pz ]1#Fg`uNEA79˼m:m.*G:-82M#" `}֬-wk$t1mKvSn#Ct# _dVVӽG{9C]Z_QcB'q1{[#m5T_kAqzg{SiCqA\y26?v49p>wx!2EqXJ8)Rp˽+|=f\9K ʴn X vtg"kڑ2Ý"#N@TVhRENl9"K8ݘV <AwN(2'}pnPp eFSΚ ^9IƹK/%fw1_$5s4A_F8O5kg<^^7C*ߏFS2!'$d!8^d&j]&c KpN%'=}ϙ99n& P> w Z`S^qU>BjEm%.YH΀Ɂ!*ooj<: f'byHMm(:Sӭ']9Tu:A8nLPxGk49_x5,#qWO4c=)TG4-4"DaByb`dًudÈ;w%9 e W飕?K|[r' a WaDayve0}u(ޒH}||gc^dq;̚L^v*,MʓWR{ҟ:l?Q-qdFl]*h,J779s@)AR.P#H)UQWNr%~gH#)9ꡐqJ߬@~ OW T%72f4m51uKD1#D0nk e 䠏?ì,9yJFKa ;VxR5\Vkʔ+)졹vr.l}by]tQŁٱ2APB(2zS2#wL2H54>(¯u Gܼ/p2dnADHQkPU/p.pҬ@03H(;&JN5y숻IWRdj^8ԋ24&nh"fvdVQm QnI5fO-j'p}dAYg .?>^a1ʴY2> OYmMxUH~\b:kn}6[9ßSG֑6=H;VuOH2sAעUDPk\4_5襍tl n)!qRFWrD~33D^N7ZlXJIPqOi}[JuH^㕠"9Yra:]X^=adl#ESiX ol^NIduUBlB$gE4\nJ! ر+re 8835tZ QȄ CD :p.YJ0$)Q1OdrP(9XE&EeQY0C=L _B2v[պ@Bʎ-Sub\4ܸO}<> D=nmנu%xi'dmb~}u/5Us\p:57M2#D@L?$;r o2_\KvN"-$^ƠIs{0]Ѹɶ~()X )ڤ_ׯ,<X:CI8#,UoB޽ >˺dw]0FЙ, PZd!f"C$`wч84y&+a#ٱ|uDb&GyX cAl)X. m5 BJ&9Y{i4":yXMmJ}n~$r}  dq+hʸ9H?~j;7_}lcWfIv6ۊMp}\x؈J<edZX~t-Q>\vtӹ+irVu[M%8|9ql@28Qd%cJ>aB R9+6S݇e"j^LF*ω>sT( gֿX4&;A-k͎B+ݟ)JI#V/BhcVNHK2պZ&ܕ\wBveIrAa5OjfHɅ_㸇s"6`H/SdβltcrM]mTW6婠s47z &t:=[Fؙ|˩A$0/&W"N^8ʦo͏܄'@5a507!jcCɬ"8^5ql@C=>m9ڍ T9loj4/,wǬu5<@m4U0$I%Qr+VrϷ+."0j"5fjctmA B;2R!@ԃ^ӒD6=z\#K̀3;aj;X?_zW:sĊYt:O,/NozrԴvDX38bg˨eӘqKOk ѨORoHqVۂ唗^MKP]˄J"_+t%ypmmsV<>Z7DK;+ErNNZ$QQ`חFC%e/vzpcw#S*ϫsw`utKC=l `V g.|As "h{s(o aْr0ň =B1hvtC#6.=FKB RuIH7 wu ؎S 'Z\`e[Q }|*\6dMԽn;JU5B7֔$5b#8yaOwJƔ> i@\j{:eF2m]u꽼< BG8Z`gu D9Jfe L𠜂qg3 1cNInAl+46Lj  kˈČ)rCz#s<(~L w@>F_B 7K^ٗ:CP//ĔY ":AV~v*)[SdQZ&GbDzD-&AAoqD9聒YL TX[ PglsxF[ j! *gs9^2=*R +Z Yn&Hf6]ESgӢqq9quw43횢'hhX"8Յ~;`77z>&cJ0!c9N .9"#N3=7դιQi>e*b,"B^*dKVIZqѴIÌy*c)ZUuv\s^ζ@/+r@m94] [ /GEnc8)!kٰ(fOȩK/qb*%\eo2 nA'ny~˶DqLHShqѫS *z/IP%$}:U~QvV4J?7qKZg}^x`r˷ jJwu;_zdXp_;*_9S:ȧ~}m^`r%;MS%7v|[(ԍ)W-T:z?g.[̫h_%$CXNX$3/ .~Uy?L6/2mp2vu~Q:qfc(i|zP2 S8 $șO:f 5tyܪ'K#Z8]B;Ɖ8ڪQ ϡnJ=*md|ۓ,3 r^?ݔQhFpZTde4L.!.ςL7Op=pcvQi\pWBwz_S% ʢ/%|$/ڄb/1Zu;Lw%U^vtODWk))ޝuUKrBBD'.+L{'3~W罡(Pշ-%R8 lZkGϏf58x3 .$oX{z8P4Jx8&5V/n$DЮ{AF#ya\;p-v{+2\@$6yƍNqł-]l> Ub+[a; `M=ܴ 7Kl'bG2!.WoL[8R^zi쀳OMw7]W>{ebsvJ ^d/Ao6i od,Фt}gN feۿXOI\3.Ҝ 5nj%f[F99xNg˻{u*>:W꧘+O4PVYE8Xc'?-@=|uhBJ(n4]@N ]Ul-%VVKԜcaV%£RU1]ȶ@"n5j5H.MMf4& ςQo‚䱜D™;FP[nJ13\PMXXUp:ƬTg %ÑRk^V1#c);dPֽ"򺃺R)l}%zrMqEsȗƥ;`{{TZ:sJz_^| ,](zl$al jV?&% =NGEe/ Bzs6ZŁQ7EF R᫆-SWUQߢ*2vQxũFێIbGP7HOIJٹu.rjWvPőQp2t^i!`ga%$Yf Yw1bѣzOXtMnC GQ>=urLT\-N{X6xV<"-S=?'l!بzјk2c;\zҾֆuXm ?Mi/& ]ZѪW=F1٤֙?S3+v5~8N<Ф+{z ,ZF{G?3APU^xr HLoj I`40 -ZMgM ~0 dBgŹX 6&$&/do`",4M*/9 %|9ҧ\:@0YF\j*B!m7t1!ݘpCc3ᦘ90SP)TF<7$"~k{!l?{T'IcWQkh8ETb?E>оF-%&܃7H52|^X? <;~Ʈ󽏼>g,#zRp0:E.0ouV ij Vp [r9 &3ᴲ* gIrZ$ruXlA|wu1R1L! i8ƫ%kO֎s)בg 9Q  wZqtl~~=R}M16 TҜcIQ{u^U-/ʫP C@N(d(lPޟqVPCWfD9+ixFxC<2'w;wC(b8~eBGQz'^:K6Z.:LC?_2)em*M%|C^-&>@ubQ?Qw,ɵ`󥾽4] zIu,!/,Le(az/k#pb1WŶ <#aF$~\QSgFVKQ.bQ"IɳJZ6P,Rh j4`ݞudMjxO[/ Vr=gvÇ32ЧZU_Xrx;;R.ӆKo=9tLeAt@p+eh}>>bE:@txP!)A hho>r;}ILVxC'KߑR"BBr$p+%SElq4:MBI0숐[앷"uC[d[-UB/ b@}D(*yi*_-x@(]@%1³H\?F>go0!AJsKjU(/C."PX4_E9P;Ղ̌_cf)0ΛiޜKvG"h8j!kU-Gfx V'_C3؟HiIL84)7@,` vw4;n}藢 ~p *y?5X{l[,oBS?*yYQt/A4Z[{=HZN"`b19fRw6BPiN9ȍ .?E|FPt mz 6范 {s)!hYUY@HlVth {ΉjF"/Q:;n&Z/ۿY*`PO<B#E]{C> B,- ʋLj#fuM=E-cUrJg4LeT=E拶^WAf:?ܫx~s8fzme%P- i2Ug Ğ(IYNLO]~vt;'4Lٚu ~p .*•5a ~I&Mk  |SX:?䊼,BH ~.A@U7Hpa(93KT.+Ig6F41yTjϪXM->=11B? ;V?}BeהZiB0TCyv(w_{'еn+TU]ï5m  "X"[mF%ԝ0׍Ӱ 6>3PQ?!{er|b5Ȑs$Wdڑ{|Gp r8cED|p\m[J K\f9'?~ HT*,澯E|upX"',ZA+ЮCV'ӬcĢ<\W "oR _\iN[-<>)m*?`Me;oA/9PcW)DEb"!_kޠjAo.Wg$ FK+<|rDS(0!g~9\`ȆE{.jQ~A ̬='06GYYuQv_V|Y2ƒL^ܤZ +)DXar #40N|yK#.DqY \-O BٲhsUZYoY{t<5wwTu"5FCfsC`ܯ/%3P0)$*W pm@E\6>F?OXPPzS4!Ⲁ)N3Y|p:kז /4@6pq`Wwۢ{{ (ٖuMChf׉tHs6U5S6{[~&3j=.a;ƬbҶ2=&L}oGÊ`́t7jGY9-JeG&Ҩ/V 4}G4e |Ƨlo!xǷǕNiN؟?g{<ebZ7$lH(t;Fh^单ɿ߮\FK6gg:D4~ֵk_Dm- ÎlDDf3`T G ֆdht"%O\:ʗLĶ`gĐt(7yDLAQO9zxP<@=}ܭ!<Y ={>\ P|_g14)Kɽ',ˍJ oWmSĆ`'n,S5d!<)a-]w) kIZ5D A[(c}IѺ7\8}U9QQ2nDu4G^*arF>{#捄ed(M--PUxoc"'StVEBf\h+ _Ґ)?* V-gNO vm0!(~x>]j˝ӽ(؞ݽ?;\keiyŮ ]﨑QDtYoG!O]3f((J*ތ`#A/rU۫PSJ/,I~!z`WЭ@23b[QHYL^@<2vz/3VIJ 7 jSx\綱iU_\(tQx2Lx;֪%V0@VJi_Še>t1 28psG. l.5r|Q%_%t.֫.h2|5͓_M{k-=l,GblW,:NHYSLRF0ol_wp+ IӕI7OЋ. Q$N-#F'}N)dETaiR_mWڿ|=*3eK7oZR<(>FY-(qfiȁaf\GJ&U h=obۑ}j`E1t[a9Mk ڶ-b"\ebPa`'g ϵWҥ[ ~ +X>J-<91P4 .|Litp}r r`1|\deҝi6_= `}js,wcJF8yf=. ]>{p+#ʈR]>koӡܖHvnuL;ɐb:UgqN 2=j*遀Ѷu7&ab$DW|*dLxɍ GxE,Qɷm p xH6mi\F$;M:Y&MTD}#:49\a>I*a85&_cZ3QfHA@<?6081eh/P<R \ϴFX}K*S*E+ƚGD~޴ŝI:dpjK9:Y j[iή1uCi#a-߱xAl'oM,Oy!mBKi^u(rL^A܊dʎ2Ǖ ENlà0 iW:mp /!(ٜB8r6[+bɃx"- WEhD.uc275sl}(%9ur-Z&9pLy%TT<8)?d0 iPy=SNF:qzʹ- "}.x::] ۱‹"ʚa1[Wh^/3aX1qV'h4W"%_+!^l\B!}9Ql&pʭ/Q*@3/YB-zqH\Hg{ σv k.?ȥ)@Q,ݰy )ň%"7si) @zozmsiK%]_`~s&1aAŪ08$o ʸ_o\ 5(Y- r ).W{-y:g 1#jZ1wq]/PxMbYCZUr+8'ŌNFӡ a ;C l^o6!!zDYѳ1tyðh|x<> G9;Bzz^&_jQQo ^q]TXX=W2Z4`  >oN(' ]O %' GP@IQ/sJL,ht xIz:so}ђo_K D{ue.5%KLUɚ >)u!lׇd3Zзx8Q.=Gp5Ǽf"Ws`T!nsCwPs-5ZU"]]E,^|ዮ J+wVO<]|O$')XVgz%8:[;GE:yмpfbLx[h1fA}e=OQKkeklw-^Ї< &nOCy>H(E@bNv{{~{d?HhlՕ )qrh[!mG9\ >@ހ |5 [Y 3r3ͯ%‡Qb9f)4EhaYi2u5&WV:Qܶ f8\QuWKJ|>]JҜ?Ts{Ap4~^V2 Jk>,1I/cc43&TRe0TB~k'iJb;`,ARmɆۘBW*8-a510w)A|SM j`KNX(T Gn3mT{}#G\+2{9u@{+A$}TH0&+̂#ʯ'IdQ<(1wXb~gLކ^]U)>Z*0b 5x1g4'4L>Uy"v4MA( ,ե{&^B9$؃ r`%Bb5qzɐ0QiujH (W Ļ=3eƒ$|IE؍9(bm(v<ii,90{^<=X֝5؀"Zݙ>XC!>g "%r/dvY5?X:=2]l437t穬܌]R?Z]cXl$PaRۄsR2w EJw&06HO0- VoV̱8taHYwٷfb I4C'ҽt =4YZ!knB~^߶SсzHpck 8 p(cA5-vTjb{zA[SkK&$q|IfOnƒE@a%H^3jޘVo]1)mn<<`(r)+H)&<-Qݮys2`Mq}~^utzȞ<4%pfx.o IUީ:$`7`kY\L  s%63i_[U!x{L@q8/UTI!aPEq4q4r5a|0 axJ ֪~AN62OMe䀵%?,%Tۤj1ˌ xQzbÏ,z1-.\)QW{D:?SٸuD%ص)4]Jm/nW(kڰO׉92̯nv~V89;*D+6hwI `h^64y*YZFN6sG ߬ M`$_j6vk= Om,L` {hDka?Z0<\y-#$wމwvg|Ǔv~( 3U!'l.I|]gJ2[^C reJe^(s6]8xǂ;J}Ow<~, dq}tF_͂T\_8GlbzfAsXZMN~J6d?/>[SHM]O[6`mIW # 4 $ūw|pņ  ׍><hӬ̢I܉ %Ѭm"eLͰHޕw<FgzS 9"zE}Fq&\)zvu`;G*NPM[Q7HA {| M0%Sآ]\E|͒3Ƌ/7<pg++B?Lw9n`Q!6I >,p.T>Ƶ"0~ ¤K±aӮ AUIRu~Pk wS8DK ozqIU8T׹Pa8 /j8e84',WVauDj)93"!ulӸы7Ik UˆgQrwLDpVM0qrmVCu6Z~%!Hf1G_FN ^KdCc^qIc6G Q^+=$CS6u- 4/htWf1{HuBm)J&6堘 p& ߉*>=:9l74<^&-Ftݿ&FÇ vۈ1+>xj3l𐗏l.fО#UZ1V&FOIDOq|;N͙>gN <1!+׮Naf$ o,( ց~Uvx ?L̝Ĕj cxk2($ z:(V<ř:[>e7{o/d>"9ԴKRR3YmohDVQ6J:dha !1ɏǀo4i-#p\[aU_QU1&6H3A1`:]YjsOq(C|կr~Œz1xzL=FPYuqC&`Lpc6Qlsf!0Jk>!˖%;Ro[rN=l7;:%\ qsR6@? Kgr2Zk\;$'TN*P1. v:yP//{:PmnEv(ld휕#yZJ;yc+΃ 648i񎬑C?ɗLq^n~JEY1xXE6ѷ`XL O'5a--# VZ[neF#ӒRk*F%e~X-WFwj^*px ( ps I-nT]k<@pb 9C('%O'p)!rxz|R-`([{?!b+;[@jIm|/liq݀H3\i"V7s7p#\؃$ǎүHYv}mۙFh.˘p0rjKat-z%rҗm}*Rq x.<+m X sW&Άq8EfĩƯ[y=h Ag|!/?(q܏ kwY}QN0cϹ/}HPi_߳T&NDCg2mߚ:w>$aȦ={*(u1z`x81PwjLXWҨ56[m2S 1;.Ԇ (I"^ov& jDA^`}&> 2nVPwH`Y:e^8Hyӌ<Ԭ2DВgJq 7[3׶{ >Dd)@4oSKgf%,/VRW iB((= ie-&SIp{t[ m3#fIS/O!O& K,DEfТ==#3Hs=~QYAL w,[(_v{K $N+;JN-=Uc;cZo 1?(El?s Y *X#g+i$LlFo襔0=R%֍!J^S:iSU|;:'`* c eE[5 G*bBq:r5~N6zSGp_ n:Z9*1rEff$!ʻ&Xo' 9:%"P]gd:HTU67f ^e 0vueN r ^%ed_Z7p]{Iy`DF!% 1n ii~_E%_,b_ƑFbwL\Q00Y6 UTt[;N D8YVU C{d{d*X9OYFYu+O="X&Y91«jsƸ~2=$}^}!>#۫ 0+gl)<J 6ޮe'Go<i< 1PG2~R9JD{ ?ڱΓ>3o`KlޒbCuF ߑ{ e:-Z@l"5xө t|ruL\B5#}#Lc;~ӢNig(:1:}Hmq65bNlcw"RVJXqqpAl2dQnjW)bwYLa.oGc[Lep|kb)O %6l0$ $؞Vtsس{2M7tLDSx-7%`nE O7K w 7ty.s~.Nc,[/HdԨ`ƀ]w5i=m8'tUNvz(p'0|Xsg^4wÐXE|lb#oוP>8=KĞy]EcC"<_W3H=]ܽꉖ$dL^b@x\EvdeV40gSb-|8b'ia,F^&%_:䫻V%+,|9G*u6bs2&2Bj 9M H34i߳"1UiۑBKs/rh`$}`ؽBB)n~9-\Fk5;=ԗhjꥻOxc-M-wDxz/wNYstEPjſ{L [mwjxHdsD s*{EJiƅ49Oh`ḝܚ,f[ \p(sVF3xg0Uw_=-v3-Z%rӋ><Cŧ;Q7,_ف.|^B(p{n ŁR^WQ闯إ;9u{LFA5` ڲy/J9OgOџ=~k• PIx٬ +L5A:J2/pxjʈJ=X 9z,wtb UiÐ:F:`CϐEw|;`c P{ }$Ϻ5ιc`;~sȐȊf>31}*;j֒7IzF",ŝ5y9%37F?Am NELP7Gv rx8~7ۖA Yq(n|zKoKq"<8=bW͞d:JǺlb*]%AB&֊'(֔\ht+[sa }oEVѱlU7& rgD%,_VfB"ƦfR \Ǿ1W*@?pveVK^d;754YZgje@M}ScGtnb :ޗͥСKӺTocTB%"hggl3Y\] #]HbV#0#W-5K6Ѹ=1хu%ǁ\d#}E~3a|XNJL*iv?AgvA"^!a)iIrz)40:}X9LT 70wfH/[0W䖦qy#2iLe*t;܋&P5I"TىL.)k# \A{oHt);vz5*MQîy&*A{eTY~wWT8+Kń>[\Gu_{õbF\ ֗; k4yn܇2"ʀ8}L_dkDj*̈́7z&в_3n~œ}G|5x2V-[|3I9pHjtZDIZ^{RDPtS$:@fX2;Wnqe{L"`ĕRD |ʷh%O4o+Ő& )UY]L":Csx zR79< @> uflMM 6la% ¢at. =ef( nt*'V&_>[4:8BI[;WW|3NtŖ/|DRsc@\gUƌ '.~҉6@f9veSbK|UaVzMtwn ^"F 5)*D_Fh ~AӁB.2kȻI0u]J+a1'ZP4 @2c̄, z]6Vʕ XN7zѶ 3ȋܡڳIv-&B*A BC:_hwRp6@a'،,zJB{22B칛i$~S7RD>T1)|H{Se5bvCU$ v+q3s`DM"̑Z wEaɄl};r:g}(H:n>k$Y6S!PK(|-|)ٲi|Wxn(Ћ|^|M94ݥt}!+E`\$,{?48B 6w2Cџ饾Qp ۞@ͶKMڸ \G>l8mry": 4%Hf@Xꨭq(6 hҺϯQ0ؐl!Ԫ@ »,\.YfW:J7lкt3~+_ʾ'>j,&?{Z ̐ 0U@}mQMt"3-hbM&"{/௯ YfOD:}u])R ,uHTh|GhrkK)gg%KM!8/ !ܼ&Ijވ3Ka"ׇ UC{ Q8ZeG,Jf8TT2C1~SLL&wwr`n}Z~@fh9~p'mf|ߘTSZسwV&A+\i Q(lq5̀{7)e0Q0)*\R⒕63ҦݥZN'Aӈ#CrmmHSHG7)wA~ gŅǝ6Kyٶ_N3cHZ_3) ]{zF2w>fr;Q$&!F`)RX%.T:W{k] c^hj#?u ,L؈_$*bZ &T1!8h{w UNta,$*Mc=0 =tB'~0qמKN32VHKK| 3p G[vkyDSzq/݌P{rǃos4 9Kkwu\Mg2K@I ˝I[[@h`0:wt 'jiY$o.^yЋE ` ؓ扉"- )cZa%[ph0v'^VknauU;IWBj% X NlO~7 D94"|^::hu|T1z'==F +M%RHMsdո#ZGRڱDCR} <.%x,"\<o:x|?<0%a襡"n?:̶N -^IX.NB4~6It{Ewl}òG&HVJKi_dn:([6q Ů<^gQ[7/W1@~͚>E%v퐆f(S=t= *f~xbo؇6R]w+?`CC>tvu1=`*dGPY(,㛢:hBcLv\H}I:wDi6hVu)9PWLKuO'HhoLdaX}"- HTwJ4*&Hڃ`ӂ\DG tN-zEπ.|vTdxN>piu Nޕ'Ũ@(1bSam`ʤZ%`ILoRRARN:׆3μ$;+P-P&۩!ؖk +јG6⤴8K6d ̲B]}8N缎nEw+kAN ހT\ 1 bC*(.ĠQLz'0gո;u"ff:2,(5~n N9o{Hq*0(vͼ f{L6 ĉӟv]-otZk fkXԽ6fjRa"r0c/)MmE4qHbϝ̠>Yȵ G2S9/ ꯔLV43iNHnKW~*>j4ui4rc۾?>+{v=UAxʘZ fBg+1%No:Px>r:V]tm1s"w |I#&F1Y/{YNVb=X$Y 10XR *}(~SnGx0U_ ^&%J > UjOI0FH -vOmD Gěwt/I,k+72u,s_!k`3>:Vw:$CƗ::"9e'87TêK*g !)20 5F j_f/G*3&p|fa9dAMfWnr!g=!&\J&\{.ms TH{,W hGx@HXf>~KEnu|VkЖ_Ugro"[n E$vxvBUf5P;-1)~-y;jCW>@ 2C\PQZ>C|yoť7{IQI09wU%D:a2a6_؆.#?o.ԓAMw;LHGcEqT${ɉi=8.VSTi̧(6e39Z\)>\ndICcgmںYB(\a]5 BJs%:<DGqKPo}R*>{ t(:# ž~ ,Ϗ xɶ}5q< k[um;|:'pZ]W#DCoa`>dH(njzmOް\A\d!]T[Gy渍XYZ)?x!"4J%s5{s `ݳ4n贽&a>[e߯X*FLT߻3O!ct!Dd5B%, Mn.ey?БpvPwj1u }@GڨEKMu}Gs6߭2\%?SLy*IzRǖ1Cj{t]V$F P]Bd1aˡrUne:ef S<ʓ*!ͦt2'DpJ"^ ZCr G!@JeHP_{ehSǴ|*?ayBxۓ܆*_b^]QL<[fcvB@Ci .SB0(y"EH <::":#~%$k[ہ=7郗2U)*֊MZ}(K Ql;,OÌ҅i50D5($Vxn!HŸ*j)8'薶wgrxU ʽ &y>bj-h:rY>  + |b 9 P@/`@ϬED"nUKB1sܟ#K2`ܞ~xO#5~\*~PP!J C#T+?~*q3a`J&{w.a㘇bw@)#чbJ5IqCAoa \rL!7pnԬ\(D)x ΏI)ؽ+X0u$0#)4Ӌ?@TK p(WyrOvpI3n;,!HtsGfPY|Vz 4U9B& RCQR53r)Bê N]-ÍiH"c:-p^~ŋ15iSB#vHAVfɺ}ֵw&Ձ;бԣ$žmeWG+Q(CWmNsFWGaVH;/K7A>$蹠(:kfL㭫QqG;M~VY<>CWVܒv}+J^91`Uヰ:TWGV?li h+[ZX,[XHF&b"èX_X668n?ڐyӁUZo9oTϋy,n2/##Mg.$!,;#Sy"cFwl+ޅh XC|0ۧV>ݝ{xg c t,4a;#J%O)*`,Js#BMQ~/Mu5Ok5{"G մCFhR;x\r觻qsJ4XTB%O__ݞ= m8dlpSO⌃Ğpu7Sͧ%,iFȡpQڗLԺ|r|aO n.q̕ޚ}HQeӊ/FS4Y2|A%Rf!B]/Z MݻL# Rw`$| $ISHxuZړ4`Xrfb7hNN{3oGr ](nhOkP rG:J"Gakݿ*DlQƖņ>LF FݘKc`U-]k%D <#L3^%M%ObFc)7Ԙ#;2|#x~hV|=(것M}]HL0Еgά/ܰyUM{ο|Py굓d:`#F"E،T!rIՃ$gEPEXEh XJ^ ȌCүeJ^k]LEJrv|c~12Gdu7loj _ 8v/-pXIUH_IV?2FS!N/~oS0HpAUrްVh$'rqqoi?׎-yNeؠxpGrzmb+2|(Ig_&$hFEG[/@Hadkm?S&AjR-\ k)HAbzįR]dxOO>= 0O\U.VhxM}ʋ-R)30dS%G` loյ4`E wQIl&t0_*llJTR.s,lB7Pl? %uiFL5j%:z^JJt(]ʒ@Hz#$4"| xյNV=Y7Y$C=Y _Oԝ;obvo)GN9X`?La~ݘǟrXI葋kG$0")Sii0herrU!cbM3^YR9rFZ!ڞ0O 7SGIEb I]`5ܚpoe&ኴV>5pDUQ0 /2,D$fhj\^4fENY$ )V ԉh]*"9z2\B8k{2ԅ&zhݳ :>Z=9hT.7fE1~V%^H85L{M<رFgjRE/I~ik8n{SɒI" wጡ5q&nS\.߸Fr60xU=mjRd+uInIQ_vOscʫ!1S*"7>ٚEs!,Nu^)BCi^|ªG<4p#+ͭԶ&͈( &'`f8[lRi72 9G?CFNeun7ENp$Buu~d9Nt|{³>dܹ[,(&?^95FM/bu(-4ɚIʿr0SXǜ r3`(Oc< zQK2#Rgb"X .aNN5D_י[UB|8m(&%-=)Wx}`0R;ԭ}3ӂGm"ƌ u排~MN 1vb`LX}5}4Ҁv#WDu@aK_++uORbp#+ڜn[it!uG)SCVt N#́ʌ&aka,p}&@,48U%"ҤλMBΆl?N_ں 5$dXM%J~@`'::QW1DU^^jӞ4QЂGXWxmpr;2p!.ۍ7A:r~{zyjZbjQr8u8yu-pߔ'JX@4ۘaJ] B|j+Q ׁ`u(@E40křB{s5'bd; a1xlTmxMSA![hɃ wf8t'Chk}w )m^Wro噃C]JfL@NI9ӵr)3 U[6u H ;pF3 C'!Cqv59Vay;F*^$պeieR"63^םI}&9^3Oj),{~`uM7)aۼӨ 44hbEx~[]~N=hE'h,"l(ؓfD?<;Qj;vIuRy=#Ċo*Xb'm 7=9.f(RǢټE=Nl >' SGk?sEEkB՚"{p@tc楈LT>ŵQϊUM`5ݤͲtvC܆q}ֽ&X\&)[yB4z[QWYnS-ppm񱭿%4LdN,Jo7t> HW'=T$ gY,) IZZW̍]ŤA{ݙ3:_尧;q]0\ե|/(.`yca-|!.9+ކ:܋l8W~JMιBC8+_İ7b.bb(mNj>\m$@,ʏco36M`[E'rGXy7@À`%,/zpY8\ sߨ3g~W5xD‚B3H{r.@'X>{$hNB"v2meK=(.g"$P}: )L6MqSRLCOA$y`PJJNHy :qMʣ0c/x0*#̂#r"\wyej0c&e49~<Ѻ[KB~jlO0<~xxb0`O.lp{:cT j'>% ;"%z0d3MOoZP܄o>#*e<;|g"Ғ˥U8R=BKN- Xja(#`5#SCq3_TcG(SΈu uw JHɀᆪ|%%W{-{n}D]hg{^ = R/sV hk,"܊miy^#xxe|"zHsrA_lD/k5d% mdDxLْw#<կ <:$]N3d_V=׵Mim.w”׺ଓHmHGJA{Knp/bZ?RQ ߄-SW=AWY^ ĭdoj4a}˜XE3Nunƻ!WIAVi  = Il`Nc7xObAӤCv~f}|h}N{D\MOTY+mȍz BiU l3UGPnt,ҧӵ_`y[W(Mz08Ϭ->a K[p,N:bDuDž_`W7^TeD@Cх|ĬWhtShTj]tG d;KcnN#eUlY#0&1DD\tJH9=7eD^tg)הI^?8nq~"4@3h YO+5+_HAō|L3]7Z8~iN. (`;6~$ d}?UDdNp]%anHlkZss$w s%ci& Hm˯4hs8 |;*IpkoL5]퀧|HAc~S/O)Z!<ϥ/DhQ7q;甤e(J 2g~s9b#Ry\٩*J]ljĨt@m>&fKrJN00k{Шm姏AkZ9IǾ<+(> _zSnHm?EX/KC" Yګ\źN^$x yo&Y ~̬^\g*r >t;ӕq"]a&L'u M{zWi۸ڷ5كɶgrw+N3 Wf쳪~w aC-ݩTqSu qy0eg,f4>EO0nx/CISbRf29yi}SD]u8燳ZF CIjN;YAs .jFO9SVG)A-oq9@`@. `F[b8B7Uf"˥bp8`$/XPO/Gv_+V?t(O8jJ^uÇ)Л{EU9~l9hy>0еe Ԝ;{wȤ F[q%3fd!m ?qL 8zLXXVz@E4TKiKg0`vjKnFQn{UbI}vUOMcNJfDyz@jcXo*}(:)7xJiE%9 B"c֌m e9KG+*l$8Q_f\܆&ҏ03a2 >Z=-jI%g; JBI{a(WPӢLCe)N n6X%p1^-HpYq,h-eo3&FYx3b-cޡw@qMk`E)TLV=k[ i-}J0E} 1:T%ІMw ,Nj3-qY@~Hu TAe0s$,-=Ah=;h<d`dʴJ( s.wSͧ\3+ 2?^Tٗ44^okjӴP%1]o@|v|a?"d=Ĩk9Xd|gc?".@h*/C G2Π]6wPa~YMً"o|&N[oPq|leJ2^mZMh|=-&pyWpڸg`PϪ(Pq5>5`8DTRV\.X)[ ӛztw<]HGt5RSy*|ڎǷݣُ0 Q_FߥM}gɜc4 ˤrė5<ԇ'>{ NuOQrv*/="jwS4tw R2?1_ꢇ`ͯ/HB GYGfn!)<ïU9Aؕ B{K@y4hB,AOfP=A]{HLf' b^sL|4SttSC85>ܐ#Ty!6u( 1) 0[=wcǏ,RUg!/kd6@D#,mb-(=E7P Rܿ/ȩc*vL; E,F]#Sg7$nq0+tqDģʎ?EB5ì˪;k>M +1pdZ_GV~̇^#t*S"w媣̳ ,PE;O06|U7'ppJ  !dOGFa/xrE=Ŏk%~Wvɡv/A%D#ߊ!215F^k@[2H_şftTMhSu憰W= 4xhqcuPG% >]@p2oam٨hU&[ 䏀24iF(rBL&qGOx^AtWF 槫k !6fuL6]S `EVFș:JE7C:%P,H|E?fq}-(2qΉCWmMn/ё[3n%ǃ`3OAׇ6>SKô][;#f^zpa[I3RQ֑xbg bbԕY+`Kߕ72i)es(#thhlm W'SX[ ~BmpTeӀяʇT9Gʺ/P *m W uQ"y* F"DqzAmQ/;+_S!ZRTgg9oځҁ7!DZ4ӆ:K -4Jkq;ȑS';}qcZN=ܮ cRgh3d+G tA cgfzhAt&`nM"+*|g_(LH0T`_r@æ`\;j L[AAa-]$@#fo3&۩R Zr,.ޣzN6A"ȤtG4bCEץ7ǣa{/\T1Mڴ؝P ^O檲e<%20#ϴbvcy^SuQ/ zAQV+&,_P7)E9g_(IA,UK9XVcq-)} e7[: u鷗 Uubf|/*vDu,aqiqFq,)s*ԩI[hADYc}\f>wz7Syd)ՖP ~<3.}֞j`Ԟj{+ )+H*Aax>S tY1P)^vz:=CQNضO_1d"%FfrPK((Ծy)]ޣ-,~IoQ@_˴&lQ"tF&d tTnFY/2܉A/ۗ-x۳ă13A ouԼp[^+_jsQ (7<颕Y+Yl# I``?+ƣRb k'^ [b/9CyOсύ"M8E/AEb_Hŕ<ڐ4HGAZzhvVqOW~d5'(S~$AJ)PX8HE,1+Ana_^BFVY2.} SrƀJRr >g +H/v:r?L}]OY+9ԓ2DnbBֻ&@ʌ.#q-W?8J% A;&j#YAUp1{%^gR64dzg̤##y>D~C`DTyM@-2V)Z[ɑךtXxf $;ŸR)T0kksy]nSM1.j b|zy[0${SgN5aسKٰ)=]Ba"\8Mcd%==W$Hǣ71i#ĭ-K4%=:ۈ:0X, B\bᜰ5Uz5} *Q=65\dZB{JݍJ:biVpi. s"3baƸ9)8%e'`/1 aPScmŸV/iFH6үSxv".RyY> Q,wrNbqPTNe`owr!(7w a/nҳ+Zan <~1;@AX6~2HΤ̆tS@%_y?ʤV9d) ~#@'Rm`dCo}S-#p~Dչ `%]ixªuQ=,z9HjT>e0 N*vF{* :Uԩf5e-|KmݼPbhi>%M – fĐt\DPPfGwQ6wfZfpmG֍w Y֨lz2 8PIɱsi=38pU lH*dȼ?]WrWcMhHyE#ʋ2K{( %$IAA m9s* 6Y^B^;1o@!})?>NX&)̨73 9ۥN !U2nEYU> 5S/=as,Ϫ/Ev=8\ZHp"xe#'>͕K ~z`'RNv-:tVi Z w}{c7_b=/}$,hp"rw0)Y%Tl$݃TMtOrqE7CcatZy5 y2.-NЬ2>O,tFPFJ1kPQsuR&CSilm@T)q}:igV߷vS=vĈ)$ Ek؅~]mmu?;%c8)^"&|xa\H=?<"BAm$E~*I\6.rd,BUez-c mC/~?-7Ls[͍C#}GbZi[U>([%3}$-m"1,A)o!*n03-syctR9qEWELjDtZ0`z1(w!PL`@ F 3%le:!~x 4aQ@1֧7S|i"/`xe/輨U,#lt> u=U~S Ja1S^V!MY鳉0_9ܕv.6UɎ3t:^:jR) O1Ãp'Ӯ.b elH`_WVLtm̄+e`" ˘D tS8^}0v˛ivK]P$+?~<߶Prӱ;:[6a-\~5,ή^0OϱX)f.LЯ=S(*x%40 {,7/9;4cA Qo[WKEG| z)[{2^ 1,a'i 3S A h` <{I;mfN2pr,{:ª dK~0 sr$cJOY2bS\YFs-΀%Q~`1FaZ DXfsbI1B''ho3?Ɯ}A 0fj6{ELo Jb_ǜk[Ck_X{Z<;"Ae1ig5 rguz:wϬ xM%Z7,MͅKd|+8ߗDgqd3XYb, ^gz1Ԙ;Njq籱 C^?}Oghsqn^Xc #݁#P4z^%A4sFw>0=lؔccMP"2׸;`f keQ`6A;l6J{t QiOuQ$ߨ`{3 qerF [ekäG>X*=}<[A_M e^}39+DQ}c2L iIҼj=^Qj U\ւwy ԻnC0\dk?Ud 0h/ri%<$B$Fm{Gub /8F99YM>GZX7p BO)79<(d>7(ް 5<òQE_z^BԧVk@X\mNjZ[DfbR^Zb"7&QҺlS:juAGI-+ H$Td8?-ev{m4Ļ[Qo\LB?}o$%gmCQOc䰕oBM3Thb?A=Ӳk!_dT%b7$;eVkG 1yn [fsiAA3MO͜*4T86per¾* e)􋒯gSL(^csHnz|^Ĺ{M!'ژ3n(M6Z6_LYC:.ΪA!0\ژyyt)$Zgjf%$YwaR87aa┖JT_0H?$ٞcHY%"wcf#ɜg%!bæX2 Y Pp?jn\gzďg(XJϿp_ iWl|n/0SX5ք5R>ƯP\فjuQ[;O_>MϜ;`XLY;8ŁS#. T'nT谖Q ؼsPubbz8n1f pˢmji %)Ƚʾt۸ Eox#^l<2MWW34.w1UM$z9bp1J͎=FsE A5+x7œU#ֆqΚ&:&YlI5 67 VD4+hiJ*gY+Q{MxdzdXu ː,%kddn'bNv@)-z[kܟU2@Ũ֔Q2i ha`QsEG8&^ sn<Q *e [-N"RcS)BQ|$o8_{ɚU O`RgR#Ũ=Of5CaɹW"E?8Nc4c^t}g"`QGbCP 1͏wbVcyN|"RO 'po5;'ުݝ.d)#2Sҗ\@cȯQKb1RXc܈zo5K~Oņ}0eٖ`sc{b`eQQyZ d6uo+aĤ*ݴg@zBM=źG+})Gf*[5F 8uAexRKh -P9Eϧ3Nwzh>h~_CCt}bsKR1Αz':+0g)G( lLo&Y_a,t%O 1YeYCv/9O%*bIY3ˢV ΗM OӲ׺PQM=aOKPf'6v nǬ8k !UA2,V8ھhUjcָ"0[A ڱU@sL^~ `elEa;6V97[Wo{{YxP? 3=<B\ *blQ\GEwlv}W1cYDp㾦?ͨ/']4hϕ(ebfT g-x_q;9>[2~wFtox| J&^vxϴ!d~iU Xw0"bayI~c#+Ym'/:4NY;n5gJV16'nM3RG7=/-ũhE<K.^ ފnR;ش؞L5"fjvg֤8pL0xvd2s5L¹ro̒$Hedev c8 P޷7! zt/t~[G',>q/YK:i3W2ӹ&;'[N>+C;0)ys$Pd]vZ br__pGPKMO3f^X AܫaJke@d#,+ aCY #T˱m9q3[D"ʜ7:%=ḣ/\)'K6$p50%!dvt $Q1 `PR;Rhwsl<]@N5jߢrUfiB%ihBT$u5vѰa`np d}̓g# K~& ?Oo WU",#*DžK9pٿ4D˦F7}(XBkD9>zSY`Aҙ`?mhU$PLZDnc)1&:en\] !?eօ1P0W>)$`{K- -U-|¨yPѻ-psTu#c N*w^M"~YA uDX(lRDЅphm sKkᒸ_R˩Z9w0D9+Ѻ`-G#z(uQoz ' r-~=qsC_1.i )־=a5tk5F/-WԳS<+7;ܫUyWlxDtSA/Im:uJxMVE3_Ҫk.:qW&ZkDH]Hd ubRmZf.4Q:qD=)F=Bkn:> Cg8AVE lS9 ? !Z/m¶^?nώ]ĂEyy[4 e٦fvbcAW&{t֜YSL|z?2Hd_=rNJu =}){1'8r.Nߓ exRE-)g;y)DiG-KxEk;:DB-GqaDAxvP6\_yk7J21|`+,l'iESOAl U=ΏYnUL<^|19^m@=r6u?ROEjoՔOw# WߎPH5 Lt+|D WU<@!@S ]}a35ΣxE=$Y1(C?aD}(V/@1< ŎlxPHJ 2$І516˫*w`9JK` LEѫb*ƣ%ss7l77~ GN;Y.q r` ,P.i$fJaxhK^id"Hvh {NgRsW_dBq <},y5|`+Sb䦅:=LZ..a^D~'^vm>pk9}Z{٤,b=k?Jh%aN&n VLqבM%J $JȠE;N7IDpˊ󥏮6E_= q" &Vp]Uӎ#n2du%2:!?tDI(CQ{L q~^lg5糗neH\i`aԅ5A#Ruf)6j# q:3me&\Ēsgp<餆^z?w Epl *&`zH<TN⯍'*$,|RoMW[{ VnQGW;ej݆ F(o&DTH|?{UpI+m=*: T5J2~PwOd,Ò}[xmo ZT.S//f;˶nٟ`o̹WdXImrhIh8hc,Ot')X<5'7mC4_s?ƻ1Z^mx); kl/RndB&T#tSu6J:')wVNCZ_D11_0/[ڊh [pLqoc]1EA;͚D`ǰЖ_ݣhTvzXv 4.OThs֒qRBs6^ ~6وnHE+DARvs0` rjrw[:&yJBuM/θImq.Xq'ݵ0Ň8p!`%Stx+=!cYB.).^ 60IQjjBt_avwϙ2Փ&tڅSS;a}%*$R#Wo1wH9QÐKhUjD+łdUx5V!@mcFRzpvWdN͙AZB;ٳIܞ2qas.$q@b=t$觞y6(ﱟ#7mFn*"D- n z0r9+yޑy=b%Zt*^Bu [y~Rά1UʍJivz見!IR@*1Njó% '\^1UGS*6$CyFlF c3D~v))j@\~a"Ȏ4ͱdbϻ-j#r ZȳKɍR*\)HSTMtbҒU˂`$osl Abߔ-ATKA^*[: ._\fSH(=HcBq''J]tDP{;jҰcQ%1ʙvw9އL{> "tBcu}vR{)O| Z%-la_l?^!P1Z'7?Wm1[ Ѷ>9 OBrB by^!m<Ly;*vx.GV+|@l-NZl`rXܨ_\^6+VDZO<+lѯ̚359GF+!=4l!Ԫ˷lt dߙt0B2vl7 Eb/'R.zQwSSt [A)Tr.B@6X?MrYFb 6EZr+ǖ`8QtH"ڧ}U:1өKR غgB~fyh|9NLM]lOs &(i"_U@DϙB)ooI`I}׎ȾXW§2ox938Belo U5Kҭ^R[C+%_л@_rT_yxK}VhR~GMx Z>k0R5[6C@vq>&@ 9 N0~ɇFa8r ֧ؔ-,ZH`,odGR,1)΃'{a(@am8Xg`p83ثa2 dF2:1{')xD#St#h5~ek΂ g$Fa!bL)Zs1c)'njݕeu'l[X{GWyKpеɃdKtcJ'V?o@Dвc%cwѽڮ?FgN&P<ː6PŪpAbIsֳM[!&5pDۦ`FQ%$nvg9 ԥ]bdpri! = + 93Ohhuyf3#jd;c+AK&Dqt)Fe,4EM[:~)"=͍,d6+pezd:oȚNFzW;%2~y4e$\ucT`yaGD8*1 v(̟$.>vj7@X58Lzdv 8FI Tt ΏL}kۯ(ť2hj_{쎌`L9aFH,M{9w#t,^(9%߳iBd%d|z VeLW 93)f5+6#bXnqqA\w&jm˲f?A8}'^j)ۨCٍ]Zf@}ĭТ )>&4HCȕ4Yr,Sm\=V݄"i S٦O.LuK"u$>7{ w `+~mBomOԄ,S#ޥķ]?Vw ߛ4EQ1"D¯Ve#J_4?7` MW. r⶚pM;ǖ0JL0Lj'K%cX$X=<@QX ~l$|ҩ߅SKF)X졜gx0U$jbo8dwoJg75 %J kF $RKl9B(TLE+fkR- 5Xv 'YN.-2aJ8O؊;|SA%oZ;ϷH NyIK ᝊwW /}MNGT#B O =E^9: jdK)X9Qv]`j_rկ6Dx\r6#QFU:Ml<ƲW\ of%h o 5gFz8<͚xC8]ld+˖­v5Wcے"faJMV@-h'n.<tސ.P2p>V9jΩV>i \jD*>1A7=nNS%p\2dL|C7#|Pȶ)iza6jE`]^z%D >zB( |?"W0?q,P$q   {{sv$fodCeIJ^ASRv 58ʯ9+Q~@*ZFa$Dz6L*!t T{}$6$)c? (CAR4WQ"h+TYy!~Q8s݆-!cnW<ؖcXpqm5>= DA; Kם $uL7h'R`v6'do#neR6~V]A\] 1{[#:ʷq;l:Tg%Rqh]f Fn_\_ :SCp^p؎1:lM_7tVbS.!:Լ܎ gMY$>, Ίַ;_-޾O&ι^cpe\fޭ7`=e7 i̗֊(2^gWVZ? ;8 L8e=X=1Ay9IEr;`t}b@BD S녨|ij+x4CF[vk Տs61 sSǦɳbp1[7]J45~bc~! x`i1B ?Q푻cqs~F$%*,.Va]RQNOK]OQ9!w h`ly 7c[@7#t?|v{򯨮\f㑕2t.]CFqy-r%܁hC8y|l_;A~yF) /shB`4c8~*n srHtb-k]U(6T&涄&bۨü:O { MbisW if.?":~>Vpo4MEn(E׬i!ᯨxEn~ кp *fƛ&i)$i4 |֝;{ p)˕ m2⽒K3J*)sr=0-2ܲdqa: [MN D9]-YHqM;"i|E=BSlg#0;}S{1$|@Ӳ%ɩh( 2-ѹ6gSu2hiM$qW\'&*C|7A 6KҁIZۚmr&G%mgY:"uhm;刿/7?>)QՌ-`Yێ.KnëCicm`)FtWiώZԴO!C\-O_{n YH"x˓a}0jZ!ґV3M}dl(nO#>6CYKnS{C]kz ZE1kQ:q'7WGu&hP`1F;9DY?k)6gQ*| )*Nx;ܧ͐|ˮAX{vֈ=:Ov&^tK,\|B5N,@W >ɝ:j pP06|"1a_Yzovmy3|5('-x+?Lq+T6x`+==ևL$,SK0I= (R@\Z~vʿSgCO*m<9 \OT#ս4ʢKE>\%M|Z8: e7fT{S}F9{|ѬPC յ¼E)NSV 'xY \Cc7fm~,.qEx%;* tſ&^ GE(,%~5a#6peq8$Y n)L/Bx}DF'&OA#c(:9:¦ ==B2Aa@~X(KK=[s kNi5^48^5e]D6C'tfc$7tӴ^sl5Kl"($Q$I e:REٻ _o!ipݿo3 ˚ d_XQOhƚk>bB%]& [{X!TľnR$n ΖM7:ifNd#%8˛+pU"E"W|l*oEknHNK[_v'}8; '+rmhW|>+q:mCa%_3cc#T R=D`Qj. gtw & +<ֿhhMDǙtԭ\j`D ZN;v)dGE̿džuҘ𸼼YMW=ZtGt\p=E%E5h+Xk@pGo\ѾͩԿwtӻ'DQ !S˦0#I:,5"D.OP6t;wTY5S]1oWc2qaIDƇ! \]§#TA,A Qq#>Ί: qkYX|pBG[/=ܥG׵p[!}b~AŴSuc_vƳ}"{7<9+ )k.,Ÿ4 :>C0 ¼JZX3L6guod].Ө`!AL!UE̤ LAE@l32*@l!Ib=PUڒ1.tss |*A e%lxLN&WRR/ c1CΈv,alY fo -iyөi¨v"մTB/EBܿL;EDY`+< }Te}dMltW@KN h*=sЯrBqͻAjb;ÚscBS?,ݬ|V?R?U_9jTny<{>JR{U#l$+)GMܞ CgG4{ zH d.1n.aTbI}u$q0LX\y϶a'tZN nYzRq.H3bStɉ;8D՚ ֠D4g;#>Ty jk>n# 1lKXI.v;7BB%ԢOuWTqY~TH :<ʿ*p_VsEݑ("LW‹8J(JZVaMJ"rO6ӥbȜR ~Qj!l M^w4s7Ë3묃iY~bPQȅM~"WJRZcx[3$BRf%J4;FGwfaRj Z:\-8Az" J>z$´UfRJ߃lR&wCv$kV |x]K,)&$^W\g~RǻhT ǦK%؄"ğGt+tW]e`O4l!>Q V067ë"NiS a?i ci2} N"P–Dvb4f&lp<^c]Ě ٷ}wu[.$ }W1p*([iSJc@, &<7gJO J0Y$3B2;k/t뛶")] ^ Q2X#"/ZY/*ƻ%M%%F 8ü]i|< "[ݢIbh4=7 {60~lX iۨ讷G1SDvȏ 2n!9z,R,A7<~AODPyӨ/RT f4Bgs^ b[_qTZCYyK"4_jRYPyӃ֐ ˹6)DU綐zMNZ3T2㛋>LEqB7NE.ʃZ5Y%ؓ 2U|[4~{𥀩O(?,Fetp Ɏ"Tb6:=r&̩ʊf%'smOѮ,z@]6:5*UJ׾j'fDLl| GXa@1}==[8͠NG.5@/Z|7&cRҏYFg,&6NS C. `.XYwp9X<"⹪eUG1gb,bo9 LIM *ѪL)&*(rʖ9>~ "a}a_mcޙa,yĻyAD )FfH}9lfpQhZ(Y0t̒\#E_ϬBȬ;1UyzYk`ct1|"r#%MXS۽(@̼b2pA.;c茡o{R:kع;xgm(G>X;}iШ8J ŬMkd8A\}p;7bq^>c[8gv):3XwCZyIxlkx2fϜ~2L; p?S|\!ɂ=jKEϣ}&l4+(6w{- P1*a!Hh*!-:sp2j \dLAaj츻==ByPX^P1r0#( *H.Sʲlo,g`qu!AΆd=m Y1@"7cvSA۴!~)~>W[ ٽV3N~8Rھ]i'п L?S_+ONN+b;P[H&V{zJja]8rnqz{81} A8f*%(% bȶ#oMc@,vrmP@G5'EWH{\WnamQCcx@=ǁo"Ey2N5\벡L Ԑ๤dGBw7^kW`8Ups+@Dͯ jH#.̠od\ Ebإq++PvIqGTz4J"H@$}pD 1(RLexJ/24[UW$qO`P>}>o:I rvV uw ڤ+hu. 3PܾkӶ  HOBTNojxLc$He緵$@"&.ڋ+&S*#۱e=YҠP)2溺m * [9g>G߆ ^F[ ?R$j| nɨN~cWH9#,5Qs!ZuEA4V_w:kR9n5Z!`yӶ2J2dH|OS&/V %/BD^gO1 5f=٧*hHaj9,$YP*NTTHOdJ<-byu]quЍeAH L8 ^3;hk~k:[YR8zaV Р.˪cE@$oKk"<fI&⑏HoBA/sDAx_M!=+EPU93nKYSu{8{􀎢^d )p\}@]jD+0vKm`{BSSmEx ^__6LqRA<<[:7GNrk;)xj3ưwƗ toS06K5 5>eK߭x3_t+jb]}u4NAhx $Bh T]bp dt[孽hP*s&7'ZRG r.-{1XF߾xuTJmQ*3!|^λblOIs'{dy*p!*N-U8b:ƴeeZw'~뒉I)oR=vȐN VYYE1<3:S:GH_e9ڸbkS>:vTgdSѺDݥ)|d(l}5obYpcN[`Fj4Df5;X7GMY$mlPM35;fk]j!"~FcZM.G܇@h6%|OMЧ0 N}1Œ(ST{]Wgz?[ޙ E?sV +\էkɩKͨ&H'Vxa {ѭEEST YffVaoV`Dn8NKs]oLHV;|H*0HE 1rczVҶ3LzvlU|x*~*=ໝ'hgx ؅DdS:niP M=2!{I5Gġ[Ծk,Z8=#񇚆@ZY;H)>N# 6'>%)?1 =p_Cn Ԋ!OdC<@dΦ$;S?66NoHc~rs``pm7AF i ]\W0ۂf瑆D@'[bqR+ *i>;24"/T.x`c(G/eGӔ_2/Ők;zP-pL#Hey"eо |T&bsU 'whl*)8aI B2͈AH\Kj72ydD]F6hK(Ȓ7zg{!";)/RvrYt"T%* n[=xҍ w%q1K ٪[N/,Yq ֍Ng*ûlpwKWE}EѨ ' S|sf}NzUiސ( tdedr!t{%=q,od2̐Nh%@hjJy;bro?B;szm] b.Cl1(,$ g'38 ׳P',h%?!nkYgĂO%Bމ,D=M)֎=f(^gW0 xjeo&N`>R}-{)Zwnk}G 0l_6; 7˝{wy О#ApS :udt/WKWZ[]ML eĽg;!wM#(Fl 5>&z1Diw#iqAcBQsXFÕ,OBȪz{Bʹ?2Uގ3J/כ˂q-fz"u `gi.}#٠!Gq ϟdƞ=\tGQa)sr7K?PnPk%Uۛ_'YָsW ;"쭍AT82Goש,)A}CMZZԁpQ;rMWZ"ǾU3FXei&$GzM֥0.P9J丛%wlȍQ>?xE-I)8=L$*zt(;(5H4rw&@;^dR*$JZa(acY{~p'n:ghI{y~uG?12]}BUHs_H<`9,1H_yUlSQS1;})37CF{Xj +Cp* 3ߏ)AQgVeC?MqZ"W4Bs?ɣ#jJVɨw3qEjF,;Dlj`qc&ErrFT2uz5$u^#h;ug"Ye`4?-=YW~.A3M'Uz o9o"VS#6r7=dT1 >4r [ \fYȔ [aL󶥑3G \[I~!;ԍحԌZpKjbBAGaXA ^گT[YW}sBIQC@

PH- ӧܞzG:d+ 2'ƯBv6> !(!FRS/oT[פF 2{j C^eEJ+S Be!iݱ5t!yӪ0hCdkEXX0TR d{IvkEvHZIc,_F!q8q kՆe@2 #=s?~ 1?z~J)ʙcmwMVbiK l Xvov^HW,C9~#5Ƽ,t -@M#&b:: :Ƭ6̦;Ml"Ao$DG-9 W}ԃAyjrI #x(}07m^[xP, +nA w M^Yub8;ieNڑ2W>_FIWDy2Fs B^P^kg+&3}Ц@qm|-rEP%G~U|wu4Ġl/8埤U$"/Egڦۢ87r71@Wu)hhW l"ս]|gz5h5. &$L,yEqbX$f 9m'ђ5_4ɁrfZ2ZP/P<B 2y^BKa x0;*4'_?z zクf=H`+?V1ϝU"}8:C<A5Rۄ̻=؟ٞpQ~^?7$[xs M̐}\+?aU]|, dF׍wMɢMj@P g%=@29 lFH e4#ڐ,M.,X=ml pǝW#^#OPKOjm2#!a Oe2ɨ]yj;K#o;).K̄T89F)d_\MnA㍥gP֤wɐ~)Φ.4) Fhi%3}@\E'X{E`LES""f6>PFvBvo HF]F…6Q$!PoZ+̔xjq0+򎍴pI.cXeZIK喝 ;_k2u Nɢt_eǭr3g0 櫅KhKsa+zvJYZj-cyKi&ܪ^GD=`HW+CDn͜R}1Y'wQ% b+œM_om;ܧZdF/^DCl~ _Nqת~pd*`9 z"+Wο70C5cΡd . "LX?p߿uHČ=50ku,UrKnFCT*dG%GC-JHy58rݭҽcdnAnϐ*'23\Y2EB8S_hl4`[!<ֿ uC{AS}D,?i/ZMp }㴢T,*h^S9++c8 ~HQm g>Aʝ:_'U˧ܬU*V%ʆJş16;ꋪsKl᛹Fv/]";!oCy 4vv=+E~ϫqdlAlL#=oZڕ9Ou,N[372&vf?ќwyNX (L=:˧,E\P#" eĴ!gM vl$8zNot98@ob-g#̻E08+Oq]=f6Y$likSmh59zU{!.Cpyi S/ zr8z2)R֧һ:RZn!lH\TK:&X%D_ Pnf 2tQ8򓷰b=Ja/+jBr ?N'|w$`ʾ鋨`-THU/pXGq% mDWRkCg.5X?7[|ʤ̛|P'9WdYh USn*c`3~Y>k:1XnѤHL*}*0=~1RK6hO;ðRybwMPax<\>#.B˙[@=j9N25Ibٔݢޮ׶ٟj^oјiz[gvݕ`PfT׻jV$ 9N[`T#CPl/!%Y CaElfҬkʄ_S&{+uؿ~H;'ԣP?BØy"f3TD7#ČT'9GiGMt={ӳY%LJ1:g|ABT։ȉc9m%{W[:ZަurX7& Et]E @B`%;6$:Q/gW=x>5ܒvH~/&_|ð$A$jmuzci_Yޯ$ĽNpr =Yv~`*Rխ[w({d{ BFb3ywkHeIG@\袊^E+U4_[w"ӊݚ&|8*d8=a~Ѭ` ]W&32&*ŲON]Y4I-+`K'@%їZre+ Fm=*h]Ԅ, dvT̹7TT4g3mK!'8~N5Ve /ք)znO}П+eb,J>PHs`<-*g9W P5;qEqJ9h,rA8-.x|[on/0ʃZ8߸IJţIX" 6xWu k^(tsPq$愆IU1[64bF?K|7kvˏ(cngnc{bzڵÞ!..Ej_۷eJO*]2Я-XЅ)IMܒiWrvͱnATuIw &SBBAUv(8͚K ,mbzzbvhYŊ]l{lQƙ}6 @c׮Cd ЭW)[ Jk/@b"^mr`2#"fkD~QA<]Y>׹EL k8Jgt Ppĥ-a_i]w &iF`u*++/3 +Qo)V|#w2O YjrῳajOKKt| CիEUƸm TϮ䓭Zkw3X6]9܏XM;f]Pѩ|8,r B*WӢ2FwlZtCHŰ8IdjVˁ歂Nl#3_s}USӢPl{"AɛeӤ$l\3EùA{ pK}:}^F|dmJL)A5qT! *ÊT~e `j,qi_ZFD/N]"6 gS͞$ y:/(t`̆p֓ r{GVJx [}˱#7lWJK`YLꍅ^54XJh{\9[w[ql5}kGwOCl{b8ptFKq@"l8?6a&0H9#'oK;j WAވYMdbƖ0vEhǧ1iyYlL% k*6< -Bo_EEE.Q'clWl0@A"ܳ E/ Iul4a{Jj-옆ԢAK;57#!= 6)C/_Laد+lkWf®p-gc>uͩtB.?BP;т nτkYP? z~|;RQ{ux@U 0jfYv]JrU7^AteLb\ȅ$U\UX8io u+?]i,k.I^XD = \(j3fXBwfZ?}@M;+kv_*;VS͛oZ ]1pTދl7Q `4Mذjf ۠B9o0|DX< 8Ntڸ5!p>g*{Йl.*ӿ2!AbZ) Sm&&IW'ٽRW1JyVήm9;n۔e YA0[z*L IY>ۍ.P@/"Pg+W*g cws" 2J(w٨)"ٞel+yDp\NI^RYkᒗJvbTԕD&wuYw*%.*W xxrVr gя*VD]gq^*MWF-#mi/G}ˊL+ʿ'|>lZ< |O[Y/+=O]%]cMpctO%ɸn`(-#1bY+6| ERC*lSr\ld^ܥI48&7ɖԹ-`(?Rs)~b]#H&;Jdiob*tS{ ~_*6%wU̍L_m|vo8UHeQDs4QZtx* ]MW^F?WMzLҴE6EuQ 6PIdL%@TN6R<)GgvJ,%ER]`Rb8=#`n%^ئVW& Tt;R>#nvo ٮu%m鰻&`б`1!Ar As=yS{l ;_Xo@eKu*PHA'ƗeEG'yJGȍWh@ej1)u屼!b@XH`OBK;\m۫`3W>5&3}!$`{\*]̸=*,kۯ;UJ|҂ՀnRԬYiШh&6M_7TZp% 7h}nh}mOVT$@J3m ;;뒾 )吉Eex%`2%EYg'izb=[7^@-,hkznH?RVX&_p+[m.#y]&jrL2ͤo;+g%€g8*[P2o1S6҄7*V;նt[N(]\cge4A!;Şiy@ ԂxK\(7A01ޱiƬK= \Qfec& Gq}yG9|zR/wG3RJJH$dC|0$nﮑw? )䵊pj CT̊#".>^ !;~N٣M!*~ B(#6w$ a5FN|Uu{ 1VAM/;JJy!$2n_˻|R$?:iooִROb2wW`l \7IQlqVn`Է>-'QJ6X<[mE~`G^-8kΫÀd%|%i Z@iӚ+Fq'xw)@ĎMbGrn =3J1y$UQeH3+gw益}Gbӝ`9;sĴzEb*ɂ}DŽĞ anE6 i']DU/̽(4  C @#PFw!{iV$_\=<{:eR^j,wjA*1ɗDTZ:01Y)=a{uM( =[&m ^U9\-п?#]}ŮqA0ƯYG &i;xB|5_i 4js/!5` Iy%[A {tCH:$h|Ɲ^Fd,OB*5=otq}ovdrwk绑0#Fc5p)úPWY-<3_Dxr qj/JPi̭m1JH= 崹&zX5@eJt5Se=H-h7Tg V#q[aD:iBF[SOT_po4<@Ϫ۴\iM]JV6o0q4ڀ2UƯ^_,pCٍ/űcG*] 0XJm(}~-{6i/ON_s?LG4V\>;4qy.('ۍ\bi"aJ ubLew-?~3wkza+oQEg`RE2MvV~X91$*+Y8mO/;ʃETJO5ȵ3샓eD]K]h U2gYU6Η4*5+ܶ~[txuVOT xБ}{2a#Hk't0cz:|^sV݅Ha*޷J8;]3m+a-7]L6"SE|˯-$7iSKDK֚OW$y4QP :B)* D~S2R`~Wy-6ER3w&6!x ZDeRЋk3b=a")F/z&K( Z֠h{)%@''_؍~\"DTV^Áֶ7f<Y[O>.`u6bxd(^݄ UcoQ8F0Btn0iAZ,x>Z Mۣdm9I E^pV )|]!s.A Cg`2Ɛ 1@4K-ZŬa%8nU1kO ngeB v67 dL><NT+k%|m_J>&SNdl@܍$b$t"x=hUEU|k8J%8MĒaO2ִǝs.态*i,9~-)ڹcfRqɏ/7M m4S'gAl#F}O򿟒«*B\,JEhٞXch|)ctQ޷#PK})}|/o5:[m%vHL0p-1! hb'XURP$SMw/l}l!eHڃz i%y@dL{ӵq0nu6l1{wq觢_X8F0n<WIH)!f̧v|U 򪳇TH;1 ԍr/wȖ"њlg%jQxN9؃+3j$(1>O':nNA4Lʁg/.Geh*YȜux0>NSy{j*Z膑9UtܬvJ0I%N.VB93= L5[tNzJ/- 5  |x^ ٖpObIM>}Ļ\7*g{ yhnOg~C?0fɧ9i}%%wϕk6VAuOm"TV؝WU^E@.J6[7kL׻6i{WKdDK\&RK  mxW5wT$q}!u1$7R>5%I8&Lc*'$XM}K.=Zp;Lz,drS/n]f3-ۗA@p|+VDsAªdAgNB2ը?fM?mks;$l f-YS^S L>'#6m_-ܧ*4MSܱȹX 0]+\F2}7B]6DQhG/b B)kt12Yd2wLc5җb;~s+|% NVmgm;ZF*UXRU " 'H̽טI9d , Ģe5^wJGGHX<4V^-#[:O +`fR6VlȾEvI+RX mF;%z)dKkH aOV2Us6HCw9+4Sh SSj 7U^׋& OXfx%WgGG~9 Y(N$i=ƕq˒>D0@?̠c9L߆_l:#}# Fi6&ʶm\ږ-$H`u*9 FzUk%cL`>V| }d30 ٬SIⶓ35}"q({GN`*c'0PpeB@@޽< ~B'п^V;&dudu{ae2vlO{Ofաn2"zR(Ư]+eT/1]F pҋ| ;<Zܛl]LFzGf@B~ëO+ķ~yj>A`Ky+.ȉ< :KAouȨŀFYb18{drpKĺ#H׫\bW% *rl//_\U Tn c瑇˧7Ogh/3*۵eLf6F~[{w΄̖!^~)^֨Ў -61+ 1# Zrv;sy ?JUGI.Us{}-E`qFΩ ЩS#堛S9K̴cT,)jڈIg;.BnCTBxQ ϖ ܻqAQp7A qQh b>N+$RYQ^&5#E`EKIY N$9vlL{"NJ8It1/Iy *R[to OV 8n~ɻ5S`]W#9g2 360YBBIh M $ŝw2m"hzFմT*J \,ޝ~AǼaC jJ"^yTwuH6kT=NL9ь{kgG@,jJ@Xx:xgGm\Y<0c9<+\Ve:&W޿U$IUKzJN0=*@ENsyd ӳ~`%z\`5qN؍%4H2GC!rZr4W&!,q8LwqF-,"k"i o +^YE5ض\f zeyV}>>JP]j=U(cņy muϘLmʳ)I:BE ~@p}T {j J Om*eܕM Z`’:[p?Rhf %DNw, iomލ.bqyqlHãEYdX$m+]~(_tq2¹X\@$=hb),0΀o$">LIH=: PT m"~T1{wrv,b\є:d^>Yrn!vh¬j2 }sE"R"\Ŵ|g6ݷ:u{ObGpxpYS|Xӽnׇ \1܏|q<#cpنIޙS,ZvŷT:yW@' '<@k[@/$~y.ԏߖv=F{Hsr-14Z_lq;L?AsNAj 2{:1;tc;N!i(CΩn '$Vb  #l@(%"xi@aHS;b ŽVD0)7;uN9=F ҅h,pVaϸZ] Q:1_̸So\S!GYQ(W'_z<,᥯Nxy*#~^]F'"xRW W}k}$^37r)z^@z+" -:@H  F,>{=')5^DEF1!v|[ܷae,3ъ"TwG"xO6TCq$B"!Ex@!a8\}Ady_ci;v+H{o47Гvm'E<ػ1GZz?{?oSZӗ_h#CeۗW?-^iCQ7W`ߚiY'U=߷- O:q:P,QN b"0Mn좖 J4( "5:]_zT+#o Ϧ&[uGtb'DI#QE'yYI"×\Hd: Q5Tr6ss3G^esM5!n _ ֚0RBԱa#F>;~d8XI \d֢-;78h/|AT%*`$׶ēRU[/~r7n/v/]+\/Byj!'&bX:U:`֚UܤkbHu" P%D焉&޵%& b0aCe9Y"T҂~{h:%U߯F?73_.-2K:T&!rc;#y>sr_*O:݇&:v3ѕYh5~уq]IF6SV^ldZne+>b_vK;t/ÓҦ幼O6sMUN֩!4?Te!efQ]iO$^sM.( r,esS= RG3>y:۰"œȢ*Q@ rYFeDz2?X .gol5քۜ0Mf)~;g{5[XU>B&9WIvĖGŰaݙi'\<ߵoY{'BPfb?`;_UQlΈb|.۟ 5>Vn i ĖD&>|bϡL'\'庑zgz$S.<SAsZ6Z&vlBӗ%\) ,DoW[B .#o:parDH "tcf#(/vc{xch&ru y e>muUr8αǷ]2bL-٫h: @-4HB2(g&|1T1k }a>uBI@x1R 4221|8<a`QTy >W A.($]Ӆ:Z:]_iZ9 uTUogJvXz?)CaUp,MA$s0BD? Oz +ƉYcM2 ѭ,UMY]Ld qe4ԆQ>ܼtJkx 1 _# Km[]_#^9\({pߡ׋i[-և:GGyHAxn#0鬄|o"cEq=C[e;Fӵ|yw^Wۍ5?81aFAcӺ!>kv 5z@%&)UQx޴V Qa^s^)趥9gJ[+ah!7 kKpBQ C"c4?0uluV JTld,⚈LD }5G%gc_0L̵pP0Ay#dk]Gt@va Nj?툈k{A2UKq^ȝ҆Gk7@l8}!0X/lɪ+=Ϭ>Q>np;bZ|hoFhwz':%i7ۀ5*mE%Ļzʲ]w?v[{~JJM{+ɣڇƮ7[)䧀o`_ {%cݭ'C53T;$g>Bi֣ a4Qr`AvDmȞ {%I* r"8 eWP8I b ^upD/ p)o97s^]BDs1-TGʵ~UK^[ E=-!3*i)k{:B9N'ŕ^B? ƆΏEx;%Gj1D1iښjA]/sg 8r1v":Ո5kוbޠ_ q:_\V)m[* ,f BB~|+2,QG0Ci`3¹|nK?mJShU`CE;T35jh˨|"wm-zUށ.{4%UR]SE2r~,+NMaX:Te 1#!r*,+J1Gacr2!Z3(Z hbc/ ^S2&?q9̘5s;F@k P8_GZ%ڰ a\c-9,\dUoYU=mk tj q#H<'#[ꯒFZjxyPjE_[IdJA 9hI\şLY/*`?v6C K^tr:S\ʡP -IEX |/z3k@L|8 g?Yܤ*nf#ޭs*kjL.]7,:HA\rca؎?w6m¸w9hZ-uDqoV^eJ~M1:ګZzֻ͐F.a 9IۚlҳVWncuo1JZ:uhl\a87O>6^.%gLBV]/qώ_rvM  g52pMƶ횽[گl6>C7VodB+C3:و,zAuƕAk| L_+y *\|i^l>CMN4ʥmW+d=+8A4&>a.44ؾf(X J`\/Y@FH!>`{NWφ6$][:uDkFr_q`!fb' )~W5pp֛tL{WCkm1~Z LLO87hpHNZ,TGq5Zu]'4IjgLȶ>Qbb]^sJn|@!ClJBƍQ7gZʣ_&u.633mS[ݝ$6O%/ :ξ=4$5(la! zQ5Gt3>nѮ~Q] B1>yXMVRwv{"2Q9R5!;+yfj;KAZ8ȚqL&hZk(wJhobb[,р^9r rEcjBobգ%?k?#TzRdH-HKhO3\۟Pg|ǕZxO Q֕j'?~1hjQ/Zl&_6# QEDIk)u+x䗀=R3i'=HDiE%^L+3_۸C% *T3WJ).uK %e0JPVfzWdfFVoD< -k^+`a,F2 oŰ4 $ςAb>u7یd^.-i$^&ԇgrs}!nm/vBxzmX/%atAXYazw,KA䝶T#x[1Ww,]յ-HVc:چlW+2b{VV{2s`a듋>ٓGӏ̰×t?E1.8qј61ϓK+"خ0"Ed0=dJ41 Rj[W KÇ&F`EqiyTxJ%VpׁT=e!M}$4Z?*3w5X@bfV"02Gvi.mT߲b'cp"ʫ]fG~> cLTV8$lJ>i|)|q>Skƅ#׆WubŠ;_"%/ _@u͸*uX -T GLjr Ye҅<mGQ5Oɓ3LfĤ2ͫ# AF/5j !{1-{lTҬ& m>C*ga RAoP~wkQzi wd55ӱ>Q^<~:n_K0wv~-_# ^|Km\s?a=B]{vԴI*fBO"&B\6F&ר<C)vNRPRV~pJ>lkԼ,}w` xu(nJS,^i/7H1/d]kkA'#*?<%*C\.O)4e`/5'; +[^EX\(_rW~n^c 瞕j83/UzR]}g 7P"lnYjʞz/A76 Zb*8fuюYR^P٪33ð @忝hs2nQC-.m29n}آ3N/7Wt+}KmTX>︱JEWJ~C0rH 1nۚ8H,N7"4H$!¸ƥ𷌜?PiQ^X `IyU/!;*]Cj9iV-)63dߜքi)xY r:ZU#\,D\btF|Bye19{Y޷}H_ޫyW-Ef'Wz9$Ud_:a$\,Y8h9o>f_,;T}*|HRW+)(ݑtq]5?g}&b^A& q?Z=u\GhpvǬb"+f h93Y-0ܕݘ-$saRr~\.Wo\: +U~ƨ+$W1(??l!rXbTR:Mxg$}E^`Ru7d!z\Bt^vR8XtfT )T{!'MRQ/3 BSc`ѼآC9[pOj'}5[^:;%~d.c2'HC dqjair\:¬00ImszA; ƀ;ZPefC'caqABxOя.C 6楗L'v?EGe+\[؅ar?OYCDh$c}43lh?gsF:y8l0Gl1D?U+??z~xM'U/zQ;TGPWh {$OQڎG;cx{ۂN:(j_0"45(nڣ+!iWr 0@!%mNWvA5WB{g)`oB67釬aFyRWD-T"kj]CJwr:2duTU-:/ĐF+lFYڶxӫ;낣3ˠ.wo<,X[14pksd%"ke $jK@,e{[o@EOlrBRj(烊V]&Àp`Q DC+ *x_ \C8a+lyyY@i7 DhQ@ ę'@s۰z <g?]-V;Rh${U!x`X:dMm!'%߃½`v="Vm.FREe-SHed}CPo{">Wykv}ߺ6 0f)Ghݵ``E,˒&>>O_ftAt}V#ieDU? dퟀsjz^'6 *R4M 5 3Z# 6XZy|R5gֽA ,0"Ve+((8:3m9`c03i41ħ(ًzC<hlG S2> ]HTQmz];ʜ:?q3.g bC_uJyXc*i0ʑnm4fꕩ4+ ZB3ʊ_x~@*48W( *PZDBpU Xϒ$̳|tF<9h]l8f6A&*5!irB 5:=^FE<,HH50Jwt8sĴd'_Ϥ#*+S b5 ?)TbDk:S/#tFHYa8/-8|v0v͏%VnL1kgDYK; P'=scj!ܠb @צ/;T9K26os&[񉫅Վqvܯ!$Sّ"t,o Yz/KUC]lkt qI銁RfeI 8"*%X2d%~y½^LGjNHQGm3)U#OlB fc5W`NE4tڛtz|g6f~X xJ}˨U _$'--r@LVTb$1FV 3dV>@^g6MZK#ڏ$e*pr8hXa{;Z1['E6CM5|K(ws @jn8-y˶X&Q) M?dsf~p_m, CBo9gٟs. 7QEK""o*PkT] F.$W8UtK'p'A^jX9wa!iэM8I(.B 3A{.vhe6X0b-ulok . C4=,T"d:1P>>dHO-G^r Mm'q2hD>ZQ]~|>rJ ~F+K>!U۱\uh`K){(~6J1KG|ڷ%}{ t|]Xc8ghج*}˼xh~Ѽy?b%4,7kvnI> +~"}>thrקOZ-Y$wNX,=jx~"ORxI*k YzZLYڗB֠]bxr8\ڷ)WDYh4OJkJ?tg,{;gN*I 7TO>5QܔR'eBs T .Oiu pE'qYӄ(kp 'XY'=m0.U{/c (hg^5d s.ǃ@hݴ%~++rAaKUl녪%ۙJYD+և7w+[du0_ C!tY CPBaqOPj6/ rcAq|$ ۙ6$#Q'fEoA);HswKR,:uXf[]͠d_|SiBLLkm߽\KDo{F͞ӃK,TG\Q+:<8*vȉ)J`yzAk^w,kހ޺ݯ$lx;'Wk[)IbVcWC8@z l^M y7$TԚq*;j_R*B55uBTdxEc9>jT+rChХØw?߀ 4\s# Ĭaybr yJwMm Mc㶊D'{&m25}5fz1o_o`f1BazT ޽Я>Z;y_Jc%+UhWۼ\l$B]Iᛚ5PIWq.? Z-sv+Y Jc*br׊䭽jG:蚳:w)n5Kɚ'x m:b_ 2bOjKHolL_cM[vywe+uF|f^^B\v *oJў)홈۸\pV( 5MWV"-\fCGQ4[HO3RuYW>' ҖI*$s *b!Ge?_H~Ӽj7hpojQPOQItG'@( S7 8p /sG)`b;`u]< X~ILnv^>gwNaU}fP<5-}M_-ШdM$VF|c.$euدIvQWhy,>ޤnD }<%4n.pd~ + RL 9K/x̷mLWo7LsͭkI\D&\~=2gɆK p2'"EY~d fZ6$wtEDd2Iğd׾?k9e ɰ=q]ll3Sli]!&*a t,5+%dAm>BIL"(ErהW3ӛ HY즋[zA_.YIH/x΍VjQ̋f\S. rr241K;0bR^M kp ~ugIBvHJ&n:%i^BQհ[cd B许s O?lҗV,bng;>@=O~J‰q+!'6.x 1!(}e958 > ySe8?:%dx3tTİ#$/ƀ<Vt`1⫇\ >hE\iwIX}oYoث7}x>B{vf?E@4ka9uaX@ŷWd0.U"FULt뗜q!dfv |*^Nrӊsӣ]jw}S^jfS/ (TѩwHJh~ZC|5pg#RU80@&y'uxT rcq>6PbԿc-#9L2* @{9>7n=ۊAWsj ?fH00vɉȢ( EnN_huXM^sZ->r[N ^86>(FJE[n¿%K1m5́0W)C Un+#Zdit}g['}V.Vx;^k܁gYO1X_BZ8{⥋ &u?E7 Zbo[?c2*FJ3g(raU`D 0@*V`)?;)7!{}@ϡmTR^60 L: VNCzQ,ITjњ?J9R׍?QLwp7荢cNRdg2\KP 1myٍ-\QqOeo͕051aC#^IX;lſ {Կ%T'Ob#T]g,kt[16uʹ7TĚx59uiRaz^0HWI'm/0& xwȖOW'D.E=4X֭*C>P6uQrRQCH91mB__UAQ|A̳T$؂)T\#xFr(~/}lƝԈxD7+NośOs-0x)8OMgdM( @=-[j2= c"hyϔCh˔*I >ШM :`}{Н9 M,g*d S-z $-τ.5N,/!lyB-e{^c***U,Q0nT/YYN 8}슻Kŋ\`4$xTBj6lrmJ- ]DWfǬJgubZ^ߖW8*ӓD%BPi$+'N,(4JNioWl<&K4Y<>|1bXݢsid=bnhEIC%`$;s*~./gϞ3}faOԦwHZB͊74&ჶK( .dàU "ŻQ Ck6:sw0$&&+]rӆV|:5_bLӾYX,_s˻qͺ‰U\0i Q:\[эf,VZ>{gQURy;c{ҿ2~lX 8 PZkk~_%[1G͎O"9DޗAaᾘ~諣Ҏ -M9>\?\G 7QӇn%9 l p4cFD {"h6fa}k%⣬)I 1=z8߂GL 0l =CҼ}-9 :NOXGߨՓL/V8kbEN.8C. i:@tO%DrZ6Ve.B]zUp Q\F}kň8'.L!E+p6]JHYkISdǃ̚uQxgL@tiK7SeUDbn3%RWY:4?kDb}8kDc gc0T!{#r*t],^ ś![xf,K@LqFwVgݩ"Eo?Z+` x[v,LZr@P:Q 8\LB>;wĄAQ~:TS}ezCmeÈAg ћ:sؙ 拧bd:DE#O:";a^]QlE ]0k)M[6Agm.ۙnj G|㺷k|:</Iw}hϭvoﬥɧ,}Xp9M6|Rǘ[ۇ.‘|{/.ؾbͧg>sP54K/ϬzЫbpXt6$SbꊍPpu wR 3o^DWTfT;(OɪO'&yꭣ;wwNW2S_&N.H Nz>ڊA pNQSv|{*MC7dfZַ'ɓ/DX ߝ#acYR&Hp9=v ]D4^5Pǥu|AE> 9L>8_umGG=3UY{I6%E6N-D*jY')dк(QA?Q>!S(vM^~1F5'0_F ,|l7MBLJMlK 86􅀫&kG sDCع'D9) ⣶%Jcc5+Ⱦ3|uOmČD"D_*Ы|ރWwx]ЍiT}!IU$d#z ׂԲ6mJO}Ldŕ j^e=wp/= z,f,D&P `]R,?r](pGF1.VX~& 6uҮDa-;oybYVu@ib`fhׅ#=!U7fUٞT V`uӜLgVu5?U &1twFagzlTf\,l-j`. FL~#/ d -FW Fwy䨿0#]9翃icC-g"&Ip0BHVQ CW "iSm\eb2qV'%vϰ ێƅryi+} a3z4_~UO]Yhww~] :83"d6:Z:1/G"_@[1pc]K_!5Ѱ;4 ER\øݞknȄID|UT!x(`J`6@'LΡtY@<=vH8GaVZnLeSN}x UBjK\WpG{s/%=ܨ㈛Z.yD~S4H3d^] @l`mHM(~ܾ=xN_m)- =dHhqJrO"­'5|]ISc-'2cphjl4$1s<ei/D# 5}0V6⯒MW bFѰơ2}78= tN5XЯ `2[>һ/F]vl-OEOs<>)bQܐK%(@oH8JPTZ݃X]:BC>Bpj DAQ1kaeK^֓_{L&ӑNA#bYzR?dG[#|c5l)}#, uث8f+Elf{-w16w;XJ{4@/Oa-;*ְXU}+}lRcv${mBH/]lQ!_q $$O+rU(mčIJW˅&Ru;+q;WvZ%w  =@Ie`țCv3,$mnKا if{GYf/S|w3їC'Q$1*rll謁q\W/zқ%@jxp0hMG;d|~c~]Sъ@ 5RԮ95͑H@!ۆ-P,߁RGbdZoj>Jh̐iq-h[?N8nGb+W+D[ZFyzt(WvDtH<̼x0;ٵv2abbڰB2[ק{)u#hJ?, %Y'UEZRn@iqum,Yţ9ԕyY%Lڶ{Fu,΍fD^!uZ5Ϯf[&I|(T7ޔ|P)vU9ݛr슢3V)o 7W8K5 L[;%l6ϸ,8:6.jWt +L&8/H*&i z/ J9I}g-S'|3R lېWVh8´NE@}N&rJ7.H3j"dyd1d,N[bpXpf9ҭ^/!"y,W>mcf> G-b/Xi \6r_H}g3Xi}[(E4mZLa󪊣$[Q/okFt^ЀN,"FG?0dS/( ԏKd#!R g;hb 7AQ$o( j~*"W.@7A4'E#%3MT`6j2Gh&U}(`tL8I}%~3f^һyA7 3%`\u[0&f"EOB$SOWN\c?)e4#9u$AranD-]6Fʖ jgj"KVa&cZO=uzGT_KQs{ ]voY|NR0* Ƶ(&! dn^!VCAcWX-3 \qx!M3N\hWfA`z&^(v6{VYlkLf>^3hqLTq_,j0ihgaX%tE_a>G)cz>ʼnjnY(jd "oNJt9-Nmu(0ؼt5Z+HiƦ;i&@VN"Ȩ` WF}>+E.\(ɿk2C_vqlU,:-2rSW:LVuFX3q,KU`us hAnU,%*g$_@e(V7O8+p܇-N^Xg ASejDu3D9-EH,wBSDSŚֵ5G p/[D>D6QrPm:)Tz;bv b\ǃ/G,ȹLHS)/ida Z2y4]p@Lv ݎu2\ lRiE`RzXEV*-.ιqվsSgo>+T&s,HeZw$1H7iƨ&>t0?# ]!Vt*h`;KazF###-k. 5y[J71%!I Zc"ΝPJ'GZ>1zBd=0j%;px, bn7 %o^ e~[Sn*!Qk'"p`avYbM 'Rm0$ gdx 7.P25PhoDf>:y0o #u* >zHLtpD;VԠ9?LW4=Ɖu>y78jɔܰ&qP;>i}տTCxlC@n/W=Z^c@flyw,0_ex)BK 'ASh|H?>f'mP" +',^!LE`PV+㊹Z~iyeta򑷎sU׳0*j$D,VW=r##ƢAs|('^;B4(Ƨ2,P"d{VPQ*+5mkAsE:.^G[cXē-pc % eW$oW}aF`ڭ}_W\rJXsxlE]TBpg)3 eL! 2hTY;fŎ-?)UCgR"Ga%:v, x~Us9jckx%Gt?٫KĴ|R~H_ZUv>WRMS%Zn7 a5|؂կGʖ%0cj[&Ȁb8hBSs(o9;@cGӮ)7,!5]V )Rw:UU܏F%2[ |[4 HQNVTj{(l`i+LYrwT}quTN̡ˎ\NByt/w7&kPg-[Xnbs5\!%lxs".gMCK{3nd%~ i(sT1bH*~RsVHK{lxm-w@瘭/_j?XlKG/sf膤n ꉋW<&SwIZMˡ\eo6%V6cϬ()o%p1&X!XY"&o7 5(08aErU}ێgj`HćWomv-wgy!6*),Mn!y{ј)pK.UNK]7w$ RVLb6(Ʀ3Z.!x'N+xo®[Hj^=4/<@yp0E XWLנcԷKޢdb [X f@D_IfY6 ?۬e?P <*MJ2{{dpC/r1̓U)Q-@ow1he~-+էoњ0 6OfpYF..Qt<ʉ7IM"u? I\Lrc"CT@Zw .wn֕U++Mby3"!Jcm¡M#OmJ#ĭ9vlOYegS!3x4B*kQc|rw}Sj vM3a?^AjꖐR+dEӑ~_K|1l i8swd)Ɏpe(u@`tS=X{u`LxĭGNʊhG{)yjW&r T9"J$kYQ[9  P)F6C!'冯Ϧ|̎Q]K(y?m(/JogC4"lͽ0l\+?=a2AJlw~(CVah-He kp2~ \lO8P0snr>nNoȒ ` \~Pq`gg'P.&D]dF%SM Mr8̉:p'mKn{`,Px3[?cciȾg]̛ڏАD'N}] &Qx,'/ҖB&yK[oYW(iniIj+`!hNg h4aCFz7(P 2d?*(k^y,T&Tɩ~N& V*3j$,RjC0LJacbA԰AKۓ{h ~Wb`YXlGT\%#\AfbbbguV9u w5G0~N+P$9?EohKej֛3EZ <\7=Gm' ߹"ջmWd&gAEij(#ΡYPIc%vL鿍u10^'}d@&333[-Z7Afwb;,)wG팄VR;.պ"`掳1NN%n-mQN%[NoPʯTîk0nXJN5laʾ(Bۏ2&ɤ'z2>J̍(0qM 8M,i{jT'B <6 HZ9?ƀb*iܬw Fw1w[l D="%yͶn9 j2_#Oع5c5E< szs-p_l镥y] w: dN>4W=+l*<bAX_\4f@ع4'uVn&fRri;ς2~vŢh>ޠtDD{L ^P uHq:x > AԮ'O6=xk$cEn'v*-F@ zztEw n!e#~y.f! tk%DȅSJE:y[3P GQYĶy XUe%:hN@Uz[hnlj5/P5 P7Zcve¼uD}15A/6qn |*2V_qmCy>U'5EB Fȵo?hJc^@㈉h)^.Ѡ~ۿ:&.2b)637/^E]V> z= >܌YMI.jMu(}Łw:ZMѪ#Cn61E{bRU~$37U% 4MQaEFcyw˼׻KCa}΂}SDeBQ5] 6̘Zy7"镇̃ZR  V[]pP"X%bP ~ŞX^%>&P$~7ֹ˘+lr"M5'O6L5YY^ _obW_.Pzv7/2u5VyMo[LlI9VV2jװD ?[pyq?pNmP`Ɥ_(ـq{.h8draÎc(-EQ٘V!tԑgb^*)i+u=a >m ,R \ܳ"z\5pxy6Щṛ$ӵx@SSQ"k'"Eȉ=&s!S $3jֈ9yDttX/yqN ׭Un 2&u:+0!0Ի<[:9rrN!07OJY阒%D "_4eyox&bDDb14.A{u<|kv3 Ӗz=-f)m$sžbS?fwCO{ӧ$ѲyC%PA5ei:S#n:tۀCم^ؖ|5BWdxsG\om|P]P<I{ -v. $-OgZ~bvϕ fyr-͌cb )"S5{drCkt㼣AChCxGDLAw{too?q`|@<(KMQU(mKMǔr?UD@40M-3UY~w)^`.Ɨ955iO/ZPu)q͌rkWn18 ] |w1#q MdOl)tMlB5Q'p]|$@0pYSmQ v4H'/ rS؊y@ԑ9ݮ`ǵg*cȾ5ZcAJ7%d4 =i%30@z AofBboZO6|VJQ']_dAQBoS䥜Y WI'nBc(wG%. ,Jɾ5Jlyd< ^m[0 CYS:~*,.`kusuc^VJ`WZW^=%T]L@maMg8'F&phz` 29tLXwxʻSf4LK҆bJtnG!LCV}3;g eage[>n'9ƅ*@@.*ͥ4yW.i'H ݯa- p;˂l;*`lH|AErhŻk"˟ Aޝ_Q{/*ʥm1rjXY 1D/ Kx=KSJm4:3\ zC9Hy-A,C&|m4Pi'-Vy3*(hRfLX*-9T087Ӿ[?ZLk晑δOR g IwW20 +W!ݟNn^6:t py0vc":zR2CcP -yʘԴ'v5 KR(# ?{B˝ h71$,/%w\G;jJeQ+ח{h@ 잂ceR#^N),\_H*$? Rӧ"Lv[ 9-u$2⺵))GN/Nuzy.f[^gy m8}kmm9R6ݢ4˶ hTن=m!NldH,(Ҭ>tx՘ ~3Z<<6quf~TLCæx~YӠ#?YOW9Iih駪_4TYz. wRP^<{G^ E,M%x&SB}a]F'b4gPA\v; UdA0d4}BS|!JT4kEJWY(.7q`mû68V#hDBl(*yz3 $/Ir4IY\AdJLFK&$ciGZ^–6̶Ⳅ7@i'._7wً$&4^V }V<uϨ:$B؁ɵeM4љNkw2T,#ulύuxE S(X5c4^g]٥Μg{lw\FAM{ x8JDDâq#a9Zܵo2{V L4܉`!KtJgV)nZ=˝011N0; F 7{(Y- /g^+r71^NnW[qQ{Q  $f*{tIx'5XI_ =?ҁk EGO{٩ݟ.8UtO#PҎдJDQQ}rt lCKù弑azS>3IۺT_=8Tж셇3rbR#泂ext}\ZĵbIaʖoŬTL0URg%q/|f+/ˌ(@.3x̞TŊA .dZN B*a9K  D9&|% M;M4 4j%=YGCWvGc%j!8h1띯$G Ǖ5IH0x3)Q~~V7}ԓpsSNy/W rwUh f ?W5 @$RMl ^Le1ze*U͇ xurᗟN4>rnVT`]!U̳yZDG0;HǿHBExԇ*\X1eJao@kLUkWJR2|KPFl dOe@( =Nun8Z:Xr4V"GCUyXt`|Lh\ILn# nl wJJ*fTMcE]& |<Ⲭ-cՔLdj a7/ qb5S]CyKmRL9 :NtDqJzKRY1kqLg[}xƁ-A?4)&l]^ c![?#^!J>*[UXڟ*t`TjcϽ)FK5ccnY~BPg$,je#nfѷ06=13YR[OȈ"?,'41(OP9vMfq }b/Ê|?v=l4J}_n9NP`uxtәpx6 O.ܢdMMjR8j5>?+mCX8y8JPl-2Rx)ja9^śYI@yf J>*i= d= H. xݙ9Tv[t&z4*ulL2+;G63(f9aj6l*t|qQv1dFl4O\u{s孨mЧ5efTRr-ᣫ899hy%z6#e^Eif)D ^8l Z:$Cr%.neɃiSVVf.w-T"TYeyKL$ JKW L1jfT /fQ^pTë @]@Ŭ!ڍFZ&lWRu)1,D*Ϡezs7&0e}ϴ,c0l}w݈,(lUF[ygP^=Mg,>;5hqXJ>F[ѓ- HDA`bSѧb3S[;C6-ĻBOrr;#gtHX7 VH]nB ( DMm]2Hb}u& V V O%YFqSOE+K^u|rf`l`j`MYutEzG_I|a& ɗG}2Ў~grFIԣIo4AZ]*i7ES`Rs0B4`<3O(QS ce$h5)|?`se-DeϚKU"Cz r#VN_[-=b~ :eLptޥ\;>AZ@8ޏPm#} W&NN2NzܐEf¸7zi%~KTٌϵڿ,K"K M4aȖf yoLDV3+w\dBI̍O8c!hh XAQCFCWUu8Lj]~-N@dҤ@#0v7qx4'I4 k.1:Nf&ju|u-\3PSҪM9o)@(%w3KoҎԧyڳ]x-Vڈ}w1 rK>ݬF{tiC=ؚgx;G`4=]ZoWBpK^1|ӽܶ("ۥ(H0Z.|ޢEhgi`tǏڈ٤/oٕMO KAUɖuCQrvc /bt1]om#7\`p4 iFQzhs%MR$]gd{wV0xeR%},kOKI" K4Wj"^c;FW08=x]D_@s*NuͷYDOXLȖO7E<\sʭZ[5$=>y!@Bd(?71]??FSX*8{XdTuM~Z@\DB`T6yyRRr3:VE߿:~ܣ8wzaK -Pԉ~ʫG+mB6JGi%kD^OJo2sVOm覿_(ժdUmK|UH (Č{u.4.כ Jl?K{tw^޳@Ud"ZvoÒ:xɜC77#!,)lk:`~f[ QQ*@>q&ΈhFPK]yuQIz]D6vXwelM>id7{,ĎQgI$QDS9u?|rήcAiKIȦ MKCa_"~0)#i]j:/&>9dp遡CNyg^<(WZa"qyY IJ2YTkyܷÍtUCH?GKr8]c;S^1X@@B&| (1Ae u$3v&%{.\JK?gDM =(rw_EIN|u3G¡Ӥe~. PIt/qX 5ͩ9(GVbDdtq(S`}]E?U p1$֒,;џ4uImP9+Mk˚\ܺg LIJG^gTZ̝2T$>J9((*25*srCS;fϲ! vg@#ݹҌ7U(򱬻p90Ym- gSU|ͱ y~\{wc>HnrR_>|iW Il'2yT֧I=Q`!h-OZP=6NWiX "·-W@8Wd5~`ݓ\g"RhT\7tC"ȋ_|3s0p*Gdzє$m@zF}9cT[0[=߹ `Dpdj6C|]X5dΩê%ቷIM.PICAĻ?=/S[ظ鵞ԂlwJ T^ur(*ތci|6Txlw7,|FR`[AJN˝&*>`5h*ccU~)d[ (tlY= <)vl")p X=å~zc6/̐K[@)hI0b8jZ_:6|4TmQ{[7n5Cc _\9,"9&6E^ cYt& L7Fj:u(iTF w/7Kҡ7S|1r31( ގQ[[R_1Xu2Es/աh̄ϗo(0;fFAY3L0K^uI:d}7s^3H]V5 ir5f JY!j^ TCAkM X+x'+ϧL#r3~bp3:5*nt]5Gzݗ\h"՘0E#μ[/kd@/ oz„T׎)=0r$|J7-EzE1h-XB 'FhmZ[.a(o);ke%av Lﯪ[E!U3ne(J`}҈lC7gȴe03GL8<_?xDCojQEQCq^z̑F^z_I3 GKbͼT wsF+ufx-ұy!N\\IW @Ά+CDdp΂b }+2P^+0kv%DGzṳrZqF_otK!m-c]WM.q4/J`3B]vmRiAȨİK$B*rL3FNB|4<1*`Ѹy= X%,ewEYA"cwaC,uQ:Ȫd\HqƘRx[LCw}Ș¨0scQ 4Ρ^6ʺl 4vX K L3ӒL>"NEI2,)sJe"+۠P?y \Jf$>*1X” QZA0 ĔgbAeVLS6dh;`C.A:/D$|S(|!x# WW\7JH dEas#V@A8ڨwa+hT[-|2SYoZ4{ u}C_dd<ԅOrO/蓿QZ慑9ݲyCly@~Yߺ9F!s!txZ9p M6s^CJk]j2}x+>S x=s@qtW6@n&d߯%5Z]q왟\chu6ܑ C,^(koV.axɔxZ'3}wFOr, z\bN`"s=DЬN)B_#P4 xX&T!&߿$t4zbb4h)(ؽdzꖇ8]Ɣ]nӘC s,kJ<|K&!ɮ(Iq%kQBY3% @q/FFI#?ҏ19Qa~Ϸ}e=:'Þl.SI~S|Z )og֏EHFvn Wޥ49p|, `8]Ò0)W3BT p SUsPL+E3wx(8߿ƅC3uG녊Bo/ 2!adiAv`+h店,k1sm <П 5 hlfyӞNAU?YQ9 | ZՊhݵjנfH=rs6UPv?ѓ᮸B>RevMݚC/4nf2H) #rDuB(3g~`)Ӽ;GUwS~ooR0lge, Cۇf"J/j֛rWi q53Էyy$:zRBcR?eU%5#.>H,1F8yPeۢ^^IHRvHW Xz,EU:{v&j^jZ7%$ot]W9j3eҳ[<B PUUu96؃ }!k_$O$kI w5EF:Ъoox=cⷧ xp /;FƟU|'])X>Nl~:'Yڈ92kHh֥P,i~pgKʉ0/;s5P#*/9aN}u #c J__;B\,0 #NCew"-(:0r0^:lRDh4"cLJ.ܰ]I@bZʥ< ǒÍ6_00|,-B_Dmc("(KԍL:N\PNBуYf Vܒx=ą5R_Wywfz`Y8dЍy+sda\ῳV_eG1+aV(I6j{*}I` +:)-n.@ۛ<[]J h@1ITpI{nD?1o2)pSqC1b2W1~ KXu`Nv軃`` f"ޙ'+kl~ Z(Dj\DowؐADؒ9lpO+jhaA`,&[cY-q0֭ܧ7O&]0wiOF37m>x4E*Y ;ɠT@ l²Q]"&$4-ke}dn!~_>QN*ofҜދn^U+8N:yn@ O,CgA/1.۶:Go s;۾@̍Kq/B<5ì@m*i4X2 $4قvƆRvAѾHA~0\KD鍟@ؑDؕ4;.KXS%gTv2`+I#A@D]osSt|m{ 쑱gh*d!YG<7No우Lu& tѱrj5E=bi)\YgP>GJ1S^m~zB-L2ȂA-nH0pTw1:N"з)dgpsj?Nx>2.M1v ]MMmڕ.w꾐׻> ftvϾQoy&;? tgKC{B˔԰EX!hARP01Ayܸds >S kmzI*Ġej6Rn=olsžY&}B1NܶV6f'W*-C|Y< ;C:w)3= -dBĔH?5~zz߅"Pv8HBf*K~6|oCJ=K )ԍJ 64gNgw.$|K|}DWJ߃ R2Um9F|A?ՏxicGas8 㑗MYV,yx\"E!9dOOч|4%h@/8B wS:BTfmmsy`8!ɌWf [tvX*+3C厚T%wCOO:cU[rZ'5`4}[^w҃b쪌{ix`$k wED(Mkk̈HbZUo B=4wGvx߸B#I}c-f-vs-]+a(x*zӁr"ޯ s"tи"TG9_vMI8p0/n-|3}ґucy HC;}p#$ΜڀIJBț f.3x}4ڭ_ [X%+^*B ̨)l%g*JȅQMuճLY_ Y|s2ͭ:!0xsXzr1xY g3~^z%Neą83r>Ke"8IŰI|N(dу[D"ST! .4NԵVbS9`K݋ִIҁq]Zh p^v2_JFF1XrHi>c`bã9<LJ*?4l׿EQ2o쁸-p<>=U:rQl<h${kW4w1́/jb3ce(]GH^F;DXLr`2'-yp]0jIs\ʰhZCƎoʑzŭqOƨsnpTљQ_C(̎:&ZfФDs[]5g75O.Ϟ( ˘MuI:Dw?Z6VKWU}Y⧇ \^XX/QKfdC;zG y*aUf> #_>0rlf# AQ>Jڨ+e3f7Pԉ1ÒepӰ^/M0R^&"q;UXT 0b"b]WO!q`\&<LB9gQF9Tn[}bs|`0Y[Iagb[_ht ݏP澮j-;."Kq8T<9l#|{GYAP^`]EzU\{'޹oa4`'&~s.H t'N b|?>IáymEX#ߞP)(YIcy2߼(uNύdFRM Eo儮 fW.1Hԩ-P"p1@J\M OUUIIV KYTtoTY^_8'+isT'5Q\8XMݹN$HFI`S`7%-Z5/:[E jRbx.Cp{*NbUC;{σǜB]5kwjЁ׊=w$tE@$N]J˜ʃ!z"zB1N53% P>?ON;mgu;dIyH2mEVL.2*`nߣi` ~mTO?8p1aͿQR|wbpŤ'z+\-WGv%>Ѐ+4alN_TMDtYmU*֙"]-OἭ<7ps[CSj˻q?%J̓W xkvf\#2?;m d*}pn uU j_ X@]<,i1&,<+unVڟρKZdx\~;_-GoHe0fYg݇Uv[Σ<{HeF2I: 1Q" ISʡ=eSmہM>?Ebti!Fi#Hruh z5=`µ-y4E;yOP4<^ \(Jds+`za vHH,ZNOjOɿz=Ӫ +tB|A%mh"|2K?F"UIqmX& I^A9JUPU t7_43m]`A2*WpO4|(4oL 9fGK_LZ[ sv\%=6qjFm8c{sRZ/fsD)x>KJ6Iy5cB=yeHRsw.S}аh;s.ǏfNv,cKa 䑒1()oweWD#T}_.+tNlQ@=vΐ@ɢY(i Ш='AJ2kN" rfiLG;DSڞH-5[VKކ9YT>b2K1Tǰccn54}xRŕhA|8ֽ |wۑn6C=m'6c; o^zr7Kpp1 u0z,|v[*UYz >Xx @[UR& Lriq5J#raE[*dN5Hf>؛m@K츮J+Lp>;t˅E(Hy:ܳ-td1cYRPҚ;im!!~ua{DΣvk]N_]nQ)#X ^W}ZB"2 pec3}P^Vɫ=t&!tX:g\F_Ø!FU`}ݧL^Prb}=dWZ48O%,t+X/:r}IhStm.TFCb#NG&1ˏ<Ig<>zg3SGgDU#Un2 ;\f!(zefe2NXi7 KSz+ ގrUȘ Lv0A:d*;FL\/pHYUgEoZ+$&wx)xv/vQm,JpW>fY"R`Š!Z5JP|%*!Blf^ߨ=8v0e-ײ8Hl;Q*|4]5ЪX5=A@UT$-Ώ$W֯*.1ǻv$?Q%lniUz]84Å2*ͳ 7:`'&8 a_OG YEeo{ٲKK9h2|Vx [| ?7lkfʻ:7&ƥ&SR1>#fKC1ͰB#62OoG"A}?:7A#nPI-/Ea( Wy\ ta%Ygp' sf٠']P$9ߧkt';S$FJb_&K˶IP)}DcSAf]e,d9m?4l6}|rJ=${Bl/ռXAPSkTYdG!t℉l n ]$eH,8ЫCZV#W{o⿐K0$p[6ZHn$NH(eVͦw_ T3Zԣfg;+#sTjۡK;+{B?پ'#. Yhԉنc ĝ@A/ر{B(]2'kH&ױPu%d9 ]0\2[}@cD`iٗĖ>[-'J:!.Z\)=fn*@}t4$f0yWxڲSN}7o .szCp;. 5~8z~r+sK|AYDK~J6!3-؅6*y$EQd ر@/{zD8j4.(мiؚ8ȝ6bXկx1Ly6B-O2} Z~+Bů\%ޠ)J3H5;$0q|Lu@x d1$o7wlpP6Ns+cɫ7Rgw@gz/_^NT9>]D5halqb;}-ij^2Pcv)NW {04_vl]X:W5 tUD p0lTlz}$K zYW 4n|~hj1PqJ Vꇞ\ք>c- »lXC;]G eFcfijKt!*X['ˈ $E< ?,"73)TI 4`k֟hs{*k LJ0˨9.j5 be5ܚ B,ub6Q.|KWH>v[HvO4AB=j˕H#DMLi!=4(3~$ܼ+qaR_~Crؐi:UV)аRP MDRplGl0Ev Rl1qtsuN+Œwso'Aq33 ml0ŅNɃf~ItY|+A:gvJkXAKƒ3 !o 6arN,VP.i  Ehjd; ]!rFO> 'uxi74Jiʙ6k 7+p-NC_xH2ԋHm>l)aĸ"i*v)Q  ּPeͺ]ـ%+4K:3ZdVyR:ȯ12%?|?PA⡗i I;N?Y@pn\X{J͞擆$y06p?)㳿v}6mWiWGjќFlo~F{1 ~9N\y89)\QM}ۻ;j`jjl`x{K|327+'p3f)u:F-mKr&LxZwd"r&:I9Ky~Yw[׾u)K [h`¶g{ٓgMϔ/ {ַ?-8ϧ[9@:IHCdŭYC- w&tO˹L #d҅WBϱʚ $^GAx 1@ ^LZ ,B 6̌i0Y/NUvwlCAg7_G@4OY.ou#]@LS_{7L]PeOlw&mt >DKW-xw) y4evB$;ّrata*و0th& ICu-Шtv%uof"|M.ڞ]Br&3)oH-ʥ1k+7ֿ?v xvoHdi Ћ_2H0REpG1d0XSny})R}d!u~/ #=Ş:l54+2f26^414 at,43ڃTKuP?iGґ`)ޙ/fR9ldd!J rTt?[Q+mJː NsDT$fT:zpq]3ShTGFC"JR@l _)LeDt;FX[j k{{6F@fٍd)\r3$ I($`뭉($jtt4睙`h! BONVrZ lʀrJ \e:,n_g)* U*6,Bo1-z_X'ヲT&?MkƢ)Kޅ?\2~eP-3IȌTJĕ;0?uYE:͔?@= 툀F@&Rms\Tׇ8a;3U?vod ϓ]"Iz5Ee11SK6?ڀPwYa>)W Fy!N-! )å{Ym!NR +\FJ|=ߍCA8A5XQ =;xN_#EyK@w1EChwZt&ЯL^) 4fWwŨʢ5:\,P=^ai+Fg?G һBZ'6E^CHha fQm.kO0IVVxn)KtXڋl2 1 RLKy:6)C nׁ*xΊHV9쑇-\lCi8 0\v( gp]TTͿ(Äa[ j#@Xa,+rʶ UnF9X?f 5*rsss)zBQ'>wƤO=QТ/箭jcسU)FeK]/'W=B!f.@cKU7>&,D\ÈҢDgayD|!U`Ds{Oabţ:몤09L1RD c ZwIT 9ChW5AlPrfOywS/D.lO7K; RV$)9Rr.6ê{*6G+)ۀc˔|j:†]x7rY$:O3'6Zu="ҁJBZw|t7EI8#j-3Bפ n@Er FݶvuPUyvE8o .6Zj e,%1!>#x0 :B z9_: ӻpaNc,GFH2ZP<Y WkH~!#^rB{p/GndTe!\qriܪj>$ s"eaAt5&CVx,UI ZѰFc\cl_#tSv#9 I^Y;0^jĢ[y)WY @]#\ObsdBn]IܥIku^wvBb]i?"&* ?#kq^:<aul8Iˉ\0Qc$50ǖԜ9ϓ"Ȅ.rR `A|79;VQ)ZѝqۨÁ\g6pYaR?wŬdiP<4 kE4R0v<2iS+M62=z釧P;P2KƓK.b>.a%onۥlQܔ()Rm?͵-B;=!¤vp9A-F L F < z,>Aèlm2)u+r*ejS ˠ0y~8*+>u-J,ޅ\/u)K۫5!LU1z+j,)K quWn\J%:A*KnO9~DR(h`lqq2IR@3oU[Q'Rt $às׹+XU DMFR;=C?K#ˉz15{kSbDY}ЉU _Z.&- /g~'v$L6Le~Yk&}Zvc܊EJ#d-];&41V2cz\:w[.txD^qo*h2Q tTf4e@ɚ.qm%, YW~Ycd_ͦW9pIU P!HKX}y8'|ώ M1~=*yAZqxM(wcW˙8z9(/~d[>}'p6&q~9,lT@OVjvaX n㾆qDĮt*dڄ`KC4Q0쎕ź,2)T`_Q\o}0vf=G_sjecmPuGb D|Nuf\fXvpNibn? qe"I >8S5>sCDrw;|܌c"UR7&ҾsAz!kSoRyOE\ղ>GŸ 5uve>ou]_FG#Kjzi*6dldGy I"3֒?V?7~{:wt[vTy%aW,d> N!DZ>4|+}C :*BVZSoԲYp+wFml)}A" ]^E!-".L0ėU oP_Mӷ /),OA'21u׈bw|Olj؏"ngıTTvQ-i5 }il S&7b:q}X1} !,h٦rAu.}lT2 "}<%ؔIsQ=$̼zme.B 4`YU6iлG3xH (~ +'NWwHX[Qyn\&WOrsQe >i.ӟUQ3U.T\S=Iڗ\?KbVS̾yLn.fg=mЀhљ1}w[~ [C;Β7ffi g ,,|sf4VT5B,a;@ p !.r#\ HڻŃ*T aaZ 0hȦQa9 $~Bɪ` 逨%/?_PIӁ`f,Bh@$TWBVi6bj\KddhQ-7t>zW2|x_.G񨮝2 re GN\]h!F8D['flV>bǓ³{7#o`V͊Z)eGP0޴ĔOOhg5 ڬ=4d/6gRtU(ylGdf[iMm#R,Cިa=|7\E Q!$+??ev~]sfAօNbYʮ2v&^Y6XoIװdz f~Y^JfeoN4]Jidth 5t@ r9WE]]IFV"" /%k>4T"75 ?l}D)o5ky١!`+\CF H"cHkq6O_44 (.3MU}2!3_Ƅ%O߄mD/Ns眇\ d [)ڳ36W&ě'%b: <0'f-?gmgC, mP&0%-@omQW2)F,20jvn e/-S #Rtu6A05ɘ @B:ʻ\I$Llr<>M^(l˪;$s9RH$A%NG18^x-klC}s,;[=t|#؁k^9d %W!_L%c'ez߱^jj$uVL>l3?;؁)~XG vAB2!es) mcԆ%㋗. b0N@<צ[ߚ1J^V5wBϐHJ"[ppD5ҫK2? \=me\IVdQ*J4zKZA ˴ᤍ{ 25 "Wey^،Ol$2e< ǫ8KD,sHYքpɘ eqkv2Ȳ(;scx'M{c$JL[:3>NǀXVt /BmG\?bm]Uup<.Ddg!xʱ0>1mWi6ժ‡f[[[BG1ua DjLv@rV#fl?H(|2Ǹ0q,h|E=̗n9')#sM!z :7|/~R XcМQA> -Qɹ& c!AmK룎eعmwdN{p 37M~ŅdT&x?{Rgs]ӇVݵW% l$4].i]S!Gtn$Mqյ%^89^xK-`#߻;AHr%lƒ]lؚzT*[*u C pkiq'xkͧVuKyaWoIEsr*O,?o6NY$ {dW|se_R%6صVngr=m$d4;57oeSt7\gB]Ll seֶ&oV\'sQ|@'+{.^ǜ];!W+,֪n lgu _fOdd(M<2 ;-ZctWC >.aG͚ɱO"y'6gwr3]s޿HdgVq`uEڠEwchSVӳ|~2$; pzb*a07"r֐'9CW a@J9F [r(kg[@ u ʝ*=!ݾC`2c4}lR&iZʄ4/©( O]!'v\C{E@-Om{ ؙi怙PHfߢi"}| ;NelTosQ>19rzc'lsaab7 ^'EVz"y3=Rý0 g~;1I,qK({ 4W"w1I:_!nKF7°DPIPI]^(S!j>یܿeqt!STvR"C՞RPFl<7S@+\|7p$[!L;DljrvNŁܗ(oBu e7JAF:G->Q@7DUH8+F [Dci 46ǞF{Q`SN|"yu[fcE$:/#qpC?Z֗; t,oXzGWU4YBnSƬeSz~#`iAs*8ڛ}-Rb*] Tc#Qm-l~ qJ-rӏ 8_Á@χQVN&A>a9skX$=A Z!lͿ'=,^]9DGUΩp-$蚍X2=] ÖF \ºaD^nJ؀,oR xF T 4isVl$FmT`By\Xa<1cv g&DsEvG8YTK=O,qYAס+8we*;Dˑ}z<%-s)*6*Ni*snYz5Cim/c;򱶹̚}"#UKk25d^#Tz6|ƆJ Kz^Vdp-l@>N_0oe!pLKw+rP Y7RHo\+(IgBևJ+ŔԬOğKRiNUKAZEl(@Չ-ϱT"1!ay1sfX.ѫaDر8p<[l0$t ^薾Qm*ɣP0rhP3C7B.fV%fl__5)\~ޣG$rAl*F㞄ka%.Cq b_:].~Ե)"ˑJ 0Π1u͛׃Kk(`,i UeAу9`{z!c*p?2ހR8`^[_I{-ɢ/VbdVb&6@䢫ݵs4(T`yD`ܫ1j*i${Q<Ȁ2F|ҦMɇ8gَ32aIfSӼ6O|%K2_& $I4MS1':ufYIRI#XQG\JQc5`̪ͳ b?G(ED;W@y(1έOټܔLR;Bq,'vQY=Sn$ _h*y;o]=lQ ML M֞~o2^QʮKr j<ːC|A i#trz$*=apP?ҍwerQjPjgs?'Jf֟#R - 6&5VY *%ktݾ&BAߠoBe7d w/r&PIYn&v& ~ۀ EVjCD`WBڄ C,co<1dw&.fw.Jd 3SrSk BM(h!L%)< yܘaB*Եs75 `|/[Q#7?}㝰MESekÕC,VH3#+AS( hh}lI(W]en u_G0iR{lr"XvJSi gb f!qL.';)E(ϵHcrϙ&TklޡVBnX}zGr\Jqv}g@`v |h8oM;j,15մ{ߝh+wpL>Q+@jz'}+U?!;Y]1~ +^cG}j?|!RquR2y 2s&;c RLXò3A^m`tWN'Y%TI|m=!+S2DrHtj$,$`$L0j@jSG f]4 t U~@IԼ$(8ٙiW߁(?Ͻ+./Q %C}<=OHsd/&j͗HXg h5ΜҩC`0h^ۯiYJNUܜ+ az#8 c]"#yĽŲi"Pzv^\V(uqoqE.:Ț"]+E4@nXPz9mS׌z䴑j=Ud5#L@/iu B~k1(lȤ\C5r?*ОlM{RvD@((HU8i۰p?kY)sd8%If0Iv.c%H^fG}˖HOrP@˷G<=`r%kZ58b":^f̿BǛl pκ BѬ`15V?w7/*U_ͼ:u-zqIj`35@2L:fA]Du^T# .ko B`FBEC5'G<ݣSz鹕&bjAMtwd2v}9g^GR(;MJvʫI>Dҳڌ0[āvl2擑CpR.Sq._4CYAe#ycU5"gNJꜞ />K MPy@v3'r#77}bnbK~JH Ft딺g\6F L}DtZ @AXgKm5}o#RS [ ee4)ĥ ̞a:RCGh^>M;i;hw˗8'rj. Pm30f$|NeMNPށ: RlyQz"-\c*ŧ׉04uF{qh..=TtMd"Ujȳ6ZXW.=k2´O9=a=LEM~ |P#B%aծ&5DƤ0(waȔ,m{2FExYsAVXB}dب5T@3D7 ^~nCWO 8l"IG|g/?/Km#İs8tWsPiJIJ̲E5/i%^gu0\^(=uYGt ])}oZjA`䰷̧*`ظ-8|ݵέf¼{ZnZ.%*bGic#U1Sǽ 7F ՗4[/eRS ߺw$Gn01S:7XJj7aLi  %;:#0շ]̖U}]3-/BrV0c<wn)x뵏H(=:,L^ ŭ##dx7PO=FX`$6Mso /FWLXXg; }`J*,"~-u$]p ΢AmXD/Pܐ6x8/=XE*&",xq0V/ yPfbfX7E=OOG݌<]HrbDeeʇ@DŧQdn|᳌0ۊ(Q3Afʖ:3GxY3lpTWS+ai :߄Xu4H {*iSZ%^$OIq3Cu +Xes(Ym c@@bN6:*G.~PT@P[O7j/9eCi 7E6hjO@ZmpHwPC ~9V[$U& mW _UzY՟XANˀ5z&o`}P  6m$<~fGH9ef}@?ӣX+ arޏnv,4n|CφNIE꙯XN'}~kB `kaѳ$A9N)cuB+IpVna8&o0/]b&9PuOlk,( aΰV\ĢK L%_P|6 N*"ZVhJҮªf@ Km˰򼺞f)('9Q9^#NQN^s ) Vy/#^=W*ή:wo8]