yast2-installation-3.2.57-2.10.1>t  DH`p[/=„0f:Nƨ<#X%fe\x[rǚ63f#ޞUc%É80ShZ֥i>ߝ7:dFS˄Jvl[$GG/8}D Ԗo /re5ŤT[>V"!XRxBW=>MA5MhiaN}3#20jwJo}qw*ѱ8{#ʀå|FToKV44b285eeed06ae83470157464fc4551ecbdb6a27M[/=„k#eƩ06!#Lt-ҸѕhW av@qb`  IqbxĘ<85%lӑ6HS 'r203<ѱc??~X `"TP$ڵ1DO:}:O"JV}\P Ñ$Tֺ?aHÍ\Drn!jYzx횰w-L\?}d.3`ݦ=F ̰oIe_vێfyfu r >Ky?xd # >|  nH x      !  Ad  Bp F K QQD UtU#VL#X#X|XY(Y48Y<9`:=D7>D??DG@DOBDWFDtGD HH IL XMYNZN[N\N ]RH ^f biKcjdjejfjljuj vnwo xs yxzxtxxxCyast2-installation3.2.572.10.1YaST2 - Installation PartsSystem installation code as present on installation media.[lamb53 "openSUSE Leap 42.3openSUSEGPL-2.0-onlyhttp://bugs.opensuse.orgSystem/YaSThttp://github.com/yast/yast-installationlinuxnoarch test -n "$FIRST_ARG" || FIRST_ARG="$1" # disable migration if initial install under systemd [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$FIRST_ARG" -eq 1 ]; then for service in YaST2-Second-Stage.service YaST2-Firstboot.service ; do sysv_service="${service%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else for service in YaST2-Second-Stage.service YaST2-Firstboot.service ; do # The tag file might have been left by a preceding # update (see bsc#1059627) rm -f "/run/rpm-yast2-installation-update-$service-new-in-upgrade" if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-yast2-installation-update-$service-new-in-upgrade" fi done for service in YaST2-Second-Stage.service YaST2-Firstboot.service ; do sysv_service="${service%.*}" if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --save $sysv_service || : done fi PNAME=security SUBPNAME=-checksig TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -eq 1 ]; then if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl preset YaST2-Second-Stage.service YaST2-Firstboot.service || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in YaST2-Second-Stage.service YaST2-Firstboot.service ; do if [ ! -e "/run/rpm-yast2-installation-update-$service-new-in-upgrade" ]; then continue fi rm -f "/run/rpm-yast2-installation-update-$service-new-in-upgrade" if [ ! -x /usr/bin/systemctl ]; then continue fi /usr/bin/systemctl preset "$service" || : done for service in YaST2-Second-Stage.service YaST2-Firstboot.service ; do sysv_service=${service%.*} if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --apply $sysv_service || : touch /var/lib/systemd/migrated/$sysv_service || : done fi # bsc#924278 Always enable these services by default, they are already listed # in systemd-presets-branding package, but that works for new installations # only, it does not work for upgrades from SLE 11 where scripts had different # name and were not handled by systemd. # When we upgrade/update from systemd-based system, scripts are always enabled # by the service_add_post macro. systemctl enable YaST2-Second-Stage.service systemctl enable YaST2-Firstboot.service test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable YaST2-Second-Stage.service YaST2-Firstboot.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop YaST2-Second-Stage.service YaST2-Firstboot.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart YaST2-Second-Stage.service YaST2-Firstboot.service ) || : fi else # package uninstall for service in YaST2-Second-Stage.service YaST2-Firstboot.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi fiA~ *SpD< QN <@ * z3\^VLbVYQj^^e_c\W^VbYZGiWOKG[UWclMXTX]X^deQK\QVM\ZNlOSQV^MVX]\MXUZIVTOOZIR!R @- <*7"z 3 ?6); x "!A ~A>  z1 8Ko$.?3V H q f  I |]X[ 2CE4Z  &m ~ gX`fQbK'O 9=(}:| N2>|Ag:$EYn=FR|FA큤AAA큤AA큤A큤A큤A큤A큤A큤A큤A큤큤A큤A큤A큤A큤A큤A큤AA큤A큤AA[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[7e766b5c9dff7308d5e67bdcf7f2df3f473b4cfd87011e6f1dc867cc88d09772e49d02b7a5dc4b3251cb480406950bbbb04fc75d9ef5ebb4e779d559a5e29e828baefeb59e3c074eeb5438c1b1d2d151301f628049137b4676dd9b6a3531bf78f0a316b6e950937f9185067babe61367f991462542fc57e53ba349b87a6bffe2ad72a77df5e6d2a6b6fd7af41f16d2e84344c7ab000b08b8ac63f4cef698f20eb261a31b1083da4a009685e01f2a780ffd434200969a2c345ce686cf6bbb2a473fc603d998c48cf2a59fcc53f2fcb47ebc24edb3c26391a917355db97dec7a9ed5a73db609d180ef207cb32e8732d3b19561f71d253b94197650f6f825d143da1bad7576093b471511f8a55aff9c3a8e7af5da266d09d49c50e28417fdd6792f9794171c36b5051eb91c44946761da86bdd006ef4dda955a433deea3e76d448f3c4daefc51c2b30c16c184b7a5920fc0f18ff7c7c4d7583ebbc61dd8e64c68906cb833028eab5035ba1f4d5452efa62118cd21619a8f2ca26f12878cbcb39105144bc93da75aeb2b0cf6f7220d3a0a8663db0e3214f09ed1dcde29b208f02725719043dd4cb6eec3190ef24b81740c6c3eadacede3f65c70b9ef1a1dbc05656013416182f8731b4ebce369580a4be536968082828f8d956cc53a6cf59a14f54aa14ba98a6fbed5797722500041fa4f1a643cddf05e21f07bb3a17d56c918664fbb971d833dfc7e6d9878aeb9d9ee5bebe87cfc4d0e752fc816693cbfda32cada6215b37619ce548023a8a04ce78ca8b57bf6ae476ba97e69b0d5448e6555f68338e4f009eea5d0305aad9d1ccf064f51bf9fd64ef8482839960e2ad00c713f5ab1ff9727e24a9e1c553797c343fa2816ada0d8e3c12b67e62a0baa6a22a3cc46dcebb9c63bcdae8fc0087e9f1559474f9db010da72528fea95fe69be72752e03e0381a2b2c1a5c5b5906ed63d8d829ecf02029a3f852bd34ac791153e0d71cec3080101178d2a4ec852a07167891c6622da5acf900ebd3b6fb0ebb9a4faa1da69d853af4e94aaf7d2c8e9a3ba200957204cccd7beba3e5dbd9dbee6b9ee05e0f99fe60603ef1e353a23b6062da48a6502085a269d29cffbb871dc6c4b20bc1a0e6c0eb9e5bcdaee37c866da581b2a3472503124b230cb63ed21454e5aebc19df02e8d3065b0930f9b92ac922dafd31c11dee22ca99913e643bc1041a8dfa72be2247000814b06ac22dfe7040ac53d59da2cf851a89e55d36b8616d69ddaebee52348ddf81e7363783fdea51fbf1f3823ef299467b5ddb51019a074fd9a192ff59e3b0d37b833bf7babfbed62816ba27777b0f8fe1c5b7b6d96fe81a3d2f7768e0201c2b8e53d5c70260835b9e1f022bf8de131d1600bea5d4a5d509af8f03fa00ecfd22c3942d182766dcacd45f49680be3054053efca39e09ac354c8008983fd2856abad2833a5e855ed360c577cb91bac883e7a8b2e656c0efb5d19fdef3b4e8b0a3a1ab5b08bed25d2df977f225be46039c97a1553328fcfdb04d539a5b63ecb2438a73b0824c2ac157dbd78533d707c4efff0a7042d5dca7f862774ea47cdd88a48f7d432894b1e69a687391cbb3730693aebd179306e66743db9333e93877a08624b79e150be6ac0e69f3decc575d20d92c1882bb6c14ce5189d6d8d266bb53cebc6364e8f00012904465edb039c21544a4658ad6197c181196a4839875de9a194357f087d78f26751d1f30ef292dbbb51a7861d692cc1fe0d364294c127969475d393a76b57d24c45085ed61ea78b005c05e44fd4906aeff66162bd8c6022b6f1c2e89a98d3789b131c4e134bb2d8de92595921346e72ff6ccd9b2d13ddc4067f93a1e3f57243366e3fdf7a1df1adf7e50ffe0121b7075bf57c5cd59019d0999ff8ab77dc2ed2b416efb4bf85b4876e5d7f8cba2c86e6649b8cb20b6bb90334d12b7371aa839efcc8ff671d0d459b4665021779152711da21ab2a72a39aa8d804c4ee8643a6177c4dcd10c5e4bc863680ce24ddb8a171389db20f1a816b8ff5378dc3032c01b1f4fd4df38c47f3df84a916e68f41c49120ac54fefb1536161949bce677d3dcdbe1956b2fb35414a4794fe7ceb5d0e3c7f34741f84983b64bc00b4ce944eeb920c13c26b4c0183a47906f99195aad5c6c5223e8c9c8d29df00c1363202c2d57df211be468b7e27d9e4a9a1257d2e566354e014c6986ce0290283d64e62c88ab69e9e58f95c3661165c8430802b8c19e772fb021b7decbd2995f8d559fef283e3225207808c64529aee7800ae48b3f8cc6bc71ae1b6b3c5123089992396ae6293d190256397df14d701300f2671955bb5a54b742be87fdb3c7cc992fc33d918d05cff7bdf3bb92edb6f1a4ab073ec369f674fd152b63b1f645851322a4da7cf9328616fb3f3e664f5617c6c314884276020535b2ed2140dc9ee88e154b99ca596072206293f609ab2425ea55d61e95c0d5eae383b5180cf2995f39c8542577d2a32a3962880645129d2d0836cfde45bd9d5682e85187d5a576b63345c76ffea463305483903daa0d32b12d195867199b051b0bea60e8287a9f406364ba0e01b3985334cbfe11316c0c36df7f1b3bb8a60ca3784ac25310b5fdb5d67f7abe41bbcc6ff92e701fe58d562036c2011118e1c6f8fc48c96fa20a6e4ae7736f5e960cf6eeab7d214caa3be1df92d46bd300949af5de554f7036b8cd411b8f9b3791ecb9f709be7b79d153f786704f745be5350f3a4baf2d53ae9a476b2917097b9fef64044a51071a97e5a407b045e9d5988d7777ede2153df5c3f10e2d8573df4aa58a10e5b0177d3f1af89896ef67f2a9e2d2cf87835f455ba53b667ef0c9c58115a669a24b4abea0c36f2df3701903e79fb56145927aabcf4a60e02d83b171112e3b0f396183336c3c564ed3df0b2a31aa1347b453741be0e0f26366b568c9dd43c8a017a30365fbdfd38611943e4c3d66fb4c38394fcacda6b08d6fb6c0b7660b5596729f27ef42f6af9c0598f4eca4cdfb08c9b8d8dcdc10bb89f0ca530645cf8f9a89a9fc18a0724c5d01690c99789ffa6910b930636e9c14903f37f652dfac04323ccbc2fa74008f9233910e9fe53049d49cf219a1d6b0b6fc876dfe85c071a8636b34898b059b074a047bb437ea72a9267aa05dbc1426bc0cb8718305487b43a1e5e20617a04bf3efb08a0afc44c966153f7b0be0cf8538ee40853e216b048d0f7537081950bf698cf4f38046217192fe48d127ab099d138c72a675023fea3543f7dbb80c617a581ede8ca8275408eba4f2f106d5f8f5f59e226464ccb3c7fc7c43c6fcab6f8328e1c823faeb3fc87c8dbbca82691958675d2c052442b21745cab3fd974c94d437fa8a012ee88ab4cf30654e5aef5525fc3ea599afd289503783d2661bdc5caad216f0c598cebc6ebcdc5d529caa2c3870aaed8bc0007599cccc1f0bf2a2eb80d2795e4657c50a032b0cbdd6d9c0cf3f05321c81c09d5cbf69417613260d5398a761f4b54b203ed55ab37a9afa4b7cc5d3b4b0347a25063dcfbf2a2ecab3a50654bad10613914f9a15994e1d69bc30b8cb788fdd1bd959b2cb2a8d0ef3661dedf5361ed72c7079ffa921c353fdb81b73f4ce8712efd3915d308e95915652b533bf26b04eacc57ed16be912636f4b609943a84befba3d6674f1612386c836467fb5e44cf5fe4d9c53c65dcfe11d7f0205e413d8fb21ac0ae0662f75ad9fd4f0617d3fe3b39eb16534469ad743596b8d7f2a4c3a539c9139d995dbed248cc4893698a7df4e21c270b0bd5b40b1ed9642a36aedfa16ede7818a3b74f3d91919de855efa0e3f143f685f0d2da2497d895f9139514e82d7bedc3f8f39fdad2a188ce8f7051727cf73554e1a9f17dac1a1ac31ae72b2cfe7ab72b45bec9787568b117e57fb91e14405dcf552a8e0509ef9cb1dc5f098b90c7853644e5152e9c86a623653204621b58970c644046dd4aea9905ccf3eab53d6efd36a8e6475878b4ab773bd91178ded141a193b236389f48707e48c4fd8359baa0fb62bac7283399bc940835c585289384b7b3a7e52c2bf3df24c5c3f3997d79ea333e5f2f6b409a668d1a4e352a715d6ace31a0866b5f3d233ab7024f669e32c0abf6f484142e59293daed734ec1b5f5d22f42295739e3238edf507ef721ef466ec0db7e78512e8ecc786e7eb4c52fa2e2f3f09849fd8d91e426443461d0fbad7b910bc25e579de2c5b31e2aec8f5cd801c83fc9b73dbf4947f5cb3ee0ea629a6158948de2ecdaacc8d324a24416f62c39e83308b1b296cc4c3421b2be22e8d6c87a0ca25045e7d8ec57ffdbb66736af02cadaaad4f9d3e31b9e6c0ea80e0c24bf03d5a2e1f1cfbad0a65f7bc2e32753af18312b4f8f9350d68d23fa5fc569e6786640dfe38e0f948b35b519b2919029e1c96e29f41e99e6aaef98089b8c43415a0a1b641b7b3c27827a8e82b44e7b351074a6bdfdbc7f29018cdea6f8d4130dcb8be4764084225ee95fb3cb1c2d69d97f58e4496ea1cff0a2e264f19cadf7dd43d5e7281fa21998fe3d0b553af4c3dab5add6f91dfbef9bfa2ce21a4a44a6a47db698b5febb36d5fbdb656b4ed21f4d18b35a122bca019997fcbf8dc50c61db633e3681172a2a3bdc4c4eb0cb3ecb75cf9d95c33a9d85430338ee8d6be5bc1a69c13b2c5eafb76a7eef92721f55be2f4db5d73b1e2fa3e0ca8ea45328f5270af83bc9b6e5911729ed0ac1ecce40d57007ea20ba2e467cbf0f64298e5b812b6cb1d7cdbf40bf3bc590897cb4aab5872e835b954cfe0a38c429d1b1c4d4aba237c47b37dbf8c1cdb163db8db60ad869be568049ccfb8004f7a56b9e7cce2838c0ddf223d942b42c581ef70a3aab6e234a8d8ae1c084c84f2928e180c8401645e50f720cf8fad5fa75e4cc383e3239e2333d6fb763cfed74966673a9a5b634d98675c30999aaa38d66e05b8db60ad869be568049ccfb8004f7a56e300e365964b98657e60f61c26ae02a4457234e8a9ec7e6425ca0ccc485b5324f8fab803746cde1d9c5f34345d9cf82e568464459ab19cc45a07d9edaeaa632c68c3cdd4f409000633860f32a52c57ddde2ad509d99d44055582e1942b760de355b4c610f9ac5370aaa5a4c8d01bcdd89fe2ec7e05ad566294117a311aa7aa260d55ed645376c7f68b57665b9a3df36bb60a24334938268146140e8445bb97c3764f464b93975d793ddc0c635d3536fc004780618e012d1f917c468bf45072d4012ace2c76aa076ff974e5272e7e0fdd0224fa8a4d239e3a99ee6364d5bbb981172310c6130382bed7d22496c965572ca170246e3458e75de286bb34dc70494f613eae2203fb638089a973f9e1561e9311e904e02bf665c29cda0f92db9d51cfbabcad32aadc656c5f010f3a92b71a7d19582b652e989a2685d457ea66cb1c96eb974e42240afe6820764565919a4c4ab234ee4d69f5fce4486a80fdaf4a4263cefc4d03109ee608bf03f405e5b45a629ff52e8c695099a4de8ad19ff8a68784rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootyast2-installation-3.2.57-2.10.1.src.rpmapplication()application(YaST2/release_notes.desktop)yast2-installation@ @     /bin/bash/bin/sh/bin/sh/bin/sh/bin/sh/bin/shaugeas-lensesautoyast2-installationcoreutilscoreutilsdiffutilsfillupgrepgzipinitvioconspciutilsrpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)systemdsystemdsystemdsystemdtaryast2yast2-countryyast2-country-datayast2-networkyast2-packageryast2-pkg-bindingsyast2-proxyyast2-ruby-bindingsyast2-services-manageryast2-storageyast2-usersrpmlib(PayloadIsLzma)3.1.1053.0.4-14.0-13.2.193.2.72.16.113.2.253.1.1133.1.333.2.103.2.12.24.13.2.84.4.6-1yast2-mouseyast2-pkg-bindingsyast2yast2-bootloaderyast2-coreyast2-ycp-ui-bindingsyast2-registration2.18.02.17.252.18.63.1.1662.17.103.1.73.2.34.11.2[a[[@[@ZUZlZH@Z`@Y@YYTYTYP@YGY0Y.@Y.@Y, @Y"Y]YYXX@X@XXXXX~@X,X@XƉXCX@XO@XO@XBX@X@XpXX6@X6@XX@X@XX~@X|X|Xn5@XQ4@XGX43@X.@X-X)@X%X%X2@X@XWw@Ww@W@VɦV`Vy;@VwVjV^@VV@VUV<@V@V @UU6@UUXŬUUĝUU(U4@U@U@U3@U3@Ua@UmUg@U\w@U:0@U4@U/@U/@UUUF@T-@TTD@TԬT Tи@T T}T,@T,@TTTTT5TLTuTeTXTWn@TSyTR(@TwTT@SSS@S@S%@SSj@Sj@S;@S@S@SR@SSi@SS@SESQ@SSSS@S-S@S@S@SS!@SS|@SuSuSuSsZSr @Sr @Sl@Sl@S`SZN@SZN@SXSW@SM@SM@SKSKSG@SFSFSE6@S>S=M@S;S8@S0@S0@S)S"@S"@S!S L@S@SSc@S@SnS(S(S(S @S S S S?S?SSSK@SRb@RRR@RRR@R>R>RRJ@RURa@Ra@Ra@R@R=R1@R@RSR@RjRjR@R@RRRv@R0@R@RRR@R@RR{RrF@Ro@RkRj]@Rg@RfhR].@RVREs@REs@RD!R%@RR6R@QQB@Q@QMQ@QY@Qޞ@QcQɆ@Q@@Q@QyQ(@QJQQQu&@QnQU@Q@j@Q4QPP@P@PPPO@PPP@PP{@P@OjOG@OROiOF@O[@Oz@O`@O;@O3@O1@OO O O?@ONNσ@NåNN@N0NNN$@N/NNNi@N|tN|tNqNf @N^"@N[@NEN;@N;@N:N:N:N98@N98@N7N6@N)f@N7@N e@M)M)M@M@M@MM2@Mk@M] MQ0@M8#M6@M6@M'@M%Lr@L{LGK@KEKKK"@KKKK,K,K8@KKqK{@Ky7@KqN@KqN@KhKf@KY@KPXKEK"4@K@K@K@K@KK K3@JlJJ`@ĴĴJęJJ_@J0@JJ@J@J#J@JQJ Jq@Jq@JB@J?r@J0J,@JJMJ I@IcII4I@@Iд@I̿I3I@I?@IV@schubi@suse.dejreidinger@suse.comjreidinger@suse.comschubi@suse.deschubi@suse.deschubi@suse.deigonzalezsosa@suse.comqzhao@suse.comshundhammer@suse.deshundhammer@suse.dejreidinger@suse.comjreidinger@suse.comshundhammer@suse.delslezak@suse.czschubi@suse.deknut.anderssen@suse.comlslezak@suse.czknut.anderssen@suse.comlslezak@suse.czknut.anderssen@suse.comigonzalezsosa@suse.comgsouza@suse.comigonzalezsosa@suse.comjreidinger@suse.comschubi@suse.demvidner@suse.comigonzalezsosa@suse.comlslezak@suse.czancor@suse.commvidner@suse.comigonzalezsosa@suse.comigonzalezsosa@suse.comigonzalezsosa@suse.comjreidinger@suse.commvidner@suse.czmfilka@suse.commfilka@suse.comjreidinger@suse.comigonzalezsosa@suse.comkanderssen@suse.comjsrain@suse.czschubi@suse.dekanderssen@suse.comjreidinger@suse.comjreidinger@suse.commvidner@suse.comigonzalezsosa@suse.commfilka@suse.comigonzalezsosa@suse.comjreidinger@suse.commfilka@suse.comschubi@suse.dejreidinger@suse.comigonzalezsosa@suse.comjreidinger@suse.comjreidinger@suse.comshundhammer@suse.dejreidinger@suse.comschubi@suse.dejreidinger@suse.comlslezak@suse.czshundhammer@suse.dejreidinger@suse.comigonzalezsosa@suse.comigonzalezsosa@suse.comschubi@suse.deigonzalezsosa@suse.comschubi@suse.dejreidinger@suse.comjreidinger@suse.comlslezak@suse.czlslezak@suse.czcwh@suse.comjreidinger@suse.comjreidinger@suse.comkanderssen@suse.comlocilka@suse.comigonzalezsosa@suse.comigonzalezsosa@suse.comlocilka@suse.comancor@suse.comigonzalezsosa@suse.comjreidinger@suse.comlslezak@suse.czlslezak@suse.czschubi@suse.dejreidinger@suse.comlslezak@suse.czigonzalezsosa@suse.comsnwint@suse.deigonzalezsosa@suse.comschubi@suse.deigonzalezsosa@suse.comigonzalezsosa@suse.comlslezak@suse.czkanderssen@suse.comkanderssen@suse.comlslezak@suse.czancor@suse.comancor@suse.comlslezak@suse.czschubi@suse.dejsrain@suse.czancor@suse.comknut.anderssen@suse.comigonzalezsosa@suse.comlslezak@suse.czmfilka@suse.comjreidinger@suse.comigonzalezsosa@suse.comcwh@suse.comknut.anderssen@suse.commvidner@suse.comigonzalezsosa@suse.commvidner@suse.commfilka@suse.comancor@suse.commfilka@suse.comcwh@suse.comschubi@suse.dejsrain@suse.czjsrain@suse.czmvidner@suse.comjreidinger@suse.comlslezak@suse.czancor@suse.comancor@suse.comancor@suse.comjsrain@suse.czlocilka@suse.comigonzalezsosa@suse.comschubi@suse.deschubi@suse.deschubi@suse.deigonzalezsosa@suse.comjsrain@suse.czjsrain@suse.czmvidner@suse.comshundhammer@suse.delocilka@suse.comlslezak@suse.czjreidinger@suse.comlocilka@suse.comjreidinger@suse.comigonzalezsosa@suse.comlslezak@suse.czancor@suse.comschubi@suse.delocilka@suse.comjreidinger@suse.comjreidinger@suse.comjreidinger@suse.comjreidinger@suse.comaschnell@suse.decwh@suse.comlslezak@suse.czancor@suse.comlslezak@suse.czschubi@suse.dejsrain@suse.czjsuchome@suse.czjreidinger@suse.comjreidinger@suse.comjreidinger@suse.comjsrain@suse.czjreidinger@suse.comlslezak@suse.czaschnell@suse.dejreidinger@suse.comancor@suse.comancor@suse.comjreidinger@suse.comschubi@suse.dejreidinger@suse.comlslezak@suse.czlslezak@suse.czmvidner@suse.comancor@suse.comlocilka@suse.comlocilka@suse.comschubi@suse.deschubi@suse.dejreidinger@suse.comsnwint@suse.dejreidinger@suse.comlslezak@suse.czlslezak@suse.czaschnell@suse.desnwint@suse.deschubi@suse.dejsrain@suse.czlocilka@suse.comjreidinger@suse.comjreidinger@suse.comjreidinger@suse.czlocilka@suse.comjreidinger@suse.comlslezak@suse.czlslezak@suse.czlslezak@suse.czjreidinger@suse.comjreidinger@suse.comlslezak@suse.czlslezak@suse.czlslezak@suse.czaschnell@suse.dejreidinger@suse.comjsrain@suse.czmvidner@suse.comjsrain@suse.czjreidinger@suse.comjreidinger@suse.comgs@suse.dejreidinger@suse.comjsrain@suse.czjreidinger@suse.commfilka@suse.comjsrain@suse.czlocilka@suse.comjsrain@suse.czlocilka@suse.comjreidinger@suse.comjreidinger@suse.comlocilka@suse.comjsrain@suse.czmvidner@suse.comjsrain@suse.czsnwint@suse.desnwint@suse.dejreidinger@suse.comjreidinger@suse.commfilka@suse.comjreidinger@suse.comjreidinger@suse.comlslezak@suse.czsnwint@suse.dejsrain@suse.czjreidinger@suse.commfilka@suse.comjsrain@suse.czlslezak@suse.czjreidinger@suse.comjreidinger@suse.comjreidinger@suse.comaschnell@suse.dejreidinger@suse.comjreidinger@suse.comjreidinger@suse.comlocilka@suse.comlocilka@suse.comlocilka@suse.czsnwint@suse.demvidner@suse.comlocilka@suse.comlocilka@suse.comlocilka@suse.comjreidinger@suse.comjreidinger@suse.comjreidinger@suse.comjreidinger@suse.comjsrain@suse.czjreidinger@suse.comjreidinger@suse.comlslezak@suse.czjreidinger@suse.comaschnell@suse.dejreidinger@suse.commfilka@suse.comlslezak@suse.czjreidinger@suse.comjreidinger@suse.comjsrain@suse.czjreidinger@suse.comjsrain@suse.czvmoravec@suse.comlslezak@suse.czlslezak@suse.czvmoravec@suse.comjreidinger@suse.comlslezak@suse.czjreidinger@suse.comlslezak@suse.czjreidinger@suse.comvmoravec@suse.comjreidinger@suse.comvmoravec@suse.comlslezak@suse.czlocilka@suse.comlslezak@suse.czlslezak@suse.czvmoravec@suse.commfilka@suse.comlslezak@suse.czlslezak@suse.czjsrain@suse.czaschnell@suse.delslezak@suse.czlocilka@suse.comlocilka@suse.comlocilka@suse.comlslezak@suse.czjsuchome@suse.czjsuchome@suse.czjsuchome@suse.czmfilka@suse.comjsuchome@suse.czjsuchome@suse.czjsuchome@suse.czlslezak@suse.czjsuchome@suse.czjsuchome@suse.czyast-devel@opensuse.orgfehr@suse.deaschnell@suse.dejsuchome@suse.czjsuchome@suse.czjsuchome@suse.czaschnell@suse.demfilka@suse.comlslezak@suse.czlocilka@suse.comjsuchome@suse.czaschnell@suse.dejsuchome@suse.czjsuchome@suse.czjsuchome@suse.czmfilka@suse.comaschnell@suse.defehr@suse.dejsuchome@suse.czlslezak@suse.czlocilka@suse.comjsuchome@suse.czjsuchome@suse.czjsuchome@suse.czjsuchome@suse.czjsuchome@suse.czjsuchome@suse.czjsuchome@suse.czjsuchome@suse.czjsuchome@suse.czjsuchome@suse.czjsuchome@suse.czjsuchome@suse.czaschnell@suse.dejsuchome@suse.czjsuchome@suse.czaschnell@suse.deaschnell@suse.degs@suse.dejsuchome@suse.cztgoettlicher@suse.dejsuchome@suse.czlocilka@suse.czlocilka@suse.czlocilka@suse.czlocilka@suse.czlocilka@suse.czjsuchome@suse.czjsuchome@suse.czfcrozat@suse.comaschnell@suse.defcrozat@suse.comjsuchome@suse.czlocilka@suse.czfcrozat@suse.comjsuchome@suse.czfcrozat@suse.comjsrain@suse.czjsuchome@suse.czjsuchome@suse.czjsuchome@suse.czlslezak@suse.czjsuchome@suse.czjsuchome@suse.czjsuchome@suse.czjsuchome@suse.czlslezak@suse.cztgoettlicher@suse.delslezak@suse.czmvidner@suse.czlslezak@suse.czlslezak@suse.czlslezak@suse.czlocilka@suse.czlocilka@suse.czlocilka@suse.czjsuchome@suse.czjsuchome@suse.czlocilka@suse.czfehr@suse.dejsuchome@suse.czjsuchome@suse.czjsuchome@suse.czjsuchome@suse.czjsuchome@suse.czlocilka@suse.czaschnell@suse.delocilka@suse.czjsrain@suse.czjsrain@suse.czjsrain@suse.czjsrain@suse.czlocilka@suse.czjsrain@suse.czlslezak@suse.czjsrain@suse.czug@suse.deaschnell@suse.delocilka@suse.czaschnell@suse.delocilka@suse.czug@suse.delslezak@suse.czlocilka@suse.czkmachalkova@suse.czlocilka@suse.czlocilka@suse.czlocilka@suse.czlocilka@suse.czug@suse.deug@suse.delocilka@suse.czlocilka@suse.czlocilka@suse.czlocilka@suse.czaschnell@suse.deaschnell@suse.dejsuchome@suse.czlocilka@suse.czlocilka@suse.czkmachalkova@suse.czlocilka@suse.czjsrain@suse.czlocilka@suse.czkmachalkova@suse.czlocilka@suse.czmzugec@suse.czjsuchome@suse.czlocilka@suse.czjsuchome@suse.czjsuchome@suse.czlocilka@suse.czkmachalkova@suse.czkmachalkova@suse.czjsrain@suse.czjsrain@suse.czkmachalkova@suse.czlocilka@suse.czlocilka@suse.czaschnell@suse.dekmachalkova@suse.czlocilka@suse.czjdsn@suse.dejsuchome@suse.czlocilka@suse.czcoolo@novell.comjsrain@suse.czaschnell@suse.deaschnell@suse.dejuhliarik@suse.czlocilka@suse.czlocilka@suse.czlocilka@suse.czlocilka@suse.czlocilka@suse.czug@suse.delocilka@suse.czlocilka@suse.czlocilka@suse.czlocilka@suse.czlocilka@suse.czlocilka@suse.cz- Disable display of status messages on the console (bsc#1099505). - 3.2.57- Fix crash caused by previous fix when multipath is not available (bsc#1095323) - 3.2.56- Copy active_devices.txt for s390 to prevent blocking of important devices when cio_ignore is active (bsc#1095033) - 3.2.55- Mounting CD: Fixed crash while reporting an error. (bnc#1093847) - 3.2.54-CaaSP: Showing license confirmation. (Fate#324476) Improved ncurses layout. - 3.2.53- CaaSP: Showing license confirmation. (Fate#324476) - 3.2.52- Do not block autoinstallation when local disk controllers are not found (bsc#1082854). - 3.2.51- Update YaST2-Firstboot.service: Depreciate plymouth --wait, add conflict to plymouth start service. - Update YaST2-Second-Stage.service: Depreciate plymouth deactivate command and add conflict to plymouth start service. For that will block TTY device activation(bsc#1042554). - 3.2.50- Merged SLE-12-SP2-CASP branch to SLE-12-SP3 branch: Make filesystem type for home and root configurable in control.xml (bsc#1051762) - 3.2.49- Merged SLE-12-SP2-CASP branch to SLE-12-SP3 branch (bsc#1051200) - 3.2.48- openSUSE only: reword title of desktop selection dialog (boo#1045180) - 3.2.47- openSUSE only: when custom role is selected in desktop selection keep default value in /etc/sysconfig/windowmanager (bsc#1030873) - 3.2.46- Allow different mount point for home partition (Fate#323532) - Move remaining CaaSP specific code to yast2-caasp package (bsc#1036838)- install the yast2-registration package only in SLE (bsc#1043122) - 3.2.45- "custom" roles: Initialize pattern selection screen with settings defined in the control files. (bnc#1031295) - 3.2.44- Do not lose the desktop selection when the online repositories is pressed. (bsc#1033594) - Do not allow to continue without desktop selection. (bsc#1040884) - 3.2.43- Fixed path to the "adddir" command (it is /sbin instead of /etc) (bsc#1041882) - 3.2.42- Added requirement of 'cwm/widget' in hiding_place as consequence of changes made in CWM. (boo#1039901). - 3.2.41- Fixed push button label ("Configure Online Repositories") (bsc#1039988) - 3.2.40- Don't crash if the regurl provided by linuxrc is invalid using the one provided by the control file as fallback (bsc#1035908). - 3.2.39- Move CaaSP specific code to yast2-caasp package (bsc#1036838) - 3.2.38- bsc#1031840 - changed CheckFreeSpaceNow to use LANG=en_US.UTF-8- Add a NTP Servers settings to the overview dialog (FATE#323249)- Use y2start script instead of y2base (bsc#1027181) - 3.2.37- Added configuration-management to inst_finish. (FATE#319830) - 3.2.36- Renamed Controller Node to Administration Node (bsc#1032057). - 3.2.35- Move CaaSP specific code to yast2-caasp (bsc#1030874) - 3.2.34- Use the shared package download and extraction functionality from FATE#320772 - 3.2.33- Added some extra space to the openSUSE desktop/roles selection dialog (improvement on the fix for poo#14936, bsc#1025415). - 3.2.32- Allow proceeding with the installation after a blocking condition has been corrected in the overview dialog (bsc#1029291). - 3.2.31- Improve roles buttons distribution in textmode (related to FATE#320772) - 3.2.30- Fix desktop selection during installation (bsc#1029312) - 3.2.29- Support to add roles through addons (FATE#320772) - 3.2.28- fix crash when reading if desktop role should have default pre-selected (bsc#1025415) - 3.2.27- Really use the directory.yast file (fate#322372) - 3.2.26- fate#322328 - adapted all-in-one dialog according to comments from UX - 3.2.25- CaaSP: do not crash when used a dashed url for the controller node location (bsc#1024965) - CaaSP AY: Adapted requirements of yast2-services-manager. (FATE#321738) - bnc#1022546 - update all-in-one's subdialog (network/kdump/partitioning/...) overview when the dialog is closed and do not lose another content already entered by user. - 3.2.24- Add new desktop selection client for opensuse based on roles (poo#14936, bsc#1025415) - drop "inst_new_desktop" client which was replaced by new desktop selection one - 3.2.23- Self-Update only shows errors when a custom URL is used (bsc#1025251) - 3.2.22- CaaSP all-in-one-dialog: added validation to the controller node location field, modified label and write it to the minion master.conf file at the end of the installation (FATE#321738) - CaaSP: Display the Beta product warning at start when it is present (bsc#1016887) - Enable CaaSP specific services on the installed system (FATE#321738) - Do not crash if role contain own service to enable (bsc#1022762) - 3.2.21- Downloading release notes: Do not download them at all during AutoYaST (bsc#1009276) - Use the directory.yast file to check avilable translations (fate#322372) - 3.2.20- Downloading release notes: Do not try again if the host or the proxy cannot be resolved (bnc#1022784) - 3.2.19- Ask for installation confirmation in all-in-one dialog before proceed with it. (Fate#322328) - 3.2.18- Respect newly registered update repos in software proposal and do register. (FATE#322328)- handle proposal errors in all-in-one dialog (FATE#322328)- Added an all-in-one installation overview for CaaSP (FATE#322328)- Add an option to disable the self-update feature through the AutoYaST profile (FATE#319716) - 3.2.17- bnc#1017752 - do not show language change warning in software proposal incorrectly when language was not changed. - 3.2.16- Do not retry to download release notes if a previous attempt failed (bsc#1015794) - 3.2.15- add ability to roles to enable list of services when selected (FATE#321754)- fate#321739 - Made user's interaction possible in case of error in read-only proposal. - 3.2.14- AutoYaST after second stage: Initialize tty1 in order to remove old YaST output and to show the cursor again. (bnc#1018037) - 3.2.13Port changes from CASP1.0: - Change layout of new installation dialog according to UX team suggestion (FATE#321754) - Set root subvolume read-only if configured (Fate##321755) - Document new control.xml parameter root_subvolume_read_only - Add new installation dialog with keyboard layout and root password (FATE#321754) - Added worker role dialog (Fate#321754) - implement support for running additional dialogs for specific roles (FATE#321754) - Added description for readonly_timezone and clone_install_recommended_default flag in control-file documentation. (Fate#321754, Fate#321764) - 3.2.12- Do not crash when the proposal screen is configured through an AutoYaST profile and tabs are not being used (bsc#1013976) - 3.2.11- fix missing icon next to SSH Key Import in autoyast (bsc#988377)- add missing file causing crash (introduced with generic fix of bsc#1003682) (invisible in master since autotools support is dropped there) - 3.2.10- Documentation for new storage related parameters in control.xml (Fate#321736)- The user has to confirm when the configuration proposal contains a non-blocking error (generic fix for bsc#1003682) - 3.2.9- Fixed bug: AutoYaST hangs while running second stage. Removed network.service in the Before section of YaST2-Firstboot.service. (bnc#1007752) - 3.2.8- Do not crash if importing ssh config from system which /etc/os-release does not contain pretty name (bsc#1009492) - 3.2.7- Added support for read-only proposal modules (fate#321739) - 3.2.6- Documentation for subvolumes in control.xml (fate#321737)- more robust password filtering in y2start.log (bsc#798966) - 3.2.5- Set libyui-ncurses environment before starting the installer (related to bsc#780621) - 3.2.4- Bump version number to release fixes for bnc#999895, bsc#988700 and bnc#999953. - 3.2.3- AutoYaST upgrade: Do not override the Report module settings in the AutoYaST upgrade mode, keep the previous settings (bnc#999895).- Translate description of Snapper snapshots (bsc#988700) - 3.2.2- Fixed crash if one defined proposal module has not been found on system while switching back from "Expert" proposal. (bnc#999953) - 3.2.1- reduce time needed for building this package - 3.2.0- fix skipping of proposal returning empty hash otherwise it creates non sense proposal entry in UI (bnc#994127) - 3.1.215- Display a warning popup when the installer self-update uses the fallback URL instead of the selected SMT or the default SCC server (bsc#996179) - Do not contact the registration server in self-update when network is not running, skip self-update completely - 3.1.214- Move the installer self update step earlier in the workflow so the user entered values are not lost after restart and avoid repeating some steps again (bsc#985055) - This also fixes losing some values due to restaring YaST (bsc#993690), (bsc#992608) - Improved the self update URL handling - the boot parameter has the highest priority, always ask user when a SLP service is found, in AutoYaST mode SLP needs to be enabled in the profile - Display progress when downloading and applying the updates - 3.1.213- Replace unicode bullet char by asterisk for ncurses (bsc#995082) - 3.1.212- fix writing proposals (bnc#994127) - 3.1.211- filter out same repositories from extraurls if they differ only in trailing slash (bnc#970488) - 3.1.210- SSH Importer: Width fix to avoid cut of CheckBoxFrame Label (fate##319624) - 3.1.209- Fixed testsuite for inst_complex_welcome after implementing lazy loading in ProductLicense in yast2-packager (bsc#993285) - 3.1.208- Fix the registration screen initialization when SCC server is used during self-update (FATE#319716) - 3.1.207- Retrieve the self-update URL from the registration server (SCC/SMT) (FATE#319716) - 3.1.206- UI, UX and internal handling for the Welcome screen optimized to prevent from not showing that the license needs to be accepted (bsc#980374). - 3.1.205- If the user has skipped multipath activation, don't ask again after installer self-update (bsc#989770) - 3.1.204- Don't halt the installation if installer updates server cannot be reached when using AutoYaST (bsc#988949) - 3.1.203- simplify and speed up inst_finish client (bnc#986649) - add test suite for inst_finish client - 3.1.202- Run extra inst-sys cleanup to free more memory on systems with low memory (bsc#974601) - 3.1.201- Properly adjust the OOM killer (oom_score_adj has a different range than the original oom_adj) (bsc#974601) - 3.1.200- Added AutoYaST schema file "ssh_import". (fate#319624) - 3.1.199- Make writing of bootloader settings the last step so that other installation steps (kdump, cio-ignore) do not have to waste time repeating it (bnc#986649) - 3.1.198- Display more information in the error popup when downloading the optional installer updates fails (bsc#986091) - 3.1.197- Avoid restarting YaST when self-update repository exists but is empty (bsc#985113) - 3.1.196- call set_videomode to adjust video mode (bsc#974821) - 3.1.195- Fix architecture detection during self-update (bsc#984656) - 3.1.194- Adapt AutoYaST to support import of SSH server keys/configuration (fate#319624) - 3.1.193- Drop yast2-installation-devel-doc package (fate#320356) - 3.1.192- When importing SSH keys/configuration, only regular files will be considered (bsc#982522) - Force YaST2-Firstboot.service to run after YaST2-Second-Stage.service (bsc#980365) - 3.1.191- Move the debugger invocation code to yast2-ruby-bindings package to use the same implementation at run time (FATE#318421) - 3.1.190- System Role: centered dialog (ncurses).- More visual improvements in the SSH keys importing proposal summary based on blog entry feedback. (Fate#319624) - 3.1.189- Start the Ruby debugger at the beginning of installation when Y2DEBUGGER is set (FATE#318421) - 3.1.188- Visual improvement in the SSH keys importing proposal summary- The user is now informed about SSH keys to be reused (copied from a previous system) during system installation. - The user can select a different partition (or none) to read the keys from and whether to also copy config files. - SSH import functionality not longer depending from "copy_to_system" feature. - Fate#319624 - 3.1.187- SSH installation: handle closing the initial installation screen by the window manager close button (bsc#979499) - 3.1.186- Do not copy licenses from inst-sys to target system. Showing EULA location in the installed system. (fate#219341) - 3.1.185- get more texts for roles dialog from control file, allow a general label (bsc#974625) - 3.1.184- Always read the lists of local users in the previous system to have them available during user importing (part of fate#319624) - 3.1.183- Disk Activation step will be skipped in case of installer update success (bsc#974409) - License agreement will be remembered in case of going back after a installer update. - 3.1.182- Fix handling of license acceptance in welcome screen (bsc#975774) - 3.1.181- Run the automatic installer self update also in the AutoYaST mode, read the optional custom URL from the profile ("general" -> "self_update_url" node) (FATE#319716) - 3.1.180- bsc#956473 - improved formatting of network interfaces listing - 3.1.179- do not install perl-Bootloader-YAML on target system as it is no longer needed (FATE#317701) - 3.1.178- Automatic update during installation will use Zypper repositories instead of Driver Update Disks (FATE#319716). - 3.1.177- Moved proc_modules.scr to yast2.rpm to avoid that yast-sound depends on yast-installation (bsc#972310) - 3.1.176- Added automatic update during installation (FATE#319716) - 3.1.175- System Role: align labels (FATE#317481). - System Role: pop-up if changing the role to a different one. - 3.1.174- Moved Yast::Transfer::FileFromUrl here from yast2-update (FATE#319716). - 3.1.173- Added a System Role step in the installation (FATE#317481). - 3.1.172- bsc#956473 - network interfaces listing shows all IPv4 / IPv6 addresses per device - 3.1.171- Ensure plymouth does not interfere with X11 when executing yast2-firstboot (bsc#966874) - 3.1.170- bnc#960703 - network service setup moved into yast2-network package. - 3.1.169- Remove autoyast clone button (fate#317970) - 3.1.168- Removing network dependencies in the service files in order to prevent booting cycles in Tumbleweed. (bnc#954908) - 3.1.167- fixed function name to check zKVM hypervisor (bsc#956736) - 3.1.166- don't enforce the disk activation dialog on zKVM (bsc#956736) - 3.1.165- Ensure second stage and YaST-Firstboot don't get killed by getty when running over 2nd or 3rd serial console (bsc#935965) - 3.1.164- Do not crash in proposal client if zfcp proposal reports itself as unavailable (bnc#956745)- Save the software selection for using it later in AutoYaST when deploying installation images (bsc#956325, bsc#910728) - 3.1.163- Ensure second stage and YaST-Firstboot don't get killed by getty when running over serial console (bsc#935965) - 3.1.162- Language selection screen fixed to immediately apply the keyboard layout after changing it automatically (bsc#947969). - 3.1.161- Simplified second stage systemd unit to avoid dependencies cycles (bnc#947521 and bnc#931643). Logic moved to YaST startup scripts. - 3.1.160- fix bug preventing to finish proposal in some sutuations (bsc#944334) - 3.1.159- Fixed setting language / languages in the installation welcome screen (bsc#943746, bsc#944035) - 3.1.158- Move #second_stage_required? method to InstFunctions module to be used by AutoYaST (bnc#892091) - 3.1.157- fixed cio_ignore testcase This testcase is for bnc#941406 - 3.1.156- AutoYaST S390: handling cio_ignore Entry in order to set it (values: true/false). If it is not set cio_ignore is true. So it is backward compatible. (bnc#941406) - cio_ignore does not make sense for KVM or z/VM. So checking for KVM and z/VM and evtl. disabling cio_ignore (fate#317861). - 3.1.155- AutoYaST second stage: YaST2-Second-Stage.service Continue installation even if plymouth has returned an error. (bnc#940878) - 3.1.154- Fix release notes loading when network is not working (bsc#940648) - 3.1.153- store cio_ignore settings before installing bootloader (bsc#933177) - 3.1.152- avoid duplicating release notes for products (bsc#935599) - 3.1.151- Moved client code to lib/installation/clients to enable test coverage measurements. - 3.1.150- Cleanup for snapshots made during installation (bnc#935923) - 3.1.149- Fixed handling user request to change an installation proposal (bsc#936448) - 3.1.148- fixed menu button label in the proposal (bsc#936427) - 3.1.147- add ability to hide export button (fate#315161) - 3.1.146- Implemented triggers for installation proposal (FATE#317488). Any *_proposal client can define 'trigger' in 'MakeProposal' that defines in which circumstances it should be called again after all proposals have been called, e.g., if partitioning or software selection changes. - 3.1.145- fix crash in Upgrade when creating post upgrade snapshot (fate#317973) - 3.1.144- add a client to create a snapshot after installation/upgrade (fate#317973) - 3.1.143- set Xvnc server resolution to 96 dpi to fix broken layout in VNC installations (defaults to 75 dpi) (bsc#919456) - 3.1.142- Fixed an error preventing the VNC connection during second installation stage of AutoYaST when using VNC=1 (bnc#923901) - 3.1.141- Fixed differnt bugs in proposal overview with multiple tabs. - Checking if plymouth is available while starting second installation stage for AutoYaST. - 3.1.140- Always enable systemd startup services for Second Stage and Firstboot (bsc#924278) - 3.1.139- avoid endless loop when confirm update in proposal runner (FATE#315161) - 3.1.138- fix method missing error in proposal_runner (FATE#315161) - 3.1.137- fix dependencies in proposal_store (FATE#315161) - 3.1.136- allow proposal runner dialog to use different proposal store (FATE#315161) - 3.1.135- get list of mounts from /proc/mounts in umount_finish (for fate#318392) - 3.1.134- Delete or copy install.inf as applicable (bnc#897066) - 3.1.133- removed redundant initialization label (bnc#878538) - 3.1.132- The unit tests are now compatible with RSpec 3 (bnc#916364) - 3.1.131- support custom display number in "display_ip" boot option (bnc#913888) - 3.1.130- AutoYaST: If the system starts in multi-user mode plymouth will be quit while installation in order to ensure that installation will be finished on console 1 and the login prompt will be shown. (bnc#903682,889757,897956)- allow keyboard layout testing in language dialog (bsc#889549) - 3.1.129- explicitely set language packages for installation during the live install (bnc#904103) - 3.1.128- fix typo causing error in installation ( catched by openQA )- Properly install new Proposal* libs to fix installation- Refactored inst_proposal into Installation::ProposalRunner and Installation::ProposalStore. - 3.1.127- fixed progress bar during (live) image installation (bsc#854378)- do not stuck during copy of logs files (bnc#897091) - 3.1.126- Fix bashisms and shebangs in scripts (by "Ledest") - 3.1.125- drop check for Gtk since Gtk UI of YaST is no longer supported (bsc#908607) - 3.1.124- remove X-KDE-Library from desktop file (bnc#899104)- Added more debug information in order to track bnc#897091 - 3.1.122- Merging changes from 3.1.116.1 (SLE12 maintenance branch) - Fixed the "previously used repositories" step to work properly when reached using the back button (bnc#889791) - 3.1.121- Improve dialog asking if system should be cloned (bnc#900028) - 3.1.120- AutoYaST Second Stage: Fixed a crash in package management when running in Qt UI with libproxy1-config-kde4 package installed. (bnc#866692) - 3.1.119- do not write obsolete /etc/syconfig/boot RUN_PARALLEL key (bnc#896207) - 3.1.118- properly setup locale in installation start script to display texts and labels correctly in a texmode installation and also to translate all buttons in graphical mode (removed "testutf8" calls, it has been dropped, always set UTF-8 locale) (bnc#902411) - 3.1.117- additionaly return file system type in ".run.df" agent result, (to use it in the disk usage calculation bnc#896176) - 3.1.116- Use a more flexible rubygem requirement syntax (bnc#895069) - 3.1.115- Enabled remote access on systems installed using VNC (bnc#893501) - 3.1.114- Setting data for &product; macro (used in helps) as soon as the base-product repository is initialized (bnc#886608) - 3.1.113- Fixed [Abort] button handling in Disks Activation dialog (bnc#893281) - 3.1.112- Autoyast: Second stage will not be called at all. This bug has been generated due the fix in bnc#886464. - 3.1.111- Autoyast - - Disabling second installation stage via autoyast configuration "second_stage". - - Centralized minimal configuration and disabling more configuration steps like X11, user, default_desktop,... - - bnc#886464 and bnc#892091 - 3.1.110- workaround problem with missing capabilities in image deployment (bnc#889489) - 3.1.109- use oom_score_adj instead of oom_adj (bnc #890432) - 3.1.108- update ca certificates after upgrade (bnc#889616) - 3.1.107- use short product name for the default base product release notes (read from the installation medium) (bnc#885247) - display at least an empty dialog when downloading release notes to hide the previous dialog in the installation workflow (bnc#889196) - 3.1.106- do not repeat release notes downloading on network time out (bnc#885486) - 3.1.105- do not log sensitive information in y2start.log (bnc#888645) - 3.1.104- linuxrc already provides proxy settings in URL form - so use it - 3.1.103- taking display-manager.service instead of xdm.service in the second boot stage (bnc#886654, 884447) - Workaround of bug in plymouth --> using deactivate option in second boot stage in order to start ncurses yast correctly (bnc#886488) - 3.1.102- retranslate release notes button when going back in workflow (bnc#886660) - 3.1.101- Asking user for confirmation while aborting the installation in disk activation dialog (bnc#886662) - 3.1.100- Copy multipath blacklist to target system (bnc#885628) - 3.1.99- remove useless steps from system analysis because it confuses users (bnc#885609) - 3.1.98- restore: use restore script instead of manual unpacking tarball to also remove newly generated content when rollbacking (bnc#882039) - 3.1.97- Changed /bin/rm path to /usr/bin/rm path (bnc#882453) - 3.1.96- directly export autoyast profile to target file (bnc#881108) - 3.1.95- removed random_finish client, haveged service is by default enabled, no need for explicit enabling by Yast (gh#yast/yast-installation#214) - 3.1.94- make sure the CIO ignore config file ends with a new line (bnc#883198) - 3.1.93- inst_upgrade_urls.rb: set the future target distribution to not ignore the SCC online repositories in libzypp (bnc#881320) - 3.1.92- write list of active devices for cio_ignore ( partially written by Ihno ) - 3.1.91- restore backup if yast failed during installation/upgrade (bnc#882039) - 3.1.90- properly enable the add-on module in the installation workflow - 3.1.89- inst_upgrade_urls.rb client: - remove old repositories (repo files) to avoid loading old SLE11 repositories when refreshing a registered service (bnc#880971) - remove old services to get rid of the old NCC service (Note: everything is backed up into /var/adm/backup/upgrade/zypp directory) - 3.1.88- better error message for accepting the license (bnc#875183) - 3.1.87- close port 6000 during installation (bnc#879262) - 3.1.86- do not call reipl multiple times (patch by Ihno) - 3.1.85- reduced time-out for downloading release notes when behind firewall (bnc#878265) - 3.1.84- Fixed "undefined method" if an add-on has empty release notes URL (bnc#877705) - 3.1.83- adjusted wording when deploying image to disk (bnc#877666) - 3.1.82- Use new bootloader API to set kernel parameters (bnc#869608) - 3.1.81- Fix haveged path to kill it properly (patch by Ihno) (bnc#876876) - 3.1.80- enable services for FCoE by calling fcoe-client finish script (bnc#877352) - 3.1.79- ensure maximum size of prep partition for ppc64 (bnc#867345) ( part of patch made by dinaar@suse.com ) - 3.1.78- adjusted downloading release notes to work also for extensions (bnc#876700) - 3.1.77- use correct keywords for cio ignore kernel params (bnc#874902) - move cio_ignore step after bootloader step to have sections generated (bnc#873996) - 3.1.76- bnc#872086 - always copy network configuration. Even if network is not running during installation - 3.1.75- enhanced handling of release notes from media (contrary to those downloaded on-line) (bnc#874996) - 3.1.74- Changed inst_system_analysis to read Product information (that uses libzypp) after initializing libzypp (bnc#873877) - 3.1.73- enable top bar with logo during installation (bnc#868722) - 3.1.72- Switched from the old to the new network setup client for remote repositories (bnc#869640) - 3.1.71- fix crash from last fix and adapt it to cooperate nice with autoinstallation (bnc#873458) - 3.1.70- return error message if base product not found and continue in installation(bnc#873458) - 3.1.69- removed loading 'pciehp' Kernel module (added for SLE 11 by FATE [#311991]) - it is now built-in Kernel (bnc#865834) - 3.1.68- added missing files to package (bnc#872925) - 3.1.67- Put wizard title on the left instead of on top (bnc#868859) - 3.1.66- added handling of release notes for slide show (bnc#871158) - 3.1.65- save a copy of pbl.log - 3.1.64- remove LIBGL_ALWAYS_INDIRECT (bnc #869172) - 3.1.63- do not write network configuration from upgrade to system (bnc#871178) - 3.1.62- remove ssh_service_finish as it is handle in firewall_stage1_finish due to split of ssh port open and sshd enablement (bnc#865056) - 3.1.61- bnc#869719 - fixed parameters forcing manual network configuration on user's request at disks activation screen - 3.1.60- change cio_ignore kernel parameter according to kernel changes (bnc#869463) - 3.1.59- avoid constant redefinition warning(BNC#869202) - 3.1.58- skip "Installation Options" dialog when online repository option should not be displayed (part of bnc#868942) - 3.1.57- set LIBGL_ALWAYS_INDIRECT in ssh mode (bnc #868175) - enable yast theme in ssh mode - 3.1.56- download on-line version of release notes (fate#314695) - 3.1.55- add kernel parameters for s390 when cio_ignore enabled to never blacklist console or ipl devices (fate#315318) - 3.1.54- bnc#858523 - dropped disabling network configuration code. yast2-network is in charge of it now. - 3.1.53- don't hide ReleaseNotes button going back fron inst proposal (bnc#867389) - 3.1.52- run scc_finish client if present (FATE#312012) - 3.1.51- fix malformed string exception if cio ignore is disabled (bnc#866995) - 3.1.50- call proper bash agent otherwise cio ignore feature do not work (bnc#866614) - 3.1.49- do not crash if there is no general section in autoyast profile (BNC#866529) - 3.1.48- reset proposal after rescanning storage (bnc#865579) - 3.1.47- revert back complete skip of probing due to disks with activation (BNC#865579) - 3.1.46- Do not rerun system probing as it is already done (BNC#865579) - 3.1.45- implement cio ignore feature during installation for s390x (FATE#315586) - 3.1.44- Removed an icon from License Agreement dialog (bnc#865575) - 3.1.43- Adapted ignored_features to handle possibly missing Cmdline entry from Linuxrc (bnc#861465) - 3.1.42- Removed hard-coded color and RichText formatting from installation confirmation dialog (#bnc#865371) - 3.1.41- Make vnc use real yast theme (bnc #855246) and make vnc screen size configurable. - 3.1.40- ssh installation: fix network start after reboot (bnc#850446) - 3.1.39- Prevent from re-defining CopyFilesFinishClient class (bnc#864631) - 3.1.38- Writing bootloader as late as possible, several configs need to be written and coppied to the installed system first (bnc#860089) - 3.1.37- Copying all udev rules from inst-sys to installed system (bnc#860089) - 3.1.36- fix detection if ssh daemon run otherwise ssh installation do not reboot after first stage(BNC#864260) - 3.1.35- fix namespace collision that cause error in installation - 3.1.34- keep proper installation mode after cloning(BNC#861520) - 3.1.33- fix dependencies to properly require new ruby bindings - 3.1.32- removed unused release_notes_popup.rb - Remove initialisation of Report in autoinst mode from inst_system_analysis. Not needed any more since autoyast Profile is now processed before inst_system_analysis gets called (bnc#862829). - 3.1.31- Implement minimal installation feature (FATE#313149) - 3.1.30- fix false positive errors in log for easier debugging in future - 3.1.29- inst_inc_all.rb - added missing import (bnc#860263) - 3.1.28- Remove write to non-existing /etc/sysconfig/suseconfig (FATE#100011) - 3.1.27- fixed DASD detection (bnc#860398) - 3.1.26- Fix exporting configuration in first stage (FATE#308539) - 3.1.25- fate#316768, bnc#854500 - enable network service according product feature - 3.1.24- removed inst_scc.rb client (moved to yast2-registration) - 3.1.23- Remove icons from system analysis according to Ken's comments (fate#314695) - 3.1.22- Remove "Change..." button in non-textual installation - Add "Export Configuration" button in non-textual installation (FATE#308539) - Add "Export Configuration" menu item in textual installation (FATE#308539) - 3.1.21- adjusted UI according to Ken's comments (fate#314695) - 3.1.20- add clone proposal and finish client (FATE#308539) - 3.1.19- added capability to install OEM images (fate#316326) - added handling Release Notes button (fate#314695)- Add abort and fail hooks for installation - 3.1.18- control files have been moved to a separate package/git repo (https://github.com/yast/yast-installation-control) - 3.1.17- fixed Makefile.am (added missing inst_scc.rb) - 3.1.16- Show hook summary only if some hooks failed - 3.1.15- fix opening zfcp client in disk activation on s390 - 3.1.14- added a new client for SCC registration (first iteration, UI only, does not work yet)- fix failure in remote disks activation client - 3.1.13- removed "trang" dependency (requires complete Java stack, convert the file directly in the source repository) - 3.1.12- remove server base scenario and media check clients from SLE installation (FATE#314695) - add storage proposal dialog to SLE installation (FATE#314695) - 3.1.11- Show popup window with used hooks before installation finished - 3.1.10- Add direct link to network communication from remote disks activation (FATE#314695, part of NI requirements) - 3.1.9- Add hooks to main installation client - 3.1.8- removed support for automatic 2nd stage (the 2nd stage has been dropped completely) (FATE#314695) - 3.1.7- Proposing separate /home partition on SLES and SLES for VMware (FATE#316624)- move some steps from removed 2nd stage to the 1st stage - "inst_mode" client: removed installation/update switch, renamed to "inst_installation_options" - 3.1.6- control file cleanup: * remove the 2nd stage in installation (FATE#314695) * removed autoconfiguration support in the 2nd stage (the 2nd stage has been removed completely) * repair mode removed (not supported) (FATE#308679)- 3.1.5 - replace runlevel entries in control files with default_target entries - replace dependency on yast2-runlevel with yast2-services-manager- bnc#849391 - removed explicit start of second phase of SuSEfirewall2 initialization. Not needed when systemd is in use. - 3.1.4- install "perl-Bootloader-YAML" package - removed "Use Automatic Configuration" option from the installation mode dialog (the 2nd stage has been removed) - 3.1.3- install only "perl-YAML-LibYAML" and "perl-bootloader" packages to the target system - updated scr_switch_debugger.rb client- show release notes button (fate#314695)- removed long obsolete EVMS entries from control file (see fate#305007)- removed autorepeat workaround for bnc#346186, not needed anymore, xset might not be installed (bnc#846768) - 3.1.2- Extended support for ignored_features: They can be also mentioned in PTOptions and thus not appended to Kernel command line (FATE#314982)- Added support for ignore[d][_]feature[s] (FATE#314982) allowing to skip some unwanted features of the installer - 3.1.1- Dropped modem and DSL detection (and configuration) from installation proposal (FATE#316263, FATE#316264)- do not use *.spec.in template, use *.spec file with RPM macros instead - 3.1.0- yast2-mouse was dropped, do not call its components (bnc#841960) - 3.0.7- fix console status after the installation (bnc#750326) - 3.0.6- do not mention xorg-x11 in the control files (bnc#837450) - remove obsoleted part of X11 related code - 3.0.5- bnc#798620 - removed proposed hotfix for the bug. The hotfix could block starting firewall under some circunstances. - (re)starting firewall is handled in yast2.rpm since 3.0.2 - 3.0.4- use pure ruby solution when sorting proposal items- use pure ruby solution when sorting destkop items, so major desktop (with same order number) won't get resorted - 3.0.3- check the product profiles during system analysis and copy them to installed system (backport of fate#310730) - 3.0.2- removed empty agents/Makefile.am and unused testsuite/Makefile.am - removed obsolete BuildRequires: doxygen perl-XML-Writer sgml-skel yast2-testsuite yast2-storage yast2-pkg-bindings yast2-packager- remove trang from BuildRequires: rng can be created during packaging, not needed during build- correctly write supporturl (port of bnc#520169) - limit the number of the searched disks to 8 of each kind to shorten time needed for finding SSH keys (port of fate#305873) - 3.0.1- converted from YCP to Ruby by YCP Killer (https://github.com/yast/ycp-killer) - version 3.0.0- ignore SIGHUP in YaST2.Second-Stage to make autoyast installs with serial console succeed again (bnc#825728, bnc#823224)- fixed sshd check (bnc#825160) - 2.24.10- show release notes of newest product first (bnc#827590) - 2.24.9- adapt control.xml to offical Factory one: added e17 desktop, enabled online repositories - 2.24.8- only show desktops for which their defined patterns are known (needed when desktop defined in control file is only available via some optional installation source - fate#315061) - 2.24.7- make check for sshd more robust (bnc#825160) - 2.24.6- bnc#774301 - fixed udev events handling in kernel_finish - 2.24.5- use WFM::ClientExists() call instead of checking *.ycp file presence (works also with non-YCP clients and checks also e.g. /y2update/clients path)- Using unique IDs while calling rpmcopy_secondstage to prevent from disabling this step in AutoYaST or Upgrade while it should be disabled only in Installation (bnc#813072).- startup scripts: if RC_LANG is not set, use en_US as default (bnc#815265) - 2.24.4- call unicode_start/stop and initviocons only on consoles (bnc#800790) - fixed check for missing initviocons - 2.24.3- show dialog for all available disk controlers (bnc#807026) - 2.24.2- force disk activation when Storage reports no disk was found (bnc#810823) - 2.24.1- always return boolean from DeployTarImage (bnc#804293) - make the "Check drivers" error message depend on control.xml variable (fate#312875, bnc#805251) - 2.24.0- NetworkManager is enabled and active after second stage (bnc#808039) - 2.23.13- deactivate RAID before going back to "Disk Activation" during installation (bnc#806454)- fix got_kernel_param in misc.sh to not match substrings (so far kernel parameters like systemd.log_level=debug activated Y2DEBUG) - 2.23.12- prevent systemctl hang in 2nd stage (from fcrozat@suse.com, bnc#798620) - 2.23.11- start the add-on module also when "addon" boot parameter is present (fate#314318) - 2.23.10- Adding repositories that cannot be (re)added as enabled in a disabled state (bnc#779396). - 2.23.9- adapted to changes in Storage.ycp API (bnc#797245) - 2.23.8- set new keyboard layout right after selecting (bnc#796589) - added SYSTEMCTL_OPTIONS to Firstboot/Second Stage services (bnc#791076) - 2.23.7- show the info about possibility to download drivers from drivers.suse.com (fate#312875) - added KVM installation scenario (bnc#795067) - 2.23.6- disable USB sources after installation (bnc#793709) - 2.23.5- allow using local repositories during update (bnc#779397) - 2.23.4- fixed installation of systemd units (crrodriguez) - 2.23.3- removed fonts_finish, its only action was to call obsolete SuSEconfig script - removed inst_suseconfig client (fate#100011) - 2.23.2- do not allow to go next without desktop selected (bnc#786507) - 2.23.1- removed suseconfig step from installation sequence (fate#100011) - 2.23.0- create simpler and non translated aliases for update sources (bnc#768624) - 2.22.10- set TERM=linux for 2nd stage services, to keep ncurses nice (bnc#768356) - 2.22.9- ensure Plymouth is hiddent before 2nd start, to prevent system freeze (bnc#768185) - ensure 2nd stage is started before SuSEfirewall2_init (bnc#733361) - 2.22.8- kill console before reboot (bnc#759627) (otherwise systemd will not proceed with system shutdown)- require yast2-proxy for 2nd stage (bnc#764951) - show a message if network config has failed (bnc#765129) - 2.22.7- enhanced image installation help text (bnc#732914)- adapted to move of testX (see bnc#749184) - 2.22.6- create link yast.ssh for 2nd stage ssh installation (bnc#745340) - 2.22.5- Improve layout of the release notes dialog (bnc #550610) - 2.22.4- adapt the style only for ssh installation, not vnc (bnc#742777) - 2.22.3- Fixed bnc #742777: ssh installation needs to much bandwidth - 2.22.2- confirmed license - 2.22.1- save ecdsa keys as well (bnc#726468) (added where missing)- Added ntp-client into list of cloned modules in control file (bnc #738019).- Reading the current random/poolsize from /proc to store the exact number of bytes (bnc#692799).- Modified saving state of the current randomness (bnc#692799).- Fixed saving state of the current randomness (bnc#692799).- ask for Abort confirmation in Update URLs step (bnc#728907)- merged texts from proofreading - 2.22.0- Disable routing initscript commands through systemd, prevent lockups.- use same code to display ip addresses during vnc and ssh installation (bnc#727802) - 2.21.28- Ensure network is not started by systemd before Firstboot / SecondStage (bnc#726823) - 2.21.27- control files: save ecdsa keys (bnc#726468) - 2.21.26- Creating /etc/mtab linking to /proc/self/mounts in umount_finish (bnc#725166) - 2.21.25- Fix text mode handled in systemd (bnc#724115) - 2.21.24- compress the log file from 1st stage of installation (bnc#716938) - 2.21.23- Use latest macros for systemd - Drop workaround for bnc#719221, systemd is fixed now. - 2.21.22- change the URL for congratulation dialog (bnc#720481)- control.openSUSE: use lightdm as default DM for Xfce - 2.21.21- updated systemd service files (bnc#719221) - 2.21.20- unmount previously mounted /run (bnc#717321) - 2.21.19- improved package update check - display only the repositories with an update available, display package updates in details - 2.21.18- enable system cloning only when autoyast2 is installed (bnc#692790) - 2.21.17- fix build for older distributions - 2.21.16- added systemd .service files for second stage and firstboot (from fcrozat@suse.com, bnc#713760) - 2.21.15- expect there might me extra checks for disk controllers with s390 (bnc#706911) - adapted help text and label in installation mode selection (bnc#711160) - 2.21.14- upgrade_urls.ycp - do not display reading and writing progress, it is pretty quick and just causes screen flickering (the write progress is displayed only when there is an enabled repo to add, refreshing it can take long time) (bnc#692614) - 2.21.13- fixed .desktop file (bnc #681249)- 2.21.12- Copy network interface naming rules early to get them to initrd (bnc#666079).- extraurls: check whether there is an update candidate in the added extra repositories - openSUSE DVD does not contain all packages, packages from OSS repository which are not on DVD medium were not upgraded and were left in the old version even after adding new OSS repository with updated version (bnc#693230)- cleanup: removed obsoleted SourceManager::SyncAddedAndDeleted() call (zmd sync has been removed) - 2.21.11- use term "Software manager" instead of "Package manager" (bnc#585679) - 2.21.10- Preserving the /dev/urandom state from inst-sys after the installation (bnc#692799) - Automatically enabling haveged service if installed (bnc#692799) - 2.21.9- Added control.SLES-for-VMware into the SVN- Removed obsoleted X-KDE-SubstituteUID from deploy_image.desktop (bnc#540627) - 2.21.8- Show Xen Virtualization Host Server Installation scenario only for x86_64 architecture (bnc#702103) - 2.21.7- fixed typos (bnc#703119) - 2.21.6- always loading 'pciehp' kernel module on Dell hardware (FATE #311991) - fixed control file validation - stricter btrfs_increase_percentage definition in all control files (only 'integer' is allowed)- add btrfs_increase_percentage to to category "partitioning" in config.xml files - 2.21.5- enable YaST restart in the 1st stage (bnc#694299) - 2.21.4- added option to configure FCoE Interfaces when started with WithFCoE=1 argument (fate#307445) - 2.21.3- Copy /media.1/build to the installed system (fate#311377) - 2.21.2- show the 'before-reboot' message in RichText, so possible command can be copy-pasted (bnc#383519) - 2.21.1- do not start automatic configuration for autoYaST (bnc#679435) - 2.21.0- Handling disabled installation steps also in Live Installation mode (BNC #675516) - 2.20.6- fixed braille support during installation (bnc #672086) - 2.20.5- Adapted openSUSE control file to the current naming schema of desktops (BNC #667408)- fix initialization of AutoUpgrade for 2nd stage - 2.20.4- adaptations for unattended migration (fate#310481) - don't delete /etc/mtab if it is a symlink (bnc#665437) - 2.20.3- fixed progress during live installation (bnc#665413) - 2.20.2- update XFCE desktop definition- Using wider space for licence displayed in non-textual interface (BNC #607135). - Fixed DUD deployment (BNC #626337)- fixed behavior of window closing in installation proposal (bnc#636980) - use df for estimating partition size for live installer (bnc#555288) - 2.20.1- don't use spaces in repo alias (bnc#596950) - inst_addon_update_sources.ycp - removed obsoleted ZMD sync call - 2.20.0- removed link to repairing the system - 2.19.20- fixed the cloning at the end of a manual installation (bnc#605132) - 2.19.7- allow btrfs as root fs - 2.19.6- Script copy_files_finish copies files with --dereference to prevent from copying symlinks instead of the files content (BNC #596938).- disable Qt/Gtk frontend if testX is unavailable (bnc #585432) - 2.19.5- Searching for LiveCD license in /usr/share/doc/licenses and / directories (BNC #594042).- fixed a broken yast2-installation.spec.in - fixed broken schema validation files for control.xml files - 2.19.4- inst_suseconfig.ycp - do not reset UI product name (&product; macro) (bnc#539906)- Previously used repositories switched from enabled/disabled mode to removed/enabled/disabled mode (BNC #588659).- Port from SLE11 SP1: process files in _datadir/autoinstall/modules with %suse_update_desktop_file. This passes their strings into translation (bnc#549944)- Unique identification in inst_upgrade_urls switched from URL to ALIAS (BNC #587517). - In case of re-adding CD/DVD media, user is asked to insert correct media before adding it (BNC #587517). - Only upgrade packages if upgrading from SLES 11, otherwise use patterns for upgrade (BNC #587544).- Fixed calling update.post from DUD (BNC #586609).- CIM service is proposed as disabled by default (BNC #584524).- Documented YaST RELAX NG schema (FATE #305551). - Correctly re-added unique_id to RNC - AC steps and proposals (BNC #582094).- clone checkbox at the end of the installation is always enabled now and can install the autoyast2 package if needed (bnc#547486)- UI for autoinstallation images added to deploy_image_auto- Steps 'user' and 'auth' enabled again in Live mode (BNC #547931).- Fixed license agreement check box visibility (BNC #571846). - 2.19.3- Added LXDE to openSUSE control file (FATE #307729).- Fixed 'going back' from services proposal BNC #572734.- fixed message during ssh installation (bnc #518616)- updated control.rnc - 2.19.2- inst_complex_welcome adapted to Language::SwitchToEnglishIfNeeded (bnc#479529) - 2.19.1- Adapted for new API to ProductLicense (FATE #306295).- Package kde4-kdm has been renamed to kdm (SLES, SLED control files) (bnc #561627).- Un-check automatic configuration box when user selects update (bnc#537625)- Enabled CIM by default (SLES and SLED) (FATE #305583) - Adapted RNC for control files- dereference hardlinks when deploying live CD so that it can be also deployed on multiple separate partitions (bnc#549158)- Repositories added by inst_addon_update_sources use Pkg::RepositoryAdd that does not need access to network (bnc #557723)Cumulative patch with SLE11 SP1 features: - In TUI (ncurses), use plain text (.txt) file with release notes, if found (FaTE#306167) - Set /etc/sysconfig/boot:RUN_PARALLEL according to corresponding value in control file (FaTE#307555) - 2.19.0- Added control file configuration option require_registration (FATE #305578).- lan module in 1st stage (FaTE#303069) - 2.18.34- during update, do not save timezone and console settings (bnc#547587) - 2.18.33- Fixed handling repositories during upgrade (bnc #543468). - 2.18.32- set the time after chroot (bnc#538357) - 2.18.31- correctly set the keyboard layout in 2nd stage (bnc#542009) - 2.18.30- Adjusting understandable name for update URLs added during second stage of installation (bnc #542792). - 2.18.29- Correct HTML format tags in helptext (bnc#540784) - Set firewall status according to user's choice also in non-automatic 2nd stage (missing call for AdjustDisabledSubProposals) (bnc#534862) - 2.18.28- Enable SSH service after reboot if this is SSH or VNC installation (new ssh_service_finish client) (bnc#535206) - 2.18.27- enhanced display of release notes (fate#306237) - 2.18.26- better error handling for image installation (bnc#533601) - 2.18.25- Introducing unique IDs to unambiguously identify AC steps and sub-proposals - Writing disabled AC steps and subproposals at the end of 1st stage, reading them back at the end of 2nd stage - Filtering out disabled AC steps from AC workflow (FaTE #303859 and bnc#534862) - Require new yast2 base - 2.18.24- Dropped unnecessary fallback text from the fallback control file (BNC #536288).- Do not copy xorg.conf to installed system anymore (bnc #441404). - 2.18.23- do not disable qt/gtk frontends if xorg.conf is missing (bnc [#533159]) - 2.18.22- Simple network (firewall) configuration in 1st stage (FaTE #303859)- added calling bootloader client bootloader_preupdate to control file to fix multiple grub entries (bnc #414490, bnc #477778).- disable yast2-x11 during installation (bnc#441404) - 2.18.21- adapted to changes in yast2-country: no saving of xorg.conf (bnc#441404) - 2.18.20- Fixed Welcome dialog layout to have more license content visible and to align language and keyboard widgets with it. - Not offering installation images if there are none (bnc #492745). - 2.18.19- fix build with automake 1.11 - 2.18.18- adapted for unified progress during live installation (bnc#435680) - 2.18.17- use minimalistic xorg.conf during installation (bnc #510015) - 2.18.16- moved .proc.mounts agent from yast2-installation to yast2 (bnc [#504429])- added kdump support for autoyast installation (FATE#305588)- Installation/Upgrade newly require some packages essential for them to succeed (bnc #469730).- Using a new yast-spanner (old yast icon) for Repair. - 2.18.14- Fixed Vendor module to use zypp history file instead of using y2logRPM (bnc #456446). - 2.18.13- Added documentation for installation images.- KDE 3.x dropped from openSUSE control file (bnc #493547).- changed the error message of missing hard disks during autoinstallation. Might confuse s390/iSCSI users. (bnc#476147)- Fixing reevaluation of packages to remove, install and/or upgrade after images are deployed during first stage (bnc #489448). - 2.18.12- Added new globals->ac_redraw_and_ignore control file item (openSUSE and SLED) that ignores if AC UI is missing and just redraws it. An error is still reported in case of missing Wizard widget (bnc #487565).- Continuing on Repair integration. - Handling missing FLAGS in the content file. - 2.18.11- Location /etc/modprobe.d/blacklist has been renamed to /etc/modprobe.d/50-blacklist.conf (bnc #485980). - Unified inst_mode handling, especially correct handling of Automatic Configuration together with switching to Update mode (originally reported as bnc #469273). - Repair workflow unified with the rest of installation. - 2.18.10- Fixed help for "License Translations..." button (bnc #481113).- Obsolete 'tar --preserve' replaced with 'tar --preserve-permissions --preserve-order' (bnc #483791). - Added recovery support for AC (dialogs) possibly called by AC scripts (bnc #483211)./bin/sh/bin/sh/bin/sh/bin/shyast2-installation-devel-doclamb53 1540289514  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~    3.2.57-2.10.1  startupAUTHORFirst-StageF02-hwinfoF03-umountF04-languageF05-cmdlineF06-terminalF08-loggingF09-startF10-cleanupSecond-StageS02-loggingS03-autoconfS04-languageS05-configS06-servicesS07-mediumS08-startS09-cleanupYaST2.First-StageYaST2.Second-StageYaST2.callYaST2.sshcommonarch.shfunctions.shlanguage.shlogging.shmisc.shnetwork.shstage.shvnc.shhookspostFirstCallpostFirstCall.readmepostFirstStagepostFirstStage.readmepostSecondCallpostSecondCall.readmepostSecondStagepostSecondStage.readmepreFirstCallpreFirstCall.readmepreFirstStagepreFirstStage.readmepreSecondCallpreSecondCall.readmepreSecondStagepreSecondStage.readmerequiresYaST2-Firstboot.serviceYaST2-Second-Stage.servicecio_ignore_finish.rbcio_ignore_proposal.rbcomplete_workflow.rbcopy_files_finish.rbcopy_logs_finish.rbcopy_systemfiles_finish.rbdeploy_image_auto.rbdeploying_proposal.rbdesktop_finish.rbdisintegrate_all_extensions.rbdriver_update1_finish.rbdriver_update2_finish.rbinst_addon_update_sources.rbinst_ask_online_update.rbinst_check_autoinst_mode.rbinst_complex_welcome.rbinst_congratulate.rbinst_custom_patterns.rbinst_deploy_image.rbinst_desktop_roles.rbinst_disk_for_image.rbinst_disks_activate.rbinst_doit.rbinst_download_release_notes.rbinst_extrasources.rbinst_features.rbinst_finish.rbinst_info.rbinst_initialization.rbinst_install_inf.rbinst_installation_options.rbinst_instsys_cleanup.rbinst_keyboard_root_password.rbinst_license.rbinst_network_check.rbinst_pre_install.rbinst_prepare_image.rbinst_prepareprogress.rbinst_proposal.rbinst_release_notes.rbinst_restore_settings.rbinst_rpmcopy_secondstage.rbinst_save_hardware_status.rbinst_scenarios.rbinst_ssh_import.rbinst_system_analysis.rbinst_system_role.rbinst_test_workflow.rbinst_update_installer.rbinst_upgrade_urls.rbinst_welcome.rbinst_worker_continue.rbinst_worker_initial.rbinstallation.rbinstallation_settings_finish.rbkernel_finish.rbldconfig_finish.rbnetwork_finish.rbpre_umount_finish.rbprep_shrink_finish.rbproxy_finish.rbremote_finish.rbroles_finish.rbsave_config_finish.rbsave_hw_status_finish.rbservices_finish.rbsnapshots_finish.rbssh_import_auto.rbssh_import_proposal.rbssh_settings_finish.rbstroj-casu.rbswitch_scr_finish.rbtest_inst_client.rbtest_proposal.rbumount_finish.rbupdate_wizard_steps.rbx11_finish.rbyast_inf_finish.rbinstallationinst_inc_all.rbinst_inc_first.rbinst_inc_second.rbmisc.rbinstallationcio_ignore.rbclientscopy_files_finish.rbcopy_systemfiles_finish.rbdeploy_image_auto.rbdeploying_proposal.rbdesktop_finish.rbdisintegrate_all_extensions.rbdriver_update1_finish.rbdriver_update2_finish.rbinst_addon_update_sources.rbinst_ask_online_update.rbinst_check_autoinst_mode.rbinst_complex_welcome.rbinst_congratulate.rbinst_deploy_image.rbinst_disk_for_image.rbinst_disks_activate.rbinst_doit.rbinst_download_release_notes.rbinst_extrasources.rbinst_features.rbinst_finish.rbinst_info.rbinst_initialization.rbinst_install_inf.rbinst_installation_options.rbinst_instsys_cleanup_client.rbinst_keyboard_root_password.rbinst_license.rbinst_network_check.rbinst_pre_install.rbinst_prepare_image.rbinst_prepareprogress.rbinst_release_notes.rbinst_restore_settings.rbinst_rpmcopy_secondstage.rbinst_save_hardware_status.rbinst_scenarios.rbinst_system_analysis.rbinst_update_installer.rbinst_upgrade_urls.rbinst_welcome.rbinst_worker_continue.rbinst_worker_initial.rbinstallation.rbinstallation_settings_finish.rbkernel_finish.rbldconfig_finish.rbnetwork_finish.rbpre_umount_finish.rbproxy_finish.rbroles_finish.rbsave_config_finish.rbsave_hw_status_finish.rbservices_finish.rbssh_import_auto.rbssh_import_proposal.rbssh_settings_finish.rbstroj-casu.rbswitch_scr_finish.rbtest_inst_client.rbtest_proposal.rbumount_finish.rbupdate_wizard_steps.rbx11_finish.rbyast_inf_finish.rbcopy_logs_finish.rbcustom_patterns.rbdialogsdesktop_roles.rbregistration_url_dialog.rbssh_import.rburl_dialog.rbdriver_update.rbinst_confirm.rbinstsys_cleaner.rbminimal_installation.rbprep_shrink.rbproposal_errors.rbproposal_runner.rbproposal_store.rbremote_finish_client.rbselect_system_role.rbservices.rbsnapshots_finish.rbssh_config.rbssh_config_file.rbssh_importer.rbssh_importer_presenter.rbssh_key.rbsystem_role.rbsystem_role_handlers_runner.rbsystem_role_reader.rbupdate_repositories_finder.rbupdate_repository.rbupdates_manager.rbwidgetshiding_place.rbonline_repos.rbsystem_role_reader.rbsystem_roles_radio_buttons.rbtransferfile_from_url.rbImageInstallation.rbInstData.rbInstFunctions.rbSystemFilesCopy.rbVendor.rbdeploy_image.rncssh_import.rnccfg_boot.scrcfg_fam.scrcfg_windowmanager.scretc_install_inf.scretc_install_inf_alias.scretc_install_inf_options.scretc_passwd.scrrun_df.scrrelease_notes.desktopautoinstallmodulesdeploy_image.desktopssh_import.desktopyast2-installationCONTRIBUTING.mdCOPYINGREADME.mdsysconfig.security-checksighooksinstallation/usr/lib/YaST2//usr/lib/YaST2/startup//usr/lib/YaST2/startup/First-Stage//usr/lib/YaST2/startup/Second-Stage//usr/lib/YaST2/startup/common//usr/lib/YaST2/startup/hooks//usr/lib/systemd/system//usr/share/YaST2/clients//usr/share/YaST2/include//usr/share/YaST2/include/installation//usr/share/YaST2/lib//usr/share/YaST2/lib/installation//usr/share/YaST2/lib/installation/clients//usr/share/YaST2/lib/installation/dialogs//usr/share/YaST2/lib/installation/widgets//usr/share/YaST2/lib/transfer//usr/share/YaST2/modules//usr/share/YaST2/schema/autoyast/rnc//usr/share/YaST2/scrconf//usr/share/applications/YaST2//usr/share//usr/share/autoinstall//usr/share/autoinstall/modules//usr/share/doc/packages//usr/share/doc/packages/yast2-installation//var/adm/fillup-templates//var/lib/YaST2//var/lib/YaST2/hooks/-fomit-frame-pointer -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:9006/openSUSE_Leap_42.3_Update/d63668e4809b616e22830edaa7a09198-yast2-installation.openSUSE_Leap_42.3_Updatecpiolzma5noarch-suse-linuxdirectoryUTF-8 Unicode textPOSIX shell script, ASCII text executableBourne-Again shell script, ASCII text executableASCII textRuby module source, ASCII textRuby module source, UTF-8 Unicode text RRRRRRRRRRRRRRRRRRRRRPPT _~Byast2-online-updateyast2-firewallrelease-notescurlyast2-updateyast2-add-on?P] crt:bLL'n[$ucd7\rVOhS@Е= 51q)Yd @y w6#k2@y,@X8Ъz`z]Z 4+WV'B|0_cAkr X:s6mH9ɴoty`j~.-Bc_u!88кf^K}<,M-%HB= SݱWG9܌va72jP0p p[e^HPuaSTW9a(貯v5w&!z|Cw} =39*K̍QbCihA0Ңl'+'O1xUS$[yJ/Se$mװ2ʪ ˓_k=n',*(Q>8TŹ{{~buhd,ͻBj1[f\1)B:7սE!ŠQYu|UyVB֢#g]# SUıokhSlg.՟U,}83smxwK(Ӌ璣/"l Yo2))l (VSmLߑR_NQǬ@|_ ;$ peL lW:PbOaJI;S =J]UPmEgNćY%*ln*-v \pw%FMǞehi7ɧ0XHbqZ)^BMh)ͫ]BTg8he2GMOn{4szCQʲXE??U*kG^DNE#698}v]bUfGdmuqJcYz Wuq=h% ͨxc B٢pECE @mPcՏpria4V3g٣ݯy"ГRW|OB;UW[|l qO\sF+H$)&3u/;PGc&ʕx͆|llE+z`ـ>f|IňD-R0łk+ D+";}gt-Oȥ[]M6dv}Q(#Y4ġm;Q̱YgUGQ D 6Fm1{`Fy3) 9m7g:jMYͬ7V`[S\e?%k-X 'QҼ%IQVdƆ?tZ-\@ѱ R韼C0[CGIx cMtJ f|g fπr{Q*}>N ԫ@NsfwjdU2  Fkό{}\Wn[qJ;rL>Z?Mv|دoSdU L6% gas~9ly1b"?.%paa|g-nw97KkH9ig@Yh]-S mYe%y&O ;ۯC ~ݎC ӆ71h>nB4F ]kϳTz'P{'#o3r6rο52]L߈tČҠBF,S~,Y]YM8V-o&΁)L01Z grjpBTն]{"j۶E/eL7pFZUw֠l.4RcAW@+ Ԑ>&(u4HtVHz#v/D -5pxQV| CM3T=5eGf e4AQKsÛ[ոBmuQ[ tj e:KQGRV~$+<+v{\p% ŮD6mD:+tP'G+Gna^!|QV|ii-m Ո,4,Z) ny(Af#'${H9P][К[I;a߀j*αT'Q]Iu*0t)hU& oOKI#@Iv&pPU'f6,P\veviQ;KE7)_*7߼V!H%c!`ZCG-L*iZ)R)MJakh[_ľ"-!*A?L5x2QH؝3:;|k( ]z"_#CT1H ~PR-78M*V.PHc"s\}VS(VȞF+=[Ra,5^ϬeN,X@1"uXэSDZ<".r~7cdv0uJT131x5[|zُ-< Ju师.Wfe)ޔǾMP&H c-7YPBU?=x^9Ko0T\V+L,U~ACFoa( aA*V:8&(,2ey[8 )Qf L@-6 s,iW2|0ꐿ4^L0=3QQILnx)gpn&XxڀbtUq<-MFhx-' .Xq#qi|n֨9]i"r[PÓg6;!2̿9U5- O#͝I UCͭjPּ8β-Aje%[I&K w'C9sr(N@UA.A~KS$4pbr=4 }Hۮs0ӻMwNJK+>ԅWLA-XS /aOwǼ+H۷d;묁3#OP<)!PiBY |ja^2 -X_=Q(fNa+|vWGw/ 9Iy Vz?;ҕ4u兼KrW!5x5&9D݈ŗwǦG%`h\ P%VMՠh WHud/nk1şBM7oxIٱq^W!xK8 d{4pĚy,\#yI ,&e)4U!_tn kK8p6Ylz٤Co  {[~܍L3޽DUBo{AYlts}c ) Jy2V?yQ1V8lnHw{j-8TثKG巧 /8AŃ CguEXQ֜6sD ǝn?ʡl@~^1N1Y뎼I+S# >L-}na5}(R郜6 *R4˝W+:6e3%v"`U ?q)~ު֌eІq:xj=?O Is_ػ_?(V vLD"czOQz4w{i0uYR_R%0Wms=r"|do )Vۘ*lkf]J.A J}sLkϡ!X@NWo!i&~a~YզhW A#\YZyг2AÉ &dQTFȡ 3(I>oao R].pm}$#Md;Jӆk6< lقҥBfK9X̿llU=X*2Atq:5O7n` i?FTMq旊VS-w?p~DP}qbRK7>V4ĴwpBb*UEO*FS7D,N#L#n: ߵ{K;莞(!2B < jݒCKzN6~H8A޿"ŷ XD4L 6ZKbM 0賸PƋ)dPԘawL,Io4;aYSAY5zWcfE"f}Fs_m2x/ '3F&qD-ݘFO7 I=!+v7Quд``8&(n:p$?tѐ `CBݮw ƓٮV./Ʒe9-9 /.Uއ]]bzN+hug \ ol]4#m߮3-GyLATȟc ݮ;^c98/$mUϧOf,SPCFG50My>(% DMg itb$>2`@,=#7c+q쎖/\K6z+DE5ADWť烬2.pޭa@߬8TM2M]|1&qKGڷü"4-F^jWHU]fL@pRÛ㜴%U&20 yT4.U Kr&,{,䫓drYfҌ g}ޓz&gdx4xo&4]D(X KEelnixuv Qz_*&Ah`쟌e68t~]tMe ˺bnCk(|4KZB#PRq}d|e/ġ5[h^l 65F\:3V0 isBxnN<|`/!Okxy/b {5nxןǗNL攣_~E/rz.(V$pG2=,6Z4jYX8ŲB~?N^JW $ erPVXx艧?PFmt׾8CvΪgn="VWKfW Cn^LDܓx;*$F$ENVl=wջ3{t\Lԕ^ EB ?;Bًk3kG; @khkT%]T"v/o-ޢb v_?6mt1n_xNs P:\("~|" >:5Ŀ%b@2KTnDKgwaC (7wK [M'~#m!=OtbN-M0:uwMb[fx;(e>o{;vH2%HVخ}­ q;JNYAb2wGD0j~| 'RWWRWhw?tN+ú=5 &qF~reHǧWY&f2 \@?ZŸq$D,9Zm% -0k41ސΓavkOӿHt|h0N.4Mڰ)bobͼ,5,mz[Z{goAs5͎XxmKgY/^_݃kIS2'u'hT!;,rw…LjA!F8ɈʦTOQ1`n]I:o VIMu?lvkb-t!>Ո:#rf2SJ]E ]gL7OXF {uFJJ]De#Hvc{ݍQqӃBJ#ҊD`~E&'UM0^L"iƈ1wDг`8k9&~jHZ(D U ~q@D_ ?UEʰP'iWX-BB [{=y>:\ }}cDq e/GJ#@n1< +2".`~՚: Rm |?31C-9+ZݚFƲG0r*S&ްԩ/M~:8&B"T?8| M̈́H_ gYwnc)ן6:@q.9{C<d0Ryh!㱧se~ ] %:"BzHF%E3+9aD./pe;ㆺ Vz#褬@煐+bout'ކxbW *Jn:UP)ߙq1W3; Sd[Kk~ƋULYl~P:K7%H֛*Ā2Y]>O讍?ѤMIF߉=L$d s9Mwͥ9,.23b_ݏNHka _*5 ic3#N ?d|%p3  X-{6l)7;mLWQyc} 3~ ZQHP`q CJ\m!(e9ye X,XD*Φn!:IT3H~8meg#f9+OX)W[AjkAZ#DŽ-p%<%fd>!X&23)K ?R9'it1SCE>͓ ='OiU9kO%-,<(f&PX'dQݾ$HA10v5#AQXʙT!g:8zVgMq*CئMxlMl~cxHj5<γ!)V9*)Tu(עF5z*NƳBhP._]4Mɪ6FU&X(&r0`ei8Տ\Gf44~ߵD<<UlL~~W>PxIWI,0z- nkER6 }01^Uy#a_ZS\UKMn?6udQ1]0mY$f?dJ@QdMYPF63CaT Œ}ILTM( 4: /-+a-@bN.&y?!ݑhףdX75 J;t;mwU&d8Ssk)q#gUNRIPboCe54'.yGu-[4Yec5dQPև zL[oFEet[GZ kR¦ɜ%)@SOnǤ[ZP Ig1ʭuv u;澫]_5cu]'\Z,Ƌ>'ͦ%ğ~!YGī8JR:s-X%׉wjz v^s8úEQZσ+4^FIm7QX%F(f-F:g+VeW 3њ>h[Ӛ.ZQžbr?^spE5͛A=2%nGJ-}k۾m>l͟X1K'~F a-K!.9%Lc626 С }6exRAshQb]6&] ϫ)*y=ʾ-MiVGK;G*'F=UB CKSϕfSJx):1{Crwud HP .i04iw8d{l\TGQ֟eј'BD$ S/a h%Q'tRg94B4Ht)]lzVgͬ FJ)nx鹌 Wt5P022e8r1dj._d1ø|n8=a8lp .D u -C*ucά/l*drzm+ dSW\ { ܊6OR^}ա7߰ ID=VU~Dz̼oaDK@>7SSb+5ahlQz:; bӇ$+χafgZsHDii^ike:2nM'Y`ҳR+.;L~i@:ڼtliCk0wلY{ n6bb *ۭˎ*&ȳsRN@㦤BS&49njJnpG/YŶ^wE)$[Ę)CF&wk='[7²Y*]āӦ3GA٫S|h ԩV.\ ]$2=!f')ݵ,pֵTFsɴG`,_|گܿg3 ,łq~AU?=GmW(q 9kD!Rӵ 'CWCY='$L6{<)Y߀m| :o:߄p촑5f/K aZ=,PHxizKEgY&v B6Im .+lzÈbZ_4w~C&tCk`B]'ցlՆ]* 4SD%B}-j7%o穽M576vCKQmL$gbsCMFP1(:y[#c w))2ƪkV:LySz֩[#LdxឪJ+/ur,yZolvҎyuNM.Ь~ZY rE`( F;W)T`j5tud\5>ӫka5(},z]Y  Ң!{udw77R8 Zan m>/:R>8)TaH2QUٖhè>NLj=9k gf 4\ڕ$殑xx2BKgNLpx'Dg~`Vo.;DrJ‚z.Z5JʇOڧ JYjdk`bR 1[ɕVh+89 UBhrV0NyHk|`Vۜ9nŦ7WbMhO@ SやPbX~1ƿ4@/zEehr(^}]XSt45U<.nfuy<$6A?-.$ 5%qDy"R»%$ucCd܉F՞3mqZbצhS4 tSw*" r>ǐOt^sBLTx8x e(:6j[: % x8wU|vෝpkA}Eu̲ Kr. IU(z} 3|˵r7Ͻ@8-@qs2S~$ϘgB'U(}N9[ c}01Aގh0~{ *M-*/o4X|11tfv[Ӷ\.sK1sgpM T4ՆZ3ۦ@s@V(:O,sX.q\6[e]TaX?tZ\i&*Xk#l<Ƃ{5>'3L"V=!Ƅx4@,s tXޣ9B*pL~[NM-}9 X۾DrE^z] BF07̀k0.;fKK_Cll9R+2,4V,gMCgиSJay3H8JEh=SYHQ.]pC5\)H+GB;vMPg.bĶ\ZT"=^?ğ l1A\9݅Fgv5?[=IԘ>rÇ?SwwN%zzr;Bh%!cÙDB,9C٣ȒLv'Zu_bM<9ͳ̕3iĐ̆ڠ!U5[j| ePm:hMIhlWTB0b{H#*2(j@% q/9y,"PMqodY@8֏#SW^4 tnuޫZ@ Y_aҩh'X!ٴoO)xV1MATi[#6?| R6?QfGWPJ>ę~, Z/+w0NOkN0M&u jbAc<]V)}vm{2;\ \tgOH&,(FkgQĭ:Ub$Jqo݃,U&O6k&(>˺4oT$|yŢ|fC-rEH%T|N%a}$wIٞFG ;<@w5ŬmtdٞޟXd)m<7`As"x8Kuzzހ朹F /=|\`!w@8h\x<&="{ԩOL:n=\YO3V+;KrsjYrژ"59BV]N a[zf=VPf ֙`\ިM@肳rc1`*o9qd<%D(P~3, Ͳ}ƣA?9_MQ%[:$Β,{7c&/VzJg>g+>we)f}>1w%Xgv< 2v+3X^ sibep ( %2%U%lnP Hk)u" aY#.4N`j],d<|WLqcQ>AQYl"n6-bs<^,MVÌҏ@C?S]C8ܑO72x ],;fKC->ˌN̗38EKeMTFLVk1d*547ߙ28@yP3 &.WwޫaX`G(WdnR1pY<$%T4L9wP>7GͪS1Z *g5^S-sv`D>aa E“.ŗX"` ST(2;._гjM8n-ZE6rowXSC@ t)!5NL|4+hCEK^AG{V%rSΘ}V׼P#Gf30G3Z vR%rN.*(~ 4g "є|: "=.PBX66Jj'74:hht9%| jhb( h=A š8{VFz"bD7D[򷁂S?wyVybϚlqӽr ]G Fyp4] ~,@KX+VK t{_mPjlzO,塣/-bs~`/<KY@N=~&b]u+8A= Mtn]l EfqU">cg9 8Vެ`GW:TZk!tW! ?,UDv&V ȧ-4]A:#XO1͏1u3[.܈ ]Psw;zuXcSv7- naI.ION2viI#;>Z0ߓR fqUq?QMy* 2T3fZCPF8D' /bQxv Ϛ(5KxK&ޢ/rv[_F:8%x~x=2FQdj*~=>5_p.ܵZ=jD%GTn817&6u)jS6|fz*3iϣTW齜7dZp w]Hc8/&~(ɱO_e} n#>UQnMv_edi$olcTalR>X7S>UfUՕ.̅9r]y,6C2}K{sjMs^UҬ(l. @-αqK #p=TDa-s&VZf9 f ڠt}{`"R%Ƀ T-B7^,>gsy% QG%Oj\IϛoCZ$V?:~&O%&|Tv ХPTlIk.ZJ*MN/ւN>[8 %_*̨mMe).fJX!O"z'jQLAuBVsP; JZ@smR~s!P^7]G4!yZAIJ99F*aѝj}." @wG@ E] fWdgvDl970ӹ5l ^{+WMds o(:u75h X i_SX:TߡO3d(zPR=#ԑx=d`| "*٠24Qg>:~֞"!2w1=uOGpH8Dò"s,G}V~b%c">$v9548mh] F6Sf_b쉈I1Au=(|ׁBk4@-῞(4A#q{5gW6 5d$#A+6ԃRk@'r,KDԙ3l>1 G^;@ڸzl;Vf$߳FzQ1QN@/C0eNt7P2RW'",Xw5a&?Hz)]Ӧk7ԏfxURMa *w "+\UΡvaKG%2=nm% ""˯ yi / nqj \_S*C Ϥ%u?e.j DojԈXHS>.40T>>B2}VA_ DfSS!ܲE%xnAS/uA5=1O4u05:TԸ D,f}eZ.-с"׃Lrcu6*,ߚV{!vB<^m6lW *|ai$%dY|dxA/ Y 3)/D)%NJ0Kdc֫;o*SEM7۾닗 ETRX'=[COn.ǵ%abF1X@qm]Brŋ9tm,LhЂ*g+>JhTX0P#gE43tەBr(<\H Bv u/\Ϭb-9)pAp5AЛ=4窯%GtzoQ v^'{%pQ=$Sȅyb</ҧkDԎ`LY 襭E.[z_5hS7)2o/Y~-z_v75Cz0]UǺD8Pۣ2_xEMyfPEXH>`t_<-]jGILĆ d52q;\a ڪ6A oNLxO[#s`yAq tg 8caUHkAXٷ. @Q^lj=a^^YkGO aK*ldtʠMDݧ"MajmIQ##c7+f\i}u\]'YSrc~^Iknj ~ed3Pp12w 5.J8QzUS*e1mwʇfY@+= @EoX Cn :R]@FFo!RnʔW~Y/ҊY̕He6W uGue8t_zE.?g1MyM;ŵrUd#6!_g˔wT8˯o+( 7>TH.LpU'bgd$u|UJ!nv~1ڝ/09;gfe^%s +4D߅{cccDج;im Q>xqzL6DJVQ_#浹$~WO/?WzFA8#.p7ƪuR`@`<mbw]ڍl#i6./CS\\5&)v _k]n;e0}34Z/&Cʗiyp]4Dj\$UIQ?yd}Ni&{UFLJsG-OBSCJBQ]Z<}a%Ad(nF֡ΏGh7O7+Z6hNٳڃߋM~\_Wf*N>վTv<Pyُs2;u^-C5HM";C欄č7 %>kdOXK\e1*ħG6M^џ)_PVPNԙT Jn5J.O"8V+Һ->L:R*8.>^WXt};) aPDDsKg~4|/ZĔr}xjڪPmcǼF21IqWdlv?2i6B$63ZlFcKDQBR=L2sC [Cꗢ05F0e}n^$'R9x'muNESژ&}ƪ x֠*WQ (yexDۘ#:9[CdIZ/];*y[/PnssUn?U/^`ʫ8[ Z>ozΘ|͢ZT20S(fM8K.[:̏*u͓88<"&qW[ޛ]iLYk<]ECWK&O1HM[ȬU9Xwը, oM?{ ي G%ULJiE55Z[c87;[ب^HWzI@zaP=֮TK{,]T0~|n?͖)Rga-nf҉+C%;#c0o7GP(?ihYC1|S A,:)Œ2t*X.O ,Zywɱ߈Zs7^y:v8f|!fͦś=9h- @8c\pd!u ѣq!3{ėR=c>Q( XwW1;~8 ciRuG^Ujs+N<.:߱&̚d a$ A^08+D=L&vG;8GT[ČcVg>YgxGsZdrMŽFQΓA3-3b  WS Ԏj' 4rUȽ3l#9 ~M $B"Y gu kܿ5skipx 5_H{;kcvYMtU Zȋַo49:W> ~zD8wmSNN !ן%9<_]k~f}1-L;@̿L5 *cTt32RG•:j#! B-2v>0sLWl6Li0mqkTBB;D6首Es;oE3E@T|rt6 ȄhZ1O kRsujZbE=oa^^1\UJ:$ *4pO2QfoJ-uk˂AZ{Ws~9Cr !?6bJZjGL&&_sنvg >yߴ".91/jH觠yTix$~F'&F_bXPAϰ#4[2)'sZr*>A kFUIBClv#d~㑠Ev&8&h _0͗O\67l6 [Xs}=WZc_UE_y l.LJ Ġ=6?{h7uMLrxoLw v+%GN`-u֫ޤrF m; Xg!Zf"*eaD80SzԣR* 췒v}(t_YYK?$DsmmJffrԔq.GIϹik]Wz Qk'L0$N"'lݰ&u;`BpZ0eOuX[ջT żuE$gUO0jݫ7[lA_Im4*.-5{)cD+Ӳ~ԌC.2 N~s: IYh1Sc~7Ӱ@\T/ e]MA%zoS.00>Ge N<<nNXOһfĭk;L Ћ$AT6C >Չ ߷A 6㙖 7¸p8)M'"]Ilng3x_+.EGw44g)~䶰3g@t1ԇ6HQ{#Rtls|Jy:ilK8l*KYeX|zЕrң$(.Qٴ3h5vAYB^f $\dZ:pV;SWf1[%z:#_47 e"|{3-RQ晧Cme%R- yNmV@cT)'Cfsq$UJsRq̵٢N]qiE^NE0>nZL  H\99ZG喀M齁8`PKkqGAr0NUZww+.4dP73Z⸸ 'pݨX;FgėU'`./x9ز`8O߶1߫/q[."bov}v]C]5ۑ*l c .+ :(VGk궒 &L$oQqm&R!bʿؘ^Gİ_f{#` yP=i.Q|.võ <:3mx7q5R,%w,k TP>W*&9_Vud~uhD|W/ ZlD +m j)g.ZSc@/,C=4LZzEJ%刄 JIK\{ (,'3+ 6 ="l>vSR՝7>jFfW/A'ð 0&>jB;W'a[#x 2f£7s5e(t8\~!7U1JJL%TfIZ(IMu%>SMId}n"gy?0%kr[%ޛi ?P4POR9/TQÄ0KQsIZhj": L,ꅅYW iVR@Ї]d-pik~+.~|A4! S;7]s9!*4ox>w/ze~e誰:i Q8 kަp)tT6H3%PF$hn1@ȱ[:qn2f=zJJi \VxlygG3#4Gaž4CLfX|$!u:$i`=1w[&S-ي8E˸ʪd:TFoMي:3IbfTa|FoJ+A|nm8vzEB4W_ᓜZTTL&VљSz*tǰx;:3+,97A5j+&|" T\XxH $1[5KV h*:g^bCx)?\%^qg- Ԕo\ )#-V1zpWsinߙږgm.؍;* 7/pæ(-ޥ%#ak.X^Ro[]1UL8t_LiJ'ͅsoSiLYυϕN9Ɛ:8ƣ3̕OH4u+lP ĵUtAPh0Pۋ_^L`ɏ{)ٹ&q%ZLHsCG XV=?Gr%M\ʟPo^V fH[=෥ (Kc"P8(~\heqV1(HQ;7pßDB:ӎQФi .kn~̉d@vVlډ)&CM.l%N P<4m 2f[/d n}L@׊X=brz# XR=z[ c`בB]Y6@ɟ!BM1 ',>*TIwÝQ6ܯ_@+=e9q׳6QW׵VZe@1.W4)WʼX(žEPd5/K z E&{wټK [AoIMQ{+1@94Zw[tBe -3҇j?pd B-1܁ӧڸX`EoM33aǤtoK B}W]Y 87 B MbS"V49!8#u0-U sLd a@d(8mo@Mi~ʹ;2[YIcACIW<Jb{ӰSsxv8z_(.Ro~Nlp ZLL5rccxh;IWu;B$RA }r`4 ج4'S1wMm?m0,`k!)Rj gd^oɆW +Ӌx™vؤQFbXuADHD,/sEv(B(f 'j(4E._+mӾA1@p-1Fa*[tk++L"ULj.iVofO@Aʼnv;F;ϫ\EtTL^jȓ> iE*MAG ҍ<V ^Waf1 nͿ9jeEpx 17 "  4גAԑQCEZsRVG z]Q@%Nͮuq $v#p5T=/ h שtm.5X٪{3sٝ́ Gc;396+RZ."uEC]tt#Uy2{'*=HH"2,{SXnBeAyz̜QnoFA[3$KL;x;c1\۝͡ }v92`{6<8TH˼iY02Dr#%_BGqB#kfB0/9 ?~AqEՌ=au^PpY}ϕ,u"uw1 Y<9uZW'vMUr~{-BiwW! }+N|h/oA C5,ErZH\1ciJ\M|Y{8ģXẦFFLH:QPw3oa} x"59)N?oqvh+ Yw6R{2|Ao/?\nѪ}H:nC\JH3$J1Mvo&)a D%%AZ}EDkI6 w0Jox陟opzp/݄ձl{n~ uq3XT3rV&#Eqױz~><*ѹ<yϱOy8=fQZFL4Lir:IF` 3fjh)PdI.ozN,zh ?:pf\^o|#/ 3ƤP"B5]+)q=2p"yYy/m!Ssd hpg%„H3 fpQLU8!*q_!yKĤ/s˙-&jO2)E4 ۪ZYKB"0]E:Kemݩҡ*E8v`l&c۵M/@pO p\NmiO/;9i)d/!S=0a@WTgzazZtJÐL۳&ڟq=٢p/98G6aB >cHsPd@:/ۉeW!1`~,ݪI@}c"{Uj0Ε;vK/'j]Vҳ:"Ox,Q~=⅞ &L2?1+ssQ'IuzeRn?,}]b1ǒY,泎џ mkx勆KyԉZ879w%Xd:7Հ P13[1'eL$"i4ukOEK@&W\_pSMfj_ǵufꋵCL [nUܢٹOьwǏ!"<*o#뉆*n ߑ̶yU(qE6 K+"$5k'c zw. uZk~ՠmia˭YL4l ݜ)7K1ܼ<.h5Fxܻ*NMښcU)TSXu u>4K Vcϱ+w g&,z M\WDVJJe[ 0֮%ݼY}]INXA>vԉ\cTCx܈~)8vWa.Tפ:{$ s(Ut\[kn O{4 ۽f|MڈfA$h^܃<jVשCBIh!֌X_EDg&{tוQSs,,sRAa2yʂ# nS@?(ES1xǏfx tFўzg ZU5-( "F3ͬ3|:UQF.`onOaHl[_@v$a|ZC8"gDVϊ.NJpzմD>$qԱzkp{n8/ڐn0p@@#`="3% YM@~?$5⁙֙c{c9jw`IYʭ0rؖrYe3 ;r8pȚ%pѱKP?wR绵 7| 2h9)r OҺgl6NW:)\/ɣUL^r4 3k4I´0KcI&6>[{[َ"tB,=ßC>P]RlK6˓Φ |Z(D"*&%=Q1">S,MMW%daHF RkQS O?@_|L{j6M,|5 jp7%=)&MelmӅbQxKzBRb>TbD;7]u>>3sܥYs2nu o0 ^~=zkdpݴUpskKVIw]^aȩwvGV|."˜07qE*XUQNsf2/X dGť9h6 6  cї7$`(eE9}}* YՔцY[oqKN[G*Go*{qdc8u~6~Sz M#H(H$ ܊N_K4@Za!j˒ӝ[!}E0OY4=ݫZ\]K_5m~oU +=|QF|vT,DDUNȤX=wr=wbt)"AZX.Y3_Y4qENj=xBuKqFǯ3D1MA,LHb2B@#j3 RbXնIZw˒΄_E[oJ,XS~s]Ack׮vd8ѺvGj>~uwuʐJi@Fr'qZg K,:i/glp4qH{6_2*RRrn **tSv_ | Eƽa L|EQ,޶9bFWW`q5Ɉ|%kx/R)Uˡg'PJנgAݴ^;?8po$B)n))(ZAI,Ggݣ_ ]]TYLJwE>3dZ'y03 H(e$29.Ki _Pb'&$x{Q.Ko!wRtZIpk]KJP+?=|.]ywŊ4Sue-qw(!,'w%2>KMh|QG(厂1aZxRU/mj6YBa'>a G[|γ2k' Uq/]E󌗖x.15:ԢDUҹ ĩ;^L. Og\"A!& kCNKB?w5P8WV^' te1CG۷Os )Ta+\ |rH+]`&=9DO{2PXhHS<]Xt uIFHS7~N[~'##I7ho} ?3X v;,$# !RM gUs%3۰!];iQ|DhqX'z{F$oK[8B8,KZլ5)=>@Kt A+qⳡ1p`0$SJo(Ejenv$Ґ JXޅ\ -h6 _9+1!!n8Lywܸo6gt|TVikfBa{qm5bly^ meksfb*؀ lrɲWC@;<{_F2@)Vl5;-gx25p8,'N(v-C1^^:6u>ILB7R=DӬhm6ܹ: hС>OFOaVt>[@5e:v qdz yw&$_Rn߰JWQR4L,c $>y'6|LS?Dh3BŪkx+C:M(4 &/yvZTտ'x8bh<+#0UBZEߚG],]Ur=>&pWb5ZLw'MAr<%؄r@|.N9YCzT;fKgaԠKJ/B6.vLkdUɝ VK`&̐;HSG|~0}D6+ȏoow?s/VJ̾ Gg#S,l()DY?'M,|J J㝶r_޷#D#`J%I`ztBu )jjb} !VΖM~>sTVB*i^ȥ\BnDi7 P&e㷚.T߶@O@+#WcWH /9Jh>3 2/]}%AW/764Wic͐G,ERIvO >;V)W35A@o2eH).)eŃ/a^Kb] NFpwu|l5tZGY7,,d#U<\ LsV-q pD^1ptl/Ե,4z,^ٌLn]C>H젾? ~C4,)b ULtיK0qARiڲ(}j*Q2cQmO)pErK#Jn8'd*F vpIG~|qZ AG9:Ɓ@&hVRkb15g(d4}vOtq%l fk40 vL^82?f 0Sɼ{c^48d^[6H=/ͪ]iZ,aZ4z,) D o @EPyV13}b%>3Fi6mU 2|?  1 o ![QjY|FcƔW&-]]>l]5BX\T+Mjşrc3$ 9Dcv%'qEgEo<}xyD|D%/D.-BKq׏|}/0j.ߠ1hZ,s}fm]3|V3uXZ(H[nVno, { F Eeeݣ+ŭV6wN*uwZ {֏YTxx{Q(P2eVL]|S8uF܈- ;%w*I@'@G_UİY]WGZDO hȵ4 j'ShfXt^}Tu&fytQe뉫В 3"!HcdBJ22Cm+qMSXtsYEʖ/[mbZOF Pk +8nQf & )֯S$%&ຕ[8Xy-U#_qAA_m#NdT}g&]#MD;[c cR*<=4Uף1P[m 4H]^L*i {Tȡr+Ntue@n"TKDeˡ8ʦ92e *]R䱼x^e9{d.6PBHBO' E0s!;VUC 4@URP; 9:z%5=uT{S`P#@bSXbȑr|B3onj[A3/ĺm3S+~aX2 Z"΋A'_)™T4@eʬ_aIi-{_B.Wƨ|e է z^*mZJ]q&Tv~!Q;Bn\cS.Pݷ5oiPx"j!J~6@.*.dTVB;lC)0I dc3%@<+RUDL J =(lo^,CgNGIG%#qcW|,)S>xVeOLK{Ϭ4_8,7[gwz8L-{PS'UP97ON~+Q0/C<#~t){|#`tE< yEҚ @bqI:')/|bDWKSu̲IS#-.Z'}I޻MusQO  *JJMdO nlF\iW(cKPN;K)vC>! R4ꋪ/'pFŐ|_SmJQ["踢qpZ 5\!n~/&83ӤO,:Qfuj!rt+DM̐Óg<LW߂jnђQm1+*t$a+ Ņ Όlmpv𷑷$XտSN&t)5a//PHй]'Ȁؒs3Fy~r{Qh`]9Q:P.`3zc:A` 9> JpI!u<0H J.YfeI9%򑸹W;.o[]fɋ_NA ~'bJc7yxse+ɢ'JUns,u#I&qß F9) q< 6B(h2(N%k{A1 _s`b)KfetOsdkj>@{B2hs]ױR5 C)c8<=1[hҘ‹fs%V xNU& :Mϖ[Hj$!H Nwoa[lϪ0sX2B۶Sk(!iǔLd ERij] d SK^k46X Ppxd4*CBgؓ1 xu#c$$w#uk0%od/ O5HVRw8EU#g%l)My8]D-TDle [`^5N<wcg+! cQkTI.e| PF"-x "vxajFdnE,5,-v 8bE!(}1E#"n-Y.{)ޢy~ j9)@s0ϯÿ1=i,H&M,4EΌrb̘@1I(5nxf?ܴv7~Yչ]V2DVaq`f){dij,L*@'Ji9/xuD:Y5ueuW 8]mݐ vh'I#^tk$t6b8P_\&@)j8 M'^4Tk _Az4Q{> g3.ܪb*비^ʪ%qP L׺^?VsD>SgռM׳zg "K:4>s|ODsQsXC#Lw-9700  TIgrBoY^LkV {bBLe+#:cFЫW^%2nXo2;-Q~Uׇ&TodV?Pa6*\@&ݿ2T(&vJ5#=dn`g6lki[h/mN9qz߮#St@Zݞ`Gc Gp5a૚J:t35YKXDV,[ 1hRZ։qS.St"B +ڠfER̴(k,1(?X0-1RA{$Vke5.H@q*o>"ȽrN{E20|TUL}}9m_F",) PFɂ9iО82}rMd:ԥȴSOn wZ⃼hĴLx@ ׊a}Lo+w_;&d7}fT8`%U1e&3F[&\fn]dH˞Ljz.c5+'?5BC%O[}p9ü`7QWt_jʗ_5BP8', ?ڸr/!3z,w 3܂LF^¾w*A7 I⹢YנDB0A3仵iACf![(>=iK$qX+:\KC=m f{Mv(vJ!^}1+S<+{clT(SǨ#EE9vMRwƥ j_JDg٦M0u0uw7Ika*Y2;^U*b,w҃7E¥2n-_lvѩ@Ɋu gV Wn`& _x94A%{RF0;wPNum,^ $w!ӧtɳ0]M\ZɱMaDa' _9 .]]ZH[ըߛD&[D,rf /V7aHքQ@O ktm[p:BW>e|S|x4`4"|߾?k|ˣH4am[Jlx5ADSDiG 6nC1v|<»O\Uef438>{|&vlk}v5ilpOPDTg/Ft K%3(aTxm!]3 g\cIK(@9J~epDZ`tW)"}9Ej2[Xl(s!j4X,<4+qvsҜɯe)"}]$8gFrNm9,cLR͉Ưt`aB 3d5IQ4Up+~[a lt.OTShܷWaӱ)muqr^>9ZhEa~b D03vl x~WGȻqi`NLIAN6{"ߛ~f廓 m2fIDZ諬?|!&*G9\n6A*M'LCʥ  RRxwKߛ]%Ռx%= Aƚ)āj6&]VɱKf28T`#U` ȵ3tZR(z\bLon&-⦴ qp\]/VPf0SEO hS٭Wsʿt@ĉ]zq֊ .USl*lm/CfIbpp qeC%7׃h) 6$/Vp7˨ &;BzCUfi֔<{,ZcҁWDNVaח^3ÙJbrF 3a̝G?ԕx ҹtceUE m'xCS֤we)!iF. \;&IF][.>0Sho`c]"ڂV7/綴>d4 ?)fٻs%{#ų/&hf`~ i1xÏb⧢t<|g?:J1R׮̆ $px(GJUcWjF?caV@B2e_ nĨѩ̵;v63wGzb:<=YYeo}IG}T\v\ar~ Fs$q$z؀e6׶^!1rWP\JHxarv*ܲ@ lDrҬ5C~İ-ZwfrR12=%/˸њ +<3T>JԻW寗g2D^N|£@VJ{N*B׼8SaEluO nx)\P/$%KGkruyJZt&B. -^mbHO]$.=ם|>ZƝ^2E~M-NE$*'uS?P +R 7pSt o*&]0?j[$K>l׼G\_7=w+}p$_@WzS,!}WYᙁ>RZmJ,HX=T޵49(+Zv-9 0*"5b>*Yq ;-P2z-wu,s'.ɩ,j N*U< upw8_V ZTT5M@(/!y;ց2MV/U;$pw'%UM׼ Zl j2[l/ z2"<JMrwo\(c|p޳YxnPlrXhr Et+e+#V7I@4Z^+g6H!$_A.Z AB!2qH4P_sk@nȃϞC~@c?Th^e.RWB K??3d&^5˅;Ǚ{0ujW+p@ψ< (M;A" w.QJ% ADRm}yO#P&Y{>}MI2.ɶG I/ lx-DV.miV^\10ni]>[ cOLFK6j:>DPq>OhFo"S4Zʧˮ+3@ fTNoL3iQ\8QwY>NdիKGL`n(JjBjŋi|0?׈bUbe$ݛ^IsnlV^]ɭ #DOHR7%gizt#fr2 |1&3#qƎMv:>D16KFWNj'^D L8^FM^cBGW|w E38 琌,t9;a%_o.X#Q)ܥo3ʗ jD (#7g1`93iUL (iέ7zN9XeusL:-m xL"cwV,~<1oф3cݭ,wy0h")_#J^OލwWrޫnk)UV܏p!C+^Gb@V[SJ\f||kĮKP@yũ|3wK LN^@.<.*߄ytf Fa}[P]|;8ǮSCo8m_   ݏmgE_o8G=xeO_WdTlnߩBH[-c87^"rLW?PS=#dFz(>[{,^L=މPFkmt'p4+Y+$ ri] O'ĥ?n]ˏ{ )QZ:ށ$!JF-բ{2[\$n|rM"G}nf`9QClaʺG A5gVpxIeTwkp :IyGXj,Lv12]3 ,H KA\nḚ D[}S3F?-KyAI7H6,,M$~!gj56=Π |:kB[xϒ~OJ߶ň1%ԙ!9;_ȧUDFՈ7 ea F̔X\μE|t#-o\VX"9tO so &A5/).Ql^.6VT<6!.#C5>(Ì{D'*3C4pX˭'vKu9qȌ{Bc+QطJ,޻-ku"q:_Vn5v^7ٔu폏c(|;Fv/3 R֓UBpO '7| v+q_!3v.-?I/#s_o%sYB << }BR U i`UA.5zFBJxkyD.s""%+MUr^qCfJLGu1ܧ|bpW*K2֧ܤ \voQ z+:~`$M(5Kto){)*](4g>v3FeaGp%"jδN,jT+Lab+ #ʒL˖T*qOY;jh%29T"+zWwf4hsNp72AU'*\9EU5Scn- iw+t|ƙX܌r]K.s^{(}WSN8˰[2' 30Of%>9-0P]X?agi;Q.F *Ix4mѽ7:8F)O]-X8o h,Ɩq?#3lYU K2hec3 ]V85Y,:/á}9]@4l292f <(ٍv9|R$oc#'Zg.䛓 T Uh$%/Ϡbb`/9*`A֦." o!L7>zĨ1O4ofS:a[rQP=4خa㴬!8w@ ~!ܹ>i#5Zw֩$rEt㿲f뇔0RtS4=B!D"9+ ՠ2XӯaTMz|Dh(s*[H_3Y fE&laa[ʞRw ".J`h[[m$t +YU䋷LȽt^(Vfb@{Ss_Iθ4_uj58؎D!֕x;(=ߔx/۽UCeԿ]jOK@( %}HxiݭȚ]+-;6 (N%#ED$@BY!>(q&ginцsފĄ$o @TnCұ4ġ fDeL&@Y`Vâ`Qi!tM ƃ\늕&(!%>7:6]bV0EaN+2 N@Ah?ѥXʍOwĞCā3Kh]XE]=.eI!MåP7QE(<] m (4ԿBv cHF;]t웹Pks*Y!k'{ѩ-,=s_iJ+ĕ㉕ 8g瘴wOl]F@/%Ȑ0ֿ,t Q))֭F4Fa\RŇQ89>55Gz>'>BQAT`?L"h.Zn/lz?ARX(^n&3))²vқn ` gQg\|;, [ubaw1C2D[PA'ɉ*X1]ɠZ0]f1/X)wO¨݂}\Zu&q r;IJ"zx7BؓKª{) . ƞn=y=a<49@?YM#c1D`Y N4D񤮨|7q*s}o=See)^rX=Ǚu\ .SZLPۃ> >x&0yEϊdm4MWJU$h%7RZzvn]dtⷪ\;gU~E ٍ3HPx*T(| *ᓩWSa6y .Qd}?[ 8fv+)`%>Ҝ*b,(JXf B $4,-<kBjhf6w X^z' zA3V$.~\goIkE_f-޸%^難ԇd҆&@eY[U@vuyw(q!G>i+EC-xQ~]Gw^-QQWODW>N=#L11(wrV24[7dQ\w`pi>fhpkYٌ^iI~ ˥֞{S`~@I}yאȪ17n:#xW{`:7WC.TVfq[H/[9:v\̅ՐC;Fھ/@tTűK2ʼoQyP-? N1qӥgp.2`PY>9<ᤉT$.vc?M O"O E0_*% DYCϧ5%<(_g 鷪6AajLfSʨ )k?,%~higovK~F5neS$/j\K_ >>u#ԡF C߾= _xΝT OJ0&G ҫ2 41>fG触Ť`i& D}ՓgrrNOgF7h 4Y&0T[,Kg#:8Pau@g܈*bpp}$(8@f}yDM;l4gn\?`aܬ!H<1T֎iK9S)a+3}Es)tuilH'ВRL"By$q37~D͢ڄ)Y?oNoY 3b_Q-óf:[ԹfL<3fL}; P0%~mSH%z[y,MGV٣a9#?vK~j;X1nOqÚ;uAVΎ ;-){2ypsp"ڡD,ct8h=y?>3IhCiO%S._$1/$< ) WG4}ntSq\#-⃁F?os­G)7S,tn$UBױհvQC٭QeP uG+fu) Q+4 B4}qJm̻n딫_YTuB֤ȕ[NuƾLtSX= 5 ʜ9JGկ{xq_[a%O*kSM5ۧD%b8cQ $^ѽ} $5náF+lb(W8,-qrȡ}9#*;zгl*n΃p}"ҿJ)WZɪHb15Lӱ>4ܽ9ސ~U5@R*OX_E=9 vPs'Vߤ` m[hq8ݰdsd,S."4v1t^m#u%py|>bcW}"S$`!ńUy%1f9>cxQ%>6a)D[Rtl13ZYϴ ʏ_ 1u&΂i~'ĸMJnjPZƃLGWEy&6%2>߅@P5[}+2%XӪl\߁oNYo&o_=RU{dL_VWӊ N:k`@T6E'x}i 0WMeA 7GumeFHB![$\$N6#+(/ƞd쨍|QN+p#!zv%*;Ğs9.IQYu";+O'ktF#oGJ#fH[EX70=_쀮pMB0V%r`ٰIbeXTXKe6D(J.r|i;ZԴ^shw7 t'Ų|I~Hy,PAXUl_2eXtLGhK[PaE"C8-;n/%FNE)ZiCFOg3Vyj'mZj8~سc6 eQ zؙbY;AUIZ ./! owe [FL~2Ev_O%}sH `3!UWs5a ^d]t-I6GjM虾e8 nY O%̥7+m I!\.)!>ǛyԄZrn#,eT)Ep_sM!r8ioqtWT 1LmLQ(YidG%+Iҫ>WH [RImͭT'*X2>= &ҟ>%S9#㢝eqh;&OMs1a˯%tuh ;wa.-EX;Fփ8">6[F9+*` ^Ojܫ@.2-qıW|״!̕<;} T/V[E*pBc2 7au{f O >ٗ0E5R G`@&CLV_F^goASCC,U Cؖr&CMS$ .Vx4ka8L] h{%$Ǥ>"!Y|iK"1ϭ Š<^F:PJPdFn/ǜ[GA~Qq7 @:h ŭ£2TJNuو6xujEQDM>;ݗ{)2{Q[}#xXd"#҂ǷXV38Pjpyfk%qΙksN*j2 r>ճߣekqu&N{gݼ檕LԪ2+qY~\Z'#͌C<\̄#E%!ɏ=JrmIqUq'JzanP`c_ \{mvLr½9]&SM7z 3sb'-X0MUd)LV1v[WQ55w~uo44lLи d /v/M|ઢSl{)l?aؚ{ q%5k )aMajCG<+o&n@rQ鑮K֜aN0zm  4·Yas68JcZ'6$aie9 Xcs#'aaSX"v}[w.j) d=8'y2/i~ct4GkRrs v7- <a;?=J]pB4eew); Ga'^™r)`i?nP;bA( 9yJK5 ;U{7 z!=rh:-] )\=ؽPhr0ma3^\BpJ,5/S- .z:6'w5VwKꕢ<6[1u !+#~An4Z{˜mR19KjF+wRY"jAA5FuL&O_|l$ Bř /ʲC\o.bD4~7K2=N,l1AJ *ˍ(́X1+!u9({qm?]ߑh-1W$mΉxr1F9v E'B5?Y9!= V %i_ t3}ϚYa,A ?>o>*xħ_E&K';ѤCJמ*E(^$CTR xao_>fAnhPX߆E^!MhKB7_z -M$%|c#z?3d᭑! H3Xa#}@=ڐ\o,6ױ+(# XD;:؝Z.lvA"'v j^b5Lmv08쬼<ٛ9J_X?! ]U2,QbG=;8x"'l 3ԋ]hMbΤw Evz`f{ B~/=^MF=%U l5Ą]QN mS~" &2fYd n@P9*7VdIc-A1,͐l6">=H&6!ԕ ToQ@v2,"|fccb1rZˉ;\H£6MVN!W;cMXAQ#%ld%BEoeq!K3wUb/YӅ(R}"0^֎6Seb$RP[@Xi^ÒP Ht|ۭհE~dzh%_Juu&1g.ZOcPJ&:2ʲW")t"D"bulЛ~CUHmtG$Xn[Ճ6Q4F-O#hp ě3A%?؎XؑI:V}E Up^$[ؓ4Gqэ!TQ*)*;;K2}=([^jڨ(#Hy fG Wo,+;k-r:Nc],I\ɵGcGhr?yO)(ٹ6 3!s׏)T˵x0ebG/LTv1_f@f-/Gl+uz40 4o Ӯ@^DG6}JHMuȿaUqCL(0./E#V;G$aF|jù$$uѴ ݞ">ua ]Ui7 hOڬlpgNC0/+2G1bUec]ONە_`~* AoB,cCTYQ;4Z}ߎӓ蝎⫁]+-ޞ_/_bNpdB-ſjŻKC#x-6m[+ _bP(Lnam-di3.Б2Ea\s~Vbp1ȓF! % 6䃛%*!ʴ}=eO))t#)./YGXZSXcʌl[owhWbK@ZkfwYxcťA,ĺF\éDh6睄T(QɍZ>,cgKY{69^y.cNCH}ٿN%vpz>k|Q.VFGWV}Rno}A֋!鼂5L*_:d3qI?Ӫ $4}^ED%i$ ?&P-ܶq#Ԋ|Q|D!7+~.;sp A{wěK@͉+EDn3h{K&a݁!`zTFY9U ڌ%O%| Kdi`qL .ؼq@vVHtT[meJḂSdgXI$ 2vyD!k 4l(KY(xyv_M q4n{w&diPykGLm^B*6E=61B_=ʏkZ`yl궹Dgl+a=kXRV'BldU/xrLMDQӸwG_#h5wӁ>Y䗕MQ|j B0Yg˶`ʏ=ZnGop߬86Kr5bޞvm o鉹R哱'awt}aV8RQ!YZNTDieuX ֻ'l/YrG"V~ mA\G&|Mc@ ~ BT E )6h]$sHdS%T5NRdأǍ "ϊRaN(>:V,(u dҪDb>_U( DU_wRJФQh+*V*| hN{m: &cA">iI‹)sJzEhƐV$qk7 L@Kح_1$8bLHT:|U9x_jPd2Pi78׍HX&B=ߤKȰLNQr:nfRd:&|-\:( 2"0c>1j%}v M0 n(Эq WS ,4fDlMRf0+#8?x@X_xG, L,/dbs$-ߛ9wtCtDG}jtVfź> H[^\?POe*M!qH`'\A1d׋:Ec y\¼M9;T Or&WD<1k= CfD:w=ߗ%H`z~Ś'S/ zђW.qYPu f%qk%RRj1gl)1lj}\QԽ=0SGNN/N{?)T7N<ec% "'G \j}bDd8wN$,y M&FH\-%vJJ&M&`cYRh 2fRu/'5R3+? JyXP6X`\fVsIG_dHCQE;z4(pOBsqK ^b:<+ҋmeݢ[TwyhaX0IIb{*gys#L]RXmQ/|]IQi8cb!]{A)pfɂ[ba[[m9ƧZ/^b̶L0\gLQAoBl2ԿVO< kPU(],I.㱡odwqHt ʬmsV͞)eO'*g %t_T\hw!xKT2 wh8*D r /X<7&GЃJi˓ džU(2FD:d4cf,%(fQoJJQmrF)~LUP[>v&ox;bEX"$1 CRwiu\2uE@r:eqyS08n@BVV#P;FW ޳ҁq`dp!29knL_(AS!L%հa6j&%;>5#6* >cڳK't󛐝/Fk QHuZrֳ, XДrOi"/T<>Ȫ|"[DW4Jkl?}+| }5*jdNl1RK5hj=7e0oc]IX"E_`xdK4 &_nJe0~S/MjPf:-7O+:. ^G5 h}2[!H^BfCߛ!r$s:|[dݸm+,9$bcD+MՁ 8 XAM,l䆋V!sFZYl^OjkiT>B XW K%L[IZ%ǘ05[pl_.+/ҹҹR7ځjαj::IHG_ՑQј}BtB@^Hw:a9XU2ƿlZT4^4l^Y3/ ND#g>y48`bP`X9)JY6,D*AW'Wc=gw}q$|\\ߛcYTӞ4 W^xQ!R}GQCVY\u2E}e_ZBs<}p}w0h/|T 8fN'P V>Q3ݞDָ ߝ  l]!86NmT&feDi>2[@2cP7Aް1)D3U< >J eŀZ?;VOxPǛGDΈ'}BnB9>j`JM~eOA,yUQ,%mA&Bؙ}Wɓ=ɱX`;I*š`KCBSyp8}̦Q:[ݭ9w|oT FCpZ/N- gi[ _T+]23o[c5 ~ zIǙ2nLNM& -q礑ܭ21<\xvRSqĹLqbG)`ݜNBq2SgH.e< +'1jՖ]?aW(@բh19kCa0 @D0a:*Cc5&Ata;#),O۠Ҥ̬pD,1 KtEy:fvm 8cJ57`>[uaU>J'ίpy%.!YL lR] X96qNGc*ߙ>YMyzQGy|5FRSu|$+-c"yKl^o7 ZVZoYm_ %緤>S M - /C2"H -FIru7Fʫ E,7?QFvw`lL5{[:#Y♯ {~ qB1nN@"yJa41h,rbӪ\hJB.sTi̢IיS^=ւ!xm+hy~!*`'`Uk_j困 ;#w:g*:X|arћF, {jmwX#'X2Rݘ$he/  6x&S٥ QF̝oJ9otޛ#{EYGߊ=jݙ'Nmp,[N_û~:P t+!!!δ2ITTJ^2P&)poK܎c}n+*=_kن$u#l ~Ē5˰>m3JN49PAqpC ]:&ZуoʂP~Su 7M>.?"+./ 0{9y {TQg//޶ql7{R3M [z<=,B#2`}cC>m$#cG{B? 2P pVѿUjX {㴁k]MIXC܋lhQ ^TsB4O!UF/}~ Z^yL/y*dΤ&b(hc 19e$OWR!@`nN(8FF"ъ$%/ -uno)!Cά\aoΰ'&T>r,`[ǵ5Vၬw+KROO{ѩvX^%iIfXdk4>Ĭ]F@Zb44>tXż>lp9NZ%a[tQ/%iBD@c~iJJ ejdLuk+yl?*C-/cE I^&mFعҍ3o]&u{9wܘr+%}x9fG &RV[ۇ])޹V!i2_*~zd9TL$hb{4zuY4'"Qs~zng$qP#umnoք_hkȿDJ+2Fc h*f &d \N!,Mh>oh9fo]zbojnʏ"uI|ޙ1ⓞq2+"‘(Rcۇ P=lNmlazI=*&Xq ûyb(>~b/j&=; p/l)LY6hoOҼ\l.طh'ٟ~*~X|\FrĂbX{*|orb4k5eXW8^ߙxr%}nRMG~R>" t=*[GULW^*w?fhf p7)6yPL,8{KYU* &A rUCջ1*˲A(sbw n 1oPJm}nnjY.'Yn:D>WդoW$qјmkxd=l^ 3N,? Qy[$ɴ3e(XBk'\4Z@a,%d.q H[ Wy,OY7"1P Qĕ:rksz]^e;uJVs*NfVӆ' h)PwH*I!by1P-+P>"s)4Z d}޾M8@GX\-I^J62)2̷b;v&$,bI1%ALW7UA/oHI@YܶvD7o?t!M;KCz OuлD4̚,IK[KvipD;'SoqNiG 9Bъ kPN=`. dKf 0{'YY[f|ƞWAFN q&)3m szxf}tMBtd͕=F²V_6D%z}l@k2rb{eYN7jX$f- h_'7 OٌhFŲ Od+v4j;eiAٌ;NqhgLz$ <!?"#%:LK d(QWV2(W0歼8ޟىmԚ\r"߻ookq aͤ+x8+\ Hzt^hVbNL T ,cO``ҍ7737D ܭ˿*7[HMHK&Uk{*w-= y$ \ܺYLWU˨Yw37xU9$W?ΚF/e[44; |r1Wx %Z:BйN| iB00ԭX6[rsPdh7mJy[ HwhV),+ DerNU N?$cH9Ttu5ܩo B+qNZ!&}p76W+qAk!˹4 2*ӫ]h+k+0,/La(56NrtTgvl4sH嬘*l ϲgW.Xϼ\J`f)#i 3/]m+R=x]^>6#_ }h\:Y(C|}qDqA,3~91m&lv/H DKE4x&?rҵ7saG~T=s0&B}odEO֘fd= }XM2H.ExG]9:"gRkNIE, #[pERn'JĺI3}.VG>KtQT6~Pr%,cqj%XM`p&7k#/aQO{:~_րZjL VY!a q{&}:AkE zǡ}d[]!L^&!B\A5dͰ2K~IY1-beu㹝Ezw]>ϸfOAMu?g1,!n5|МayY=\:M\^~7q+Ռw0ֈJ"dFVT+"E;DBiX>PM Bq# *8yj|ˌ#,K7;u`\9pUց5D;c MоKIR'{8gV,7phA!03I=s58yRX}n$o@,'R3@5|&-ip$CQ7҃*:"Ak}ա~F1j^,vʋ K@mC$ƫ?̿9m\[6f(YV&[!1L\Qɂ+i̥ M@< 0~C16$'oGq^,ox켕~QƯtǠZwq*: :?6nf9#QƂKlkS 4ĉ [p,uH:l=͠CPB?N~B:lq=Adj8J*љfj?U DgV9#8W?δT{ C+ސz+_!JC&ϸi .>N,pq<35@јb&+0ڪQEgЈj yDP-\ mQ-͉?°Ti%T& o{DDF&9DAus_|I,a6bu K!( .]MZdrX  ?,"1Y$g(<)k֨ q! ð:GX%{ss R-F2-*qm<1\4şYt1 H`'CXr;~QSq.>&{ZRQ%{LVSOmDp׻2)g®{^2-i7Uy=2rEjּSzJIA]}u|9_ԧ}quyٮ5[\&ǤTv3z/iNJ0^(rháG!ѱЂ#(: gMWiҿgdM;DQ lT70˝?(LnɮVg%5Ou Ynλ7)"^N/O: 125 P?eml!ir,ßΗT0qGJ#K.jtV?EyNjTPdCd=oӇJ~f.Ru DߌHgt8_,Ǿsdͫ/F2i hDճ5kŽ͎.ϱP NfC眱`?P==뗜M3JXo:quZ@_H1ߢ<wsԜ )B?|l^'04q i;>\ZNmF!&b۸f76ԐEz*r6PG($̘%r1c+Bzm@ź'DsplT6W> >6 cЇ}Jݠ Yn6b9We:pFIAuʄ{<"QП%%Q'@vTq!0r/T@f(oYI'Gy'F}iAS(]?\Ցv}>lBIm6R+qFocYhŸD8Ǎ߭PZQ>cpA4#av"]´o42Mr25!ߊ2Iukb,<`Z2WnG2s i a4]kA]\8ߜS.>^E`&nwn1\(0,&>adE7!HZM(j}nf=OeBp\btUK8myuR>[E'y84;85̒z0P|y(PJzuey`Dlգ,O,F dUV'@NPqaԋJ&Rw%=BӪEmjIcUB$!sWT.zD(˃Ȱ E_Yǧާ>lI9QkeE-TugT76~r90<% ^7 jZ%8}|:n& F[C7u0[r%!9Xj$<j75WnxBmQ[%2sG5#8x$nY%R9Ke,6g=T?z8SZ(+̦w_n&/6w\w1&r-;.R?;\À.pq ե8 $*%9T/\\AOo_ّIE2HWJFeg7a^'ɘU H&1X})[?&Իz\Z30"(ܷ-CЧYKI9rofF s]Vy: - 1@I2~d̊w.5ԟp7󆂨vR 7U]hM>W̧[-=#@BCrθsvCSux!u=ʁ36p2@|yj?H->I!' ;BǏvw"F3Ze`H;&]N3\hrf&A1U «-ji >(yX_y6-s*ƐTilIύ^ 5ˬ xh9(TXy_@2j U&w!6J+qw E.𞋣IODep{= Ւf\L.#q/9gie,TZrt*VFdZNo%IRsHޚ-3/ɨExC_\0gbͣ.|Z@OG4Lv8j9/j6dC:[Rp2{t?Ysso 8m&/[g>Ǡ*0hO$r0*=%eC퍡uSje֋t4sh\?{Se׵p8nmCT|Ӵf^-/@ -zJld]3ڻx}e(tDWbȦڪ}6< 3`7Y_bvXG_HԴ٪Wt`.\NuZgcr/` PQӖ4٥KQH {HCÍ8=ʏIՉtS5yȮ/̓IK>}SLס%5ߜ"ȣI~&i.l܇4 H۳G,3U[#S"}-\b"8]sAVb0hw)8|#H#~1(ԯ} .K:wF螡N5;.h$ foD|lr܉JAFG3CV)^))iH=nn …{bTH!wx ܄n9wj13_! p EyB&9U䜮|'xe~z y)%fjFiG !JJ>`6e RKcȭ/ e #Ȣ"fXXlݮs5Zh$KU V\ ްpу}։'0dhOAMޮ?zzyŒz.,%cҁbӅ A:*-xi(G'$vZH O"fBL4iyA)\+^)ѮO>WkG}a !䛙U4?iJn)J=n2fw$$)-4 >v̘՝n#}CK-DhzCMOq[h&Sk_ lp'1鱀SHPAYN~6(9/SLC(l{H+Fߥp z8Sdr$$B"9rc 0k(ʚBaCu0$/))HG,L%.5EIo6HJݬw?mPhhBjn0 a ,Q·4HFvO!Ţ~{O`@*&y_uZ+>AA.Rndz &xQWr(@ҶLj̚ X= Pzrs4!:N+n̶KAVA:#~ ln\0M5\fq_-*]v]{ aP5e  hLD3 oiEM#\Zk`1N}[^$k 4H 0`?Y{%"rdvvzo70kHZOpؠss~GŧŒ=G>nҫ~7Dyò}phcofuy͜i}ޱ=C;x2`8܈s4jG`4 a,:'fE^Ά&HHěBzDV_m˪)n#9?NRJ8][WpN5P&ǁr;9Ī`l)6@)A)MiʞVϙ+@^}F{;|UZԑ 0ROW#ߙ tx>!\{S*,21D=yq|aRAȏޱN; ަIY* >ke`;Cz1RfOvP=> ZBwO3̋Y|`4ud*p}Vt2_U.72So~&>fdzJ,'A%T:q%ɧO3芺9^ыæ f,tacdIG{q~rXvV2zނ5_vZ5v\ɘa4WЯF6[,xvS>!xS!&{II+(v 3plK "Еb$|AcMDrDӆT@@(z]xV_H=Ѳ_ cV-ig ArMƩGRh#c~(zbBݐH 'Olpx2]pzbe $* P8= &IW:&+8!SΗD(AO|s$FQIǽfL\b%4+("Y}8&dLؒaV-a)bһN+&Cv/o)*ۄXZ$Ǹ[}ܐ[0ՆS>{8O_)\퟾my퀫 y fJ5tpHޮ"]7]]y!}BE2LooƖ/:tE]]+؞ٸ82D=Tqc!^@@,EU& zwr4{.aPm S. o ^s:GXT#g<hy%1ٍUH@2Hn%oZ-y 7i%ݶClBR.Eu6A%uݝ*x2tzle_^xT@Yi.Kco9ype}ɥ(+ p/M߳axt fl鉝vmYTW|()-GK^%񭮀E ;&[s5k]oJKdd{R-aPKkS|Mm@Jx4-X汝ɐy:8WqQ%(T;[2DSkrPJA'7>?f@ . Sh'4@-b7R y S x o8ir(=Wr@=R(T\h9mɦnnOXўt L@][,VJ6+[:Ɖ<󣢒[k-BFɆk=nw]-PQ|2)õGdm0OۺCn,ʪ ?ulﺩ f R0cQO, '.m^sx HDQ׫hmL; į f jloM47g Z"oҳߞ-}M G0 2bxDΆ䱲Qpm=xgQȨTϛԔx^J=$|w&q377Q-J[ {boXd"Fu&%.J/dD~9x&:ˁ_FZ1LsErå2l~ϟ2N@xf]C; ؉&#S 6ej:.Z.]P`#9<\(ʋnUg~64TVZ N6U)~4WܨZ6q$qe]-@,vUdaUăؤeW>J]T/dAF+lCekA_O+Q㏇c8ƭa_oƠT&Ð̳˾]ymVaNQni·,KWI-x Ʉ2:8+ m&IT^1hn,D˱ o<;#2lFу@ш deb-0a2M~u5cI6ZhS}Pi2AJ%MvvI]CsQ;'^niI!甏_'糂)e<$$r򌖬? TL¾h;GJ֨ᡟE H39/qe py7?k-][1!ha( K lj3:|k)gEwp ƪlz`E/a\圯>.8p8fFU|^ЪQFGq`f !myOs׿p+q} &vHoX>Z{B+z>U+-dCj޳?^9btB0H ǡi [wr/+# Ag AG& c4B32#rZq[՘+W4keu`_nShMĬ7yv7y,>S"u p@S.gs+*@F2 FiB\<:q4q;vh>E^&o,[?P4sT̿Į "k@%WMغW4i{ vD4 41m޴1tńsQɁ=5R>Uo81Ge `q?+E9LUxivkof)<3^5("rIlf[0{'IgǃK#Q0Fy\+0 }z:q emH 03l=tS;¹&R>g.[h;JI0 i%u*<;O\}۟ 2<ҖE>b]Le[Mi4/mg;m;7؞)έty,h_T{u/! !9%r#MvQ Yf Igӟ^* 'JA}B[7%-{mnA.!Cr암*8W{0f'̌pmb];d3_mP>H$VB! w ìvfL ;ܖXTQܽpZ|)X<~$%fV q_"Ug/55!#|9U2t}ZC'gsFai-Ϗ_i,mTYE[K0?ͺ0]X : QZV`nܼ$b U ߑ)lq֔iB/ˢċ,&3< @|] pf!k C{fa,r5{#s89w-YycU=Wi+rK'q*Y, mj]?m{s<]O"ʡ1@H[%ME~KP~VQvb4 =Xq,I-Q|7.eg$o"y7b$H@aT$ا͖6`Gv[-JM%`52IA+R$ oDNaC_{k$_zlচx+boHl`Md(?{s.1ݰ-p~.3.&rL f@V*S\Tl9)je+R~r983 <[O-RQ}sEzg sig |F zmY6K7DYuI8m̵dg䭑597{+Tvrુ8| |+dcL~39"ǒ.n#s-ףHn~O~#!dnꋴ$$dBx.(V?Zm|RJǷdml]].hϺuF LdB \n3e0xw5qb'(WAx4NϹգaH&?e$~ ~V\ڴ[IA^#מKqG9]kB>NfZfq)t2B)9"H()%x'[=KBG/{ LGD$)e|BodhIZ0W)3#WZ*ݐUle>:GM|O[Ɂ.;ĴBs%L/ mnȤxi]ü0W$M~Mkn#@ [Z]b\+LG"0֣ZgY:nets5(q𹒏ƅ6u<הILÉb鰱,ڡVޞwn:bKGPN2xżO͉/ᐍZq%zP̆B,6ObFGF-Š$ Qw|84g%yv)s=P =J)BcvIq¯i&#J7kPǹ8գQ` `3ڲ$H|] B{6'ɞ٫҄<\ ! 0_X-qRb 6|ҒّOӿK"#J 6P\31ɘ2vIJ=7O"qZ0TŊf{",捇R+5kREB\·#Q|u12o}2:RU㾹uZck }A(T/r"재OGk@s9#ݨ9G &sE7`n,a~Na~<ݷQ1n0<"RR?ױ5({/?h#  + Ҫmi>f$Chy:'ct:Uw74j"#E)×U0z#ZcX4p#>%V3`Hef9@] 91 uwȿE#>5 8xa(L)@J^R&9Y+%]rZv{ uA<$BփI KF壔ŗ!2:V+ð~P bo;Vjv=.s4D.kbWM=3nyQ:e L]%9lF|}E`*ipxTq<0`mR,6^"ɀڂb@Vz4z*JuwM533c#4KJI6VcY:))aGshpMF3ؗ M=d*8xP+|hmds~ߩ񸀂3= ev:1^ӻsૅ_8G ԭ8w>cXir㰩A}\'(2'*9nudy_ 4l5$>wE.GV[s:, `్R1GE)خ A ݐ>;ED{42BQL:fI H5 /t$sН&\pghqJQo\ 1h> T {!D-0@{KŜ؟c*.FRIyWᄎ[<}B@/jM/d;|pLQ6:3Ѯ"!p (Q"cX\U,֓fO ~tH0(5 ĸ8d[UEMGYo>qc.E[g# ђVoҼL*=Y>1k沔u {M*!tJc-Xm?ԇ(5ᄂAHР fWl>lV% d.ޙX]JTm64ꩰ_vu;"3YDo~ ܟ"g^߮b؊M)D5`-zO0$ЏDÿ;J1+i:әb@WR29"q&m9SYMEqVEPfL|e#U&2)`Q'䮔7Y~vĦ%̂EDStzYQ?bdwU}nl,Kg5P ɞTpN:h@fc,OS7urݍpg^&0kޜFࡁ6Ś}۪@vOީ4WP{)<U0˙:S0ʚgfl ^1$a y%k74>%ёR풔E8@Matӽu=ɢb$b] EAmGZb NJ֝ۡSnY -0{QY]P7W q.7_=3tϛo.Nn؝2lWڐS{:x"_4_6mKigB?Za=i[rYg tJY~09DӐ/0aDW6;ZU]D[0htyT4%gpRҲ.z_N} /,(ӵS[zp8}h\qB4[ kbW&l%!B~agiOw+:ݡ)(9>3y"3 zJs*;Cm ZEzr"D.ki&KͿ B }a=9\ط.wT~ +ݟc:t/5nzO6H|!2^`ԙ.?[XX|ll$pɲY%. ΉCԺm 45#zlǮ GH!j ;n1m C 97H.~WA{B`1LoGW٣k wțۋ3AFpa+`E?ɾC6Ei^u{ r]ZRI. e.C $}&! &2 QX kQrIgs"΀GeL<1oOMO xiSp1>~g"NPq)fqNI5Jm{r(mKMt9|Gz,6$hW%E誺F2e*Qt< rL1V!ĸai` 7%M^Ҝ"uBE,ʰĂS1ň0/?%oZzC!@pO Lk'[}t M~'}ҰA>uhtɌc!?- [J? Wbo> HE >@ú0P3_933X ^C:'>#&MJ`*_VֽA#hG4#M \zh<7)>ٟ+cyNkSp:pʗρCŏlV8 or҃K4o>UO0L)iLr`ܩsЫwjA#0`9ʒA˅ң ,0a:QXP"d̰&UC.m,qq''ypM6!.Hl^0Tyʹ(HS U"rg!Wwk=g";k? ٌ)xnFR 'T1t=7(=ހ1_^OuNDgaz-efpo=iRRlȒ oΖNL?7)OZž`K` pJXdeQ$ЍJ /A=1Heuqepݾ{6(ٳ",uKMd(<"cBpj}T<(F؛oV48Ӈu~0UOL(9ȜA=N夋x}hiָv!^’Xw1~^!{[;oki.zMeg>2Aw .-I)jZR\ n"qݔrJuY7BY‚]Yn[×(0ŊNfU H8.bV )tO]ek?E6j%$ f|2H&dI))כGUfzs2JGvOYPR#B!rN i2GwV Ӥ}afئF6E?yp4fxNݒ$Wh4inqO!sxnkCUʻStuWHAD'Mj&Y @mU@2q۪ȎGR1h7?ۯ v>X^?UܔD_MihU-/V (13,I@H2s X 'B"FR}ƛu>%$a!WOJGK0i@iFݬ)oAm$O9 "Ptn">e$a5 ]Fs#%iiϤ{1{6WljViBkmsGaJةeB5w(pՑ, Or|>6A+ PAwâg"5<{/z[\**÷z|Ǚt/ e?3Ç1RG)$]rA8XOak=-+lqu5LGh+l%c5._ZR˔d:E*Qw윭ז 1Yv*<<f[wo*>.6T0ST|,ğLQcwq$Wu$s}I X%)_Fz Xбw7 a*jE9ܗ#"]s&wĕ932jkS"Wt`)9k` GgtL!E 1d&6GC j7[ZA:f6W!jHx7vjNY"Y)׽?u2˟vo Nՙb+>'#%QcFD]"ItBDM\\wC&q:JЭK6|m>J&>EdBvNESfi~SKGxɟoHl I5"/,{EZipƒQI;Xf,пZ)ďf=8IK Ě'&:`SNj/ ^R wԧ6y~V}Y6@cC+ hK"VRhu0qzo=F>ZV3 [,'0ёmL Ý]I֥T흲Rygt<~ϳG oK0nJh鎮 m4bcU:nWt4[":Aũ3[+._`=ՖjP7 ]ڶ4GjH̐IPI36AP_m L4f hL+sI845l^4hK^÷pc"LAb+wyt8 &O]~'wm `7c60PaA4]N߰H!ȵa\/|35͇ o" =:} CXJI\AĄv_M@;-,Hd <@1q8Vɡ㏔=z ;\ x:|V [٥gŶiǚ`gN"nSQכth>frP`\fWro/kNh%Wp2uNYӵ$<*uw/=a1;(BaI{`j*4[(36r$ۘUP&ƒSn^F\Ym|;kቨu )lAP=?Dp Ս$~*0n偸V1f-R SXR bCFUy2oW=\V'a|E JN}g|cX+ڻؿVm7;׫ 6sթ&VtDPbR>1Iq'B0ıjb EgG\\?&QjC >wyAR(>_R_~0UQ E3Mf*VXK` gRY!IX Fd@ZZʻJIC} HkjuѐH. Ia7^[*8dCd (< zfE©tmxԛI tXNtt0RF}g^| t[tdaBgc^'0">XS]ΘD+>j\`-&i㟼4FAo{@&.2MثE t:oJEGxoBu3J)ӄϑ+dѵX(kR}k(NAbkbH-̂f/3llDp9}GG;49WMGA)T/*l|Z-jk:<}G,]㌦ BcuK\ˀnFiԎb'_Hm1H\ _~#^є1}k1.md}`V=jj1]撘$wz1%$HOql95T}H#u_c6s vU8|~CAʗHgT3!E ! ,Z+gu6$l>lCMMs8a`uKcnaJRM?dmXpZ gŽv.e֬OxYh\mDc>rk/ M6;>|!6JSSf͘"\yIU[NOUAP{r)o#|tt4P'p]7jV2XNγݞ9Ҁ|b})DZҨv$M .;2R*| mqnmR&.ZՒ5'zAII ^fX=<}upwcSF@$c!Tu?]ȷkӨpu\BTw0ڽZOIF4.SBu^\jxe\<[Eh!o-CGmH^FdΚC0w>nhGGoVEDzHhrPB8Ba@KʟfC7|1k&kKc]hIUr z>M+V>0 էRy_&I_Ezm! 4.Y}P^Ղx4yK%-&ˢ}͒Q=y|eәòLcL"l,HN.\qQ f| gy=3LcBG 8t 鋑Z,f6!,sUMy :ʿeat2?{Q44+¦v:ǀ1jmǘr ^nc/z̝A/KjNϒkwQX 2D`@QD1O~;-xJtՏ"=H"&}%n۷CODG+^Fo@sp ;ٳ]*H]2o^mS#xus>DLb"ǼyEX|3W%3e|nSuɤNвL6!&'ݸe|g)֎d6e"9zmdÎϗ y+tKVd+|j-M7"0u~`&i)ZyB _)GH.Q㰴)1?k# TKZMAyYM⻯K.2^+`8yL} V 4/"2Ұ8~[{j!5u3I@zΟ'}$KWM0ЄVGXOq#osF/"xY܃ڪMk-{N8q<1_{{wB3-,' ExjۤJ9|.AqԲ4[6*ix빫yx-#!緈iX XwИk1G#ùD#B)NcX$NC&LR~kBkvF4ń!RiHY B¯zM*J}Cݫ?V%;.^/3hfKߞ1s*hF#׽)9pg]|D0O;M gZxCq'~ +H)l˼,@\K[BAPG{*}9o4iHIxmcDn'G肐j9& ߁y±*7=4~;# 8NpJ8 'SL#=A/Bpd&M&帤ps1IH8',[2 % *{4-*w+ ϰ=3]/P< 0ޮzA'B:jh3bsB <Ŵl3ړ2n]_ nGj(e͌+z`43WD wf2T{N{6;9}:{ըE;jz-xR= ~| o+A0{80͠£ƼM|44}^]fcY<$qm";甧tZG rTl( dMǞNX4aNR#p'w'PV_#bz&݂2*(j4= NPR J^xc1]A>@z7F+U;#!:|2!͸e׻_n g%TC&Kg񢖺J][ qh#U: a39=QO֏Ƙ0/X8NOsxl"60,ęo=R9Q]m4\N9Jh>1MJavV56׽4ރsOp"\ )B܍}o,ߏCat%6V{WbD (T76- L ؒPu`jᄏ~k weEKf#N}*lIRG؄7Wza޲< c@~Q5b_,<i&nrCBGGxZ7rX~wuaj$Qس]R:.j AύvT9]3%>}H[g{>f ewv.OfގUgKOlodtv06*q ?,2 b9R/&50aѿ:~OakӺbl6sY+ lXB>(t*Nh:Xq+}% nӓ9UON( bN_f@msh6Q-ur)GFii.zlې^% ]ŀ3~<oޓД J7̱p*r8$fg?&/Sq3- [ق:'SN-'W:PgKWBov1!,x?QԄVX*O`ԸVUr >f j#\x.ci.b괏 r)!"xvK H fp1(XcNiH$ecØJh"ӽ|Qq4*o+7M'W-lmBp9xIDf"|e p<>ҙ]XkC\s5PH3"r?3KcZFմQ+e@&d^g`b9ӮL~ Xڻ Cc.ua}V%rԼsWJج4R gQe#9"9vC6Rt^9Ea ?a.8J sA5ӌTxHTy&}zQo8^C= S]7̶5O:Lui9>_n[))NmF;sPpd.}>/STA 9, P+.:m4J>gNt@j-"%w]θ0^(w³b@Ugr3`brg1U8<7` LId߮GmsU|>6S֌ vKu%mȦflæz 1\*IKkd>a90SA8hdʔ^x*NBT;)xK gl[lc&Os=gR -J=͆QmHy+z),VAcɧ*)sK5pHe_o$sU_j_j— 2s284;Ї PAmri P"XDtHh1˵MފVK8eo"%me85mEFP@NL!ocn7 ߕD )཭@}_8P{N $TRNaIbeO&+K{ A0[[%bpRJk1ΉZ x2!uc͑Qj\\˗a01WU7,[r"X5Z5-B. 1Ĩ.̷Q\}D5)kC 5bn)MޤW$RLq)7NG굵0 ;z; յ t˧ QbtGr cpy] ! sd$lGY!OyCd~e{2J&Н߿9?6(؈g !6u .NKw Wۯ6 (Ν7"cLi,8NFZZ  R! BMfW2Rw,қ8[l!G\A.<3zDCWmvVwi2hs^80*g&_S{ 4E%Ge72UU[.Otz"Fln*hfPd,H.v}{aܒM=&4n;hX a 9 J~%.$L/v;LK`1SqQε44oU>Q-aGQާgSo;58`k6WFiO{GEvŮwyHy9яG*t⦚EVU Q,h4IҚ<կ,[RleOdJ9` b}c)vc" Ϩe{~Bhfk1d3[T U[R8aJ-6](ӻs|i޽к{La;8艧!H%<>bNgO/rWLX}/ҷeBKdJ#䃬\`K70dOVF`ml,)8 %f`07䎁@$¦nwaF+]Vŀ#O 7WŞ79:Y="x 蹛EHpdwBI\Uڛ^zb"Jggw%oټ8,@<׳9CR"QG*iza5!I e 2;ı)>Ú,JۆQ!N:MħG k2NBe̖Bpz-ў.JǢ@Zz?%ziʀ'yݺj\U1qg^zqs]~45r<#CT#J*Z~+".M@m(r4޺]\gLjbJ(^LQ7Mћ$j!8\O鲖e1xƒ{dek(G0D) $.<+Ò`X11L8(iM5.+ŹI`Sv,C>\4GA(3Fܠ$<s@E\ 5,%QRsϿWt傪llpV)m0}tby; .L=˜[V(7&lz*FGRsK]i]!};PhVРEn,_+ QUy*Ҿ1~)2 "j,PZ"ըg1$.<"]*l. wĤR?Ikg79I)JFK'$o:n~Dańo. szE?~6̧. qqJdmnSh Bqv_Qq6бm\+{JIz űN+ax49'pdnu{HV+s:Ϸ2H3Ӹo kfQ0nc6 n1N@ !nD^tQ)gY;Fy6R9 Y)DCyA2?+Q=&_g̸AXnFDs tO};E;ȭ5ΫGӽL7mxSf[7˴ $nha4.]~i,k{ ̔P71elau(/M4XghTc݊2L-%u TR9&xTF5&ƥDW-0~b >wԬM3+{_|R40xeAco9vM7&գW0Ju>1*O nx`gCc?t}3$ZՔ7tf_*o~Rqvo6$,SzEpd?[" 1Hb0J!LTWFeyAQhV4RwxMqz_N1E굑K5I|1'h?!_!0vreY<j%!^+ZH?429'0y Ø~⨥L8_['aM@QYVüCJ*qV)l|{7sN6'",u\ag M!h9#ӥ8@@*Z9۫uy YU!y9S\OdAw&Ϗ2E+{A].i{EPh$S}+Y']O. \Lc3@4=YXtWLƯ c!T3aAYgw$|x!j ܲI)TG#wR ݴ陊$ =ztCbwʂzQH^6'AjXmlC@6BGG3K^#ླ̻3pxW _+~NJa=q/Pyv%jeH$7̘FI SVOÛUrK#Ҧ$iΘ66&^=V(|QAoG#Z/Jl/Ezfmg;ndim\IMaZ&CMC3JaN0Tc|WhՔ>oL2͑P鄊s܍{&5 KS# 浈 {eR hGUڏ Q'M*?(D͎5Tw6s Բ3b=y9W?U_P<+=D0`)h4nڬ4~ݪFR)/.`;czl;4h ̦m = E-c'ь?$5=0p׳,٭ʝȱwC `718E۝r7Cxe:\w?(v']$3Ł -˷bE)=)8 3qɜ)BC]oJ}ܔnXqu'W.}6us@1 F#؏Tλ[S1= I^0H(gqEĪM.`'}B*Rxµ9~sb6(@zm9,X+q*4r5n>CVD6MkX^I\e]ܫWk"()|0.}T3_ؾʠ x oj}gxLm+;휶DHnv=rXӾ%Q5Yo\,Y.?.R!2NʒyRfJLa 煻P oe~Dt0\+so@78ZN>BVDi ^3PpuǛIe=i(yɟ76QE9*9V1PD|N!Dl!IS4IZx1TĦ crd|An{5|E'1F\7u`k֟siP n$ϝ:tu'}*a88:ӳ;*\Ņ#n ɫbwnDƶ97+iMݻ`DGS3Q~Z3mΰ~^]+RӜfh;yϧ*@$ )[ ١=}X%vRLJ쓨J<gveIT"ټ6՛Ɛj`=TQ+a:_6g8i9U@㴏#ʞEHS,f#~zpJBk~nzӢs :(O}bvI08["jL3-j0JSF8;/ {AR8eœ)ZܡN^Əخ:Q}G;U 뮈M1HsȒKv@o'|.- >K۪* !ԙqPw|BvC0YKKKx[a"XJ1i:u"nKon; *oa^3[ݔ.U F(FvMse#x2h%1 x1٩hec ;'R qk9'5iaP gs6'0LOjFC0dĄ[YPe 1@c&& ;~1mt4He:ڈr~/JeDg4r\:1Ӓ0ucaum+p5# ^{MG$u(+Cw<eȸslnIkA܉cxIaÒDRA_%D 8MH=RдvoȔLb͑32`whLèÙ ŹKNGjzh%*ok%;|I7DߵzcHg6k"LHp NՅ9eF?х=$jJҖ* *2LdK9 EG ; FV& ^Cdu Kw9>LiIy;Oat19ՃRޏ~۲B2HɾetrF o*ޮwGw(YsT-?Ȧk@WMg%2ŋq[1OpaZU%ަxf1x?|m!Z]z)0)A,i9$3rj\}jJyړzo3٦auJl2;LǠ1 z9 Gqٴum}z"jN%D[p|SX7ͭD鞾?F}eεo=!k77};4&XgSKsli(#s>un*Iudu>Muqdz5&0RhHq|b>yz`Z%DׇW0 paO[YWCTW2cgA92R2ADʄWW%Cr2? }ζqRĬ][@J v?m;|s%QxVod(Co 1pOC3,J+Aե`8v256*vHW( YNfoUD +oF[(c\%UCBr˙|!hz%J3PkǑ0HKt&F.->nm ڪ8ĹqH' kE;aH}$.a+X])e|*x , I"D|K~M~FBЃ:\%v`͍G/ékaꡑE]E6< Q( B*O#7⇠K;Ĵ>\ E>5OuBaݣQP4ͯ$cs )t83iܩW2T E1?Ąa:?*('e`cIx֣ƻ}5nLk\wFI9i &jVD}9nWZvFg iy]Uz,vrX)՞+r*X0#U\u%+f ތ'0tzv)&r.1{nʷTNZWc ~D; ]/ '6Zhv7I%2jk&:kxI@6fiн #`ѤIy#Ś\ضfyW`U5D$tt>w/Y2DcbY1jcD9i*Rw>r2j2$ҁ֘/b '?=c웇8'wDg{=zDv0Gءgj\Yj¼: Kh*\|qEw&H> h-Z>J"KD(2^w hA.XYZ?q\<>WiÅ#ރm텦NFwL4Ӱ<2x߹L3ˆL-r x7yoѲL{U[2:47\uT |:Ŏ_N;hNm*=V y)%uzQ%7{|r':ι@/^ 8҃M_׹}7bD]u2ƒ)_԰Ϡ(Nu롪Ď椵Tm`KraQ$ 2_IMX;˹\okƣ%JΠSr8 h_iMOT2'?ɆL_$x@QwÅ\` t @ E@9Qugk\#kͬE2ymڑN-}KD?8o]*1 N'Gy ~upDfѕ[z#dY8#In{^h 7XE۞8}iJyzlB7^#]|0]qF42 +9N˞ *4S`v+oB=<_7t <7YETGaPVG* 3wӓӅR2v8bUtsVYuW\5 C9 (IȏM4kptWggշ=깚F?3> ){ avξNjPfwCQIg"ZוJRYKjЍ#L X *!uDɺĴlHh<#)d[S԰EP3_+d,|.݌s&4&8:8㚚m_O36S,$+<`%^vj"q>dY28S 8f L/?i&Ƌ|1A`UȮ<ºmzM,0.$S⑎ƒERmB^ҹlHZ2ΑhF(OAE{fw2R7بh}yE ض8>*:d)kgA-HF 彼U^̧y+^hsJ̠& ĸUMV0m0oҸBIBha "u[#t{&^ч@r#+Jҗ[sJ݉í7]<>n Mc73Xz cկWT2`C٦x B2UD-y!'?+'Vjt.^NmMu矤/ÑM+obǞSHsVI'p2u.mbU^A~.E,?K3wG7{0ӔI{ĸ-);̧ 7a7fEⰮ#G\ FyҲXdbA^m@N"$c?BQ#0tddeGꉈO|zvZ!'iW7|3!6T?Feݍ+R 4,jU(&GR2o4K7Lp^ـ0/;gb;T8 qjw,fo( }[{qѤpPVT0%r2ʢOkKopĂ b-IΒ9oƽK筊8 ձe"=_S0~̭#/7}# T=kirW= ;aӢ;&e#'Zpg#aa|(T-hKLZarilFٮ~Hn|Q]$beSi xdމ<@LFe?@O3kC'Q!SyCO=YdԊdy'S ׵Ub  i46`YzoTerhC QJVr>fIU)]u1Pp(_-~p*FxQic3a.#]csԤՍZNmyE 1F@ϵV3O^'|J}[}'{Rv́V D\0[|E>t  [5$7\=qm`0s ur0byb׆l^$9)%R7x~=_>eߦ!bdmX٩z@`pR4/$KX.@D+X-g_`f"ԃThinب}+֙su1EȓkX2H)׶B%B uL`H"𹠻t'Ɩ7|+N.qBsL"=⼧^jv(~m3cSCj .d^?75ȅ)⍸䇧))$ޚ"E@"%I% E6ϭ)M,~[F)'fD&!#dE6rQ =LXHFvTpAu,U61 t|]>X"秤f9%|)zk+}$Op#*Q@D8PſԷ9nHIg=d5`F/-K^C2  Ҟ8@/5Ib̐tӎclz7cXFRL|\;soebVy X@2J$Se5etY *a R[2'f5>%zKÜOL-0H9ſa.U׋[q(ߌ5[ag636dlo#ʝ'>鵏h, PǒU&`OݖC^pPb$w]SiƧ{"{ yeJQDKٷQ@BҵrwQ]DKI>}> ½;l~6 FLLd !&-AR\*GW3=Q4UrtoN9}?ickK JK=/=S EE9& u"3Q5jcĆ.tLw6*[|&4Gfi|9Qv y -0~MZY1aΤtR2ʨdg"Lds޿<h޳ȅÌZNk͘ghío)Qcή@z)k".F}$%>8F])`my9amk4.}NEJ˸<1}eCDze5i>0Cko*1mwmiU@6ݒ拲G cZ|$Ʈ29#fѯ@z Kfc4fayt_$]JS9'h~JmPgztM(C"(,)JZ"tx`:4қ6]PdNٗGQ Vl=Ar>fےt'Y!)O7߈$NH?^e?f ZuVoQ\3H 9^j/N=zE~I4Oui5=5]'+LEѴ&Qv  L\^$ecj}5]8j7;m9U1a<\V5_.^24ϛ}UlQ(;QZ&D$ښ=j;n;8IGVRbggP}aWCTܠNDyH%Ǻ%WmȈ/%̅JiGƾB8mi#PuR_Tٺ%'k "_ޔia=ԇ r0H&F.Pw(c?@lE}L$崃S FHO$!{xHv9yS:5KhjߍoF{;3{)ԼftHX2H Ѣֿ3{j8U%됤{$^; dzp7>P2v{%L) \@ٔp]*/P)坌0 k1vk<=&94m.t⏖BL}:NڲE`-#MW:HvǝxNX]#3f锯-O"f вqݯ{Zt'>vu5Cois IܘʆAcd AkⒽtN-$ńXXP{JZW=±%|+mUSd$+:I|5UJ-m3,yVԤ}D.T*OinmNGAmujш6 0nbfNG^Ko\bs] 8vZW(6kO>^iVؿ,zb6:;aYp԰i~ϭPםgRM^S lp^P8SOJÚW,t!O.*Vrlz3LxصY^.H}6ס'p+x=;m4G'|ay-DZ?(@<2`yh{1xB4^un;-KBti ͒Jf>f )W(ø4pAf=:V}_# b vwC'5Fgw tkLY&E* p-^Yś+ ChG֠z>qu iCPD l`Uɛ;I$n2N:&6 lgL ot] -h nfIq@*w 8+~&'iҚ:cpo4_3*X38X/< >CX0 J2]E&m,0uWqBCsvf"{.r+8)تji& N%Ƞ䏾N[$ýƔ&gUe"K=iQf |]ڸ•h",8Vq`<^D-uú'ɣ!Xo5 ] "^ 1\;:5q~--7^qrk$"n,'0wcb!Ow5=lњ=ZG6/߄&~rs,`16wGCKZ̽@h@i9Bn̠k`a2;w ܤeh\=\voi-ȴ,{H|TJ9:}/1lq$6W֩A:Rp4+:b/-_F}߱I `DUvv&L$7VyB20^K#0q/q.st8kv*mxd.*Mv)qQ{Ep< 6kD%vdÅƏE[<(J k/:[ b׵YtMo \iK8F .c҈Ul_JȨi3-VjAV?_Rtt3y$A { R5Mы{/B+ՠ$bE/O${ɰwS'Q'8NkiYt#HE*a RwP+/Eyp"Mj8d^$4 t[dԂf{!q qL=cE ×D.6L\:܂oXڞ!#u`h\Z.wC66ƒ?rRVBUH&aOI=%g޾o]!l&*bv{+L Zz,Avv3[SR^L+ F Hqs0FQحxVPmq@sDAVWNЅ[eLl0LJ.-OFڨ3I~Ohbi{IͽC靂bxNSlp/BiЌZ.yv"-"$a ifRat&KbyŨyLX5uBy-FTkThzn(hqh7lm_툑>G=D\=>+|哪 G2/W~kHCC}EǽCÂRw[Q# ԱWA)}ZUw!lYC"s+П/{fkJ"3Pi8S`4sI,mbR_eG28',įH{Zs?) U:';5k",9GBk"KPr1FO)$;\0TW%8,apJTS'je H( g8 ۲nVm#krH\QO@χ,ifzmu#wij5vk򳌣y8`@3.ʓ|Uf *s*Rڸq|L2LEc%6!W]4tP=- %y\d]Aw LEwYlۖx(z Ά-r LܝݴO.@_c UY9Lm9=a]쟩h[%W/2g͗\I.;U_o^tnR?#ESϙ,b]4EI؍L`1ܖ_lD╏k*m[M5Kqv8¾$z1odˉT O͘,Ara{xnڲv?u'z=wE S')A?r*|~]7RV _Rx0p[&6vfd_nC h՗ ߸b[}]"yq4ϭKEy|mVH}] 8#j}ݚ?a8 Lpl!PCf0K 8dDsQzr}gj.]LX(D=NV)Uk9o<Өq'ݪk*BVMy2h u;<ԁ=8oc0Yoj-~U_$uң"NK#z|!r#pM w3*PVt/)Q] gVܯ$jen1nS ?jw[ m;Wf\my0Bx*컇ׂ9q=qWor:7)nѶb5&!JO~PN Jd-|VkO#J\_,xm4NQ'7WS԰~O ҍP#Gdd^y'ΡR =P-ɶ;c $jKͦrVbczA# 0sa_+ݒq-Dm%.s$dp)yUdm ϺwPQmX~6Ӫp6B,mp7Z= -꧴w79B.8LzstqpN7,G8k50pϒAf,aBFgT oCQ2\\5죺XP^ ,{3GX 5#Iy]orCz'N.Կx="BJwW/v8@F<z"G%J&v??r^0`IukU"'u)W@Ss>B;!VZ̥޿UiȤZ0&IηƻN󺎑-i:?àjz'@ÆX>l*V0A{6 Z $ZG$/w$zɺJ6.^pqyX5|YR<ᔀw?ZN.kX`{{.7V!38P9i(l\lNG?"z8p@t0lQ;fF^DQY+s0n6?ԍņtu#δ&Kg_x/ۺB&qUh<f* W ]3WF2%8[!sŗY.VFI9FҜFTDݺ,g7iRH{; 2 ]?N݋U8ZpAGB"xˌ)Rzk7:EunI+u E:P)M ZR"RFtfv|f$\)LmܠfVӟؾbnBҷmZ8wGmº{(KܼЉʇEކ^/ٸ24nj!2޺)ǟm7 l_!tH|K=8ӱ&!P5֧>0vx>o$۷*=FGA݂> ?k(Zm"."8P遞0 -#b4ڛMbFS{*$AقmDx7ї֕:ٖኴ d \Ѡ})it4v_/][<KU\>/ A&3 ڝԫo5JO[?rjVB|c{S"-V1!ShK Ȃ_<Hʐ /7Vj#,o -(3EngO8A[*bg]Rnqol!0B:׀R/9 S}%V}R*\Rhl*tq%*<:#qAml%3t|:/}ha0p+gm֦_P1ذ5b .TlN{5G:S榮vwMiu-"ܗ|;XnTi_-*3L. x"(6ΡȟV a']|.Cm#{k<$RoZHg$l#a'.L&),Vs,O?WX+V */#vv't֭H,8 'Ї+E%Blc9M6 z5cG Xn7Y)[:Ι0N@Gq"U8fd}<5üʗ T׌H_Gޢ38p=3)Ɔ71&?)De[G5ŁDX`yBmv$`y-n{0c !8L_ƆM#/Æ-Ks\K&*=1Y b%66D _yt*YiP>S,<>Ö=n<#m]'gnG5dוԣbFOٽHY y_ڊ(ǚF+ۣrS' oq Y(zp[d漏vK}{Vc;LSo:b?vhH{ꔿ*\`dHIgj2X,+g]qUPaPom'ܼszexv~TJvJL9,%.Mv YH=Гn+tajˮz9<3R^Kt ї?e2ryP)k֨"mCh2'@ Nֻ*`L&х9a' Tx= _ M#5a7~Nqa˘Mw.mq KJ-!haN`@cA1l<l#(&.`1ǹA6@jWK@')]4Ӂ]6u5ސ@^ H`/vE*8"^OPۃa*P tfBCou&Tp%۹TxgK:Gs<pUǚR-K%bZ2z|ﱥwg# M*d%dUyծpxi꺮"NmiOlex1?أy#yx&~8YΦ4?!Zriw=:Cf]u)G(䐤G"{m忘f"=R5I$G1:tGP1,$%\x#'d,^&A\}3 1l+ApS&֖tTe (\!t2|[LwbEyrD$6?y׸fvf4)uuJ9H :wr%BJH&B^UIY LVA˅wc>i8]@_,A0a`{(Ix<=LK?̵aݦ8A9\a8?`VKLjw [N)?k*M|!4zӁ=FFtAGPe }YF*Ak^BȮ)M ixq[R;cYscX>sͻdDn8%jDGyQˊ Ql8tf/dR2[|8Ďs%Rü V0*nԤnzZoJ ]JgnvV4Ճ 7Tytp Jϵ{ 6o $_T2Qat@6(?< =v}i%Q5.*UU5|x7Mak\#WN_8`Cp*thW@1v6OqAx"h-wL<Y"QR};2̕eI\1.Ӱ0V(37mGe,,Nn" L@f_%avˢ/;qELp?2Zx ^S0OC0 aMj]DU- 0_>@,,&&N}C J srEQyT¯s$=ޣrvix61YdRV.9_z7=?;;P  u B~c~_.Ktw(tXSP)ŭcN 5y"N׶$kSL|KzT//or~W:/,Ka'=֫7Ґd I(ґE=8Gvo y0Œ1A]j DexfD_ye, 6Coّyց[jԑaR,P^llr9<[ð5_ng i@CF9eBogׯ34`C$Ѵ;! +IPLAb/!;m27_{yQтs&kʒ1Q2c)s`S[.?^Y t'*HFvB_0/nֿ yb=.}UZmkV%COUt' BIx9Tt~h),m)`yȐl$a8ycIwF6w6)M/SlXpN5g \oZv%YǺ^DުMOVF=6$c. 7o·hen Bf22B:}Kd&6{p^3T$Rߖi%7~=o"Uae45Bbt!.;;Mt}ռd9l^0#ӤPQ2n{V"-d7‹H(uxȴWʥcqdvĕ^Ċqq^NգdM72Á~U]$zK]AѱF1=PM Fz=A ޷Tu\rT4I~:3ze Ng^~x{&ž^_mݐfgfgh;IB <&$CVCE/*N|d|L_2_ʋ$2I.uGOrwO[l=4x1hF6w.]qQkǹ@lE$MULG/ , ]M%Vrw`OMPhݬ=BPl=ZQ0iE u[4wMd0-/(nv/sI_\{7LAs ] C:ϝY 0LۤhdZlr gԏݔk ]d(ylk踠}%?7I aJ9P'(SY6dK}zmMYz נ_Le3GXn2KoZ!' > _b;`NsV@'pR=22ά l( 2̍Eϋ'إ33zHdW2քًZ*]g,7a|Rgmz^jdzQ_i^fn5H##臒7 !wv# !;P#@1YikfrEՐxc Xq1yCs,D2 HD;av#e]}5Yh2;`bc"yt&JPZHoU^M\^)_0EAn-"Q!_lFRK(k$#<][g~VL"hr _Ppo(Tbۅ(Q#&kܐ SQStg~`Ι'؂ kh`DŽU1Q;75:$:.|xF o_.f8X5ޡ, 2 H8ᛤ7{AzkeH8USXqQRY8^^eP}eAwHԢ=SʨC۸9x!{[qWG g_-NXI$ܼ]}6g٬LeKN9 ۛ_/ X)>sM15,\M)3TFC?/y2~Bgʧ@ʠ{rkdJ1r\eYM-\D5 2Å8+H m fEXX]ey(RmuD9.i@)1#u] ۔6 $-R~-Eė~e M+뙧bqbN; ‡ B2PNڌe (#(iUTo>h=҃~zC%-?0Ҥ 8YdK+FN2] =3^{ -Ն(6"W+ Ƿ#mN[W\H>pͽ¯:J韡 V*cx21a?sO [7#== T;)"dHbi/Hi*ɩ i6݆w}тKx2|P:/VDaх JS9\MP!|4:,mEv6зW|ŀ.N&2]Sj?%"N%d?q4;v}x^!gdp4Y2J;i $G?(kyS2X2CՒS|1!/NYxm4&h-2.ȂdJڳ*{ؒxX}xwZ^h}naplǟ+Yҥَݴ.4IPY~;?Ddzu.u)2 8֖&ZOJ^ڎct\W0}Wy:w3W…c5OvBx\') _(q2bןCbXt|0@ϚSQ S# |th5{i~6n-Fɑ;7R\"1K,B׌;;̯̌Ol+vK?g9>T}bdhX yJ0Z쭲T.PR~4A壷%kܨQ9u]Jle-uE &8;|MM(]cЋj#4m&AiZBI]x=@EFO?3yJXR4в&+$~~+ V}J Z E:!n\m )-neb &z,BiZV&b~AaЎN1 ܩJÑ~?6-u60heρrZš#fcV,NGi&Vj[]8DB8Cgϣ h.&ps۫Zr _u~\kYB_AVM-_{Y!/o!@gy1&4Fz[me<+#OqA ]RݢtVP.>] 8Ӎ'aQE|tUӫ:j> 5גGUkI8LGAG%9дtH{ Z9 Ocw 1 \-{tT(S ŸM[OH~}OL_ۤ(g8[5eU ԨwVO*=]IK=4#l:i*~~jek~ς"zvd՟-kf:xBsU$33)APۍ)#A} U+̑U9D[*ty bnx֛Nms v`v <^FDG'{?gA3J ࡨSL^_߅X)TI3*-f9Cm)̀2 P6ӯvRFCz;FtƓ[XSU-^ՂF}pGXR|OI~{")|`h+PК&{F]BBlty]=a؍}u 韈,⥠]JDK@&!kFKuִeFNE0? L.( {)DaKt({A^ƒ]@V`e+YJ uY~[}#u_˞{_a.0;d4#a2`[Pxw?Eݛ huեAIiY yYR};,ztd:-ǚl-w騭~("1Rqc`.i5Tv1#Ue<%؜ (gk.@"L1L,vOD^AnOzG:j3{I*Mnp$fCϐ1ܪ9Dvr Y7_b/G&w ` 泘o6>Ws{ryQ=>q&F!q݌Y6QĞ/Se (UOlA,G&6o@@X`Njh'N-,f{| UbϝwGڐ<~%q#MidId*N\g|{9+HpC)76?"Ɍ]Fidbφر9UBOjzcj 1 h2qL7 w^67[ҋ]߾8tE@\-eWb-) H\ki1}w5ͦ ]aKdV)gm3Q+WmQWpa\7RK:JE׎2*jmsD(=q&^fb 9 nMc_f@f :Đ;~S , `ٝL!jiKW]~fIrT,Jf0v1d j/V Xy찃(FwSl7کα3;@2\tI6N]V6r\~pȖçY)- p:.%%zeA9W4ע5PZ-ʈDd;d.q<_BXܵ0P:4F0qЦeqhS2/ˍ >V iI g0܃E@^\\?>. ̑S\I:ԯrrUc?2JUڨ+m?(g):P; 9GiuĂq\jh׫h&WҔ<鑪sn# DC]#ӖtWA lȹܪįNBTN}\C S:x?ɇ5^7}z8sW[!Q HM@bWAEcCq%oF,3D?.#h4nVp7˜'b2#H^́~, &⫍lD5Gc7=AC͐>$4w_%m qs%5b(;aa.?GWuDz y S\^@#UAGX]y98 `̛sPAkS"2QDL,#3.!LP!.Q$AW}-B"-&ʲWwUK-z8uKMwGJc65j]^<[yb}K.d7+2~i;kb5q~bhm³n&;pKYX`_s ps#.SEJ 8'ٔ2bC1$S܏Xlp>):E֐C\EM$Bzr^qTT~_DXhٿwEWzµk8&a`@ZS!_&Mw;C¶۫>ДNB&mXwᯐL4W̧R1R悮$a<\]ἐefǿfӵ<7匹#[mp 8k@zic7-<bMymPImTISѢw͑K*1C-$EFDÖx&ģ,o^;a6xt-&RZE4'\.wPp& jcRΗyf? :i!(~ ?C`II j^–hCՕD{Ekمܫs#eG v` k*>0 ,Gus ..½2a3h5a /Y'b6 | Bsڹd&QXRuJޅJ^r3$_N'Q 1[`00!{$ LG*=fzE):4FRꔖh2=K+[ }Py%LZޕGԀ9z_vlSh|LP}4`8ފg*v}F:cd~Y1X b̬Cɭ~ j .0VSZ7kg睙-,[=Lx d_P=Z b Ponx$Rs1wg-6|B+,5<5FrpUK}@> ЪțS0b\|5Ud ijSoTc9+z_g#ag@Deߖ78B/! ᖚ 5hpo ֠&BPNQ/){x>PƊH3 4"^,/R1nWp`l|X)]F8RgJ} 80j%U̫#h@#*YEqWU;֮8M kF<},%DG?hE[xN+}L%X擿0.n",Ol}OPC1 \@ ts^ᭉvzj2Z`G(5UrL Hs8nK$bmi({0kD0XZEg\XIC\@ ^纪Li|ωlAj_18N.txD/Ǩ_tX!=%#KF?E/X:|< lX Z𩅕Q~7p`b׳0i0rB<>fȁ뉕_EhliJǚxuՍUS(fJ`WP덦.#|!b$K2m1'fz)6lf|):y%Ѫj * a ziX)|cX'1X8QWڼ?6pAR Tw3Lm?,e!PT;`- |\rToUd;dln|n~+BmN+(ɔT֋iUҬJvB[͖h. _oʥ^EdVI u)ٗX0#jr'Ub[=#O͟LGR 卻]m,Ws&eJy?O&75_7g{l! f;Sw5DݪټS;*ZqW."{=1(4AIp֖PoAZBХaዉ AUD/drIjϷHԠs,R8>v6SR5ٓlj<4ҁ0vj:'q4!KS1NmMLͭ^Hًѡz]$]E l`zxmre)1^mߺJ<{{\PCyeB5fixѬ!q8o=_pv qѤ\T@Uf(ėQKg)ՈZ-%?qv sN`]9#4*ųwwR"Eˋō^ctDOW%=ݤռ@6B̹KV.ێ1™ PAҭaZ~d1$jd qZR,5:J:5b{.t}ݗ8&Nx5b/K?1neڐ]H2c5c:wUӌ>$XX5+ (Fn(`:D6_~CuS)Jz@bzy(GV(e+͏]Rz%*<82H2Xd#-DrHe`C[ػ 0j#cid >puz0Q9'?ځNv,-yAI"tc;o"밣 IsK]$^VoFa0;_u3NWog\ ^<w֯ѿCRhDt7#̍Ƴ҂6N۫Ng72J54^ OequE1 fC$RMJ/yDء˙K::HMUnvz\lyXfcz,@IqU (?fo%xJ^h;?/E,0}_RoҤ)QjTNN -VSM'gCAR:bH`S uJ㒒9]pP5gP7r@ ̾CQ2>f(c1fc#}~6@o*fqX2?_jPXf`]N a*<ǫJtHFb2B/迴'C2ÔXN sÙC=^V(I^p+A>UhGhJ-.[) ,UM1C^j/a*%5Vk=ku[^jz߬yKW͖$ (vh)}_c1: 6XsRȢ{o+ty"USi ZIu(R̵3_۾쵧F:* c 0<ѩ19cpj8DrDP|)LhK9:@{y2a}nTD%o#Qˍ Hqv892t:_Wp"{ܯM^Zۯ`XD!P А$3Yv[$%}5t &&[:(Ao:~.9kE%GF5m,I3! UKTNmr&w|ŭ`V\Cl2A|m@NbA&;zPkbN&,GzfC|)Ļ|`w!_19 L¨Dct z ɼ ^.Fh[Yqv2(t[wx0Ԗe-\;Ơ/GiCűiPaH-t"ڎJjZPc//7&@Tu5 RT?C؀JZoKd;$JcFו>8J@z;>Y=ωVk:MF;(ҳIH?Fz^ZlD[]|h3KpX+iƸ`Z5`5S55]g"^rk7{LG3q(QSp (mס0B;Az~4;4?|R;9 &,L #gڕ5%lWZnA{)>Yطj)&Ʌg9Iq9bc39f|=\T,SZ~G+=\c4R•4;7kSrHK?5Jaifb؛ъ,|/;V#=CE w7)Yy e @)xaF+Jkўɕ:뤒C^DZg[IGZcWo._÷D{yq3Rl_)_~员s:8C3).}/Ќ"~E=Y d籙*)}>=NE)fMtr^Sf|"TY}֣MG|?!9Fw>MVQ{KIW%m @̎ջj/'V)PV,tW_ߘ,Anw}M4>޶;Ցw.N K _(ג]^6WVzR*ei'_|`a&4m22;Pf AWrh.7rr姴CGB0aK5su Q!*=f;gǞc3af#Beks3ϥ2,ߛz: W%bڸ!|lCi,x}9!rHy͝D ~ r%6dbԅuS+ Z5ʯxqFjw:{QͅNK#q5覛ExMtJ68! zʭ`0e !ظ:'#2\Gx2^d~ţOZ-xH:;&EE3ik}$szwƊLj.'˱0 a/ǥh(Fdi,ޞ&Fڡk> ?ؘ8gC;PWD/ ]xDXڇ)H䧥17u28H~shʞKg(_o,%fK#jR/EĦnJ!`I^D/k hrSomd^eg9/紃5DM0t E\GSO:f,)t>R):`㉦:~|ڇJig;K;c2d'e=*E"LEi$M%_OT)w˃=d @9tTTIP=xeP ygK# o׼G]Yb~sc-?g^͍t;y湚"< \#i:F qE^sY<.T#wpFa}b-숨476=#̝ hʼG nzA<]?r}G[WcL?H "-%q^̅׆; VpYI"?n%0us)l[jz% u\e Kg3d]G-D'~Fn<hN:<qJPE(` RXYCs)?{>nOZf>1cAs(ܛd5谲x77@(j11Z^hY"JғmY#BSJ7 w-齥U<޻5g l%ȅ(j xvBy@moE1LPM*m 0E&( Z#C,jPn,gHkQ;D,e=G #=wYz>Dn ߱Z'lE?,,5zh[B٭?c D$4B!:'/vEq\]J|wL%"9 gS,č׿GqRPG2rDx>U!ؼ 47ksL{n|X$]$o !)v7{5_=&q- !wSG}%g.pH;iDS!JEM|{TPLe# It}sA㘋M19;S6}ˋ Tlj;ǿpsLVóvblj\-|aO-K2ED甒o%<3HFZg VPG"V7|=9i3'é¬Y?oqڬdc+彏s@y̝3&a޻HqJW)bOݑ ~@R_KTyS 3eC u"8>Pw vq #]!,>I )V4"U?2*G}Na +5?%Uh^lw[J%9/uu 6Uh*Pʝˀ(R,*r#v(od+'_P`D"N9仢˹>OH#V׃rnq&|@FqV*NLw\!Oe sre}=Y֨F *m"c̦Rk JpBh|f8,;# uj>j@Jb8Ju,X$nQsǸ- fo+V ?dWӫLAjDh?ȥ*@?;r胪jRMjË́1XO:AT&ISʝsyPtYօW L~˥GrJwؙ:\Lr\v攑cWP >&V@hq77o,f223UjBn PyJRCiٓg֖Xin^ˠT+2ӟA03X:OYT3c?;fuOpںZIs܎#jԝ&C|VN#3і@)[}BUG(iՄKJrkjF[z|K}Ey.=3zշhUiDy G5Y[¬Hz# 1jt!USQjU]M!HCdә!鹂簔]a % FQ4Y!&[XG {U1r%Pn&6SE5P2:; PDx:ϻX 8V+P]|2{0)zQ5';J DqJ|-BTҿv߂ZpaI;hdˡqxȊܙp y Bcm/!S1X aŵ蒃W|R6xW;$%(:(1V>]wpX[`~oūU/"ʡL [aOk8ZfX˓q hznjU'̶wm ` sxS6ۼ,]w;YյHO&u7$ xh".``>t/m琺}qvƻF7WF"&TBəS(h!19\R zn0-66z&~t׳[EIתwo [G'6ar[)%ˊ f%ƲL1\#}2!@a"$ qzPt~!-a<):lX VcNCM]ʽIdxwo)²L;2ǩӳWZA%{)t`ʤGNDLO*z#f;y4CӯR_X r7]$Ø67<:M23~͎5hPV O\ЅpoEV rXjl7DHr46-oR\; aEs7:d'p4fbg@Y^IK fS'[gRzӃE0"K=¡P}] 2 ]՜iW$ju OO`ԛ,ȗLRCmTXr F絭!#M.-BkG{|HTȻbk.EGF^1jxѦ(:a耾  ϐ&Y9g.Cl2hˤĪL `@,MnV绥#T0V |rF1Vڣ@oG=8a{l"eTEtsKB %rK 8P䠧fS .Myȟ׻uAA: =BrlcdF2k- 'ƺݿߋ`P؂FH$S.+8 8ECVξ|1!P{;Sc)\ Go L-fXeKSwRX. =M{\bM)1/AѪTbqd-SR$: K(1}JZGTƼ ,=iB%W(6J36* 5h8: ~>~ 6cqcnr1Vhʣ=D^;5k ~fU#͖UQd;ݎ;_pXsFiΩ Kz@P Yn8cY&Gv'΄M{ PnKMH ŵxܭ2ph>op.G^a#ثQP7v`&MN*d'Q]_"@|ݰDh!3I7o}T½ղVvp?7$}'zCQ7#'+R"ע3;ʱцig/&q ?MR50$ŠNϏ&tes~Ru$[<Tl܍,i?ٷHA.j_-} '£O@JGb-#P+7,qOK|BP~ЎOԒpݎ}i|MƐ/uHV񙟂C86.iVx6Wi&_(3_jݠmh?lE) Jha)tT#ۼAK4Eƕ~vB[E~j!{ċY^Y4H89vUѳAhDS"V;_i^ID`s3^QPے/7P-6757`[KB"EL I% (űfԄ` -?4;$PPqJޥYʁ;gwF(&{&A 2^ǒšwt`FTQL-TjbogӧP&I9>7-CQ};f0WjD,LuaFM Nhn9}zGi| #~MVjSw6:q+*GwWSRS$zv]*$NS,r{vAc7r_## YfU |srֱL%jD#cvY*i놌/1%.:`e{!4j4^"Dj Rޭ J^IO6g,iYd@>Jn7n/H?msi95 1 (#_ob4IN`p}%iJ?kN6^j+ ?Br7nZ0ԏuiYcCr J]z Ν'-Bt*?d,tYoa*^] W$mhgUVjKCt3 Vݮ; rl\&ap\_7Kk=rdFOMjoXJ5CeyFJ.H`5;i7qbs\-,nw1dlѡaF+bBd` A8}R`"6I0#q'-iIHe mŁqT1;mgFJ+LOz?`CxJ6_șF-@ѣ106%!!&Yzbtjr%퀪+ JplLQ;^W+pϷtxţd $q=C 42gJxTċC]dX0O |>+ȗZ||Y9lf xܛ\zfrR r-;yAEF $ QQbV#"bGgTeLK_)i}vQg &G!>棐1N;=Yˏ:D6ܟ(j0d)Dօ@'$SY$u?|ט(Rh ~X*gg<:,FObԻe^.[ Ę~, ~4a$~ B:\}l.LTL=a9ˎnDrDC/n H7D{*.ܕ*G eյ(*)i\B:Z,Qa|!&,3ͩu"uF]ЮI9]OҔAjVۖ J/Ptu&ږGef[a}w% 7abB}vO׫tFK@7snUA/QU<9|Wzҽj^I?Me5θJ\}6DahzXBIuв8lMc^Ҧ-*ۯ.NWc:z]0O@&NC Sk34%/-n+[PB$S~ +@S KDfOi2ya& 0@؀ mm3|I zr$ %!sS_ul4С?ejɰ,^$4EYC?˳A>_7 W1Oժ"a l}?UFr*IbL̒FiRz݄qW$Ar7#8#<.& ӫc),s`ӎyUi԰,[4k]Pņ3ZՅ0+fyFgFo2MϭzB^ܡ4ˍq|eau.\p?'R>R_T,(>l>$ODMU>tC(8s&KlyUhd7gQ8/ށD䴞#G6;t`ѷW-EA =o#$=@9 ĜtdweHԘGNi[\F4[5퀄b_'c Ԟ!s'FZBd&Hcj—U)=^ۥm֛Zo ˵.L"M/PKuUd5ufX;.|C:eȡ/edD2!ӿKJPjꙇFJU9kCѬju  #g WhH:ܕa)eYJ%vXE&@|JrHTR$s{3μ'9P8oTU1EX% s,V*ВZE(g˩$߅wܜcŝU\KfoΓ\E=;(7eoJ=@I|Vch (̉[8Єfi\5R]VasRT`Vc./=~sLX5=yC|~@&1Hծxq-F4aW̿#E`F)^W?X[GIn<87:FBR_||a&um$=$eNm":yvBnXz*vGyը3lTeoz%(-4kzbN7ˮ!ga~ F^y,<3 Zng@?ytM/%XRQ 9:VɷPQLW3"]5n'y)q -3A6/e~AӥӝkeOC zFRA]ζx”\ _V+Iq4ސzk/ߝUez ]g6 SSF&D;&m%{P?yV0@ѻZ(RCA9;Č$2eE~l!DcVLcɉ^}I?`HY?EIFԜHɇcѽ%,BdN[.&&U:7?R\t$*E^P$;,L Pq 6ɹ@+<0K!>+#4 QUy=)<*" {TyƃHr"6/Λ:!`wm*>Q8 о npj0XXpGb˧K_KfJXo]{H=}Mg+S{s#d6#/7i@gR- ,J({bU)..:"rLC7!](+cl& J+b솭V1aLzn+Kǜq"QI{Sc!U):k%ֺ=ԤtSk }*VdETkB&[.y>em1Նo ¦Yd 9̡%}y>q+vHz^7jl/*HٗOIk%%rWN8s%I`t Q a_' ,b](6–ehD?^WœPHa\ݍVGQS a0濉aD: }jYƃf>Y]!QVޅ#-.rؾ]ziEI4Ǭ޺G smw¼w\gc>Icw:xXI cujHێ7jnj etB,f d_dѶEUa؉Oy,A'dq]jzɈ|d$-#~ NޣrM53VUMHLo`F?.[R1Zh3MbM$ܔFӝX.ޔ%DʢJWPmĿ0^$*s/&O3rj/_wN5 (`*Ӳ ^[bI*}kb /p 'yXgo!a{ _z^XBj|s`ʭĭ>@w~_F&A~Eg㧚WbܷO֡w`1daz0.ũI-Ex %v))tI2;ܹV9TgUK9}\p=ƍZpzT$eGG~yQQcIz] CB yn1)c4 q4/H((*f l5jb-XJ#uury<їAH9|l.?MWy˼:Z4W ZWf؎ 6S"XK: Z},-m;*"]%Up!ImV9Wi( ;yZ+j`ڣ @}[oqqf2hv (N jBHҍ+Wju`Du…~p2kEAw`4=4 /N7I5զ D_ZKt4L[Ƅ ̬_YLh YC+NLʮFDc툕 }\עU׮#/ZHc/ ?f-pbp8ȓrJ%_&Ctؑ_⨌gP$G+\9i~{e?*:2UVz;V8nMj)&~">6ROqԍv }ͱa¸ :=-]&c5*m|ފ8_E_Q2Ղd){k3#ФDr:47[ e]#hG1ЫH٫[n8imV [Avl.9AB>\C;>%t.fؚA6l#j^c' J#dsekak0J#b7AKkA;3u a-x{zV3`[ҥnOEkPn3MsA]m k$q>U$Ykz@%؇x-cTFԺ^qnb䴲R^ [!X_x_9oЁGrvfm/ Yč#@Y|Oԝ{b錯vބv^ jЋ 8ڽlqħ)etDC΢kkjeu:Q:g =Eh0 FaY~|Ny;vX̬~wZ迴l>=+_ {55^^B^7)}BXAT8+֍F=l&,H !.+jDCAy@Ze;\oCA yULT鷪?"rM>Z4h~YQQ'9J7'">V4ecMl^hyLaJ厂%?/E&n)1}~) K0PA=nE6=MA*#\H_D%&qla&%p=a(? (nFϜ<ꕿ7SYࢯBG&+-7 gwʯ5.U$5Y')"Kn:sּXtNQ't=S>Ln,θ]Ut u,R.7=+R6=p:5 B\殚QiXfYpfB#r=OWHrBR~ʫJyTGɚA2#)96CPrÐ'3؎YU$jrKW6j)o&7be+HPsk['yTc%~=HKu>HXr-rUYAdLMyΔ 6T>ɹZ ?6[[c5m)tHG.G5J~BoЪS LcwL8vD[q״6kg%йjg|]5@?8Ir0C@/# qO ;˲E#J 8kK`b!oZ#{U~}}z)u=9̸X2 4!.yt_ZV[< 3"0yI#=8viѹύ:a ݅hh-ˮ5? ,L43xloOB  WF0s[\|3Xj?άv1ulg"Gb٫r\K%.$ „H;-K,tMߴLP` >UIды6&h FTV@=,UPH '"g!`bj5~; c48ŏdG.wџC}5:9 DaIUM3lm,o)?#o47[ߙLW_cRXSf+CRkQY\fii: |^:3IUMy$琖[HvMOM[ZVi*^WGz0*#zǩZ>(Į9:!g/hvٮ|PK׵,A2)j 2@\^#<1`KIPU ٱQxxI`R?+uɬU8pJ(]fحSkqP!cr%)bq6t4bi/4RD*?8vra)_&m`p'(MqݷM>Jr*#Y&Ab}Żpy(3}XnUs( jk?xrhoZ/11Aki4W& bv7l7u4AYhGO~Bܻp[C/> (zek)K9?n v%㜯51oƐGl