yast2-installation-3.2.47-1.1>t  DH`pYV}/=„eMK$ӦOJ0tZ giTN)67K˘uT B3uzG oum5RecMr߾S>NPːNdqVR+^o2tz2]6i|w{-y0Ĉ}Z-k6Yp6zuN8PH=/Lӂ44qz)ar^ȟlw S^.|p¦+OvSQ%{c4BLdceae1ebae0b8e6236f4565ca5793af17fba094aYV}/=„Kx1:_K\UZ [%g|(At1-tB, xOJ;GPb^f eMsKrd?rTd  ;x|  sL x      !  A;  BH Ft K PQ U4U#V #W#X<XXX(X8X9`4:k=>>>?>@>B>&F>CG>X HB IF XGYGZG[G\G ]L  ^_bbccdcecfclcud vh<wi  xmL yqxzqqr4r<Cyast2-installation3.2.471.1YaST2 - Installation PartsSystem installation code as present on installation media.YVrcumulus2 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 if [ "$FIRST_ARG" -gt 1 ]; then for service in YaST2-Second-Stage.service YaST2-Firstboot.service ; do if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-yast2-installation-update-$service-new-in-upgrade" fi done fi for service in YaST2-Second-Stage.service YaST2-Firstboot.service ; do sysv_service="${service%.*}" if [ ! -e "/var/lib/systemd/migrated/$sysv_service" ]; then services_to_migrate="$services_to_migrate $sysv_service" fi done if [ -n "$services_to_migrate" -a -x /usr/sbin/systemd-sysv-convert ]; then /usr/sbin/systemd-sysv-convert --save $services_to_migrate || : fi 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 || : for service in YaST2-Second-Stage.service YaST2-Firstboot.service ; do sysv_service="${service%.*}" if [ ! -e "/var/lib/systemd/migrated/$sysv_service" ]; then services_to_migrate="$services_to_migrate $sysv_service" touch "/var/lib/systemd/migrated/$sysv_service" || : fi done if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ -n "$services_to_migrate" ]; then if [ -x /usr/sbin/systemd-sysv-convert ]; then /usr/sbin/systemd-sysv-convert --apply $services_to_migrate || : fi elif [ "$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 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 <@ * z\^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:$EYnS\h|FA큤AAA큤AA큤A큤A큤A큤A큤A큤A큤A큤큤A큤A큤A큤A큤A큤A큤AA큤A큤AAYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVhYVjYVhYVjYVjYVjYVhYVhYVhYVhYVhYVhYVh7e766b5c9dff7308d5e67bdcf7f2df3f473b4cfd87011e6f1dc867cc88d09772e49d02b7a5dc4b3251cb480406950bbbb04fc75d9ef5ebb4e779d559a5e29e828baefeb59e3c074eeb5438c1b1d2d151301f628049137b4676dd9b6a3531bf78f0a316b6e950937f9185067babe61367f991462542fc57e53ba349b87a6bffe2ad72a77df5e6d2a6b6fd7af41f16d2e84344c7ab000b08b8ac63f4cef698f20eb261a31b1083da4a009685e01f2a780ffd434200969a2c345ce686cf6bbb2a473fc603d998c48cf2a59fcc53f2fcb47ebc24edb3c26391a917355db97dec7a9ed5a73db609d180ef207cb32e8732d3b19561f71d253b94197650f6f825d143da1bad7576093b471511f8a55aff9c3a8e7af5da266d09d49c50e28417fdd6792f9794171c36b5051eb91c44946761da86e27ec9bcfa097ed86ee4d74267a393893c4daefc51c2b30c16c184b7a5920fc0f18ff7c7c4d7583ebbc61dd8e64c68906cb833028eab5035ba1f4d5452efa62118cd21619a8f2ca26f12878cbcb39105144bc93da75aeb2b0cf6f7220d3a0a8663db0e3214f09ed1dcde29b208f02725719043dd4cb6eec3190ef24b81740c6c3eadacede3f65c70b9ef1a1dbc05656013416182f8731b4ebce369580a4be536968082828f8d956cc53a6cf59a14f54aa14ba98a6fbed5797722500041fa4f1a643cddf05e21f07bb3a17d56c918664fbb971d833dfc7e6d9878aeb9d9ee5bebe87cfc4d0e752fc816693cbfda32cada6215b37619ce548023a8a04ce78ca8b57bf6ae476ba97e69b0d5448e6555f68338e4f009eea5d0305aad9d1ccf064f51bf9fd64ef8482839960e2ad00c713f5a085a80221de1476f5ae85e0723960973a90e8952b89ae023e13a5e057e979c3bdcebb9c63bcdae8fc0087e9f1559474f9db010da72528fea95fe69be72752e03e0381a2b2c1a5c5b5906ed63d8d829ecf02029a3f852bd34ac791153e0d71cec3080101178d2a4ec852a07167891c6622da5acf900ebd3b6fb0ebb9a4faa1da69d853af4e94aaf7d2c8e9a3ba200957204cccd7beba3e5dbd9dbee6b9ee05e0f99fe60603ef1e353a23b6062da48a6502085a269d29cffbb871dc6c4b20bc1a0e6c0eb9e5bcdaee37c866da581b2a3472503124b230cb63ed21454e5aebc19df02e8d3065b0930f9b92ac922dafd31c11dee22ca99913e643bc1041a8dfa72be2247000814b06ac22dfe7040ac53d59da2cf851a89e55d36b8616d69ddaebee52348ddf81e7363783fdea51fbf1f3823ef299467b5ddb51019a074fd9a192ff59e3b0d37b833bf7babfbed62816ba27777b0f8fe1c5b7b6d96fe81a3d2f7768e0201c2b8e53d5c70260835b9e1f022bf8de131d1600bea5d4a5d509af8f03fa00ecfd22c3942d182766dcacd45f49680be3054053efca39e09ac354c8008983fd2856abad2833a5e855ed360c577cb91bac883e7a8b2e656c0efb5d19fdef3b4e8b0a3a1ab5b08bed25d2df977f225be46039c97a1553328fcfdb04d539a5b63ecb2438a73b0824c2ac157dbd78533d707c4efff0a7042d5dca7f862774ea47cdd88a48f7d432894b1e69a687391cbb3730693aebd179306e66743db9333e93877a08624b79e150be6ac0e69f3decc575d20d92c1882bb6c14ce5189d6d8d266bb53cebc6364e8f00012904465edb039c21544a4658ad6197c181196a4839875de9a194357f087d78f26751d1f30ef292dbbb51a7861d692cc1fe0d364294c127969475d393a76b57d24c45085ed61ea78b005c05e44fd4906aeff66162bd8c6022b6f1c2e89a98d3789b131c4e134bb2d8de92595921346e72ff6ccd9b2d13ddc4067f93a1e3f57243366e3fdf7a1df1adf7e50ffe0121b7075bf57c5cd59019d0999ff8ab77dc2ed2b416efb4bf85b4876e5d7f8cba2c86e6649b8cb20b6bb90334d12b7371aa839efcc8ff671d0d459b4665021779152711da21ab2a72a39aa8d804c4ee8643a6177c4dcd10c5e4bc863680ce24ddb8a171389db20f1a816b8ff5378dc3032c01b1f4fd4df38c47f3df84a916e68f41c49120ac54fefb1536161949bce677d3dcdbe1956b2fb35414a4794fe7ceb5d0e3c7f34741f84983b64bc00b4ce944eeb920c13c26b4c0183a47906f99195aad5c6c5223e8c9c8d29df00c1363202c2d57df211be468b7e27d9e4a9a1257d2e566354e014c6986ce0290283d64e62c88ab69e9e58f95c3661165c8430802b8c19e772fb021b7decbd2995f8d559fef283e3225207808c64529aee7800ae48b3f8cc6bc71ae1b6b3c5123089992396ae6293d190256397df14d701300f2671955bb5a54b742be87fdb3c7cc992fc33d918d05cff7bdf3bb92edb6f1a4ab073ec369f674fd152b63b1f645851322a4da7cf9328616fb3f3e664f5617c6c314884276020535b2ed2140dc9ee88e154b99ca596072206293f609ab2425ea55d61e95c0d5eae383b5180cf2995f39c8542577d2a32a3962880645129d2d0836cfde45bd9d5682e85187d5a576b63345c76ffea463305483903daa0d32b12d195867199b051b0bea60e8287a9f406364ba0e01b3985334cbfe11316c0c36df7f1b3bb8a60ca3784ac25310b5fdb5d67f7abe41bbcc6ff92e701fe58d562036c2011118e1c6f8fc48c96fa20a6e4ae7736f5e960cf6eeab7d214caa3be1df92d46bd300949af5de554f7036b8cd411b8f9b3791ecb9f709be7b79d1538c8fbf1b0c296d7e04cc44703db551ba476b2917097b9fef64044a51071a97ea6dd6aa873dc47611f2cc6aebc2b634f3f10e2d8573df4aa58a10e5b0177d3f1af89896ef67f2a9e2d2cf87835f455ba53b667ef0c9c58115a669a24b4abea0c36f2df3701903e79fb56145927aabcf4a60e02d83b171112e3b0f396183336c3c564ed3df0b2a31aa1347b453741be0e0f26366b568c9dd43c8a017a30365fbdfd38611943e4c3d66fb4c38394fcacda6b08d6fb6c0b7660b5596729f27ef42f6af9c0598f4eca4cdfb08c9b8d8dcdc10bb89f0ca530645cf8f9a89a9fc18a0724c5d01690c99789ffa6910b930636e9c14903f37f652dfac04323ccbc2fa74008f9233910e9fe53049d49cf219a1d6b0b6fc876dfe85c071a8636b34898b059ce5e865bbd9126486c1f7f1838961ee06bc0cb8718305487b43a1e5e20617a04bf3efb08a0afc44c966153f7b0be0cf8538ee40853e216b048d0f7537081950bf698cf4f38046217192fe48d127ab099d138c72a675023fea3543f7dbb80c617a581ede8ca8275408eba4f2f106d5f8fa19ae6bb04926b64ecec57fd1bf88721328e1c823faeb3fc87c8dbbca82691958675d2c052442b21745cab3fd974c94d437fa8a012ee88ab4cf30654e5aef5525fc3ea599afd289503783d2661bdc5caad216f0c598cebc6ebcdc5d529caa2c3870aaed8bc0007599cccc1f0bf2a2eb80d2795e4657c50a032b0cbdd6d9c0cf3f05321c81c09d5cbf69417613260d5398a761f4b54b203ed55ab37a9afa4b7cc5d3b4b0347a25063dcfbf2a2ecab3a50654bad10613914f9a15994e1d69bc30b8cb788fdd1bd959b2cb2a8d0ef3661dedf5361ed72c7079ffa921c353fdb81b7b5f3ffbbf1d0cbe53a703d4140d4a6cb3bf26b04eacc57ed16be912636f4b609943a84befba3d6674f1612386c836467fb5e44cf5fe4d9c53c65dcfe11d7f0205e413d8fb21ac0ae0662f75ad9fd4f0617d3fe3b39eb16534469ad743596b8d7f2a4c3a539c9139d995dbed248cc4893698a7df4e21c270b0bd5b40b1ed9642a36aedfa16ede7818a3b74f3d91919de855efa0e3f143f685f0d2da2497d895f9139514e82d7bedc3f8f39fdad2a188ce8f7051727cf73554e1a9f17dac1a1ac31ae72b2cfe7ab72b45bec9787568b117e57fb91e14405dcf552a8e0509ef9cb1dc5f098b90c7853644e5152e9c86a623653204621b58970c644046dd4aea9905ccf3eab53d6efd36a8e6475878b4ab773bd91178ded141a193b236389f48707e48c4fd8359baa0fb62bac7283399bc940835c585289384b7b3a7e52c2bf3df24c5c3f3997d79ea333e5f2f6b409a668d1a4e352a715d6ace31a0866b5f3d233ab7024f669e32c0abf6f484142e59293daed734ec1b5f5d22f42295739e3238edf507ef721ef466ec0db7e78512e8ecc786e7eb4c52fa2e2f3f09849fd8d91e426443461d0fbad7b910bc25e579de2c5b31e2aec8f5cd801c83fc9b73dbf4947f5cb3ee0ea629a6158948de2ecdaacc8d324a24416f62c39e83308b1b296cc4c3421b2be22e8d6c87a0ca25045e7d8ec57ffdbb66736af02cadaaad4f9d3e31b9e6c0ea80e0c24bf03d5a2e1f1cfbad0a7e9d0065d15858415a944efd28c905d4d23fa5fc569e6786640dfe38e0f948b3f98089b8c43415a0a1b641b7b3c27827a8e82b44e7b351074a6bdfdbc7f29018cdea6f8d4130dcb8be4764084225ee95fb3cb1c2d69d97f58e4496ea1cff0a2e264f19cadf7dd43d5e7281fa21998fe3d0b553af4c3dab5add6f91dfbef9bfa2ce21a4a44a6a47db698b5febb36d5fbdb656b4ed21f4d18b35a122bca019997fcbf8dc50c61db633e3681172a2a3bdc4c4eb0cb3ecb75cf9d95c33a9d85430338ee8d6be5bc1a69c13b2c5eafb76a7eef92721f55be2f4db5d73b1e2fa3e0ca8ea45328f5270af83bc9b6e5911729ed0ac1ecce40d57007ea20ba2e467cbf0f64298e5b812b6cb1d7cdbf40bf3bc590897cb4aab5872e835b954cfe0a38c429d1b1c4d4aba237c47b37dbf8c1cdb163db8db60ad869be568049ccfb8004f7a56b9e7cce2838c0ddf223d942b42c581ef70a3aab6e234a8d8ae1c084c84f2928e180c8401645e50f720cf8fad5fa75e4cc383e3239e2333d6fb763cfed74966673a9a5b634d98675c30999aaa38d66e05b8db60ad869be568049ccfb8004f7a56e300e365964b98657e60f61c26ae02a4eadd7271f08ea3ccc570e7426aa4d3e8f8fab803746cde1d9c5f34345d9cf82e568464459ab19cc45a07d9edaeaa632c68c3cdd4f409000633860f32a52c57ddde2ad509d99d44055582e1942b760de355b4c610f9ac5370aaa5a4c8d01bcdd89fe2ec7e05ad566294117a311aa7aa260d55ed645376c7f68b57665b9a3df36bb60a24334938268146140e8445bb97c3764f464b93975d793ddc0c635d3536fc004780618e012d1f917c468bf45072d4012ace2c76aa076ff974e5272e7e0fdd0224fa8a4d239e3a99ee6364d5bbb981172310c6130382bed7d22496c965572ca170246e3458e75de286bb34dc70494f613eae2203fb638089a973f9e1561e932a9a398f0dd8eca2779dd11fe0145ad64064c5f4035868e251fb686417796c4bc4b10478bbc869b5f1cf44861c6b1f1aeb974e42240afe6820764565919a4c4ab234ee4d69f5fce4486a80fdaf4a4263cefc4d03109ee608bf03f405e5b45a629ff52e8c695099a4de8ad19ff8a68784rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootyast2-installation-3.2.47-1.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.2YTYTYGY0Y.@Y.@Y, @Y"Y]YYXX@X@XXXXX~@X,X@XƉXCX@XO@XO@XBX@X@XpXX6@X6@XX@X@XX~@X|X|Xn5@XQ4@XGX43@X.@X-X)@X%X%X2@X@XWw@Ww@W@VɦV`Vy;@VwVjV^@VV@VUV<@V@V @UU6@UUXŬUUĝUU(U4@U@U@U3@U3@Ua@UmUg@U\w@U:0@U4@U/@U/@UUUF@T-@TTD@TԬT Tи@T T}T,@T,@TTTTT5TLTuTeTXTWn@TSyTR(@TwTT@SSS@S@S%@SSj@Sj@S;@S@S@SR@SSi@SS@SESQ@SSSS@S-S@S@S@SS!@SS|@SuSuSuSsZSr @Sr @Sl@Sl@S`SZN@SZN@SXSW@SM@SM@SKSKSG@SFSFSE6@S>S=M@S;S8@S0@S0@S)S"@S"@S!S L@S@SSc@S@SnS(S(S(S @S S S S?S?SSSK@SRb@RRR@RRR@R>R>RRJ@RURa@Ra@Ra@R@R=R1@R@RSR@RjRjR@R@RRRv@R0@R@RRR@R@RR{RrF@Ro@RkRj]@Rg@RfhR].@RVREs@REs@RD!R%@RR6R@QQB@Q@QMQ@QY@Qޞ@QcQɆ@Q@@Q@QyQ(@QJQQQu&@QnQU@Q@j@Q4QPP@P@PPPO@PPP@PP{@P@OjOG@OROiOF@O[@Oz@O`@O;@O3@O1@OO O O?@ONNσ@NåNN@N0NNN$@N/NNNi@N|tN|tNqNf @N^"@N[@NEN;@N;@N:N:N:N98@N98@N7N6@N)f@N7@N e@M)M)M@M@M@MM2@Mk@M] MQ0@M8#M6@M6@M'@M%Lr@L{LGK@KEKKK"@KKKK,K,K8@KKqK{@Ky7@KqN@KqN@KhKf@KY@KPXKEK"4@K@K@K@K@KK K3@JlJJ`@ĴĴJęJJ_@J0@JJ@J@J#J@JQJ Jq@Jq@JB@J?r@J0J,@JJMJ I@IcII4I@@Iд@I̿I3I@I?@IV@jreidinger@suse.comjreidinger@suse.comlslezak@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- 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- 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-doccumulus2 1498843250  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~   3.2.47-1.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/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Leap:42.3/standard/e5a3eaf3134fc86cf3ce85a01f435ac8-yast2-installationcpiolzma5noarch-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 textPascal source, ASCII text RRRRRRRRRRRRRRRRRRRRRPP"q %D;7Hyast2-online-updateyast2-firewallrelease-notescurlyast2-updateyast2-add-on?P] crt:bLL&fiU,!`%10:W-q~ 9*ldm~MbmwCA"zZɞGE0)sk6P JBsthVlK+-L}+UST!M㪅LxnXOQ6.TYmCK;{.e_ivz,lٝ.BЮ i)|`荒q  3DN%AXas]BP]>){ tr99$5; Ƽ5) cTL=<6iQ<0n+&dt|0uıx<*vO_JUCq/BX.[h<^ 0R$))rι(Lj_N--_y;A\<ڮ+b-l1 Ԏsˠob7-![EUiT GNl9F@T)<k{o>7cr䷪KκeK s/J=P@"f[+XJoOc~ҐS$ND[~x5bԘ@Gx))NiDǦ=#6y5uEnƕs; H Gy -rF7IEf!!Ōa y\|ae(17?Qt*P̝tnTQUO]T,??^~/p(jkkEu8QOHTng~A$JKݻddu)؏Me ]eXQru񖢋4E? EP{ (VzlI__2p7e ARb4y`R-fKrV0ɻQ,ښ REu ڜ}- 65t<W#eA#:ϵゝ'[&xhL~?Y!z ! ;Cد*ȈX#F;eKm_E>|LL#jCؽC1zByyA 96Kjgԟd ŅЦ)Q;b:P|r-v# AvermD%ޭ D 77EY/egG=g\n4\&;"WU6!LFYo8T3}bIpFg0.6 < [񎙙{bShfț ERp6O*}y5ܒ OwUUJPjz/n I}=mË7)e"BV9BL[ֺL1Qň.EDc 3c fT31]@w蝀=Mj@ `x#" fsTZpoAxPPMSBlRv'>JLdyo6t)cP@"ہs!@s4yȻ8$2>$E/;.*iAexZzsuwRg~f 4<9%RUFbVo,P'e04 u^ߟwX1Єʻс=;Oٮ+%ENJgEp_d*Hs%{yTFv c,G+K矢"}]„qr鼰R?j'ѦL'L.剙T#{^FewXQE"Cd>M)2 ?ֆs.u1m-lw<Li3pz@;w|F;}qANcZ:>Ws7OIf} !mބ'k]m/Iy2b܄/BMngĩmr֦^+z88?Fo+zY{w{CȠ@\ '|캂M5n=A=Ai˚H\?-jR1c/f m_jlk;4HQ}f"AL ?9[Sm~qy5GUgQ3AR872^jZA$8 Hq-q;:~ *#M'`2[*~u=JzC1IchUvBsGF2[$\OŴhdpܪ\tCH*؜W5D~J-Wm r0[3dH`?3O+ Z7}- p #q ŸEeT[ف)r눕 Yk+atJ]INlRMGT,)]uCީu={'^=7Mtl6Rw. Q)mZksE9zd=n)MSyyAK@ˆ3Z"R׋@!od%Ҁ'Tft,z\4 .Ar-F7|WZR$[P^1հhɊU`{DaOF29b `N"B~~t_?9{NnF J& ڒL`%1!0Q3*]>$N\S,x vL'G}gijŹeV[ކCm5C3gMa,@־Zͣ, m&h<9w1d>4 2F+A?_ =z5}S# |kLE[_ I(iB="Ă~yQ t^{DΆ'3[c;#VVGw w܈@H1wOfuOǕυѓ&RWKڷ&[vd.qk%̲l;-x k KG-FT?GAlɜeg";1̭4S zD@GڽH|Fr1Sm␄hX#_ q81 KxP6NLé!w`h'.M Y!jS}"d_Fb ~5"lS$6=߼_ϸhYMŻiRRqA.DP mC}W)*D,\9kMƜdwKR-*Cgr9ND%Ҟ<kƼa yXצSH1z 4WI"VqXΆ,dg!bsվ쯸v^2? _X84c.}kr 53$:gdVi0Ŋ>S@z3NN}43e75މOAxݒ8?GvbY%3!2ώZA8<&9(ؾ~iϜٝ1cn5=Oi.vqU# e>@3Fz ՠX/pTfM*np:Q㒅e_0cSI6j@+Ab IN =I ȁu-n7\aOE"Z#LRʙ@&+|$4?z^-p\[HIŇ.h^!!_~4%.]MϥL>>)Wtٜ/`ܢ_6#wKVbLQa׃9yA֏>Yf'yqyVejp/)'N㾢v[enA5( |[h}M YMًJ;='|׃B aedK$eVp绹,Ϸ.z$W9>4ϑi$Ƭbw+$MGM[,ygP=Bl_NO}.V܅xnh$A_5lڻِP܎ygEr/F0,WJ`XԸiruک=]:VĄy(gu`L~7,ż|3r7P8 2  FqK=ZC39Czsht8W]o?8Mןl=0F7(l3F.i€9Y@|rCFlt*,Ap盂S%J- pڡnG}Z?3BzOq*aeUz6) x֪CM>)#r$G'KLzOoLྣ(H"bPW~pB6gCLP#.o)oC2i"B*pfiҟWm٪$aIqt&.Ԗzy$2* 0Ecfj آǷ%w<2v~w IxHA0mxL'H] m)L؏Z, 7 Ѭw 9fb`xTd#3"3Xl _/~ ]Cx~nY_\:I[+v3o?A?ʎox#y͕Wy]h=J)Q.ã#<͛P!l,/}!oa`>?P\pG12ZH\xhҎV!aM5nG="ч# >I&*qN3atNtɠY>K('V$ԇ+q͇1?S͹#2xԳldڕ ! =/&." ?,.yb+ut^$? O xgfδB /*m=v>l}ܦ=Mǩ??iW;w_1=ౡ .x۬YopP1ƧͮG7Ltӥn]r d>l]/ayeTAHbĝk5o6JE!&m?[&̄F/ MHM]xy[93^MbFn@ DV[ Fjo -,Ymg$v [f!=I?FȊ`{k::[]5jl(qG}{*FשŕjIBN10,7d`W.v4o~ù{Vg)@ͨwjƊ!jh,vlY L8ǧ7ʱZ=W0r/ltIj$_+-aY{dӦgExNѵ8O]kյ"ÎG)=+U"|EmJm~;g0W'mhJDXBgg*3@8$(9p "IJY#z%x,G(in5 |I+zFWb.z{Df7a,r7(aX:5ye-9ƟO=)o@+@_L#f~O@HUUzyBċ ^L0fZCT{,&Ҫ1|a~{]'BKm5i:TsvL}_W͵ =d {_8.2\DC`4f1^X=x| ^ԌpΘmPr&+}kN!(ÊEo'2CzY2@> NG"|](VNnEٗzs^(k |cPp<isMdTc4hbRcpgc (a|C9qn]u0!СWٛ4YUU5:O]2-|օ#"b)4c\0B;%q$ryVc?yϭJ!(dv3:Lb RwoUjFa~JY$5w'am&QXjY@,"/)l>Z߰_Y O1b7|F;9%|nO/(y~_( cZp<+xD .RJ#U;i9e3. p`*]f=ޭ.emYT9ֆЏ3mKu, ]iv1=9J-ǚ ԯ\_T!]*b"hX 0X~W5cmvqeJǭ9[u3.ZZEF,]PoV.}܁!gWk_app\Y~)WA~6쵇{ ~< %ѱŧXhw\IXGyiwYd\F,9wʻ[#/١|K^@٫VnX̗bbBPW(moҼs"9W&,,n'j 1 nH7ǟıuk u8c=-B<}` c8AXŔq06gn2?|dDs|e)+0Q ,/3 zS`jXD`AUJ܌p\tHbvEodm  C9ΐKAEhpˈR"]Z J|6+Jd;w/_ZPIK2|O!eIA?F;JؓF>PvY+tJ_V ޡkv=p1lxw7#Gy,0)zqT!]ic$@խ/9Ք󹂊RwNf Olcw+=4J{|6}=Wq-IZ#-Y?j5;;I_Rk˨3 2g4:{u T%bEr 74J?KvWc^Zq!J}R, '31-߉-6TX YbwufU)J̑:#j&.PX15;<<߈-\/44F/jNy<Ȁ{c֛fWjORRhs|q㏕=\/rU&k|NH-h5&yrΩ!ҝ#FnY߭d9_L@9'ܣaQ{y&Gx.0-uQ>t'_: G~;h0q/Y(!`s߂3X}ig d/#jQ1huoY [JP7aћ{fj9Y`{_0pے`nAT,@od)%,8kC(4o%ŀkDf M{P{zTj eOM@Bia$6!Ȳy R<%z9 w1FҽRrﶔdcv!/;ƘpEp/r:"ǥH؁% Rl󉷥gwMD(wI@|U͠bMG{Yi橎9{=e"vϯ#tc] e]O1VT+y_"C1hlm>wK>ڄJÿW \{[\O6J-!/00E=OVBSC4g)iD;EֶɢOkwqRn3^^8ׂCHh '}Om> pbڌc%'GS-'F=p* vVS ඊF8h󃭇Z:,q4>uj܉;\y[a*#GsU?*rT i` )/ѪI ?J/LMkTq:ݕffFWPSk NZQ'#rH㎯Gw|R ~wUX7n-3\Hc"T%*um}Р]oe$d:(E29il8c%& :+")C YcK[*{wE+>mnj#D` @c\4J1Q+e1i[,duITסnzmEeކғ?wyaXo1=rD,T#kn氒-Ng# IJwI"d܄{͑]\AGD˃]nEm5L`ĆܰQWjVY"Z15MqE^tV_ÁqV-+ "c+ctL0bTh˘)ZNؔ]t.JEy%iw6iC111? ]|cJ#*R gR QE@`l W~0'a\0F &}}֗Si6%KpwQnp^k뽱3g+f;9Uj^E+4 K1 P2icV ̥ C;vs6[ްs7L:,/N nr)Ş5Ɗp}B/47YO($z9#aTL R- 4PI1<9#vJeZ" mOv˄ea6~;cf7v񭵁%Bj~oyTfU|~jC߶:(}EL9k5݄XtjaCw4izjn `N3.0zML5F.cm/u_ϳ9܁,w)Oh"dJ/0"h#դSm da:԰{ۣ5˳R#>OČ^㯜Xa=V:oclGD$$aS†z Sױ>Ir:!>goC:9 !pow:|q撂L[;T=҄2;9*&3) .PJp}"+"}쀎3hB0oHӜh$n%~;V덒a Q2Z?w%M^㍤M$4 >kҤ7N<%AG  @#S̋j7>~oyJ }v߀N5h"ZҞ_o@ӘDӎg5KqZ%={/ VsyIBeL*ﳛ6 noo駋௦X}Ml4 $hM6`Sv[gr @:]V-&遙r_z=u5{G ӖX+H(Ik]n`١]=YPr*&-v&\Ӎ% FQ=@Htfbfb@x5[rD<Xc LthFWœZ6Wbxp[6kPXSyU"Uw'o0: ]vX7R˳ P|-.mnv]&'uF Ռ'@ďY7B8iP+f`B)g?\xՌڙE4.\hPY}$@F {Cu6<'WjCH>9'Ps2^m I#@~izM~T,L!z}hZ0J1t = <[q 9< ;zѵ$9ns1,V@8mX$!{*@U#/,o O "8x(tODDw٨aNY@N K¦73;xBVF+?NpvӠ×٠~B]pMJr &}b\B(TCߤ-)P? ~s/3R E~>Q%9:*0lu+0{O7g]ذx!^C^ƚflJe|M3 nٽXI/'s,S31$)}#8c@B3ST$ƶ4`uT Yww998kqmI7P`5-Y42uLhO%g趼e{P3V2CA1R4֩I6iM*{pf\/߇_ _GZ7=Sz"86D 8Q+l(VV_:nTexW-D^A]a+-&<8sJ QI\Kuڊ4K_* t #W(Kނ!H#' 7mYO[1Sb}`nbR?P#ncw27)TGJZr% ʥK U;䥶bNGgAttN _ڡgY>JDmKDyZ))z^&9V_hktU13/.3Ia$,&,i'@[l$u*jM6 ?r:◿\W9!4s _6ztme r@ q*ܾrD^K .O.6,+@i_.z/ke-\j7zwAd01pau)YL8{A ygx)D) Lx:ɬD7K6 j.ףj=~q@>^&l]\i6Yt`f M5n)8bB$UC*EX54&a},@rl>BC慰Pj,Qw7m36\d|N(M1ʹ'=ZpƛVd1PO2H~hC>*Űˠq}d@T2WV xpOY'{p\e5vW7_IR6[?G,,9qY?6׾w1u`T]NBNǴ#i#9,c:%c. iB,?}w;0fOΤyw@KHXLvb$SbE)w%=Psk Fvf"ՏF":ƝEARTeI0ڪ=s<:+Xػ-؜KAs(i$9yD+ѤM}/>;ꖭ/E9BbYզG̼e lGуė?GY-w,EN!m~ ID<+3QKՐ{[*H$,볒52e.KoP#u"p$ZN?wwK"Ӛ 5͊mt2J aV.~X& 0~|SӀ'|蘆Z\GC?I u>FJl fS}VߢxvUX-y*`nj\ڻɊq'B 1Ц|F[L5oOg, vdfI)qXuF}cp5``:D"z(n\|q[<)C( X8JI TK2>y_젭*@I`lThaDhYxxMRA']MWP½$mOɥv,{zHO`?]w@B z Q#ܜ)thx9w8]-Ɖ rң K[*Յ|Bo_ŸA;쭈?:K,~*$h{\LYx N|ԟ0>LDj|yo4&YPF 9Kʀ zU!ctfT{뗾ʯ{tb<);|'gup_C%TZs l0Z/+\M̯KksFԉ\qdL&'JjM/bQBRgHL[t||Sb,aHa8L1 VCRܚ7D|ڵsq/U m+^7KA6$l5Us;?]ewTY:y+߀)}`&`?Ǒ{ѥUșb74V("5OL+aB Vvdw[ Qx* <~ ny˜~P -hMȾAלʠ& M?pC|p=b%z=~0g_`liC!~g3e=fGĭYnb" |gՄ+HYfA+ SEW;߆$&2&ڞ&")`Bty AQz~jN*v F\7ZCVan͉-N@5LPcuSJ}08AFe7=#՜rA'ַCs dxUiaX<3'0=#4roa$~2_oEZ7>'9)/){2xHIP@gyNCm9p$/ Iv0Vd\(KdǙ7\iɫ]& j1Ow_DJ&f ;8]8|*L<%-Z Z-|&V6'PV/ BYnE4-+֜h`Mƅ$@f 7XLDsJ*52uBv Ob+>Q5IUwPI`U?6OKH" OQeCsƠ4U |%ҊDmޭI(*!':x(j%qWZeKA `૸T=y!}27d\mVqad3K+A9r(aܘ+z#ng]8xxCCBo]Ki tZ_nUx3poĻ)[);.?ủ5Z:, ̩ QV_2L+Κy3z~ ?!8u(xlZjnbZKK؎ؽoe#V뫍h +L +I!YwO"LD>@I9e'QeADV.2(+?*rB*'˿]rnE\D|c!WdcOj ApSB>s<ȃ4 lڙ妦$^i̽䨹|e~9ӄۖIh`z60n> y1_^\zpܮ~o>bp q8Vt6MVSۺ/ɿnC\01hgm+LTUʷb^bXcC6o_'N:RӽE}̸&8?{%:9Z2%鐧&*}U{t"{,]Rg TedîrxsgʝHM&f $g R^<JCBAʱb]YKia V[xfpPAN5x lRĈ\J42\+x`w;_yr^Vwo|O]ZCNd +\q%`\r6v;tRܨ;er7yWpBdA.!rYqQE?oM7ZlwFifpA Ëy\):w~pIyD}\V6n~\b!6Dݑtq2'o .ߠ NDK"ZEsD< p5>%^N(xⓦs_k~7a~3rpop:ABx>'\‘t"xdDYtn'7ٝBtB \b-ϼjjvٴu)dBٝܦNj~,6Ϥ/&_CAf$F]Ól"{O)~)Yy/bfVM܈[_W1M@tYR1-snHe(0^4OH$h؋Tr#?ߗ:G#Qˇ+>E>Im*bXAB6VKgjHrJN,>H% riҜ";|4Q(^;|;74?^ނYGDHT2 9*hu Y+T=y~0f,*AJ!6aݯXB2 a-ڨfQ{ Fݮ VsF#)]pa : }5m¸FִZ#Z\:Hm[C:$Yoe|rtMt!'X hRJU".#4/~E2Y`P}#QŔlo:vx1x;fkCRl#T7LJrz Pf } }:ְ5p0ib1loBp̕zS=O<MOƋ)*arkǢZtkd,ت%7J~r^g#(*zU{StώR&nCo$1fB"-7lc$.[FHwy;a5r~'RUh{G*IA|14uyܧjzH etIÿ+ť־C&A3˻ANnR}Fy*&X*mfo: .(eD2"sصވ^'ReT?$vQOzԼ3&߃7A?0ރ01 X&ӶQi^qd 5f/5e4L1zhcc?B. مwh973^-z/I`2g'[ K-B?/hI %U&92sx+O ] .̀΋B9:H_O,!_ƞ eǚWN4S Q$AJ? )O 5 FJGh;.򨸑kad|G@gMk|S ^(-m"FyDוqςE&֟7RaLu x[eL oyhT!CW0"=A'7h UGb,ՑZ XӯFsts֖d7ʠ3`82^YkFxWQ̕Q2g۷jUV|^Lgbqr:[e<5KE-Ʃ}O)^;y[ٲd@>=ݸ̠`\Q"W7D5fSq]N][%XU qVœha^%dE4sX ơ[n`H(u|–0Z,#;Ǝix˳ *+#JսuDͿe/xk'v2즜p*ΔkB~fӟN VѼҌW]6FQ&WW݀B%o hKȗxnCCkf#ᘆٗ)!zr0 wpzFaY,m2ר_)7HK/d},靣g%GZnw7vau#)sOPCA >Ɇ΄ \w;0 Hkobmm}.O@ޟM^#&S{V |dvhpBrW?l ȏ}2|>Dv.iF'c=4olS/o/33OY;1"˶{O<^*}e} j/wsP7Ru \Mxc8V~{ QZBAH7cKLR ,"J;?wWiζ =C"qy©ƠݠWӹ .xYpߠhlgT lՍb }uZ&2'|]=!ޝ<ѐG e/j.6P=Z4 ߵ0$xNŁr>chhVpdGС>yժaO4&-^T,S kuӒ% "OKkMZ>BvwO1,CcZozWDaNep0}䗗16" ~t@He@BR ;Ii#WXaI1Q8N]mڵscKl- GV4<<,Y=N2~ǥ-.t8FGX$L Xf{7eXP[EX6Xh.8(ŒA93s@}\ ]&ޟ]|ZdL*fl-ߨ3b}hR,}/\-CC%. L}MCq/8*eZl9n^p+lR+aTk! 2WL%..ƭ(e^ҪgݎS|xɭG}YIG1({ &7oS)J B~>}.U?@O &0aEEFy pk$G2T{iC3sq;;+~.Hb2՝[DxňFF2f>03WVa&,6B][Fw]1ٛwYZ4I~,M>IDf TڋC =Ha05ށvt|U]Ut{:߀EY"hn fo\6,q|1/r?B(Kgf;#2i?H )@Z+QL ɈAhq *md[Vy GO35$;+G&_^{kF,%ϝW^OWe߂jhw9Z4G.{Wfb#v[lx}bw[XUD$NZX/m'?"E#90jZVe|P!w=!/z.>(c#-&Ifl֬\!gl>(Vwȵq1Lr |2NE,'>ޫ2NLb$(ټ0(V2Iz1_K\}Vlǟ:ċy>~@ܻ}HYVòz?Uh"U?r'9*KX*M%ݖoĊ!oj W\i]'g)\rnc{V-`3UU@jă(ߺ %nx)!9Rm,MkKO.wҕ`#L>vwШIk#/iq?] w@ҿTuQY*v2ߗ }uF}5Yގ I R_81"Y8j71"LGҼ/q+k~ϊ39%~l\IV mຜށ s{В(×ޟU|KΔE$Mm4;}@O+$C2jkBg/\b ͑^]T%t| ,zᦷ[CV*y|`@;.BJBR<:qlx D߳2`sףj|V Ji qX PkA0US{ p.l b{τ360Ϟ't'\pmClxkpI TS;*;3~\Cv85` \1K$mY毣WDddt>ٕK{U)|/qtXi DDO=!N2]p-zG΃s0gye!U/v4M^cvrdX{6llqs8i(|&O!# I<򦶲!Ddɭ s}Պؤ^'\%5socY^zVK2Lp5m~/O^rL%%y+ P `SÐV[+ :!EJÛ>ƙpd}zfMHeδ| st&SCx'-ߐٴ}[dT LARҦ!IMFІ4~F #BLlQTNx9bKFAqxh;It0["2}o=}I^hI=ﴫN%xASDZRNpM. ФzE,̤Z\l]wς}dU~LeX>j'-(ʽwLeGZETޔs!(-!b[:*kQkC=`΄^뢭'ec府[7,tx˦ :3BD*} T3kv"t{Ę-3\&Bcr7buC%&7GV*MoL X˯@.0Y@`+0iLT<5ۂDV (ڈbtƕ! hZDDLߑI|zd@hpzBH7 (z*:u3xDhdab[MZ8rKD,Sz3˚Ay85g{bsv#Wf'bHmW{Ʈ'Zu,F oU"bqqSqŬSƤ5{ qݰ}"L Sur .CzOm|ϮDMmʺ W;\2"S#tz}ZmeѠ{-+ "d/<QtZ5~) B+u/(ٱ1x ܊G] ?w y_As% Y['"I.0cPP{ـ:ڻ*ݏI G@Ahǎ ͥ-8qm:N9 n-;)."(Hv%>;)D|R]F\@5W˖EO<ɸ+V@ݰu'mRݹ! `/oZј=縡!ٙca#KlW/)'R+( Pfڋ?zfq*rN6Wv*FNPyVlx ơ~ڊF*nV,X.Xfjch#X~ qbH;AeQ`7k3B'|[GhJAŊ. 5I{b ³z!ҝKti$Rn ݆]Ҩ#.{]q'#9Ȇ/@ xkQ qzd%`~鄝 T5X;|^XX9xUT2y&SO) ؽ)+j5% !d {{+48qI\!zoh6, q jj!!_cCٙ^P„ÑA`(mkrќnD5nPtN`pyK/_ܟ3_!T1kSmG`[-fZ9l/HAǸ[} USz7,} D@ oP/!=Vr38bMl 5t T`$R F)nlJSQzx6swXInX5z* I-[]p7uQ=pԛhmfц5ܸHS-cuᢄͤnZ>KYghS$ !pٞ5GҚ^c,5@j"9݂SJO h/5紡1e,e](4Km{tWܼ1 o ?T:/8@4c 5I>ٍ$?/sEا2.lq'pKU7~$ НBLJ-\QSgYQY{:Y*V`]gHI}懚gZ%_#zl KvC =?-6O} XWBi"xmk kcCFm3"b-`&C1fk"I`+j4HShֿKb3'H y1pJqeqnѰ}D샷T̯_K_ ء6OtGq]AOXzq&2(^ӷaΕ<߿v*B1n1[GO&xB$O a/l*qlә |-ғn^tpsiԞ]藌t/!7~\6Tz JԷNcU^TD-mNdckX[t^3 BwnS_՛4Lľ)':G}EiKo tj9 x{znl"3tm.u8Ab 2&`Q991x< T@ {EF89?Y/}`cqb=J[M/FdP2mkszV:>A6qW o?Pa KK>hXh.)Y͜"}Y~)e~F?VUO懁wU(I K3xiARKJha`"nL@Ԟt뽡[FfvBQ]P2}ZVϕ Tޱv@zTnm" 6Ac?4}98JVAsYP9m^`JHq0ޣ G.}=oh;:ñ[T@G .WSڈw{TO%4`jP՗(u~ 41ҒKZVPh9/X=gAj2 =R fA,coKz@>phyi;wK;C==c pUJs*$"ӆ/ FIuYVp{fGL @cXl@-{1g8{ 3n-ĉ7ҩ51&yb,ВZT{ZuvO?nd]9uIi3gY㚷,r#Sdx[!{북5~U..u_o(!-)dN5ujTHRX:A^RGmOiH9;;Fv[l]NW0_/d4af9o"ky3$㾰P?QS4AB 9km;N+b:fd_{YYV=[ןE!\]p*0cQr2x.5c@lU. ˓^+-B3ێƽE6X |v0̄yP>zDuaoȏ{qmʩl^'Ăek/h=%MɗQ'.WkIjf8R|tIG?8'+blUf;.0H 7C%(԰㹭?)mꔳn쪌C#R/$`ޘmdʼ#

`c.`˨s[v7!!d9W Gr{1 38^rds=wm8g$Wso ͍cX no=h%oy=X\'t}ǩxIߕ~eVm 'ǣ>YM ,0|zk-#/&c(8&S)ب.JEG 0Obbm[FA@X멸Kj0RUrC #܏>%ٹᤛ)TJ 0ȭ ܧ!0v[_MRIӂW"\QيS4a[*Pw|wYa0;X <OF~7΅lj/tQRdE)+`(E^$Msm7,o4@E~xoP^i& IȓjO+׋099ZeuI  *#3 cbj`X?w|"⏉dpY[V ot, uzD/*Oot PvDR7N.R?ro! D@f:E@](Nla AF&ih vxcQSg$J,ja!n]9 z3tĿf 6"ych /Dzт_"sR@V$]5+[W>%DrȖS Gn |fKg%H:hVMry{>`?te^qw ZeQNiFc1asJ.>ҿ oN,Xo0~Q0+2Dϥ/{:~]+Rg>NTArĵinw흨H#-$ViγeG̩Jc$%ȓG/:RaP`u 3;S)5`8MZ?{}~}z bq2Հ;yrIsqvw!hwȮ&嬍8(*x{PPZt 3Ȏ @B$8% lmkbDld $L:%*b_rH'K>C- UZJԈ /Ƈ𻛑 ]Q\lQ4mAI'jŵ:W X7JIxpt㜫KkiPqL"'Jw -틐^::}_-5ax'w jPYv2[MB9(HZ+~\Mz؁Z,rvD^= cRz\O+b 6=e6C!ZєtkƓt{IKqĭX2VOŧ,ACuxt%f\] a6M.mj=A4[99S<ɓe`zzs*F>pehh VHٓ¥dY!J;=)&RP]^4\ݘ1R<@L}^qn ؏j~+T:Hg<157jvJ3[=">0{UCI'b  tk5b-z[ `pJ"3H?ӟm6Sf P xxf%+8vIWV\Rz\`!>ۋz%2C#A^.qܑxj3fg =ރCzЏO:>yϗPg|[Ԯ࿑޳Z"UJ##fdM.R6s%{&PWEu 6<~Lsjݪ9 R ')Et#X5yD!t7pj- v`kF(Y!iqʲ65=Rh]W#reX^IYq [ &# k?~r\aB0^[M ¶9_)6>.rlc#i"BSA&-?s+{ł3f kuk *$W;p2X% B1 [:]K~lpw*qhx2NTD{T1UO`yRƦ{w<ߤ\9RM; 2B5ż5hObQ{|gf6٨{[RDZ+TSw3O->s@Xw3:b;'O\p<9>!|7zUcx](}5PD~ QG _P`e.I -w * I a.ło=2jͧQ8\7({O]erNZ/Ύq=va~)?Bƛ ATO( ְG0}ǭ"_K2ZqG" B&/3qs)9=G?}Nh !/#l(9DMy]:DiU1Z Fw[QI7'i(S (PmxhyxGõnr[}MEvx(8" ~}g۩6'8=ݓMCbÃE^A73U1it.>LMV/θO#lYѣԞ5q$1_goLT}#jR3+}De1]>dY]ZuN ݟk0*E_Fg:n^'gcl\5Zl*zߎc^zd@rnw6Mtl MxKffS%ƋT0uX473d0t.%XT]1b%3%ݾ5(퇐*\6 2"d?Ic (O&IאjYv9Y>>]~[%( 1đRdH}~=GQOI ')[!<v("yg3h?X@h%z=͆mg==="]0! v9Wdzj;x\r7a?ɌF!Ծ@䶜RCY>{\2{)AdIb MQ {AtM9`x%C9?sǴ/t3 |Dv j]wceۼRq,WGm ʩpVo;G/#qfFBԍ6>Ҧ' ֽ#9~hO IOm]h(n0țJ6*d8z+(~ԍv '?e!, #aNX4ԳlYV%xIQ6\sioM{| ޟA&?wDp v_w KQ1V/6q@$`|g؞;__^:%fBLj–qQ]w>:a+z?Cpmbx%R4_<1g}͕Ai`3p"yCmkޤ)ȇ^U3`wo=Ovme. $9UAl r l_=@hClb8QR@R>-*?qf-0Ȓ>䤐TW WoTp]2NHuא;WWaty])Tqu8 b2`*u[ח3fBٹbgf;l%IZW ek%[9 +#B/S‹MH2ޯà ]=7 0G0L1' .߶ɪa7UթY5|07/Ƿ0Ug<19n@i/dz6A7 18Vl?%e./->F rX0HKB,7K?t vѶEA$:1exs 2did?Sy]qE0ݬ,>~wǞ` _"|X=q9jҲH O!!͂*RsXV>J^= ?;8#BTjӆ3 {"0rFV `sO;TT2I>Yټźd6M+^.{1k-sqWa 20 R{pmUd.(&s=VnzOP }^4Of9xbJ ւ:VT478,-ÙC=mZSFg렏y_ӥTnq}>L|y~t,ΐyA3Nm3z$M8T-8NjY䨾h $Xz'l1MVʵdBn@6ZVK E]HU5dtK4Lcrfɮ'ϞJP](V,ib}_> A  -RLtY3ձ 6BcbWeԫ.Z׵;\@u97>Io{txXC?7R܉أv>sk rxu#m\'S[S Vih}nhHffh;W`VP ,S{Cʥ,z`@z9rֵrZ I퇵EC׼ΛSOIKiMS7clꠒʃ4CbPP-"ő BJ3\¬hۡIYQYPH}^X Q6KbP"9 `$HFz?Eb=ړ2'ye+},]*lxuEp`hӹ@J?E)o Mf; ߱WA]s{xrJ$rǚE_M~&|bg"ۄ% a ]G+Rk:vtL3unm*x5pUi~KMe6 1:5E)tMM`55YѩZ(WX p(?蘿c舎PP nSY$d00De$6fmWN!R:a'IY\4:e-,{8瘓Ns@sNt3*6JP໓ԺI M-Mqe3!l|*rf$!:hD)1|iR JYF&ؾ/3p hmR~]aCsy6dߐ]<9XK7CKMIk= Ӗw1b_(FfiȦNPKBTKU"բySP)ewlVC]3%n]6YېBVQR:f4Y\DXZt(EZןFp ּK9M?kPg~䕮 &u:U˕ ʓpFd(_8lz0@},̤5; @`Fu!&> =lt,ZȖ~oFe̽r>PBZcg( *O׼rP|%"fňk,ײ߻rS@C&j{l)kLhYzm6a\T'j"DH k`Zv0瘫t5?M$!,2!gu_:wx\+'u9.@Ն|rM!'8o`j;M3G,C*?G򔼂(E>[!J"Xy&Ԝ`#]Bo"fTEǚuf/pmH)(rB Z.iv$$bIsR͉c0=bo*dm zRV|/:XG[ &s* ;>M4!NhD il\k<(15ׯ>lX&њX9SZ'P5V _j-{lg[WƃqR>go7G] S<_T3M#[[%7?Ju$ҽcq܂SIfF9Ga}.g烧~81}€z(JcɃjmc9Hl[rHG-+4|添Kۜ9ґ4U>[2^B*FOܾ TzR 9Ώ}FEit_{a}ۡ-k =ɳѳRcY`[,6^߳IjHᢠSeȯ~y9iUN:Hl1䣊G vjn2;s{GrȳfWc_+`NQ&ι?<4zqẁeCf&*SDPuZlse(&15lʱ!׍TD$qeO>=h| x lIpND=Mʒ0F]t (l'οD}ϥ`RdG8N"h,wM5GILhq[(gaG2Ct nkP "~ݿcE6m7'X@{"o8LUڀ%dD ҹ +NEr8Mx6=i*=kĤ7 ;>"pyϩ W0=a~6_X!1FPdN%F409+l$ 712(F-O;lxb 75F],ɥDWɛfrdr+N\c Ωr~XH=y6z1_0K)j&![g?:OGفGe/| 2QK}{N\Lc,LK?B[5 ãq37Vk d[tR0epbɘ< iEk~}g2sZZOͳ{'`kVѣ}5lŀ.]w<>ۧ}gm 1Zu$`@rw"l4%=S {#Gg*BEIpOƛUnRSd@qXj8 :;GEuccX2$8IGW瘩.(^O96Ī v%SCQRÊDI8ߏ_빎c hRTKsS9 K$ zh2?$H=iU*2 ^f:24U**AA9u\e|rwFM7wO,ES`m0r/J.Y V;Ad73߄r?bdEspzJIZIj-1{R CJ#|D|#$`rFK Uo^ؚʲfw[wg!.h=(,Y2E’FT(T?h(T_Ag. *PIY0exYH=ɘJ]0VK(v`qPl/)E^ql0]^aGFJ$dwL6vwəz5LX (;R|^U!x;}[vh5T\ׄUy圚2ґĘjcUP n,ęb<x2lN| 5!13) "qr]]-Rl-'2Q 9)h$y]Q$0l E4#=1WGGs>qr-~^E _ 숝K$Y,*d(bzX5Nek|'swnN)M5X>ҟ_?̀<ҔAepYri^.Nң3FJΥKrHe7`N,Bz[4MP>\DSb(ZĮ>ZhԸ?%`"XT/F 5ThbɝQCjd|3> scm C`Co'OuF;nm1DW163W9^9#KzϵTISRRUm-yhfMlˎڭǩ?{ O n5TÖoCy9>UT܍pbrֶ ңgCK8f$m-CŘHt%v#lL-R~<ߵ8v# 䤽b m0f =o;p]q:y ݍECwko:ym߬< 3<+Xf3\U\~oĵ+vOsBQhDnʋX:?#hY@%j!nIkd)9ЕY-=U] CgLj Q&6nwׁ["}cN)΂ _80oxc61/J B /dnoIcC8{/DQ9$}њz<31}zFpo=5A'{#e9-z&~׿o)"(aN Q_4[kpԭ:|.JG=XkS:IQ̎Px1hE46.dg@q'0 eD{`°{}_w몖P.dڕPOzF(IaQ tOV40)meŸ--V%5C>+M5l{\表\H܏_u$.ekAb TP= l.^wPJ~B]|=X|y?q1.m~d,A8zRitG>5N$AyAdqS0#Q_e`ͤ]QBV1*'=\ŋ9s}?&&C0`¥Ԑej' PZЍ~I8 {#OMq2>JI*㽬҈bm}o\Հ(Lm0W4&ejMo68QFNBd UC;{ [t<^s?h?mX 6 ]畡RVm<nu99hal)wSiI H_͙N}{+D_ɓi6m-pfQ*<(םBCj hLzr(5U>]޹I-.z\utږd[ݳ}& 2!?+%4+ 8P8 Θx IR f9^dnSx^I۱gUTQJֺ +Z(Yn*7e0r2w 5e!7)3FOrTaQ,Usi1_<~:ge!\+ >PO_Z^rz+FK]}Jqk12YymlސN!l @nY%YC#)q哗@CcRe3uƵd2 ѡD$=CSً CY'rG6P$<WEI}&$[olԘؤZCj){6@ɵ9) tzsvKM<:@Y+BJ< E=o;Y*J]l*8AGk9wdq_ñ7WieϴB.doq0W{j 1ġ%Tgor/:}F'`s sG/*y:$`}yh4KAE$xKp3R t&MHzF$E /@iC]=χSbJK⋑+E9884i]w |X0y3HQ `Ny(ٓ2 Ш)Ypb^V qp;YA9y{6:)%J!!+f˒cjp6[-?~HN(>UxMt}'H-<ݱ'}ǯ Xh5Yd)31k# Ю>jҗs2;=lPx\ZdAY@( J{'ǟ]& 0"M?>+}1 By: uO˚VcwT<lo1!^y 'S OrݲֽVݲKKIU[T QwG"0WX fnE x;=Ljm/He];iƑ?o5x,P .zrvH[:Ц^ĭ:XiOJCű)(Gs<*s'EPd$wC\]qUV3OXd$qiyjUz=,NW˂kKђP؛h6%یNkiAZh\ךA?|epĖfYtv5' ?È>WHtᬛ$ my5R}?jGLR"臸Pxo]2:Yؕ(ø%R0R1Z'nucsv|NN(Nx?Hiyj0h2]Ħ+ۍ:g+DP]lF/ ipv%(tݣ cY6ғVڜ2LV'-" ىK2\}{_1 gA0I!75S؏rtA^J]h(#t"tAp\ S,5n#.0et#z%Pr+dx q, ;Isxlnt19FK3h `a&Y;yd傶&Ͳwޓ6uT4?.z]0 a^}E)=[~> gc*npCՀ nFUAO~A.pA뎙i L1d (Y/Y'1n7dvJy{;vωp38S:WLpь~)pI6^ɑ2[xJK=E^C]P[!le2]9/5ni$h t:g?po,]UG_RN6?2n'#8~`۰簜oouuΆ 2<:JU:E )Eu~,ؔ P࿆3l\괟g!y/kZk=9l:EV6W >xUCF+Ex9<++Dbx 8?j5/VHñR@lzVZaIRE+ w-dH_XU_}R3saqYk!Oj{!C&8}+s݇OC70CIu$wXvM]mIiC9&jAgT,d~^L䑭/d\C}):l@u1WDBUY*̯&mM,,~@7j;b+̑_)\O8[l)@$k֮0<ӰzRbK_1ՕE{Lmœ*W6u5`_[ Jof h3erkŠxe}\d4}!`p|2%( 2 J[lj!1*ucݭ9ėQRXMx`+]88.7QN Y3I>u݆,)ϑ*|AxM)a!bnzIoϺA ޝǚ/Zo*CtX92Ѳ>]?=gF4'iqJ(&灲> uwsP,L* ,#Ğ{qMrAN&A5,Sc(Y]O4|sGYs-(w h;@H/+:P/ ~R~4,>)M΄dIKIB0!ɬc>`د+׷=E&8v *ӗwڍ3ECi{swZQdL"ޡflSH՝h4_r9֮Lh~ djdu&xG(qzPWHY`E` u 8qy<ͱI\_`^jc8{ה >/H'XU$[?fVб/VI79~݃+vetz2M[vocuI݅Ah+LK3лVvntiw+'R@6%%8R[m<;c0 XY-!=ȕJ)wⴾV!}zmGl!=5rhH6#X#R0A0:K6534Ry;ꎡ`:F/5<]T =^$B&8 TϜsq +ui'(mfpNbj\d Kyz0 8O˙ C5`Ke.ؑ:S~>H=&T .a:;-¢ct2)^|IawIN(fcjd>Ť,ocVG f<օE(R>~{O#F@spm9݂\TS7"򤿉bKQ׍~2Q+ c-o?Diύb^[4g^ tZT5+;ݡYxꀪZdFc@$|duCdڣ@)B#)'q6. !}GS>Ogmu& XP"fEfr|'4>P恃e/w۫yJ2l8(d0 T_} |.e׺xd$$KR.}3'aFg *bSgVFHכ ~ꑀ O}%9 D1tVjW0WBEl'Z^PU3>Z~hF [0pq~I33RnE#6WA߿x gaC+2WRwpǓ`]Ԙܿ\uO\wR\/',W c927t_0_r(㬾ӝ:_y_  6CFNEZ2m:7IW^ߴ,t:bI?u%oX%)i1Lτ긐 O&7$K'c)&MeR #Bt,ݸLtٱgx_#)CA1S!zSsш"dFT#ok_[@ۈƿ;_5xGeI6}6 N]Bʾ׊5dLhOEK.'U~V!sڊѤsV#a0[ gfVhiVZ:,|=W'c1?S֙t `t n*V bAC}P_L"A} &{->RnK1̞Zp?c*p qaEMƒݯ65G\{e PK:eV/ԹmE~'(/6}l ~ l`u>faJ) n Hzת 5:H f1PTs8`^ԑ jNjv{3kwLt ݺW-R;'X}# =E2҆j?6PlǼZg-HsCOHѣuV&]Y:۞9^7nB mB)@Ӷ j7; 'L;R=z0̥Dh>_BZLuc2 ;jطD % ob'5|gpcrH,og9CVςZ<f2X)NfwI%OmIGh ͹a͊ ƕ"ڨ!Q`׎+R[;v9gGb4(^'gi0v%6r'iu.\'#}ڻ{x´U GN grbFޒ3J?`*qPbD9:S]!K򱓌YR:,Z>&Ӊ`8y g<;pL'IFFFpa.:&*6l}\b*72gmwdK7q^B6zV$| КVxCːag5ҙD/֒1L]]|l4Z6%aP׺㭲k^m2@Tz<]'['pfÓ(AH7H.&[-z4z˫hl?|our0f/Qzk6D}a"qM :?fw+gY (4< ]3VB-G>8j@iA ܕk?Q&C_OQX07q{: ڳ~.kwQ&S]wMoWv.@f9>B?R!,7JÒXҨIZߟ9DiuXQ0k@G_ o$&4F>q\,Xrȱk'C>N3m0)[gfMPtUuεg?= pqubˮ\効';L.jLn.Š^+?W7;lU%;WAT;-"ߺ99˥a@n6ӡiod]oilP!MOЮ~cEg -W1֍iL v.3Oz',2ζ' B}C]wxvP!訙|J*Qz{Δ~V ,@p@ņ 1z/(Y^(V7z&EEMu1Nȫ?LWuZxR%,Xe?x`@uqU.~_wKuf hosin>îyVx_BR2AbZF#as}lHvNym|87C)StHq7r"y,"T^͂D {R|EUpBR7[xNv칆|ge\߷чL~7- >fՉW \7ӓpxs+>wi?7 )lMdK8؞hLƁZ>ĄwQT/,+bOIW1MeB*jiDS@֙| ȳGn@,DsG:Kjpj-N? vM ckm22vq|"p΃/9LT$2#]ee3~n%J[}/q (ڣt52'\V)?ʏЏ[r,g_p@ƈ0J7&Vv b#Yi9ȪoSy0/]) =)[3GXL5"y=N;);;W*FC,pm: _MFL1(cUV =RJSܕN#԰-_eY#83.$p?ϧ,D o YN(+?ݓ~þ\[S~zͤE7N[幵X"P$!7[>{.PfLBP,<̗Agު- V1JIjG=';LG4=m7қh3alZ/Q@q\mo>8*̙%]/0B0k(8_*aQa$y|!Xox. 1UϜ24iJ>|S{yHZ>'=$%5"a>eb$Xkf:"2&x~UF.ԲLê. nͦ.csd \-Gi>C%Q-b /?< ۙ8uNՀllL3An5ASJX%!J޶U[i&=Ym5ϥMQ42,v&9II)\.,Dh&%#wu N3<.6  *` LlՎX |C73QEl`VMO'L"Bh~>1Zk-'Zae sJ8-Ez)\o$U8W%%`]oy`oaH >`2ioZd*LKDVNvd_lfbAZCǺɳb,gҹX}:`[ntzޗ*r@,iZ;G^;@pz&pqgS"c`ކńC$+tX[Mԡ^:O) :է+ҰxefFYU;[52+d#֝]X6 K 7}_i[^d䆦0UP & Ѓby. 2:Ã֚>T}F|=umW ^9ﳺyeKذ8\p9 #)4тŪ=tq,gXZ#Oi[}>+|9Tm+s0e0JIq6:"otA_)vi?QLMN0ɘq4sC-^N)hĬ?#w5O}F8WSck%Qҿ,T.tEKu_>6X2mG5E-TrgzJ- 48RdVXU]ILU`,Z-#.Cs҆?^cx6ese"o또("F7v!֯PUrz_쿏S3ѱkgTKO$>|GVnދd-)g "Sܷ\ &:Y&胨yEuuEt&(MlT z!~t+tCɐ-l*6[/+}*X/Z .7rxJ'%^h]#>%?<,U6f8F Fi}wtI` jk,XZ>8PVfcc5p :I73dW^h% H:VՀ>k^PWv'Fh8T{|d;T.#'3O%jH:V 6؞&7,ULP&L"!ik=i<.Os(DFP{ y` Jth %E3)ol}ŽD3%SF Uݻ6~j\:l'$d4˘Uu;Lj .m%/`Ŕ_K:=cu<O|_x`ؙqhr8Ƕ3l?X>u}c y:A'8g)*ɰa@LJGEE8!$ @`+Trʨٔ3v"g!&fz셑¤t ؎Ρo .-Y= I ^CCELl^ a_`dV\cr[^CdLLc7#b^^f'v}MCR0"]Ov(ZK"xH)mWX6V`,o/P6oJ5TϢǓJQ)\Rbp_QrMBA2~Z2"WF0KWgesQZ_nߟ(^zM.8UĬm[뫫N:yTƊ2w{ƫXb _Xe&Mq*yӳqD3q\C`ZLq뢦l7h FBZV[fG7-c, 6h[E?[FQXuT蔃DTߙ*q$pJq:ߦXe&}5< 6m;*!3w*\I<6U[oYӈ3)ei֪b.B)2 AGs`pS*\֮&Z$P,TB;bx=(M֪Ȼ2RX QQ8~j"BâwO3<Ԍ=)յ誹ձ(Mq/2,cQ SPhk߶#ptS'N\ ? KFю~%H_D&K(" B MZRF5˒L{Q_IpfV3{]ٌT //OP5lXfr{i[v [hEq.7fП[ @p]t=wDh:397F +pnx&R8./! dj=meR*f! '_ƣ*;^IS[x!wCc:5ļ\oՃ4: ;uڪ9f(:Jrڔ̚bw#ZQIDCt.}!+1QH/XkکVl>v(;*<@=l*{tRmV| Y/i1"| 4IUi :oOl#@`Aa#u,)dQ;AIX{ηckp/)gCqsJSZKndvzHqRڊkVv>C?K~AijBzyV5adLi\Ϧ pyuXE'(3} ^JQBWZõ*> ά?>lJ] r7%oLjiB:'ɆNPKU&( %˃I<5B8c*!~_.N9?pHLM/YF4! 3j+hL&m, Y\RM݀t馯-H [5 V?S'vH $;1dB9㱪o;!UW!ZѺ3 h[ت˃- Е55G?r1Eg{,[(}b ];hA[*wأڸr᭫ͩHݦwB߰$Fkf3e_f /uW,PjiwtrAW_j@n-š '&7% *{i߫J;Vay"wδh"C0]>#ZLVGf! YA6Wx}"*\וpV V!>\s0R]VI&'ScUsg2?p`fA4#&*NK>:sm.QZ=&wi- p;!~ᓺv'âN$#S4 CWta(\9߳\GvICxk\uPK(ТNTˬurh2X+l!&c(]g؞{oppz禩ajiZ# S.1B_Ԉi4]"NwmL[Ȓe~|Tf1Yခ r ALZ[ 'rVeðYsbDjtWi1$u`#I _,=|2`TSTKAJ&24m1@5_A X\6m fߛfDib-͐*-[K/"IZ|)g̕=ߟǖ t={֩8[9Cp$ؠ"B8۵G 7$4d-j6U+H v_7_`*nk"4Q WTNgVa# ! ;DNS2!ӯ)c}f(fF mC@yЪ24(cwS}bM/H;W^(s8P1Y`^@EAԮx]K ZaW7J&?\`Yp*>KBT{\E# ?wPl0~$'@, \D>R~n C_w {bWSƻCJ8{zG;Ib(.O8D*02#;QUR=ɗ&1Td[02$%sRnf*sh 39 MSk i]O{&\9 ha.2e悲ǴD"k(zqJFа *r:'> 'ٞ' b|jafĸb<1ALH?dXvyj U=%fK͉NRܞQYotO\pE,2.J.[O$~7@Hh_P"3ߍg$Ҫ帴f׼awP4Bҗm9Jm!؀ 0ٟ߻X\;Al-1sB­;B3" Yl7u M"A)f[ңʌbu0F\ςN WYm9hɢ+I[k&YqZ+OA`{uc,,'ͩo , Q=Xw |1h3fAZ؁xN8I8 ]q20Az>ϫRvX~'ku&ܦP;AmbσE8ܕsRPЦq37=fcNm rv{@ѽo\(g l'j5uq nݲr>.Q*O!%p"1yfc[AVS#@%?/Ű#?uCӏՀ +~U?!&.uiuw(enTSTSV@j]y,1+ inKӚ.%fu4 FlN|V  EMWȋ&ށAKr hcyx@0Wl~7٪|b6`=mju=gHJa85D7〝eڕ6W0!co痲hfkqJVP@o+!*Ls+{,HM4{ ЎA2,ƵOQ$\QUA@1OCX#Ϲr8Zs}һ8IBE?rP߹[N?1?ա]_&9ÙxASrWA{Rx _.<1&o;P#D~s[^OiV3Q>hPcu"J'kZ`kPՙeɖ`YZa7W0;8^3p!ppQEO!ŕͮ vXfu,2'`&;'v`y%pi ehA@!eSyfYU}˕SC'POʫmo8*n[D4"a{ϝFUleѐ8M, VIH!".O*W\ 9y`Y\D mVS ķʔӌ)b=!N20QP%fxHьwjb$JSVq0ew,z]Qkk0""Lm13~U&mV%T6w;#cQKrL%vBټ4Y݁?e#l#LU3WƗGUCӄHwZ*bk.' Z4Z^p6+Hu-aQyeHPH4xvq@`6}`_śR~KpH#CwACSc%ǰJnN'0yO(=h& ,U_0v>$.#;|qp w ˕wgqW9fQ5RhU܅P\1%;ӷEli<#FMbp N(Kj}xܜl{u=@`!6%S‰t95< Eתf-`yDHS=}_k2%%w P9ivDD]M"|ШvoJѸ:tӏo-LWE]uY<5eHO0=&xG@tKWiD7Dò^X ]wd>|f["Tt4K ;MNfD5K0 $ڧŀ>W~/_ 0awޏWhN oB2|VT: wR 6m.vV…P5;s= ٗOe"Ҡ@˓jB: ؟== Xjc+rH?Sc(06ZR" fhq Ӗ wS W#lUItN<avd]eT Dը\ѽ7Oݽs-ʪB {&!@Ѧ9[LS#ުL_]A8`s7}zpA+R\z]?}fe}tzp8iV|h-[œXRO /7 z.nT;ڽy}yµA;&]Ёh܇r[d!quW OsJpved/W2FKr^6QС"v:sԪKH^Hb?"@BC&ɿKy( SL=87LH#u PTY2Y1..9Ub]jsH&WLP`^ޝfyd^|#uwۉ'^{gsP4e$-wU%wuM96nEg)$qM "$Rmš&UF py \'+I^;ͩ=SVFhkk''S'"ήQ0*ka"xUI,dQKVB0J&׆ u 4=Y|R,ĝ=A"û>pDdItЖbkt8܄p"t O¬DRSTv._ ޮq$(k!T^xolqrnq/pc El`ƇR瞚0/Vյ9] f{ 4Z/u05 I"tX̥(ו}ۿF;B>_&iB{-9 琉XGZwLeb ~P2ܦ1"b: B5Y7蔵hF_Ʉ4Ҡ=PE ^Q7^:%*R;S/G*Om@[SH$*"+Cn|Yݨԙ[F=k5;(x\|Kv$N2/_m6M)׃ښ۸/lr5EZ)haH؇ ঘg$qyIMͭGv;r[<*CsLɋW&%.9]c@g=w/m\ys]Smd_[,j!jGTՋGQOOkc -@frDLtӫJ몴Y_HnGOn]cG@1ƍ#4\$D敩tq]=Uq@$|hC/7( %b?=N ME0b@a[=I!flc-Tt!6^SʚW27,ąm0^i|v]ɧl? YfIHXR!7~. VfÆȬ:,Z#ZI9Ց6ī… ߟl*Z8^P2(gB1cd@Z?*F#~p%1) 3nI(S5uy0njٞ'YA$"UmuʫcFoBi-6F t$&c h*YQ Ip|$S[NA>q)-"ؕ՟FM,;R`ʉAN *V]兰ցo3wzd;m^s3ߜڶ6~yMVVVLŒ{6 #?.w!:c""t 4P[o4{eƕBlWiXz!W\wGvЄZ-FǭMmzl]`|c}ONHRc h#ӳږU7T[^!B 1aAx&$36'J y;KG EqV-O,_.Ai_yZ4)y5 sSsdvp6{ԉp8A@vĂZu$tDt]+@: yOЖƚ7L H/RKj=g%@\e(JD֒f- Gd]Ef/9{](%2M-~(aUf9m<"qws6XJs{ M<;%lm$kT˚H5=@YK<"zMD w hZ*|/\/Nuck*Ɣ%x]XŎk|J0%VTdƹI^~e|L'w7OSi ;0똶Te|SNA7TۺrKvTZ~NKJ͏1Qr]EcǞ$=&g5ݫW>`3p}8RWlxQ*aЄ'Ek^oͫ5[8n"PJf6Sg'!fx&vI[iz?x6PnPGLsph ޫoN.Nü KYf}qKYƈURG{}=eO4[f {>aU:>1U ӁM֗xrR.#,N٘VC}`  !G"Xm{9{7YLwvt,oyv}a 'Qa O\oڪ ksqYWGF6 y}NG,7!*BW3QvX .I? [}Pr! {ܜ`"KYK xi&j"N̎q'us/YܩU3 >޸#9y8/{2^^.| #U1et:+2kt12dC;gpikV%Oߜ$<~I7J~K4hрt0yyS߷͡^Ep*=<r)tFAX=Qj7g{Sxaiv)͖wK)gTOF/( ? fv`?-&N "5Y@u.6 +'[&A) ,9VI5d~b b ^tآ(0Ѿ% !ԀVԺn7KFifkyqm&7Ζ?#sRNXRfnjJy^ "#/.6Ҍ9AL*nel)zY*bdşh++XAEnm15Cs {X,;p8<Q'Â(0J͢;6Alw4ؠ7H:DtSw YXIs%VXJw918m{puPY_hZw ?K1l9@ݻ|d P}~Ri_^h?3lfo ♙mN+iޠ3c֘ i53_]d]GQ6ؾq]:\2 LՉOYwש0SQK ͒T DZu\árEkJ 2hRr!ĢVĘ6qQ0tK"_ߏx'EҐh,iic'1 }ZD:UϏȁd&|Ԇe[^\m[ z7Sch8~ChC⬄tPF0(/}Ep&NU_ߘv-@'Y {cz=`"$sK}f풆fDAUsyrNF200Gr:Y=4ᠢ-)IR)4#.Mq%eٱG_u.Ie= !?C_#% Mx"ސxΓ5 []]iXqC3LM[cvg &IN4~VE_gvi:P 3x6h$UAռjh2EtnåJ5xlpկiw:5"UK.m~&_4@431#iGV"3|x]1 td>0d}j^(΅R6np7tL)'݇o\ߵ{dt*c6 κxoUPgfZ2`vRIy)BP :ݳDbVI>X'U(C?/$p.z0n/2B/w},@Y`.8R~=`wH>Cp`BaƱQSwk;f(DLŢp5`=,~Z+Kn2$ic|P+fd.1'iU]&(OVhpD5@.&,!3$34aői϶$8vk ~f s+-1)X}diOЕT|~F={CN4 35f}= MyC`L6hmW P<)5+цZBj;${EBrɖ-[ά"نT4I$rM;[27\9݌/v #!#Gk'ےV&^`98RqJ^xtcy0 J^8^G/QU¸ w5X$ kĸ^N.=ӃWHqTV87Gs4G]8"z,5p(ȒZ9vob/Ǡ| Eɱy3nA%D!zl{MbdF10&2ܵz'L%  u|Ü@ \U1jkely( ;a *b8dܴQ)4j eǝieJhˉOɓ%BR˄Ð[."PDy}U{~ab^uݨ ԩt=z/ƸPk[L2j0d'8QR=M`.pBDyӄ[CId|bngii_m5&Xo(.8p!D1?3`v8-sBm(M~Gm]?5(QtcJ]A=na.E§EZn4Yp|_oX) Vt7_ 4 &!~y8J,!:߆߶|0]rjgYͺJͣ)Ud6ݻ] z)BMl71݊m?6R_iu+_$zgG@ 1*cE"¤](Q_`*ükgRe"JAuC((߮ڡ=$jXhkf+yHFr$?hW$ҵ?U)g&[>7$V9;rksW4Kь%zPֽdɽ iOѝJi*AMw^\ h -KÇW/`{ze4!QOGTWqFtK*$VoC3KbKcA;31Zl!3JtKs*=E$`Q$"0JYz9G3I nbq<$;%BMy]eëׇ;|m^[* :T&M]M[,;^la2r7zcC07Mϋ!$e D"Wο!zqOPf ~Λk\ FqKJo Z^ IV[f7yNy+37>=ZF~a~?TO{^mw#_'yב :4i]@Q%Vf03R\$W;~*j֜lMlM[vW>ZFFͮ!ʡiɰYCԄ)4m5 uɭ e'(ҷkli]:H˟I cvQ$fin!wDMLcԺ;uud}WRC҇;8l6F{;YZ,ɀ ?Ҁ,5#&& ^.5q8͏594]/;D5&l?[KqZXI akp-vHGpteicr09DL5W YIy<f%40.0ˇdgC4,#.bkD$y|)~4VYl`G0Rʩ24EYZt=RP3 ֫S˧5>dܚfgIBJd;4j)Njesܸi14 o nR%tv߂ #M`3ƣě&¸l׎\Wg@(#Egtb#=>1/p wE;&*:Ȏ ,@wE};:=VgӒoq\иx?5ħqpZ]#z< %CQ[ZSPdl&[uxuN!usRXء˥)Y_F]9s~\oU>E3֌=%|~܀SVf8+WH“tuSA!g'ȍ]Y<(M}xTDV=W''50bpm?8kFH!] .!8, !򂕮1pTb HVeu*wzOgce\3OkR{5mfLFVҼѡp{T yeTU4A+1?Ž|J}nC, ünA!H1rL_){U-aTQo(~ ̣T4eMɶd<^[|qP[oP锟L$놇)Zu&,JUz +7t5 d#k2kܥQ7M `Q+.P~Ϝ%w|(&CH}y"E))X:'#m>bzP/$Wm3J 0f5cHt5ϗjW9 $k`58XȆos \sa~3meթGdP)ƮE4#AҤf໋&wSTbhyqK:T+'hƎ6ʧRpgoq5 WIg_3"|&t^FfkFPje7 ~/ 6TmM#79#̍ FUrumzYq@Gc6 /"Y!mLM-!ӱqJB╓żw='ӞQS_ Q)DUeA1FrA@m qC\R45L.}i"lT[ZgZiMKTxH=ul|l 9w2p_M9#ZNvǖ4(ڄ@甲RێpJ 7 ~l8"IO nLu%Sr88-GJ +A& KkEJHRh=+\9]+ ~J^M㮈.B`͞wpO䨅 s*D#kQ+̳`%(* iU5f<{. ,'(Nj%E{WLX.C‡Ɖ˼Kmq(#HuY;3QdjB-EV xN[| ;l#{fIZZnwP0tީOpr'if8 -eAQG E,70ߣgЦvb'=:M7bX.<8ܪ",ɭ^Aʸ˛@#'҃eE+U<2rGRu礘}C|&rap}BVwk8W#k8캟#sz{# &ޟ]ahsU$,@8_ lf~m^ +*r=Njȫ2V Iphd-*׸m.Te9}&7=nMd>'գ:ҠU؀O:˘yg^R]DʡNSΠ%WyCntJZ=[Ta<,EA&\9Etօ3u *Ǹo͔-%-5`ZǞ T@A@ZE'{JHB{Q ctvn; ^}#JD%D3x6@CBZ;fɅ|snd`9[xH.}ެ'A&*k؞g*7 ܍L &WJ苢ޗ 5'LngfB$N}YD {ό p±OE]Lvh aOLТzpQ|4uj}#<3ĶSǏHwR dHTw,; EnWrbp'ɶRzPCz(OzGe @k/b9*q)t`duYN9x-ΦZaTCJN]WWͺ2.|8U|R9c}>~n}xOʈ ~w1bj0IND*nȍK]fHN>ˈ8N0q ]K0HX{vzB*^z5.m1)y$Y/Y@ x۝8A_+n4O%J#mE$+76CA=SٲĢc|q1]4i  ʹ'瞹jO_dZF;&2@0v'@40N:wɜT+;Sl 7h3W~sZb{%~2@r6U>$wjB T^JIvܰ^lZN~_x]&^~˱\+sU(%+/>.*Ylf=`m;\6l@2q ۣI9W / \Dmr?zЫDChUB RGEN_|?CV+-d_#HGɤ-PRnH4nȚxڂ2)߻D8婚~aPkfRgzyxG!%GvUqHv}Rx^7ܤ9;ʎO(lFqpmԇDO.!eV-z| 68Yu.ݟ:Lf߽pVċe[XOygxIy5BR y48Uǖ-H FјKfB^hGäm7|P*$j%\Fu qsY15hD~vpsI<ʏ^S8~p,Ē*9#l?i0jb[-}?ȩh+t;'Dq%;0_A>$!5.Z+DqJ5u{5L:ynC8벗 -[a6Vt3bwLͩ"Ь.QٽOZG*Y5% ZDW42 9S%"Y; N3CFfw)tTqH ҫ7۶Έ6;ܗIBtA8 X/o\w^B\t+W5ahlٟcLᦋR =Uӌy›[akroDLsAP+/kyd-;uۢ.׬<P@AsS5㣒z&d^WѠ#0%R!;ldy?šD_MH>r)[(62.JvSpaRT3-m2wҟx*}"E-ɡ"maC=:|t6\R kZN?̞,g!f t؉:?V^>yY[فSTЊz1U )TDutn>tqjJc~Jm>7440ZPj1=g)Z\Tz7'M@-4etOﳺ4Dh' 7HZiFٿ3:W6R-#~ñ2,HH T Dz+KZQ)~$3L4UxT%i^|י GKƏ0GЕxwh@O;^ N87^!gNO Oitظ[t fmO8&1j +VR#Y$͌5}&WQy\ē[ѶoB0`6|(GYTb wI#,sD,mVuظvs$+ -br}OJ5i+\X"{SpŚ8Uq'V$G.JarmbwA"a f?MHUwSoJ}uf[5}]N~2}9ј<^o!Я\y;@* ;ҟ_\$&>>=0c6՗u* Kܲ6 \|3aHƏXn-4p{)Y[8R7;٨:#W*iyvhvԾNGaRpECQ?elMH;IGGV{<u QKB^_WV||ׇPյT0Vd'M%~<11jc\v>ڑw-KY`TJXmx߲(K=:CL1#b߃V}oWP) vz g7Y.#mzuR#DF[ %RWdH k tn_u f&V,,n%Cbnk ' A]"cι4 ~ǸA6'&h3|AK?Hԥ [.R,Ť"~uαK-5nAe@8N C?J] 1&]WZݬ TdPٲ견 6cE_) h3lv tiz\ i"Y=y%?xhh6q}1I#Z fEŠɄ@kB⍉ mSI6\f b_5 ͵%.\q|Z ?=z2F;4x Ttwnj)^2%*diZKyC͊Ufe=}1K! 0 SMsVfR'"+ &(<$䕢PR ϗyᅅqѤV:Nrg Em3.E` %)Úb٘Wz$4po.`šz}`~Xvj$ T,71Zv)D ea?j}z#uN`rɳr{??c$a ھ``A [ܫSQ6CF^$ܹpn%}L%0tr/_'QHqgu`]d)Eg(_&+QűӿP;f[YZ$ Ӵ,$ {PoNZ&! V mS3Y?ykxmjR.Zys+G1osNɌX¸Ug6 gJ*~ySGUCo` Zfvu;6 9W _r4$PIlvH2d*Jj4(O:;ۙaF#A&Ix+@5]b @L_[`Iyu=$!%IR?{)ˀ*F=lWTs۞GBv3F^=QO qD8XsMnr?XP@ l =tP>c 8}>U=_ ^ dRbeǓ|5 \9-ՇO'`B:~NӨ x0Jc7Q)DUX_S sRB ZN[N 6nSͰ-hRqIx䙽g3"*OY,>w?~ |":DmzO7PbLDiCڨ9^I?Ql׀,[.'rVHf\2+]rHa"/?H*1$ss0vP+ZW(PF-eKb1pl[{ {6gO樾6aPn,[ (C5&YKs}S6!wGJG{(QoOFh/\ЁqD_R*WԊRG>uH)$^$2eguG3vVyGFȾx8Em\X]^Ljwd-R?<k0yMz,蛱xuJKzNQG?PHoyQJ= N9IN܌ŚƳj8-T*%NDGK59tP-hlJ '%+-ΆDǍ<&`A5 3, =L͇VFvAhg|Cm(iauB=A~`( w<5Ktc6N72$u5f^\-٪]y%ii@:?tb4t!s "-Ur{\;vY9co!օeGcɥ w!g MT A *b9'25nRwY8ש4p5Fi< N3 ^o8-enqP(' :vćtNX_[$#[AsoXRUIiF0шj|HiO<$W(h3o#z{I4f𒪁G:)"U~ZOX\& }FҾ_ Zh:Bߌ& ,/Lb5Xztscǚ+եVsx+vh[Cp`f mw1zQH7]qU Dso(zPNlND&q,f'* Ք,NX{+!F r8H Htd o7PO>SS(MkP bW8&!6m =gt810᧎=AzSj74K^͖Ro5u86i~P6f#l7B2~Tܒ7NǁrV'9]),q!Ed)R6f&\+mʛG'xI ܇ c&sޞuߐH3"K/A,S=dx:59kޏРꯙMl3/2ȩ!Q9VotIz]鿽~>$b"jCcz$s/i"g;UHϔ]X-tflI<`ui& AE} &2,gfc/k;_m= t=Y_v5&>rۑ Dw~O+aT_iE9ќFWx 9x_aU UWJو&(%.{FNLFL*i+rHOI#-ڟmI*A_U~2 5;C.ҽc檐!l1KDu Tu+ss"Z3`ۄ"^sm+]xSNB(@ʪQ@SܨC'-fVA /a~U[~*gi=n7:lU|V͘gcVLmZFe [䂄 JQxRu}IL{!VQ .'o|kp= )WR—de6,@:boNx;J|An|e">HVV6=fw`֎Nt n߯[U0v'9 Aq(7zWO9"MH2bwp‚9%j 8f,P[dϵB%$@pς1'+%jbslFbi-̸fhRD+{y zGCbW W- [2o(E'@8A'E?' ~>QxThs8& Zj8wyvOssXHR-زeL[_f )BJy`:蛩9l eFn o/9Tp1"5~>O` \mw"$GDpO%*ѬxUI ש2΂YhLg>,`5;|.~ݷkГ'Sc9E_g`D/\1Q撶di$`։͕W{oy~LvH{3l)cDZC oLj3-!$o0yž-wߑ^?Y/un` 5 bܯwG.-U~ccJΖR&6MQVs/9. M &BZ@'!5^ 3-ݶhU!F)"unuB}Zyޥ&shR7pwK!26*D|~{Q;_ Z}<)knr?i4 J/?pHr&8hhxX]6pr&T);:ݳ۔B,ksS+fqVK< #8ȷVj'ZwmW4(MI%C'*LdF6O_jc]YjpC 1ֶ & bdӜ{HqpF$]#Icwh0c*H[:W^#3{P]Ok}T=+`,,gDL3~c SF@G9C=O&oq ᶚuDŽk"?Eʩ196b/ P s{1#-–pXn87RZK{1eJCnggh0ZǨ f0]8ʑNs=EƇg5}H1BQǥ)kӭ"DGǁJ|D7m* +j9#F9iKΌ3&fOMRȶ.Q,ƹI|HIXi0XC|d3$WYNa9hwVa&хnrn/1}xOfMR0sKC}a> ^'k?jGAeb^sAڡe7ʈ6G(U.P7>_ 8?mMݩ{:Ur!$o@V \'Mi>zD*ԳDIk]W!h܏Ʒ'7<\]ErR,#F,PžM\3 @{M`y}찗Z7(:}S {q7ۗ;!;?flH6?:?Ui4Ҝ8X0|CBVfASa+F˧,33OVD]FAe"񷻀]tS-_t^]_%6RrkLuBpOX~ vRbQ%7rIMbQ$d(!^XB9Ao(}&R ۦn5dµAZ"s.Lb^ݡ;.<2aDv{WjAq&XHtTaZcHigu29L)HEؕD=s zjS=.=Jv[/GGW;Y\ob7Lb]%afD|w:w:ą"mqOm$.mmʦbSn*~Z(3~ۤ;?D')j ۂ|Io!C :$۷s/돪 e]]!m>+Opۼ},`-5{Ί W/h: Ƹ*ϣd,ƌ(40?}"qAD㷵=8ӏ588m6~^Bb61>R<`ݬi 1쌃jT6q`h[[*1V@{<7Cw_9d˴}DŽ@>i)|ԙ#즡!2"eBRW>5\3Pq6>q/ 0/0&rH$t Ml$vmPoL~ZMQ{ uwrpZں=H< e >ʽ;9RYuw-4 8'WηTnh:+ޞh=@D`Z s*(s޼;*fZb'q;W*[AWbB HZ`6BͶ!ďjy [`k FqtlS:?7?4F:Cp; [=A+PԖtAԌZ,21wzj*&`tOIg[;&-"&Vvk$|iY?iUg4 {8CO2ngSG]}SNlf)Y~5Ut@um_ni6,C 'X% ?nGF1+ PɃvdi/_ju'hUIVt"5<`Aau鯂- DI@ASKMUdwU"K&.#2{";)*f,=h]%0-G؁9KC1u lxTϮ$UsZ6($CV'ܫpG)[C\XLe??'*GºJB;OdcSǔV#֣;TؾE]-_Q=E+-~z)^o U6k-C#za<+"vw*Wfxpm;MLr2!溣3_`<M7YF@3@΍js//ݥ5Bx}QD[`ҠֲO֬o0`8!:)r ys֪L>YCFLVIlo o=sLէE<篻1 zm{y#J|L(cw#\ - ךnZ0\\Ʀ0 p=AZJUn3\1LM!YmfjmL(4GЉ 4T g{wr A(+`>AQW @[!e!̬<(`9.CnEkdo֢+K=]S]R zi f<'X$Kq3G~5ܭ TX e6 +q3E Z듹Dn,HO7Ijt|}KiJfITgNG:M5sei~)k2IwGVM( ,)*.E :U+"n=>"DJěN3gE4!w<СU "ZGRAo52fz [:Cec| ~Tp=Ya5츎Y,+<kgQTZj*B8Nk XeoJ%x[,lW~V=A2Dd$}]=tm`o3Ɓy&)3|@>0MT@j6I.=Cmbb'z!HxJ}M3ۚ4O!t11=")^^D{.妵M3C]_'X/\ʞEU:1mMDt\V@Bepz$pō8-3r ]\n=$ndpv@2DW0k^Q.8cIb~ar2:Q ^v9A"8t,s5 !J#~VAcF0r"u ](`r]]dLcH^Y) M0Eǒ [* ]`"wa0ßm@e *Dz?ddU8\I5L%k]q-_+/#|r̋o =([ .>,oX?KY=l:Bg8ƏJ$(^(^BNLA de#]6q̿V"h-t-'!c"iXP39KZ+rr 푒o q'B3 \ƙ8p8hM|.3*^9AC ʷyQ7@שhwt@T͏)1tvEm!ئAƏN,cĠ= O_nT*P_S0Sŵ> _FXcg?HzBHj~" R79dJ!nFA#ڋ+I`Hͤyٜ|2|48Lox0%l-mX2#aۼ>yt٧!z@]o) Ū!YiG(4FD65e|Ƴ<蜳\굌9 'J$Ky [pMqpe+Ơ HKZXW"/qD=gvۡ]={C5םQm=ڵ7]KFbL`[\j;P`Ҡ^U]HCMQc5@}c㪵3!R3d+`HM/L=!FSN;9vMrL:0Z.j((v;e6Dt_kZip9@c[zրF#7-T V'OѳJ-{viM$,Inɓ`c[5\Ā) QVoP34֗?,h!1ȥ]qE6HL>3aZz>E/]Z( Җ8d['-3B>xszM#5bE.f/Doc.loRi|l+jDž4kݚ+FJ?Q.`3JPvatt^_w koD:l1>fPlЧ(;mn5sPX[0YSMvMI ̉Bk lIjjh2YJæ~N %H4% VkK ",r.E/9]0CAQ7PuPc^8٨2Orc$QbDǶnT_ZcsSrݮ+gJvM[}9BDjPJnl:^ Fcp(K @nT2}xU`Dsx-&`Eoj7W;_(j#yǁYȚI >!|*m+_(5h&rYC{,Zބ]a36nn(cs7yX:kPwGYwbLAבCj("G\h )c!3QdA5_Q;lƝ=$h$Dn#Z$󾹇&;ߩ@}]gCux7NjCBȁk8=~gE?'hX?_rrot(-I+-ÇݴR(e`SqtCniFU+4В!6fn0D,@(VSq9KiIzB"r &201h@:bY4bK G5׼ta`ܸ46Tўۨv^n=OzhVŝuj7%[OF,뤒*{jӯmiU}uq ZʗoP׌],(iA6d֞zv\`UjA^߾&J1G=}ϵ9-zoV{b]WJ!7)&䃰+ϾɉAP+՚F48ړc4sh(BCfvV $;glS. K|7ke: UHI [o.υRU BsgspȱD& 3mL%G_/ʛFgVؔq)y.>4Nl_uF)3qzsՃ"2B0Aa!O MXAlڝ\NE4exP^/{{xiD ͝LM)xLsROOhy@H@ IW-s` q/E`}) 4<)B1?tX ~NS^Sdp[װ?0vWf2i:^H2Y=r/$Lï*\DmI@Gx| pyB+L#l~~[9J?>: s:A1Daㄣ`zDm|oPc琬(_ Gm)X i60$WVYbi < ӥ6gP<>E#:q~4fNs%U_(@3&3n ͢>L 7q ^EEAo{}*ZF?PV}/fSg22@FC& Z}iRBo_3:baa M=ǨdO0>ڤOӦKhZ6Y! NU&1 l6brAρ&ViC%gTv ?K>h͘3YO͚AV ѽH;ee2 ՐmCU F<hlg^а5ے![µFGna.þa ƙ =۝o1J<`6FEO0hʣ.wIb(ԮYS>ԅ7?wGs8e~SyxTb﵏Ui]V ²_H=` K:q+.ks!/SL嬱/+Eu cXq)O0.?s_Kg\+͆ڥYo/h]g5hnsdOa6 ͘2_#H{Y+As+gN8 }pqd|"ހ%{iW 5Ev$%욋<@e& wEvDAQ IY;L`1kt}Ò%np=l66baT[ߜT./'=H eKs+K< m\/Z{{=|H2 i_ma3]?&\Zj@MMo[kPܸp%HjY h-g)aT49ӅΦt'pSLfF?[ RVdO{vu871m:8sWz`~̓pcQ)b CzbBZ(3[ebz*_qnk)[9Λ'/By4ԹGk|.:u<}/Q&pdE" ?"6H~"GU $@%f,ba^ɻ^+p ݅3DADɕ)1Yj8 h jS` R dz*i@Y+C[=/Pu/NQjC`]2vM7zOuw dJNN&CS`or"+odG?Jσq@TSEsf⮱acOysQ ӆC m$  IWC - KȄ8hnƛ/d4N>.Űހ|Mddq'uGŭx3cn0Ut N\,yإF~&\y'-*O `b"AL35wx.)rAɨ?QudCV:ZoqYCuͫ'kT㖀"'G Ԅ@J6g:dw sU48jϨ3,te0k_Qi&)lLQ\ ]H2={+`~1nnTscZheSOx ܙ̌:#%+f1ǓSm cM&ű!C"A⻲r.EXvFKAs׸I*,V4zzvL+fϡBBޔ(AMKc/*S,W\慮9r֥|[;4kAu(!9}Ƅ8)G;1 NbW"#/e)TwtLwntA>SF nXXʂ*(珿+t k`jǰ ۇ> T{jjIUjM,f'j(mT~M=+[H]^u&rȌб\mk(0BtZIwbJ@ f _| NOm-'*]j=YRrj[ʑf1*1{H(杲c5EŒ:3_i)8)HʿOg|8C/i,=_51Mc 6j$~@uIEs3\]Tewp0ULɁ/B'2` F3,kpxDx5 1]/iD5#s]d ܫP\X~OЍ6:w~dE]l < u(2&MUɮH?&r:@w5CCLQ$y9/ hRI$\:XIA֌*av|̏DoP=_nU .5o+Iy,ɰ4v T#HȦ\ iH"Eh,h2R1 ۆI]Iޠn[O[ypc-`gw1օ{Hq3(둁>u|Wux{A)}[*%Ԗ!A R36+d}OĪ_5h[0:H J˸aɋ$㵨\`DM$346 {>2XS;uJ6[F3l{χQ!ig8+)Ȯm*WXV%^r,(g0&o~(P!y$gӔ8 a<[\~8R#qi!#cQP ٍ)eeSM-x&Y6kv/u< ?thWMJB{UJFSGYʣ""M]q( >(l*}FM4±~,'`lg+zH<Eeע8ci\XI>ƑL}[7e~I+jV 970#>V+Q3D3E]au]JxhK.}>)HU}?o>iUB8Y8֜L WHk 3N̔ U,y=ro"Q9WR_TcP3r8] Xl=dL '=_ZS"W'ڳ$gDځ5|Y,Ugn4)\jl(VUX2N7txԜ^b[lInV+;R+X8(V"G#{d[;9Kta==oGh_j'9 xו͒UC'F7vj3Ϭ݅ !Qŧ42ܱZ@s(2+bPN(4`o*r̰: xnBӜ[rɎ\/Vm16{KF0U9y~N$~uI8>T:GltBAP_n07\<"is7~;V mIoy=gjT#O AzHÛm8kOYS7e\a)U9C&QMn4ʅ߮^r"M[&*C7k^Zp[w(oΥCNg99g;/0;G'o\ 8;o@~%T+45u` 2ܝ4c1aǭ)a[^+37:&w+P. l!B|*0@<\arE=u rZr*s. xȑ}\'mZGATܝW0SpWhMͼ.8Lj8P0PRZQ5(je3*POA지"zc I B z~k_pt̘xѥ5X_Z3Ex5Jē܊bP(V)T، ,jU;ʷE8L:\!v5FM5&+,-su+UT^-o>bgSۓ >uwM3ID)\"Ťljm*} G+[~IoPɃ7cTxr< g=d[ޯN#ډ+I8בO*9pu)rj hHQC^r#.B. 4Dd/ktL gQGoVY[~PC9񟪆\|J>1D|~t3նg#b`|C>?-Mq'/>ۥhZ4sBW扃y%sqρ|sWۍ@*+2ЏgzH 4OܵEį Ԍ(хb;ltLi,(8Z̈́35`"DT񚅀9 upf]|&:WlR̛3c ,!7 w"_c.m2]%vqV[kk;UZX* ,-4F˲&Ny[܏ps?gRvn N14eAPڸյ̏a?HmY_OF^lQW$FAyŝPC,{Dkd+XJSB,/d((+ eApkE/zݑ }`5fD: aUf0K ]ar%.[7X8 7ߓkַ*ؐVt,,o 0̌$5xl+^l3 Vyn')tQjBTumbmUocM} v1ۧd<OU{@^^TN㬳>=K⣊wLFG:rLek!?=ydM(EdMhPOtavcl*Y,??tc d"c5s*:H 'lMr'^ǑKmW foO˚Evb8+q:1 #QQdpcMK POPoG e&ON%& &>E9;e+ykNCU5dwMtN(S0u}N-XJ`UZ,9Xw> 8G-0Ep(3s3Lcj[d b=6{Áiw~DՔ@`뀃";CDQz&]{/;KZ#Dy9&C 9@EXc桂7'9)خpCq)Μ\qY8v;B+XYHUzg*f7 (=ﳡ4}Tn{DB?"sz E^(`(bւ>-d5 gjvPfkē@MSW$ ٱ!Sybzjr("]dXpkP.yKym;^Uҳiţ⨘I"]ZtY{4Rbj?}I;0[ gZ@bErm:V ;PnƘfTrYB F;=IFa<Xpp-avEܹ"=ib; #BTPԼ5A&σ`̋@zDOwl b2S'̪WX^hC͑)o,-'IǰtEJSE̸N*~]>n6PV{+Ս A+ԥ8 E}7W+yJo6eu-O+ y(Y cEFhqVE81KRRǙFUgź>D 6ЊLXN K٧X8o kI/(/&);} (W Ã* ; =:L0ϵu~9ʹ/hۂB.}oNa INC;B;p4pQ];^֊o6OJz O?t\B\n'lԝV+=P4RGMϖ=XG_Nk-#hn&;r@-ԇR9?h!>fot;(0;z  =^Β3Ix ~`'@@ad? AJҥOJ&cqQM= ;w1Hs'CEW'c(7'%=T#!%WqE;p$#MQ%ñA=A9L?.@"dy ,08!e4#WTj)[X 1Nvx'PvrL2 +v]q v%0txI0ٔ34?.'P oU2/ޒN_t[Boז-oo|^m|"O[+9u?&1,V*'mW=@z%Y.U85ё_6cTMnh;nccPhmGB.kTo.u&1џv9@ N>> \R,D̉ B]@2K[`u#3/Fh|pڪ4Z9ũ69~C-;۰EO:qzLb$6~%ĭ2,X.6Cy Z 8냎"X(AI$Չfðz/`ӮXRdSˌٵ9Ŕ7~'Wz,1kRi'&9R4`.採3_~Szoz"IJOjO/w}qIRڨ?MHvXoj( 勧٫vң|eiR6_!Q=ɢH\=H lm@ ȏ =~Q\Ubrc%mɘ##4x# 2-'R̛$(&cfs_hcʡm,k>G:;e<43s/.QeI"֔[BThЭVF{V<$rj 1=K=9?LOtAuձ{73ߘ~rS<1L .-]si4S5 \XwN EbfkQ߁{D ԓvꫲ{q\{T#45C9j]|kOHBu2MfÈopboQmxsXmC[al,$ηXA\5T6G0*rc+oVSlA1y:TOO;$(uQ4Hn>i~=}%QJec% ;T䑩Oc'.K5 V/]Ѩռo<Ý;U,4j8~Ϡat3SZ= v6zTVRN&~]hwW_>9 'qwi\ ߩ8,vҊ"n&+g} 4ˈN>.n6z;=Hwbg`Y3+AV\E(oh@]d]iR"ф♡B{%*.fSQOIN椾+jU@Z Uŧ+>- )'{o9Nypp?~i? ˷ɜIv1}ph+t5IVuA1 [8ђ#5v m *#JZ(*ׂSMPZHvwxwzV`J"nu6*@̙ppG}ILA׊Fo@U0c8Q] ٣uid2RƄv(w bygBf&~qgCC 65-oP[Ocf K}DTpr* n=Ϗ;x:<(>5c FPfSX#0M%_+p$IՎ,k:Okck<[R($h:Ĕ=zU >9c^Mfb;Gik 1Y3uB.j)%1lM=2ܟs4Ւ q)0Cahm5XOg o-cXaR XyuZ^ I8RU W@eLFInRA%)(ϱv;#8!ġ6߳ߢAA qeh:G2G^<| F+ 8G )tZ1(NwdHyT'tBI ^EA|VgU?5Ou݊|zؗ՟!=/2Wp>_?侒^ "86& Y#9|~71gI4E x5fn!خ< 9ly1=N-- l)dWo[˺oW L D]$@؏'%R_e!bSMWPSLdbp>oalLKH<2zfBVа/dI l/">źIXaTJSG-trM*E 1!%]'=#DMd%̷ ~{?U+]\J(;32a%@ -%rӉF;|k|uU= ́'":Hae^Sg9dje +Q~lA{xO椁2&}0M/cp6O^ rHsGf%& 5|KJwC-E8uZhA 7i{~ z5A:QHhOmTSڔ[ =z^xPV1%u  [c_g8}.h1v+HhJy#)RaN(7 hfV{oFjE7|Lʪv ~TV1V%{ bmhP}ctLO%mo$ vPGdaHO/S7Rv4 I|ZΝ0H6h#6CzYAҬ[r ۳%vg|Ɂ>WRGoL`%0:IgU9k Ƥjlt2)/HAf+GSٓFºv;eJ}B0B5X%ۦ'bGA #D5)fb%aCvs.%DLs4R|>3B>{Bi,iil:Qdԍ/b1ė ;ͥz%]r2ۈsNh5v$6J̈́L=܌%|އpK@'E+Qg(~*Ȍ\%ZͤSvIfPF& ׫> RɎ ĻNՑ# tbv׮l΂TTsOTWBhT&dfsq*@)g{ +`3Yda[Wi>Nz;j<(/a}#4BWRЄmL1<# sD.VdK-<ЏI/*Gd?!pPAhm+ƮUHߌ+-A ;i-ƈek}B7˭f7R};4dò1on &ͯJ*ha _n^644w) ͅgOf< VdahkoO#ŒeΠ5i#𛬁ݫI@ƥòq?o\ҩ4=L+̱k#m$/D|ȸYrעюvlE'Aw4@d6?+fOx~teMkHLIUq'n<$ܘ3P BV,o0q$s 7&fܒ2[ht`J,҂I".C,p[_T$ΣHfKܿi/Yƕ İv@6P{Gv#ٮLńH$S%m P>7XBWd2&(6_&-w2<SFZ{p?A(3w5s eKK9 :LZ9  eh[(E9-Wpfx qM5h`yBmæձY[eżJo| 8O vlvQ1#j| Wzx JCoP {Ixpū7TsԌ;. i޽`\ `8tg =h7d%5Z4Z[/6^#QhLNANA)-0%a\d5¸ƒ.~^qw\+ud^3^Ĺ.(z SM+ uw$o@+?j؈s*N ҥEkJ+ՂSL`Un֫ml LSegNTKCX 8/">a$"oNa^zHvKu'IS)),N㬭 Ib^ %bmW#IgFn, WuU$yz@D l_yMA&ou3%J//Ƹ^W5/jhӸF-C'dM5p&*mCb4s\? .d;4(*բdeRN-&uk.Ik;y_)9o_) ^y.Y{&հ\Q];_"yӾtI0x5Hc~;UrRk~'oΠsy7$,<*+yE)!>ܪ21 6`źs-\[D3k]! |I@jٱK*Gi E^xHbz/s@Q갶`4}<\L袃'nB/O I?s䯿eAw!oװC@~3 =RYV!m+/6N9פJ3>q^1sܚğ2I0廖`SRyfO{Ǽ1 J1wYaˣIDM^;'Wg'/)ɼ9uN9%pgzڜ9X6 L,l6:Kq|zmE%,̤Gw7p6]Bc10I\!:L쮯1!" P 9(`}η,,~].pbpRhjBmJ/˧y\9j/Td] XZqRV:XV?iaL ,%ڭigs6ƨ֍ҳ w( 䕄^8Xz pcd: td Zd@2H v'۫LL(籝<63ͽ}Fӏ/,?>-y#cLyBiN!kp<4`GvMDnAUklFdcs_AW0tr'g&.Hs)ZL 9$_g~M:)/'vkqJkg  f>2CbZ84 {_Dّq.#܄:u_l< v9":&Vo$SEȖ)΍1Ij['J{ @LRSRzBh=,C`J/e`-!2FJEG+ h5Qp8﹕\&ύR E^$ѶSQs֎-RQa,ءbaEBͥ|b%vs]z ,h=9P{؂zwr[T.YӶF?m,d{Hl)Y(Uu'%GUMN)F,,5飜j%OA5HX *b*_WS8b&6:h3@ vpd1[dT5)MAnŨ iV OW}3|L,ͦ-r4b.$o5Q,KJIOk”\*Ȯ8t|RTc6Su >'v2w.i4]`H{f^o3=ip' ;G*UI/H>1zStȠJHD$*Y[%1j=\`;b 9}A)Wr d Y\9> $c 9E{mM5Q1#K4麯,9ZIx]YpMaJ)?rMG0 +@P7?D$]ȗ >M봚a6]P2I~mE]@>}v#sy+YFN_X.%WV~!knp;c*>졘/|cZ2gFw9 }BJa@!/$)^]ߗI.jT`p 5PhTx'8paVmC }FpKeEFk3pO]Jsz>>!3G=Οeg!Sr3K{nn5fM!BAM0`ZwQ{ >*؉߷e^Dzg07CJ;8Ʌ_޽1'U͑:gܩ}c4S7H^ JZXBL]CPT3I8G)n~'$P`sD jAzfY 9ž؋;`G)\n3 A$y²!3$^su641~tƧ~RY!{D76d@I9t{^#S҉0g|V/ djgQŶ$sاjlɉyw3fC/MC@9zԗD˻ub6F'A 8g1q뷺;I ċk mTHשSLʼnm>dZWe%a2neJ h":]lzuQ0Ӌ Eޕ []Lk ;Erliyk;{h|u_)9G_{{3Rx18 Όf.lժ˧!~23s Y 􇖣 KPKsxI}5WIjsPJlJZ/HPk2jsaKD}j Zp D, l. i7sꚹ+:x@5q$SW \w797,+Us`(^T*1tVIÉ&_A AF  OS.Le}!tGlm I&U;n;r-<Wn ?_(BbXꄘ=;YWT4㢥Q4jӖI+VSD=96BrlM1oV[V#\$`L6í; iKL [E,ݰyAx(#2e4󘳶;RnF0/JɊ.wfN4y!S^@ܔ&9/j2o.~mo![  ޝ?`CX3Ru{ƿ`[y$a%@R)، i2-BASJ2NkbwgӧZyn Mnye(qBea$s4_/rJ7&CjP|Z%nEVhB\nvM2DsC\Lp~;iH‡?!6J[gҎFYدm7K@)Uu-r拏 klu"'pXJ=)j>!ad9~?A#"kzgJcʸK=Ax􄺥)P,@Bb S*fꖹk4Ʌ_<a0k]pR΋'}Y0#uq|xݥulSCOPL tO^ ?/i!n'Db¡QqTsdc&Jݭ{ -Tբs}Y Yxupר?Ih +hPwW [)h(GVh(zaV98~WJIx- GN8+HDJ4jDE T] ̐gQU$_qUke{ͧC"QQ L"fbI9+U*Gt3C PXqhl. p*T3Q"g S"c?"\-_E#HI v<}o<+i~CZ-ayځg4^BA1A KS\Ը>͖e}cمd7`$q3Sr3էP`]IN\ P)@JtrԼmFcYM|Ve `ԑ2Z'0Q{SbOX_etxOUoIMʌknV@%(7$yd{o%1.EB ̥Y 5LvK8dB;,e1`bLgf(xa?ߠrpi 8ZuپPВgJ,lҞu=TtT`wڧKczo/;~H`7_az)YuEųkU QexvQ.,X3IPcFjaUP`3}n\Efۥ͌\[LAٯ1&8ߖ 146r9lxmy].`g6xf/6pHݜCI-b=I&;]9!,e8*YevJTܦI'7"I0W /{yx;+Pvd wo?33)1#+n\ 찧{CD&I|nx H-87<",E[9uƺ,m6;T1>FPzPaFkڴ[hnMjM#+&OMS,[ֺ x'ՕfR."b1J@ m84DCVN20X)C qoC\v(ۋ:}be7ץu>HPJ 6Bto=Ksy<]2^8za:jTQk&b=5m3$!I|U=_AO=6Qu'2=1TT5 AjȆ/!4[%hyiSjε0V3AL;T,cىڜ}W6e%[GϪgt?:^~`@8R>KSv0/;lռAG!vͽG/Ze(1C+Gu䡖d7w@&e 5c=M0?[``~`'m/{vi@I ^;-P{y@=zNF\7&TU3,z'5*G8;eBKkNh$`Q`؃G^·+6ձ z˜'j6nLS/3Q".ꨁ_bgoMUfgnG * x]ٖo@jb_Hj 7]G辤tmN7>")iJ M_gKJ1j.E""\2de᤮PZPa(OR1gyS6U`"&gA30 h(B5? ̎C09:S]-1# H* &gh(dIRsWj.)^ bNm?I*r1Yjύ,Aqv$0L4uN6钚R\xlBLwaaż%T7"уhXɹZvϐJ[+(a[-B6U&^RJk%8~t~ɘLire +9-0{-j3D߹yHjv)^+?͇R% ]vBL$mЊˁT6VB^)$ܥb4nCk 2{kZOQ "7F+)/dì{3N*] 1y-45'ete& v nq MZ@~GQO'x*7LNjd<8Rk Pm\YΞ/V$23'3]q׋-׺rr 5o@?,yv{I_V"=-2"Q q'@8S{7va~+K]<>{G]\y RJ߉>:yt`\u"YFxVnQ/xO\m]nhMZ߳ Nɀ=L4N}ꆌWMS'.ѤkRܻK?6BjF-\X֔c408X}K8g `0f8SP_&- 1%+__㤛bw(sb)JrZ'~PًAg] 3Uι01l>w6kxw Q]Z/ O/byO]!ءφ7A?bw~+T-?TW A@J;+*D'V9fvH?͠j~lÁcJ8bZcnФJzS=Ca$wp\';EGXi3ļpsąN905bnkHK%|+f c*:{nzH*Z=lvܶ_aawջM>w\Ф-|sx*E0&ϥr.Y@h ɿ k*&2`4y 5,R r%o\#Y Z@AHPiC>}RZA_8Dm~2IFQ?VD@ O䙀ؠLVCC jzb]xڙyLiK^,gvsk]Iua$ymRi-z~vj`lDҀB9}LEFv3vQ8º{R`9?C B]P8 RgVW:SCRZp8($mSlZ"_2lj/@tfICFyi.lG58WO$'&_яhtp+ZV2~N8ȓ%5LS1M%gQc#4G鐼M蝳Vsy ߱I(ӫeԖ @bOϸ@BGNBT/$ 3~R{MϜړ:2ܠ w@g?5=Nh 1\Gq5Ox HƏZpzfJzpEMp KHۣ.S s0pP&O+l~[nf 㶲=}`7%/fPQG[K2g0DNmjWeh|+T49v\bENf6!WaO'CHU=Aׅ@DA~x Oi61S͸>|Qgw 5Ԯ}/#,j*-q4_,]5ϑj!,ēRh ^1JFH]ƤPnCc3v[yl2AftE迡_N ] Y^(n4"F=fQgi␳-oȴ) #bG/\D]3,@3{&?~ ͎Mfke^])(GtN! VGe2^)i[d(ge$2M6SE郻@3'h6UPb]0(Rv@жL$ t(I ۬ q h޷@%n sN2^ґq%|B y,, 1{&$k>F.IG' 7[ M~/࠺?dEf\T}}Wh0߿[Z/7jqyQȑBsrᙛ/-H,s~UvRJP0ޱD kA5>/eiWjzT/6֊PS1oݙQN. c p~X†1'=uSg_|$ly#jaNs G0"V2GOUi"j7r3r{nZGA'/;,ӳƎu:YöB,*jU2ݻK=-)P?v'\~a._C΍%ee)>Snv3n5-txF.ektъ!w" I1X˚TB$Jo_hjKr'f|/ 0ɪ/WEnC{Ql]oadO1V:C/aJڭЩOX@fhXڮot+>%ɨ3֚YI6D͂gL{!:˯X^l2ãDl1mV,` U O_ɼTu֏znBಆMuV(Hҕ"8 YB ".  UY! hK= =cLLJg̹hq׹&xPdYKZ.܉/Ni`3K' XB[MG9;h8EL.mE426^X:d+tB9.2#Pǁ̎ mz o`UWV5HQk=\۟ǎ($;$`RZX-jW8zU sهlu aUFxM%M3 *#ks՝ϠvuE9,A?R*7I3#yF =,aY4< Σ'AݬMUoEC {I {m0ݸx + 0XG8N ;I@Z4܄nC9;[M6vtcDy6Ž fTt;дyi] s*j JёBE9%iHm \Bw̓3,/R[Gj4JJ{g2/ɾ j姽 c׷x/J &F 'uHk$w&zN>T&p&谡щ?r2+h;Mw&28 -LZ@!#0!htœ*saŎ]B{MВ;u]aڽ =0ZMZzVH@6"N*Bɗ "2`_sцjs:~*0I=F0. qz^n6o#6 +VRl_K-+Z+ 4:3uy ϷPILxʨ(2BfzxJ" ϯSq+.ˆ[GOiSǞ*ena,һ|d",m ʳ[OsAsیt8}rKYq'M>ˬd flX1,dbtH/rtUڇvhjtc @c/Es_ i4j @ly֓GaB#y1߱M-"R~R:*5&M¼xMPP[]9*|`Gҥc\e_?;tY$h5]j]1ol"J~%j JIq;7~#l:j$tKY YfYgL6r[b[KhZ"&ͥar-PK'8'X_/qh|YR14SXVvD}kAYf9Y^2vmVZQþ<z|E%I`8Ƙ3iVn%+3z ceI|XcL?(y [m!ZQdTyE_yԄ7X0ɀƮ\G8I&Gn^9T@ፏQ4B{i'Gxgac~tA৛&{eW;rrՇѲi@[k/<~@:t/` de}dfOӲ %C(*zl0[RN79"Cwm',x|+tn09Qȋ] Ү)\G{8'GA~ 2C"`,YLmCh prr]W󭡒|z^j cj}qFJo7RǧL#+ztɋwE`n僧Cadhp$=PE7S)/۳@I-z@1|pt|mas>L6=(Uvs3{o1s [L'R! sI, 0(G(ٱbEd&jdXHBhìBUT}N=iBѭj`&͉ya#v54z{p"|X;k뭏޲d"g4lh{PП=XU+ lieW^Rr8t4-E_Չ7W?on2ؽ~ ?dXY:yb>7b`Jp>J/ ($dex*yn0LCDߺJ`E}>A j}KRaz| l?Ρj-d^?WCOո7.6LNpYUI9=(۔*Dѵ|y*:>1V YPjZ//gqb{5 Ɠp)ϼlAyZ7XHy:t]"҅"7g?s"XvY՘?#d(P`@Bh`>A24~ J&Ivm u*1Z `x=s#/CO@\۵d70TC hJ1lOT?@7]:G0Ej  ^Oz@.^\l8Kz~!;h.aPY0C?yr`d5nOАzV2_j @_h.aHguJpg=gAQa^Jg5z){Z>Ӻ'|af1=<>*J_juA8G3VB\kVycĕ6g`%(E޾x-n פkzwSmz*᧘ @<*u*nh8'JLP`џhZL$$dЁ X̡~1ARl7J?pcZS!U6ƀ MLW0`J*>7xk:4~Рv}bA 9SP)pj-橰sh\5mоK̢yv}I3DZqNq'~ف &QaoFCg_dҠ;pfԭ ?Qwum~mнTD4A*12CQH2{怒!jjHc0fkW&r,K\Wk?CRS4Nl^d^^ydi3jX6ea!AA=:!K,(u(I{-GQ&B߅ XYN|(d 4a-b['4."pq72.d M%uM%d.I=QOm-w(\c<)ؿ7/ˤʌe±TƚD4.kJ/j2vb-L.>@(z}¢l.&砜ZyDTh[SQ .PHcd䴴"Wu@ RĢ&Q#O3ƍη({f $_AY)iP[) ꄽ%u'N:M?.[}t^%yU2!eP-&+~>Mۀ1QtXP%ۍQC>.@WڗP $V 3R{cgeFNktjKsrTEA19 έ }'ҸR]:ӇYt%ӥlG/B(.v%Yٍ2i/Ѱ,gvQ© lA$K?ف"7Ji,Q~oFs.Ieޞ'wpeLT3$~|P~<<׀dBM]gAA fz2<Dz[J&g8$|@ L!'ٶN/$U8ddHڛLaTh9Dy%@t$x CXfR|r;9cC F1k T~nx2ת}!j6XlΕ3 u^IS+]DL-d`YQ+~ytyșMK;fk7\bo603q/@mt4OE?K%{\6gS 5X9HOmLL^zMog$aG#sl)ܵIDHܯN ZI?k,f7>0‚1?GSۋBr!3RUCu' (.XP]^+RS_]FQ[,bs<ٮYHZ>t/PrЉ,GET:b>*cz*@>TO C'ߏr P`Vѐ3<w -&5ydIQ]nlܦ1ŘoaT ק v}!y5bQ%jei;"bJ>k-XY;K*$()C5,Q/x~#.z1rgJjjZAPm}/t3;W2VvfZB]/5ڏRxɖÂ0 oo$0^́ >(!fڑ ɚ;/*˱ ;#Vy]_NkfhNe~o 94^:0ωa!* xQcNOd]('U\`jⰞm!IVazG*Ox?y|G^ꪻ=O`qGA *07&%_|/"KnHMvM 9ɘquDJ >EōRT Tݯzǘ+ m(g0TRV*d]'BB@Ѓɀ.`u4"m2I lhJas뷩6 pm}|pJv)0 kd64m"zO%fČR0Mm7.A^)"@0n tl@q|j6ToUވM?Cf5uPY_mf2]"<WܞjWV?µO}0o y0[#-6̞-!ϡ{RJY(BSG u ޏ(0b-! F*⒴p"%`f,黸8"_Q>S7R2^͙m7cC $cu?>bhȋ@1#ODn>usW.x93ЩQQLպXQF޸gƱ -7 mA$Bט[tq궅o?JAJ+:Mpלּea]5ƗAZe׌`4RbEjdq. '(|`2MHwlG'>s7;CJ ] ul \v.ϊjJ|s../"7jv_꡽٨]*Y?(=Vh#xsdoO]tOh(C \T)#񑳫 F=D=`IK|0UhC #b79俲-הAJ.Lo OB<EZdcϣK8_ W"b҆{;#]$сs6}QE.?<_I|%J#˹8q̘C[,y1 er01mjiO;JtwSتH7Pj*ѝv6ˏ(\4lqb(ސum_&# WSd+ڡ3&RCep;ԹJz4^:O]dQ9>~LmI1]gH_ď;ɺ 1+όIy-m$ѯP+#0rT˗ҷd]y!N[|c#9!MdS1,g'xpUY^_f. x($ȫT}DBIŽnxɏ}nؗ].X8{nA+Ͽ;SW$ N%F9XliGZo%AJBɞ/A@Jw$p%Қ.}tsdDЛM==[Uo]x2іDrxy Th{$aW@J~rDg¦ c6d p^,N'|xCt{DH!dlfx1 x(VG8rd'4q޴ԝ"E+CѲp B Q^%& ;0@QFڸ蚭~kDY5㫵nI׼v"֝_V~LZTf߀rH.&дJ^6J~r9JD2Lrk& >21]NW8Sfr7 8-5$T8f'ځh KdB.W FlD2vPCCW9LBX0KO^J3 47iJ&j6vB\l4"e&Qؤ ҙw?>?i4@Id6h `$5.Y$g$!d7@>A #SQ4AoQ?c0aЧ!M"{KP*{#qy?׫ZƲ\gfUr؀/\\Ј *VBDjp,QnJ +Bj{S&f83B\51䱒r/Փt`x"J ǜOb՜3pmfJ&RKld>}sxuZdh΄{טehXLV4_+QFeD[YQ_MOA#>iTԉVlW@ZhYqK^%o5:5U˳ϓjfA:m[ }mCyYd | +h4YpY{ ]˂q"pF| $;A?hvF#!It0Yܻ$(I:)I`px6jn3p|f[P*A冧ՑCƧ塘\g{sBz#[:" @ ~dUae})m$6޵'Ѱg_S` o-[2 g\( ZSn}*mpٽ&EC7/w*o|۾-MDaW.lk?3J ЎBF1(2IU?7nZpD<;\^${&:H/62OH@)xQuHd ۦvl/p<F >e!1yC) -[dx鍳V>.؇-whsS;Y/% rӊ(p+Xe tߵM;a:qMMo3Ziǩd]؀S`6t7ض>hSppUC@3SqRE$Ń(Q I@LݵtXS<#/)a@:?VW=֤E0~S`=l$>e\x#7 ȴ-iFN0=Xggbxt—L3l`?iӰ5A`M|Y[ 88>[%Q*`׽LQV7S :=.Tz@x8qrL0\8J2TSˬb%E^PD7aai||@q :mE::$*&k /VwjŘ{sY!^|ԤÖ!4T$Y ̜.kw 01*Xթbz85#L3CNrj'wd;g`Y~k_Sl>E ۳&Jvex]ԳdE*EF=7p3UjM*${lr~ -!)]IvaH=irV~I(]F^ROC,T3' LE$9[z, ThBv`{a4UpZHG(SVc)z4^ vp֛-;zN6)2<V#.TC^QJ+17K?V ])@ɫ\>T(?Jt4(k RNjdGABѐyz58Y+ZũAcTWށHZD? M$4+D3:N~v_S/y ڗOP(sq#^ QO'ܳx Yڎ!+S/8Li".zm>8WQ4_(3B",~LS`K`խօE[,R,H1 Ufu_,}-{~?%A@'s1vׇUdGOIHyaqxC2FyhRxTuI29kykyd3vD{-3^5̪C*v&]w#$͞a6Lgz{U?Xʼnyc21'BtOlӣS9kͥjh :[=,ipd`ڼeE8bogN_UtJ1=T=֎3kgA P#,.Fa6zM D Z "4eZmQkiwɼPYSӿTKicĤ()#T>e.'G%{2KUI65Kr4LJ7Lu;AzvTGkO ࿶C"LiVħ 2<}Ck\UAA.8|~el2&no Q&,|٨p(/F7Q`Y'ъ 0tK2Ѧ)~4 ZKn?w@zQ=oNa+ O}~k'D˭_1}JwA;m@RmНv:m[jmV`;\g#i750<c zX! %kYZ+ep5@!Cezd6|F+؈c5F2hh;^'!!_ai.9zǗ[2CCK Ry-I0YYMΨ Y˘} 0?2e &I&p~8adv\%]p7ۧ~dɠfY<^V'F305EL|79BL)4 $L=^f _9X݃1+JtU<2VL"N)Ex xAsrh BI!u=x cl(V5/tigIa>v8$̡s {tQ#m B >~l,"HA=3[E Qd|% hKHE\*lRF6 u^8.o mMLB+X)oFۊ0>{GRi3auCdsJ=|+5O =|&tfnom &$#'>}keAC71舰{(DE3 HHueVXWPGJ`N.<K3\[.f$-s&Wwug')g)a!>V}kuo/)*F#o^e|ku%fpށSX5NN*ӹ ૢ"ſYi0x4A 30tZ&s=qbD?rhZ 8$\\]':x'~1gk aѲN~8?]dDFW7-4c.ΣFn3| ƼUpi۫ٚh %3 <P5l4ʔq]$%0=A|FΤ[Vb} 2cZU&(W $ֱ 𔹘 ;A7_Yf-Ou^EC'KADI-UO[Ld:Í4mBK1K{2To6֔zxb`m(5x:<;C P$ىy]v%`uw)bGr=(.7Cjef 5P z4Y?= uI!Fx5Î*Fֵ.Z[f"`\@>.jcˌ.T>Χߘ,eufh2G{[q p(e®~CǕt>}Pė\]ouxwAWj 3ۧ "oH.k毳/zF;! BݞDFT>ܬI[$ ՋrTxfG-fW-ן硊wG@?%)A!fނ 6-c{|}5Z!ρiL >sWNHyU:&b!jBjI}hJkOݴ|{ShgT+O}2I]oV8 &ٜ=:=M*7 PsJtP}/W31@a2?7Xjd߱Zr4s%u130{CorLQ,\ug<VKVPS&bb!~W]H%ݺt1Z=4z버9L M!o5 ORȨ#q'_$/vme"\)q)(>V6>{X#u7ĕ_DU(5Ǧ+aqkoqoʞ?}潘+Bޭ6Ol3ik.Ɨ呱(XGafu#ɍF.1BFLXM;~@ucOW6H[ژϗyO?5=U&Y8-Φ\‡) W@dInUH CPq:K/IongZۯP轚; a?c}vA.Rcrzg r׹D%=$uއZ5z>1p/zPN|bX#R2! Oȭx9G:8Ctz}/kYu'_I"E X4p_}&'?7.]VןWi.$Xmֆ o9ȴkwA;( FɛvX6Q^T1m߁O1cƟ|o UyoVwh,Ku? Q&Epò7f(#V{˾t-A/aC;25WHe4Ck ޮ;_C),?axfs5i!>\Meղu/<âL&W0a&2Ț nSI > }w<2P M@(]-kš,IKa-'!^~E"7 ҢWNN|3En6QYBo :6u_9S( S1D3 f贺}ԯI} h`zY76m<ʬpj^ɄIFHFIgH鿯1wNs]X*TNhIO٨= -1F},2^x(:"uT|Rgt CuC b)&ɾ}D:w.RY' ZZ;;NV Uɪ==8G~iƤDt+N[ gB#F(6yE`qL vV]:M!C8GnͶ On*噻-RǏlc2 Pw7>+fwOLӉn]nd>\G];V92 WF:|1l>U,aqKk֝<@Yc{w{nh, ZG&] ϥ}ogÜFϰt*ǯD A(ВVJ-Ǫ8N5PM✽‡DZ;N.L # L|"eFt,ΒjWRdւgؓH/ e"y^Y힛TyVh-U\o|ܐam~r[d&IY+ǹH$+[$1޾sکgU{Z:%}Fc]&3xc>fkn.?KSWy3UiKmhRam}[& 8NccjSu""Bq%HxYZ\t@zqä&+a]~d)55"{7z>3{k~\Gy2y|#j\mu Ic*+s  X7#a_H\ ytG:=z= i8s0>#]u!@+KCb/aHRE ~4 A]ŌX$$~fYɂ 16#]=!ݐ`4>&/` ﹾ[tp8-s4X5'V NfF$=VL0CYjx>5p&~c<๋hiT1Xr!6n=#lgfS:cBqXHͮ/_3}|S pP蓟i(n?!r}|?0P++%|cLfv6Ch($)}9i g;Ej[E(5yzbzz(cSVO 5""W䗍ȴWXmvOOhrD $}DErN5Qy 7˖{Y!s-[03f~"{ц.(S8s@!(wG8!NY㉼fŜl\ֈOfI3>(qGf 3'u)E D# jⳠ6^ +^0l>hm3~ף{5ʱ$ZA?8g=ݯKsOm-ّa=>X@H!=e4ik;[Z^3h7ni/C;ݔ`X*ݰJ_Oh=Wju숷uLNs/j | d4"/t;`w(%`+|+ EG?o,%8@Y|_VՐb #rC3ԶzrP5Pzx%ۊI(Nd- 8:ܼ K0 w ~pf@ZFe/q"LhʸWw)ٰ~ǔKYG[ &-wL/Fj+/^fg.P2^;u>}u46MJԱ~Z:JBp]_x>'$S콗8wuӐLg.j[.g}ʰr"D*MmTx ϹqvG,hǹџtm98*`e+z>}Hd$;wGbh96]At7Ի _=e}VR9XZdफVH#lf XvQ%%6vܾ/!it}b{WA&r#Fޅ-gE.B=Ǐ↧On. GѨ[cBV]wYȱU7 2'Rղ98 y+=tG[z P35[0%64uDÈˇ6_8"HGo),#bKo[I2KIXoܮ9TF0q;$9(c7v~I+i2/zwWblͩ?$т!ᔃ2ը>3Ap(>LpROfh\2{HŲRd&Y 9; IJd?ӶIJc Âx~qJGz^]9'kحwᜌXP8FFg$[jW@S׭W^NDG\PӲZMRKޛ+ȸVm(uTxޅo[~ b]:/o;ˉ=4/a@,c̵M4@wO>)/\o$A@Tr ѷ?uZzvv׼gZ8UV^YtY]1 K"+GC0Uj6٨Cضۚ~ynO6xB* hrEAٱ*L6t7B;UK,~3!s7)Ņ7t'jZ&[&X`-h:}ĬsiN[q{&#xG{x-|5e>`079qUy' `ݩv\~e2}=(`: tg#EETo¬` ^OZq\C X92v%t(]`?5aFGBp–…]SlL":kPNf&9֮{OɗBLcdșV/e$TCK/{W9tv.mlt"dnOU}CM*H6F$xs(vަ"2ſ7~,ַu2UWۨ`g2u}CS1t&yP^3 x;OnϢvZNow[5ga:5#{|Ƽ#{mO+yϟNHţ8 ){h#eYe1INS f} Xg$:x]c A`eĮ2,Vj32!7iBS]6 6)!h,mdAP_iȝз4~->(;ˮUREg8,cu+$eGQҫ=mB.kLv$Xncg}?*}vmaJ)G I-#mI)+y.{n/4qI Ld+чt0XqgȄnaF[+"Xa_W=ĪuKul߸&̬YKT;Q/>3`4l+gm3pubD)dY- 9h&*bℭ9/.eZi=h`&|R5h8Д)5XZQ􍀄ڒ|CޝYIK!T*K=k[ϋ̅MEq ?V`PU=S5k9ޜӨ 4p: f@p޵zLmHqǡ?*q"IT1Q]ݪ~:V8c8 vӭց "-n3218[˫>1n2p˯s ++`pTɻ~mʼnߘV# :0 ܤ-ʛԂ}jQqO0a8_ҵ(Y66 }31`yiT7#-2zB?ԙMMg6o9SM`ߕ翿mϿe;s"JgUJNт7DOп =*rrMy3|%9"g͋5tƴ rj>H{#(ws/X*Vƃȼ#El3e:-\]3X!l5>.QJvqЕ Q3\@[[Zs["P1%q8&ardC 6Usljc|굶AE] f&V—OѣWu3Ja`RyWU^qm‡x̎xAmw f { =& }<<ȵfegrN$`ܭWᶺ-aH;0ׂPݱ[/lH ѺO-)yKmF'3Hpv̒C~Q %f2D:^y 5eTlYNiWP[jZ.a鎠Ǹp t-PnL]O-68]w2p#407YP)Ag;o؄&/Onˊ #3.BPKe嵐I3L&% 4X/Vr ,A24SMC:>njo'rmn9ie^&IOQ> *mS, v94Rs6|tICP`ܼ=3պGg"֞+X#Bȼ{3#I Cp!C̔V?+/) Ma!ҁ! U5dGk]blq4bt7V&Ǒ!jޤEŲG~n`-81P ,C;^'KKuPkjp?_?^Gô!N6̬Z`eX?7xAY+76dŏDs eS{5٥h|KUKiRY!,gIGi"u  iVͨ=V`X>pCΩFVA-IBWisڬKpSݚ^ (>Kqʸ߸bOPgT4/ь2 )BBiC^Ɲ _ǠPT ?Pwk:9PM\b]^3(!l3aͅQ.bIJTm`  G%ɪ .Z]G $f6Y.Uũ~ LvQ p 4`uOJ9{h6~d"eϞɾcl69 rCDa rne5~6ORrby{VO*' a#V|T^lAa8nHjPBW XztFx(}_]bPV$yjO*]`۶ۊl:VQBX-#i N|Awpʗ1yd+\BRSZjbpRY4XuݭogblN=!zg!I$.ys]hs1o{ 4*53<-PG0mh},MJ=:*٭ CX ߸!`qr [)Ӆj4zm^ 15k3i1/&1> b> g)ߙr9۹'uPYPsyX0IF I>Wʩ$Ԕql{ I%5\v8]ynsSn P6(oc?V>y+ɑ-"h'Jmt?تOxZէ̜Ęf^0O9ld: