pacemaker-cli-1.1.18+20180430.b12c320f5-lp150.2.16.1 4>$  Ap]/=„ he[{%4dPh +j߅[@ 70I4㙽w9а_e45=]|]kQt3\kypF1?1d* 7 mdhpt URU  ( l @ ACFIIL L\&L&Pl&(P8Q9S4:[S=X>`?h@pFxGH I X Y \,]p^bc\deflu vPw*x,y/ z1P1`1d1j1Cpacemaker-cli1.1.18+20180430.b12c320f5lp150.2.16.1Command line tools for controlling Pacemaker clustersPacemaker is an advanced, scalable High-Availability cluster resource manager. The pacemaker-cli package contains command line tools that can be used to query and control the cluster from machines that may, or may not, be part of the cluster.]rlamb221openSUSE Leap 15.0openSUSEGPL-2.0 and GPL-2.0+ and LGPL-2.1+http://bugs.opensuse.orgProductivity/Clustering/HAhttp://www.clusterlabs.orglinuxx86_64 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 crm_mon.service ; do sysv_service="${service%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else for service in crm_mon.service ; do # The tag file might have been left by a preceding # update (see 1059627) rm -f "/run/rpm-pacemaker-update-$service-new-in-upgrade" if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-pacemaker-update-$service-new-in-upgrade" fi done for service in crm_mon.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 fiif [ ! -e /etc/sysconfig/pacemaker ]; then PNAME=pacemaker SUBPNAME= SYSC_TEMPLATE=/usr/share/fillup-templates/sysconfig.$PNAME$SUBPNAME # If template not in new /usr/share/fillup-templates, fallback to old TEMPLATE_DIR if [ ! -f $SYSC_TEMPLATE ] ; then TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME fi SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME ..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi 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 crm_mon.service || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in crm_mon.service ; do if [ ! -e "/run/rpm-pacemaker-update-$service-new-in-upgrade" ]; then continue fi rm -f "/run/rpm-pacemaker-update-$service-new-in-upgrade" if [ ! -x /usr/bin/systemctl ]; then continue fi /usr/bin/systemctl preset "$service" || : done for service in crm_mon.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 if [ ! -e /etc/sysconfig/crm_mon ]; then PNAME=crm_mon SUBPNAME= SYSC_TEMPLATE=/usr/share/fillup-templates/sysconfig.$PNAME$SUBPNAME # If template not in new /usr/share/fillup-templates, fallback to old TEMPLATE_DIR if [ ! -f $SYSC_TEMPLATE ] ; then TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME fi SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME ..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi fi if [ "$1" -eq "2" ]; then # Package upgrade, not initial install: # Move any pre-2.0 logs to new location to ensure they get rotated { mv -fbS.rpmsave /var/log/pacemaker.log* /var/log/pacemaker \ || mv -f /var/log/pacemaker.log* /var/log/pacemaker } >/dev/null 2>/dev/null || : fi 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 crm_mon.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 crm_mon.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 crm_mon.service ) || : fi else # package uninstall for service in crm_mon.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 fi"B${+w<.eX|Ny`SO*x- Hz76PXPX> P<%òFw qox ]A g~E _a b*  lkA|>=ADR>>>o>>>mmmmmnoQQm>l)&&2su9JGIpTAAAA큤A큤A큤AAAAA]9]9]9]9]9]9]9]9]9]9]9]9]9]9]9]9]9]A]6]A]A]A]A]A]6]6]A]9]6]A]A]A]6]A]A]A]A]9]NZr&Zr&]9]9]8]8]8]8]8]8]8]8]8]8]8]6]6]6]6]6]6]6]6]6]6]6]6]6]6]6]6]6]B]7]7]7]7]7]7]7]7]7]7]7]7]7]7]7]7]7]7]7]7]7]7]7]7]7]7]7]7]7]7]7]7]7]7]7]7]7]7]7]7]7]7]7]7]7]7]7]B]6]6]7]7]7]7]7]7]7]7]7]7]7]7]7]7]7]7]7]9]9]9]9]9]96106b64ea07b67c83ffed7c0331c2ee76b8bb7ffacd180b7e2809414158da8d45997675cd33b153c7601d9a8f37649421652f90d131da3001587cd0b389288e0b241d548465e67a011e9b3c40d9d0ac36de3d70609e2557aa807df8821cedaa1a36f03e27707f3279675cf9e4f80e2f1a1f85e349d2e5fb62a202b84c473f09908408f5593c4c423acf76e48f2864e22635f3e0ecc33d5924a3544096416368ae2defd5ba4e754a78517329ad4a0a984af89c6ffae462a54e642def3dcde341bd86338d99d2e1754458f3ff296fd121cefa74a405cf5684b5f005e5accb789005e7084ca46893acdab8f77e90853d343b95b2094954a10fe3118d70140ca62c536f51ea3e491a7715153ef0fb15eeeeef787d35394aac13e99491372fddfc668490a7d67e8fba33d9f7123806f7f85509245ab21f54fce79a0a8e82585abd6e4e264fed2eba7853cbf16438a763f66243fbaa7022c3b7e0ee7090112b891bd3db6fd64fa3b06cfef0f1f6dce5fc0282927c8aea0d882f16125e2d135b102806043208916c1a59783e10876f200d72a57a2fe63357a939aeaff7cb172e1dede24f1e2c7912250ca3c8b98e858002337b780483132659ddc17a438a984d9b38ea732094e119fc283983fc9d6fa78c742dfce6e885268cd4a213674026f8d67102ffb9dc782a39f8827292aaba50e8760f8b6a756376bf9efb98133d465d48b35cdcdaf12e828a973ba0db1aaf7dbfaaef1ad133da3083ec3c3f692158d30475bfb8d5c85da3c47fb80bbd04a6b27095c789c718adfab9b88f79354b5ef302155446c098305dc4847481b31849aa93f19aaf8b091bcac37e91f66ada2376c1d987f2de912005e091b55e5ec309e6ecf2513398df1eb9fd51e22f683b96903705f00e811b9b097390130f3e920bbda969028495f8ab3b4ee446b9d25342a6991b640980bbcf8d491c0644ebfb00911e634d47d0edbcfad7b09b12e41f362fd813b24787130c30d576502a2ae5a329b1fa1090b3f65f874b810c74302ace4e7d763a90f1cc730535a26bc6d11ec37e557599f3f962249889da9bba4f69343f999c89aabf4074a453787839ad5102565358185a41bdadc0e33cc8f775cbdf1c985ba20c697f5af0fd919d381b677c3c02aaa2ab51bd23f8a3d5fdb385eaa60704037b7698c49547e7ffeed80292b3a012b6935f0b7497cbe05d743c11b7b838b50db17c8d69265b66b42372cb06bb6f9f44ea6e1eca14df6629020c05e62cb8d25ade73f675eab18e0365bf5bea2f20037f657a67be6b8ca1e3d39c16b41f5d1affb69ef57f8c7f9b609b145b304466ff1df468ca1ccde229f7ce6d7339653100e848c103b364b8d468fd5d03d76d9a17bdb1e91b0a77cd033319f49d272b3c21c467c131080130a1c9eefaed0ba88190352b38b0d6a68de14dedf66e016b0386131dcaa14f1e7917b99f8f944e954fd5f1957508c8f49f5ed02f0dd7aa6b5e3aa8f5cdcd4bb00745d657cb161e55fad41b2ff6fa647c8abff0ebf4c2c9f4f19c9739ed3063957cd1336bc4a371a45da1db98e22b6f2af357e230ef0c5d3081a7c70fd5a485ae0288a7e5ab2ca8911119424d029547d6ee6ec3453d534682770670c21afcb0c5a8d9f639646d6e25478b355e2ae65a9cafbac3bd6b72956195b9e403319d70137cc65665f256d50db93775c4ae0b37b44bf19d29f9fa7ea3724070b24c5b65e5a37430977b3cfa1963d99f2aa435b00526a82eddcc9856d7b2975ee9cc687834ffbe5a93f0cf88e4edcd6e76f46ee9b0c18b57bb3fc7b5d39ae50bcf8dfae1c870b109fee2fe22450c51caa633b2fcb6e3260c7d461ed353e4cbbddc3dd008a3dabe5b59dc7b7a08d742cb7141c1cd22e664c1799acccdde35c6448eda8ed50249bff462d6c502376a5560d4c5868d4e063d7cf8cede6972df7977bfa99c4ab0f105d698c2fe389b8cc79e7423558337978a52f246d1a64dba23eb006562ddc66c202532b7395a6133279b78d61cd1f7cdf168559c6e6250d7aaba82d3963250cc99fe456f69e192f4fe8b8f46cea048a0fa0dac8f25fffbda3c526f9bf37d55e2b23a85dbd7b70456bbbdef64be33f9c147a57ee740da5884499d22cab08ab9a62dda408faabeb68dd5fcb8f0021931634022e803b84a7df811decaeb185c4e5373b9e0f29d19abb53a2205dbc3182aba919830640099d8d9106adfddb8f438cc29c9865d142234f2b0ee27db0821c7960f56a85a13e19324d804b56fa118958b49f6d16508c602769035041fdefc4eaaaad690c8241efd9b6a582e921144b7ceb26e2b03dfeb1140eada44943e7b390467a9204ce448c1aba5cc48fcef4fe651cb5113c6b148ef757d095cf85c8a754ee43c2ad5d0954ee48461f097244cc000317a8bb9a1e064ff7cadf12dfe84811d4739a2b1f4b1495deab00cbe70ed1a3863a8a5a78a024546cabedfb11c110c2598b5e7e19ca9b90e167e7cbf8fd19760debaf96ab25cb19a9dd8b9e89a33a99de2fa6d2f0b0a76542ac11513850a5cbf79e3f4d2f9e3b4b6ec7562533f4cdcb7029fb47149ac4b9e11a822e40e6cc221562d8b24cb898d105009d57b2c5c28dd50f74773c1ee2ae4594951f693dbfc12fa2e05e09c6921f4a4557422c14beace4c050517a3fb037d4f0a2d631a4ffba89ff0da154b203459c076573ff89ed07576ef5992bcce20f8718cb97caac56631cf7b4db4279f4bb3fd9fa4b951138e09f2225500619bbabd2d80e9e64da0b3e3ed5a728fcfb354e9d5328a741a84cc3a9561762c97d667421a29e684b841ba1fca1e801b42c7a1739f7d8229bca6d6bb362a7b33ef9c47f2f2044039042c9e13f7fe13ab7cad3fe8a6d3ebab83926528b20157bc8795887e80d51e69e78838b0090fa14573475a3b446c317101d9debc6f0b263014810dc60a5e173b8400931cf4b04a9bfa629e5246776b16f4c3149cca866f66da9fb9f946632905d9ea31d12d5982b7bcca51632e8abc238b6be8e78a2586a891d90b925a5721a06dd0ee69adcd3f22803c90f04acf0171446213a0cb2ae2349fd3dec463ecea0411b81276fbc8200673a20c9e0ad41e8f403bfd7d837be8002eb7618dff3fc8dda2c96d5490c99979b9e7fad72d375642d47b125f538f4bdfb8691e3daa89210aaa6d7e9bccf1409b5a8080b5a3f276aa0cf7ca16abd0c66f96ba0e0cb752032ad933f781b7c493ff9d5955e5cf3d3672df1a3b52cfae6903d46d265475050d0f5c38ce7a56eadfc564f8992d815616e51cb0c1cc8ebfaab9622ed436b8cd2155c50cbc01852b2312403957446387450eda46735028d6fad26a50ec1abfa60beb2358002f5df8ef5b899e2fa7845dbf2bbe8833e941fe0c41bd76742c9e8cbbc8d30184ab6f6386fa6b864f5fdab6b82fe0a0531abd0745b81509613725a4d04489f71ce12ea9f573c0cf47380b2137fa8f548ed6aebca307e884509d995a73fcb02a44cfa716356d490282fce8ab703f1c53c7118637c805b7366b29394efb2bccf46f7b48f384c67c50902f88f750684ce297e8b1e510e46bd012b5eed71790eb1b1c2404fd43ce453a7feaa7cda77183bde626f94e5a684c3e7bdc5a78577a1ad2b7830215369ce6cec2e6e53da8aa79ebc5ad434c00c14d061412f79b5ed691934466322c76746b3736b8e6941e9b4f5da800daf4042deafa38f480e3cdcb68c8bb83d6b05021a3abcfb469eb11fc353fe0c7885182a73e362ec0cbb3d7cab7ba41a19edeadfd510b4da74f514721fc005876cf277c115e38741e32b692bd57eeffa349e964bceceedf49ebbda5fe89cdb8e613f638508cf315f66e570711477fd2092f54602dd41a143ee56511dd0d83579d0aaad38f7318923d6ea0619541ea271fcc2676d98e88736fe471b84c68b7b1ad657bb97549bf328f89d9efab9e726bcee7d80f065fef42669ab6c70c325a3e1f5d5ea7654efde74b03a33ae0acaa276ea94a9cbaaa7bf155752e9d0248056e5d3b1b5316018daa9415af3a2ffab736b5f4662358cd70400512211324d9655ac6eae5805fc660499e22df581023671a741830f8d452e2559cbf9dac9b73a86d5a6ed1440dad8469e25fa3ef8b085be9fdb4defa534f61761694a935d3945bd0814d05bd730d64badfb52ddc204ead3efed5c8813a6d6d1e608e639562c81d5873a9d1074cf9068f022590e7006696271fae56cb5dfa93f6917568d7e40f7491883b9789c6c1fc408afd2d331dbe623147f9599faa1ddcde9d5089e622027a9057c7b71c6b763564df475af92c5c4d59ff5ccf5581923917eab6b3d4a5676644f1c26af96fbaef2cbbf98dcbfd5f8e9b58fef8f6a0ecd6c5fd59cfa21276114af8ab68cdaebfaaf1668e263c68849ff483f2094bbbd6b49f8d6cb553969306c8f7cdb6104c3811a369fa756641989407ea06396a7b19da4acef976c991544a7300ff0f26667a63f16d032ad0db4652779aeb98fe3145161afb242c5a14a28f125d41034825b339239888d830b4687b9b307e28709f0cb02439706c9ddd983c777405972ae4a7e46077431a12422afc61c3f9feff827c24a87ce284b618056006420065fdb599da1a1f6349a222bf91339eeba879de0ce8a06278b943d248adeea669d0627a345e9f706478c49457b4696abdd9d398ee4d629bc51bce617b0f00eabe43680b0a8c924f50e0ea981cc24f2ccabb2e7bf07f751e8f95509fd0cff8c7bc9b9a6d868a580dc5ecae4b8dba54d3394b2a8b4257ec0611d70b9a89191207d6e13ebc7c69e780be07f516d43f2c64a169e93f0c5d9d8f196e56b4335c533ba7c9e61421b7fddee37321202fcde6bc2615a4823f7b62980fbce8d4ae3ba41a40ff3f24fae5a20ff33aa52d45634974e01bb1d1f119a756a2ec2594b1e028cf06713de1f81a29b3ddf10f2820ce4b673934a3f34cafba20e791416c521843eeaaff861671ddefcd2bf9baa545b1920e1da5873aefeff71ff04203646949b82e5dbab62b67e23f84df5c31d431c83a1144ecf6c4d29c9f68646377902e9789716bd3b5ed774ec12a2f827a51a9c90ae58a2cf1029b8a347b031db8e2c8b1ae4b0d40f4feb08f07eb48905ef3c63b85f3c43d44907768bec832c078c3d0d73e6d97dec51c5ba141b31091891fa2c54f83513385dcc7cbc92d358ba0a7ac0d65c8fee712d726cb15fda20898b9a490d36ef321c4e1caa8321705b4f2dd269af79d1a9b6486e161abfde8abea21616d09329b0d1ea83e14f58e8b43060b593093e6686c6bcde89db5d377a01e92f0cbf19cf8a85491e7b5841d47fa76926e24e14c454737321a317463569fab7d1a30cdaea3b9df146ce73acbfb4a7d68979fcb3a8cb8ffa55bdeae010e4a462a7ff62a9762c7892c39b70d761193fdeb003d290281ba6a4fc83503ca66490e257122f75df98f7fefcf3131b25d5f34ee7d2f1335fdf955672ecc0a650e52c81b0be466f30b8fc0a5e397fec57d9f707d47a7484fc79756bfa7b1ec0c79dc6c66493b176c16b0903f7ca2ae49a0d5a2a36553e67276e558f1f39f1364cf5dc336fb31d831846be73105dc1a64626b7ac66ae70b3eb1842633f1cd394be7ec65694c0a788a6cec3cfe91be9bb9c141380db01d9c11555f35b422395762c68ef30c95ae7b1c2529f91ed5e2d64ee5e57222dd692896512efce4392202ee71938a6e46f98e9678537b208e2ec835d02b7854488cafdfdfe62ad4e2bc8a01a6ecdae458ad2261e179739ee020902aa35274af8b4f2ac58b19ef9017c648d9a507bd57d9efd31607fb9ad1e59f26c47e8ea4b9275e5b2c5605b0076ea9e8dde7f0712ff5383e2d2bafbe3dbab164985b35f27dc665ccfd3e22db17f9883d721de4a194d25962937c89a43737e666b935792ef43c09c24944fe488f823bb170affe7cb../heartbeat/NodeUtilizationservicepacemaker-3.0.rngrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootroothaclusterhaclusterhaclusterhaclusterhaclusterroothaclientrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootroothaclienthaclienthaclienthaclienthaclientpacemaker-1.1.18+20180430.b12c320f5-lp150.2.16.1.src.rpmconfig(pacemaker-cli)pacemaker-clipacemaker-cli(x86-64)@ @@@@@@@@@@@@@@@@@@@@@@@@    /bin/bash/bin/sh/bin/sh/bin/sh/bin/sh/bin/shconfig(pacemaker-cli)coreutilslibc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libcib.so.7()(64bit)libcrmcluster.so.9()(64bit)libcrmcommon.so.13()(64bit)libcrmservice.so.8()(64bit)libglib-2.0.so.0()(64bit)liblrmd.so.8()(64bit)libncurses.so.6()(64bit)libncurses.so.6(NCURSEST6_5.7.20081102)(64bit)libpacemaker3libpe_rules.so.2()(64bit)libpe_status.so.16()(64bit)libpengine.so.16()(64bit)libqb.so.0()(64bit)libstonithd.so.6()(64bit)libtinfo.so.6()(64bit)libtinfo.so.6(NCURSES6_TINFO_5.0.19991023)(64bit)libtinfo.so.6(NCURSES6_TINFO_5.7.20081102)(64bit)libtransitioner.so.5()(64bit)libxml2.so.2()(64bit)libxml2.so.2(LIBXML2_2.4.30)(64bit)logrotateperl-TimeDaterpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.1.18+20180430.b12c320f5-lp150.2.16.11.1.18+20180430.b12c320f5-lp150.2.16.13.0.4-14.6.0-14.0-15.2-14.14.1],j\Q\Ɋ@\8\f\\@\R@\I\E@ZYan Gao Yan Gao Yan Gao Yan Gao Yan Gao Yan Gao ygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comjengelh@inai.deygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.combliu@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comrbrown@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comdimstar@opensuse.orgygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comtchvatal@suse.comygao@suse.comtchvatal@suse.comtchvatal@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comrguenther@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comygao@suse.comdimstar@opensuse.orgygao@suse.comygao@suse.comygao@suse.com- scheduler: wait for probe actions to complete to prevent unnecessary restart/re-promote of dependent resources (bsc#1130122, bsc#1032511) * bsc#1130122-0001-Fix-scheduler-wait-for-probe-actions-to-complete-to-.patch * bsc#1130122-0002-Test-scheduler-wait-for-probe-actions-to-complete-to.patch- controller: confirm cancel of failed monitors (bsc#1133866) * bsc#1133866-0003-Fix-controller-confirm-cancel-of-failed-monitors.patch - controller: improve failed recurring action messages (bsc#1133866) * bsc#1133866-0002-Log-controller-improve-failed-recurring-action-messa.patch - libcrmcommon: improve parse_op_key() efficiency (bsc#1133866) * bsc#1133866-0001-Refactor-libcrmcommon-improve-parse_op_key-efficienc.patch - libcrmcommon: return error when applying XML diffs containing unknown operations (bsc#1127716) * bsc#1127716-0003-Fix-libcrmcommon-return-error-when-applying-XML-diff.patch - libcrmcommon: avoid possible use-of-NULL when applying XML diffs (bsc#1127716) * bsc#1127716-0002-Fix-libcrmcommon-avoid-possible-use-of-NULL-when-app.patch - libcrmcommon: correctly apply XML diffs with multiple move/create changes (bsc#1127716) * bsc#1127716-0001-Fix-libcrmcommon-correctly-apply-XML-diffs-with-mult.patch- controller: avoid memory leak when duplicate monitor is scheduled * 0001-Low-controller-avoid-memory-leak-when-duplicate-moni.patch - libcrmcommon: return proper code if testing pid is denied (bsc#1131353, bsc#1131356) * bsc#1131353-bsc#1131356-0009-Low-libcrmcommon-return-proper-code-if-testing-pid-i.patch- libcrmcommon: avoid use-of-NULL when checking whether process is active (bsc#1131353, bsc#1131356) * bsc#1131353-bsc#1131356-0008-Fix-libcrmcommon-avoid-use-of-NULL-when-checking-whe.patch - tools: run main loop for crm_resource clean-up with resource (bsc#1140519) * bsc#1140519-0001-Fix-tools-crm_resource-C-should-wait-for-all-replies.patch- controld: fix possible NULL pointer dereference (bsc#1131353, bsc#1131356) * bsc#1131353-bsc#1131356-0007-Med-controld-fix-possible-NULL-pointer-dereference-1.1.patch - pacemakerd vs. IPC/procfs confused deputy authenticity issue (CVE-2018-16877, bsc#1131356) (CVE-2018-16878, bsc#1131353) * bsc#1131353-bsc#1131356-0002-High-pacemakerd-vs.-IPC-procfs-confused-deputy-authe.patch * bsc#1131353-bsc#1131356-0003-High-pacemakerd-vs.-IPC-procfs-confused-deputy-authe.patch * bsc#1131353-bsc#1131356-0004-High-pacemakerd-vs.-IPC-procfs-confused-deputy-authe-1.1.patch * bsc#1131353-bsc#1131356-0005-High-pacemakerd-vs.-IPC-procfs-confused-deputy-authe.patch * bsc#1131353-bsc#1131356-0006-High-pacemakerd-vs.-IPC-procfs-confused-deputy-authe-1.1.patch - libservices: fix use-after-free wrt. alert handling (CVE-2019-3885, bsc#1131357) * bsc#1131357-0001-High-libservices-fix-use-after-free-wrt.-alert-handl.patch - pacemakerd: only one active process check needed * 0001-Low-pacemakerd-only-one-active-process-check-needed.patch - Shutdown corosync after a fatal error * 0001-Shutdown-corosync-after-a-fatal-error.patch- libcrmcluster: avoid use-of-NULL when searching for remote node (bsc#1128772) * bsc#1128772-0001-Fix-libcrmcluster-avoid-use-of-NULL-when-searching-f.patch- scheduler: cl#5301 - respect order constraints when relevant resources are being probed (bsc#1117934, bsc#1128374) * bsc#1117934-0001-Fix-scheduler-cl-5301-respect-order-constraints-when.patch * bsc#1117934-0002-Test-scheduler-cl-5301-respect-order-constraints-whe.patch * bsc#1117934-0003-Test-scheduler-cl-5301-respect-order-constraints-whe.patch- CTS: really don't require nodes to be specified if listing tests (bsc#1114840) * bsc#1114840-0001-Test-CTS-really-don-t-require-nodes-to-be-specified-.patch- cts: temporarily disable any enabled cluster serivces when running remote tests * 0002-Test-cts-temporarily-disable-any-enabled-cluster-ser.patch - cts: service counts as enabled only if it's explicitly enabled * 0001-Test-cts-service-counts-as-enabled-only-if-it-s-expl.patch- cts-exec: still run the tests for the other resource classes even without python systemd bindings (bsc#1121808) * bsc#1121808-0001-Test-cts-exec-still-run-the-tests-for-the-other-reso.patch- CTS: ignore monitor failures when testing remote node fencing * 0002-Test-CTS-ignore-monitor-failures-when-testing-remote.patch - CTS: lower remote connection failure detection time * 0001-Test-CTS-lower-remote-connection-failure-detection-t.patch - cts: use bash in the pacemaker-cts-dummyd * 0001-Test-cts-use-bash-in-the-pacemaker-cts-dummyd.patch - cts: clear constraints on cluster nodes (bsc#1121272) * bsc#1121272-0003-Test-cts-clear-constraints-on-cluster-nodes.patch - cts: resume any possibly frozen pacemaker_remoted when cleaning up the test (bsc#1121272) * bsc#1121272-0002-Test-cts-resume-any-possibly-frozen-pacemaker_remote.patch - cts: simulate failure of pacemaker_remoted by freezing it with SIGSTOP (bsc#1121272) * bsc#1121272-0001-Test-cts-simulate-failure-of-pacemaker_remoted-by-fr.patch - CTS: don't require nodes to be specified if only listing tests (bsc#1114840) * bsc#1114840-0001-Test-CTS-don-t-require-nodes-to-be-specified-if-only.patch - cts: set default number of iterations to 1 * 0001-Test-cts-set-default-number-of-iterations-to-1.patch- fenced: Handle fencing requested with nodeid by utilizing the membership cache of known nodes (bsc#1094208, bsc#1107270, bsc#974108) * bsc#1094208-0002-Refactor-fenced-Handle-fencing-requested-with-nodeid.patch - controld: able to manually confirm unseen nodes are down (bsc#1094208, bsc#1107270) * bsc#1094208-0001-Fix-controld-able-to-manually-confirm-unseen-nodes-a.patch- Add missing %pre section for cts- spec: Install /etc/pacemaker directory for storing authkey file (bsc#1082883) - spec: unify quoting in {pre,post}* scriptlets' action soliciting - spec: add a simple retention of pre-existing log move targets - XML: upgrade-2.10.xsl: resource meta_attributes: tweak diagnostic msg * pacemaker-XML-upgrade-2.10.xsl-resource-meta_attributes-tweak-diagnostic-msg.patch - XML: upgrade-2.10.xsl: re-apply on scheduler CTS test cases * pacemaker-XML-upgrade-2.10.xsl-re-apply-on-scheduler-CTS-test-cases.patch - XML: upgrade-2.10.xsl: resource meta_attributes: validity conformance * pacemaker-XML-upgrade-2.10.xsl-resource-meta_attributes-validity-conformance.patch- execd: avoid memory leak when testing remote key * pacemaker-execd-avoid-memory-leak-when-testing-remote-key.patch - cts-scheduler: avoid unsupported usage of requires * pacemaker-cts-scheduler-avoid-unsupported-usage-of-requires.patch - controld: avoid memory leak when synthesizing failure * pacemaker-controld-avoid-memory-leak-when-synthesizing-failure.patch - XML: upgrade-2.10.xsl: resource meta_attributes: isolation* items * pacemaker-XML-upgrade-2.10.xsl-resource-meta_attributes-isolation-items.patch - XML: upgrade-2.10.xsl: make diagnostics more direct wrt. context * pacemaker-XML-upgrade-2.10.xsl-make-diagnostics-more-direct-wrt-context.patch - XML: upgrade-2.10.xsl: remaining "marking" space with op meta_attributes * pacemaker-XML-upgrade-2.10.xsl-remaining-marking-space-with-op-meta_attributes.patch - XML: upgrade-2.10.xsl: simplify 2/2: HelperIdentity, no INNER-RECURSION * pacemaker-XML-upgrade-2.10.xsl-simplify-2-2-HelperIdentity-no-INNER-RECURSION.patch - XML: upgrade-2.10.xsl: simplify 1/2: resource instance_attributes * pacemaker-XML-upgrade-2.10.xsl-simplify-1-2-resource-instance_attributes.patch - XML: regression.sh: modularize "XSLT processor", allow substitutes * pacemaker-XML-regression.sh-modularize-XSLT-processor-allow-substitutes.patch - tools: improve error messages from crm_resource --move * pacemaker-tools-improve-error-messages-from-crm_resource---move.patch - tools: use output redirection correctly in crm_standby * pacemaker-tools-use-output-redirection-correctly-in-crm_standby.patch - tools: handle multiple values properly in crm_attribute * pacemaker-tools-handle-multiple-values-properly-in-crm_attribute.patch - tools: bash portability issue in crm_failcount * pacemaker-tools-bash-portability-issue-in-crm_failcount.patch - libcrmservice: don't consider a cancelled recurring operation as failed * pacemaker-libcrmservice-dont-consider-a-cancelled-recurring-operation-as-failed.patch - tools: cibsecret --help/--version doesn't require cluster to be running (bsc#1102915) * bsc#1102915-pacemaker-tools-cibsecret---help--version-doesnt-require-cluster-to-be-running.patch - spec: package cts-exec-helper with main package instead of -cli - spec: move old logs after upgrade - scheduler: improve failed op message * pacemaker-scheduler-improve-failed-op-message.patch - libcrmservice: find absolute paths when used with "service:" * pacemaker-libcrmservice-find-absolute-paths-when-used-with-service.patch - libcrmservice: separate LSB-specific code into own source files * pacemaker-libcrmservice-separate-LSB-specific-code-into-own-source-files.patch - execd: handle systemd actions correctly when used with "service:" * pacemaker-execd-handle-systemd-actions-correctly-when-used-with-service.patch- contoller,scheduler: guard hash table deletes (bsc#1136712) * pacemaker-contoller-scheduler-guard-hash-table-deletes.patch - controller: don't abort after delay if we're no longer DC * pacemaker-controller-dont-abort-after-delay-if-were-no-longer-DC.patch - libcrmcommon,pacemakerd: kernel task name is at most 15 characters * pacemaker-libcrmcommon-pacemakerd-kernel-task-name-is-at-most-15-characters.patch - io.c: restore -Werror buildability, put conversion specifier last * pacemaker-io.c-restore--Werror-buildability--put-conversion-specifier-last.patch- libcrmcommon: avoid memory leak on failed IPC send * pacemaker-libcrmcommon-avoid-memory-leak-on-failed-IPC-send.patch - daemons: improve connection loss messages * pacemaker-daemons-improve-connection-loss-messages.patch - libcrmcommon: improve connection loss message * pacemaker-libcrmcommon-improve-connection-loss-message.patch - pacemaker_remote: correct documentation URL in systemd unit file * pacemaker-pacemaker_remote-correct-documentation-URL-in-systemd-unit-file.patch - libcrmcommon: check file/directory writability better * pacemaker-libcrmcommon-check-filedirectory-writability-better.patch - spec: no more buildroot XML to modify- Update to version 1.1.18+20180430.b12c320f5: * XML: upgrade-2.10.xsl: fix "mark space" issue (bsc#1091661)- Update to version 1.1.18+20180427.a34ccd926: - crmd: avoid double free after ACL rejection of resource delete - lib: Changed to lowercase comparison. - all: correct misspellings - controld: remove deprecated configdir parameter - controld: deprecate and ignore configdir parameter - controld: consistently indent with spaces instead of tabs - libcrmcommon: don't record pending notify actions as completed - crmd: improve messages when a node is unexpectedly lost - cib: improve shutdown messages - cts-regression: allow specifying to run multiple tests again (bsc#1091360)- Update to version 1.1.18+20180417.24df451b5: - alerts: Delete redundant code. - liblrmd: cast time_t to long long when printing - cts: separate dummy systemd service into separate files * Drop obsolete fate-323526_pacemaker-tests-shebang-python3.patch - crm_diff: rhbz#1561617 - Ignore attribute placement when comparing in 'cib' mode - spec: remove reference to long-gone file - spec: mark -cts & -doc packages as noarch - spec: fix malformed conditional macros for systemd-less cases - alerts: Change timestamp of Alert of snmp.- Update to version 1.1.18+20180411.2f77f4922: - libcrmcommon: free signal triggers when cleaning up mainloop - libcrmcommon: fix memory leak in schema workaround - fencing: avoid memory leaks when freeing remote operation - fencing: free dynamic memory at stonithd shutdown - crmd: delete resource from lrmd when appropriate (bsc#1117381) - Test: rhbz#1565187 - Ensure failures that cause fencing are not removed until after fencing completes - rhbz#1565187 - Ensure failures that cause fencing are not removed until after fencing completes- Update to version 1.1.18+20180406.633845120: - libcrmcommon: add a byte to pid file holder - attrd,cib,libcrmcommon: avoid %z - crmd: avoid memory leak when synthesizing operation result - tools: avoid memory leak on invalid resource - crmd: log rc code as extended information - cib: avoid file descriptor leak on temporary file creation - pengine: avoid redundant test - libcrmcommon: handle compression failures properly - libcrmcommon: improve empty string check - various: improve NULL checks - libcrmcommon: improve patch xpath searches - libcrmcommon,tools: use format strings appropriate to variables - libcrmcommon: use correct argument type for duration - libcrmcluster: avoid potential use-of-NULL - libcrmcommon,libstonithd: avoid resource leaks - tools: get sensor lun in ipmiservicelogd before using it - schema upgrade: temporary fix to avoid crash on newly present text- Update to version 1.1.18+20180406.ce623681e: - fencing: convert fence_legacy to python - fencing: fix typos in messages- Update to version 1.1.18+20180406.18fe1cc2b: - XML: upgrade-2.10.xsl: add transform for automatic upgrades to latest schema - Log: establish correct character string literals also with qb_logt sink - pengine: fix swapped warning message arguments leading to segfault (bsc#1090538) - cts-pengine: add regression test for notifications for unrunnable actions - cts-pengine: update regression tests for notification changes - rhbz#1545449 - Do not perform notifications for events we know wont be executed - bundle: Added add-host option. - liblrmd: add API function for new lrmd op - lrmd: add new lrmd op to list recurring ops - spec: require corosync >= 2.0.0 - crmd,libcrmcommon,libpe_status: guint can't be negative - xml: Allow local "kind" in resource_set within rsc_order (bsc#1085515) - Pacemaker Explained: "symmetrical" defaults to "false" for serialize orders (bsc#1085515) - pengine: "symmetrical" defaults to "false" for serialize orders (bsc#1085515) - pengine: Avoid potential use-of-NULL in unpack_simple_rsc_order() (bsc#1085515) - cts-pengine: add new regression test for interval handling - libpe_status: handle ISO8601 intervals when checking for blocking failures - pengine: properly cancel recurring monitors - pengine: improve recurring operation messages - pengine: check for duplicate intervals properly - libcrmcommon: avoid misuse of crm_get_msec() - pengine: treat reconnect_interval more consistently with action intervals - libpe_status: use default timeout rather than 0 if timeout spec is bad - libpe_status: use correct default timeout for monitors- Update to version 1.1.18+20180322.d37067b2a: - spec: Make sure shadow package is installed before adding user and group- Update to version 1.1.18+20180313.2c83c6872: - cts-pengine: add regression test for changing bundle replica count - libpe_status: handle unique bundle children correctly- Update to version 1.1.18+20180312.31c732adc: - spec: make shadow dependency explicit - spec: drop requirements for bison and flex- Update to version 1.1.18+20180309.e51687162: - crmd,liblrmd,libcrmcommon: improve remote node disconnection logs - libcrmcommon: add function to get text equivalent of client type - crmd: always write faked failures to CIB whenever possible - liblrmd: add function to create resource info structure - crmd: functionize setting fake operation status - crmd: always assert when operation can't be created - crmd: avoid core dump if remote connection doesn't exist - crmd: improve lrmd failure handling - crmd: return rich error codes from get_lrm_resource() - crmd: match only executed down events - crmd: functionize pieces of do_lrm_invoke() - crmd: don't abort for v2 diff LRM refresh if actions pending - crmd: validate CIB diffs better- Update to version 1.1.18+20180305.9cd0f6cb8: - libcrmcommon: avoid memory leak when schema transform not found - tools: warn if crm_resource --wait called in mixed-version cluster - Install /etc/pacemaker directory for storing authkey file (bsc#1082883)- Update to version 1.1.18+20180226.f788652cf: - crmd: log transition ID when aborting - crmd: always log unmatched down events at least at debug level - pengine: deprecate require-all in rsc_order (fate#324508) - libpe_status: deprecate stonith-action=poweroff (fate#324508) - tools: already latest schema is not failure for cibadmin --upgrade - libcrmcluster: prefer corosync name over ring0_addr (fate#324508) - spec: add gcc to BuildRequires - attrd: Synchronize attributes held only on own node.- Build: Ship cibsecret by pacemaker instead of cluster-glue (bsc#1082456) * Drop obsolete pacemaker-cibsecret-tool-temp-disabled.patch- Update to version 1.1.18+20180216.ae50b7f5d: - various: improve string allocation - XML: upgrade-2.10.xsl: re(drop) rsc_colocation/@score-attribute{,-mangle} - XML: upgrade-*.xsl: bump the validate-with field from within stylesheet - XML: upgrade-*.xsl: omit XML declaration - upgrade-*.xsl: don't be picky about comments, PIs, etc.- Update to version 1.1.18+20180213.965befd59: - libcrmcommon: use /tmp when creating temporary XML file - tools: crm_master should always work on node attribute - tools: crm_resource --cleanup couldn't match clone instances - tools: crm_resource --refresh should ignore --operation and --interval - crmd: quorum gain should always cause new transition - rhbz#1527072 - Correctly observe colocation constraints with bundles in the Master role - Bug rhbz#1519812 - Prevent notify actions from causing --wait to hang - libpe_status: recover after failed demote when appropriate - lrmd: always use most recent remote proxy - libpe_status: limit resource type check to primitives - PE: correct mispelled constant - PE: Ensure stop operations occur after stopped remote connections have been brought up - PE: Remote connection resources are safe to to require only quorum - PE: Only allowed nodes need to be considered when ordering resource startup after _all_ recovery - PE: Ordering bundle child stops/demotes after container fencing causes graph loops - PE: Passing boolean instead of a pointer- Update to version 1.1.18+20180209.7acb22379: - use proper way to make output files executable - spec: move lrmd_test to cli package - spec: make log directories owned by cli package - spec: move all test data into cts package - pengine: move regression test to cts as cts-pengine - lrmd: move regression test to cts as cts-lrmd - fencing: move regression test to cts as cts-stonithd - tools: move CLI regression test to cts as cts-cli - rename top-level testing files and move to cts directory - tools: drop crmadmin -i and -d options (fate#324508)- Update to version 1.1.18+20180208.f6a261987: - Feature: crmd: modify feature set handling- Update to version 1.1.18+20180205.b44c57e35: - pengine,doc,tools: rename "master score" to "promotion score" (fate#324508) - libpe_status: rename bundle 'masters' to 'promoted-max' (fate#323415) - pengine,libpe_status: rename master-{max,node-max} to promoted-* (fate#324508) - various: merge clone resource type and master/slave resource type (fate#324508) - attrd,pacemakerd,libcrmcommon: make "Exiting" last message - don't use corosync logging settings (fate#324508) - crmd,libpe_rules: drop support for notification-agent/recipient - tools: improve crm_failcount exit code usage- Update to version 1.1.18+20180129.c801ab11e: - allow configuring specific python intepreter version (fate#323526) * Drop obsolete fate-323526_pacemaker-pacemaker-configure-AM_PATH_PYTHON-python3.patch - use auto-configured python executable in python shebangs (fate#323526) * Update fate-323526_pacemaker-tests-shebang-python3.patch - xml: drop score-attribute and score-attribute-mangle - pengine: avoid misuse of function parameter - libcrmservice,pacemakerd: improve privilege dropping- Update to version 1.1.18+20180119.9146c3c20: - crmd: Avoid double-removal of glib event source on stopping- Update to version 1.1.18+20180118.9c3f7a49c: - libcrmcommon: put exit/return handling in own source/header files - Build: bump build dependencies - Rebase: * pacemaker-Wno-format-signedness.patch- configure: Check for python3 with AM_PATH_PYTHON (fate#323526) * fate-323526_pacemaker-pacemaker-configure-AM_PATH_PYTHON-python3.patch- Update to version 1.1.18+20180112.bd7115b8c: - tools: improve help text - libpe_status: deprecate restart-type and role_after_failure- Update to version 1.1.18+20180109.57d48a1b1: - libcluster,libcrmcommon: improve BZ2 error messages - all: use consistent exit status codes - libcrmcommon,tools: improve XML write error handling - stonithd,libcrmcommon: auto-calculate stonith-watchdog-timeout when requested (fate#324508) - logrotate: switch user when rotating logs- cts: Operate pacemaker service on startup to prevent triggering StopWhenUnneeded of corosync service * pacemaker-cts-StartCmd.patch- Update to version 1.1.18+20180104.7ba28d854: - tools: improve crm_standby option handling - tools: improve crm_standby help and error messages - tools: improve crm_master option handling - tools: improve crm_master help and error messages - tools: remove deprecated stonith_admin option (fate#324508) - tools: remove deprecated crm_verify option (fate#324508) - tools: remove deprecated crm_attribute --node-uuid option (fate#324508) - tools: avoid using deprecated options - tools: remove deprecated crm_resource options (fate#324508) - libpe_status: use consistent monitor for implicit remotes - all: overhaul log locations (fate#324508)- spec: Switch dependencies from python to python3 (fate#323526) - tests: Switch shebang from /usr/bin/python to /usr/bin/python3 (fate#323526) * fate-323526_pacemaker-tests-shebang-python3.patch- Update to version 1.1.18+20180101.494eacba4: - migrate cts to python3 (fate#323526)- Update to version 1.1.18+20171221.c91a650ec: - libcrmcommon: drop special handling of pre-1.1.7 failed recurring op history - libcrmcommon: drop special handling of pre-1.1.4 migration history entries - crmd: drop support for DCs that don't support throttling - cib,libcrmcommon: drop support for PCMK_legacy variable- libcrmcluster: use crm_strdup_printf() instead of calloc() - attrd: avoid small memory leak at start-up - systemd unit files: restore DBus dependency - libcrmservice: avoid memory leak on DBus error - pengine: validate more function arguments - Upstream version cs: 098d557cc495944e1b6ebd9d05b819d6da74825e- libpe_status: drop support for "requires" operation meta-attribute (fate#324508) - tools: crm_resource --cleanup with no resource specified (bsc#1071503) - tools: crm_resource --cleanup (bsc#1071503) - crmd,libpe_status: drop support for legacy option aliases (fate#324508) - libstonithd,libpe_status: drop support for pcmk_poweroff_action (fate#324508) - libstonithd,libpe_status: drop support for pcmk_arg_map (fate#324508) - libstonithd,libpe_status: drop support for pcmk_*_cmd (fate#324508) - libpe_status,libpe_rules: drop support for default-action-timeout (fate#324508) - libpe_status: use correct default timeout for probes - libpe_status: drop support for operation meta-attributes in instance_attributes (fate#324508) - libpe_status: fix precedence of operation meta-attributes - libpe_status,libpe_rules: remove support for is-managed-default (fate#324508) - libpe_status,libpe_rules: drop support for default-resource-stickiness (fate#324508) - crmd: drop support for LRMD_MAX_CHILDREN environment variable (fate#324508) - tools: remove crm_mon SMTP support (fate#324508) - tools: remove crm_mon SNMP support (fate#324508) - lrmd: remove deprecated -r/--dummy command-line option (fate#324508) - tools: crm_resource --cleanup for non-primitive resources (bsc#1071503) - pengine: unfence before probing or starting fence devices - Upstream version cs: 4528eb3b726197ab077243ab923ed291473f0ed7- attrd: ensure node name is broadcast at start-up (CLBZ#5330) - Upstream version cs: 407ded8de381543e71c5b94b3ade296fcfd2c828- libpe_status: remove support for default-resource-failure-stickiness (fate#324508) - libpe_status: remove support for resource-failure-stickiness (fate#324508) - various: remove support for pre-Pacemaker-1.0 CIB XML (fate#324508) - libpe_status,tools: remove support for legacy ticket state entries (fate#324508) - various: remove isolation wrapper support (fate#324508) - systemd unit files: enable TasksMax=infinity (bsc#1028138, bsc#1066710) * Drop obsolete bug-1028138_pacemaker-pacemaker.service-TasksMax.patch - Upstream version cs: 53a3fe14b15b087bbde9ccb524d11d0a413cc6e9- RA: NodeUtilization RA is now shipped by resource-agents package (bsc#1070347) * Drop bug-1015842_pacemaker-NodeUtilization-RA.patch- crmd: default record-pending to TRUE (fate#324508) - tools: enable new crm_resource --cleanup/--refresh behavior (fate#324508) - Upstream version cs: f36ad364748880815bf00151c516a1f2deae2fed- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Update to version 1.1.18 - libpe_status: always use default key location with bundles - attrd,stonithd: more efficient regular expression parsing - libpe_status: avoid potential NULL dereference - tools: use proper variable in message from crm_resource -g - tools: use uber-parent for crm_resource -a/-A - tools: use g_main_loop_is_running() properly - libpe_status: monitors are rescheduled, not reloaded - crmd: determine restart/private digests correctly - systemd: add TasksMax comment to pacemaker_remote unit (bsc#1028138, bsc#1066710) - tools: make regression test insensitive to line number changes - pengine,tools,libpe_status: avoid unnecessary use of pe_find_current - pacemaker.service: Recommend not to limit tasks (bsc#1028138, bsc#1066710) * Update bug-1028138_pacemaker-pacemaker.service-TasksMax.patch - tools: set the correct OCF_RESOURCE_INSTANCE env when crm_resource --force-* executes RA - typo: overriden -> overridden - portability: the difference of time_t values is given by difftime() - pengine: avoid not-really-possible use-of-NULL - PE: Have bundles log to stderr so that 'journalctl -M' works (rkt) - tools: don't expect reply to failed send - pengine: use newer Pacemaker Remote terminology - pengine: memory leak when writing graph to file - tools: don't reinvent the glib wheel - tools: implement clean-up dry-run correctly - pengine: avoid potential use-of-NULL - Update regression test outputs - PE: Improved logging of reasons for stop/restart actions - PE: Allow all resources to stop prior to probes completing - PE: Correctly defer processing of resources inside containers - crm_resource: Ensure we wait for all messages before exiting - crm_resource: Have cleanup operate only on failures - PE: Have bundles log to stderr so that 'docker logs' works - PE: Resources are allowed to stop before their state is known everywhere - PE: Use the node we already have and know isnt NULL - PE: Flag resources that are acting as remote nodes - crmd: Scale all cib operation timeouts - PE: Bare metal remotes _can_ run resources now and must be probed - PE: Bundles only need to wait for other containers on the same node to be probed - crmd: Scale timeouts with the number of remotes too - PE: There is no need for port mapping directives when net=host is specified - PE: Do not always expire failed operations of nested remotes - PE: Consolidate REMOTE_CONTAINER_HACK logic - PE: Exclude resources and nodes from the symmetric_default constraint in some circumstances - crm_resource: Don't cleanup on nodes not meeting the discovery conditions - PE: Restore the ability to send the transition graph via the disk if it gets too big - crm_resource: Prevent disconnection from crmd during cleanup - PE: Do not probe connection resources until the container is active - PE: Detailed resource information should include connection resource state - Tools: Allow crm_resource to operate on anonymous clones in unknown states - tools: Clean up everywhere if we don't know anything about the resource - crm_resource: See what cleanup would have done for a saved configuration - PE: Only pass requests for promote/demote flags onto the bundle's child - Upstream version cs: 2b07d5c5a908998891c3317faa30328c108d3a91 (Pacemaker-1.1.18)- pengine: if ignoring failure, also ignore migration-threshold - libcrmcommon,liblrmd,lrmd: improve messages for failed remote sends - libcrmcommon,lrmd: meaningful error codes when sending remote messages - libcrmcommon: lower watchdog messages when default - tools: set meta_timeout env when crm_resource --force-* executes RA - fencing: don't print event twice with stonith_admin --verbose - fencing: memory leak in stonith_admin --env - fencing: improve stonith_admin help - crmd: hard error if remote start fails due to missing key - libcrmcommon,liblrmd: report meaningful async connection errors - libcrmcommon: return meaningful error codes to connection callbacks - libcrmcommon: async connection callback must get negative error codes - libcrmcommon,liblrmd: improve remote connection messages - pacemaker_remote: warn if TLS key can't be read at start-up - lrmd: tweak TLS listener messages - pengine: don't probe offline or unclean guest nodes (fate#324441) - agents: ifspeed - Try to detect interface name from ip address. - pengine: don't keep unique instances on same node - pengine: improve messages when assigning resources to nodes - Upstream version cs: 23be51236edc34477a99d6979bc0e2cc1e1a7684- libpe_status: avoid use-after-free (again) - lrmd: don't reject protocol 1.0 clients (bsc#1009076) - tools: print descriptive messages for OCF exit code - tools: differentiate trace log level for RAs - tools: show RAs debug logs only when verbose mode for crm_resource --force-* - tools: suppress an invalid error message for crm_resource --force-* options - pengine: don't schedule reload and restart in same transition - libcrmservice: list systemd agents alphabetically - libcrmcommon: add function to sort list alphabetically - pengine: new regression test for unrecoverable remote connection - libcrmservice: avoid infinite loop on bad DBus reply - libcrmservice: list systemd unit files, not only active units - libpe_status: print container type in lowercase when outputting XML - tools: re-enable crm_resource --lifetime option (CLBZ#5251, bsc#950128) - libcrmcluster: improve error checking when updating node name - tools: fix crm_resource --why output when resource and node are specified - libcrmservice: parse LSB long description correctly - libcrmservice: follow LSB standard for header block more strictly - libcommon: Erase old exit_reason - Upstream version cs: 36d2962a8613322fc43d727d95720d61a47d0138- crm_mon: error-exit child if execl should return - crmd: avoid memory leak when caching meta-data - tools: ensure crm_resource data set is initialized - libcib: ensure xpath result isn't empty - tools: missing break statement in attrd_updater - libcrmcommon: check sscanf() result when parsing schema version - tools: check sscanf return value when parsing failed op list - tools: treat bundles with replicas like clones when restarting - tools: allow crm_resource to be called without arguments - tools: update regression test for recent message changes - tools: improve crm_resource --show-metadata error messages (CLBZ#5287) - libcrmcommon: add functions for using agent specifications - tools: improve crm_resource help (CLBZ#5251, bsc#950128) - libcrmcommon: improve cluster option parsing - Upstream version cs: 27b631162104d90e944cbc107c2d46e983f94ca7- spec: Disable deprecated crm_mon SNMP/ESMTP support (configure alerts instead)- pengine: add tests for no-quorum-policy=suicide - libpe_status: properly detect when nodes should suicide - libpe_status: always log startup-fencing value - libpe_status: generalize ability to log warning only once - pengine: reset loss-policy from fence to stop if no fencing - pengine: avoid use-of-NULL when unpacking tickets - tools: ensure crm_resource works if no command is specified - libpe_status: validate no-quorum-policy=suicide correctly - tools: use-after-free in crm_diff - RA: ClusterMon - Correctly handle "update" parameter - attrd: "peer peer loss" -> "peer loss" - Tools:Refactored Crm_resource to have proper assignments for require_* - Upstream version cs: c4a09cfec99570a2509831f4b8974457dcdb1af6- Log: Reduce verbosity of developer logging - PE: We most definitely need to probe connection resources - PE: Ensure the bundle nodes get set with the correct discovery mode - PE: Implement probing of container remote nodes (fate#324441) - attrd: Tweak log messages for clarity - crm_resource: Do not send history erasure commands for nodes where this is none - PE: Resources in bundles should also respect failcounts - PE: Do not send notifications to unclean bundles - PE: Prevent graph loops when fencing the host out from underneath a bundle - Tools: Allow bundle resources to read/write master scores based on the same logic as attrd (cf34f4c) - PE: bundle: Send an additional host list when container-attribute-target=host - PE: Correctly interpret colocation with bundles - PE/attrd: Allow bundle resources to read/write attributes based on the physical host rather than the container name - Upstream version cs: 4328c6a65424d1caf9785107664ec1b7fc824664- Rebase: * bug-728579_pacemaker-stonith-dev-id.patch - Fix: -Wformat-truncation=2: prevent format truncation - snprintf: use correct signedness in print format specifiers - snprintf: use sizeof(X) as size + prevent off-by-ones - crmd,libcrmcommon,libcluster,tools: handle PID as string properly - tools: use right size for string buffer in fake_transition.c - crm_resource: fix a memleak - pengine: sprintf -> snprintf - libcrmcommon: fix possible infloop in buffer_print - crm_snprintf_offset like parts: fix off-by-ones - attrd: improve update messages - stonithd,lrmd,pengine: spelling/formatting corrections - build: install ifspeed resource agent - libcrmservices: avoid assert for HB resource with no parameters - crmd: re-enable local collection of meta-data for remote nodes - crmd,pengine,libpe_status,libpe_rules: remove support for versioned attributes - crmd: avoid memory leak when node state is unknown - crmd: avoid assert if LRM query fails - libpe_status: more error checking when unpacking bundles - libpe_status: bundles now respect PCMK_authkey_location - libcrmcommon,liblrmd,lrmd: validate PCMK_remote_port - PE: Bundles: add support for rkt bundle type - libcrmcommon,libpe_rules: unpack new alert filter syntax - xml: allow specifying alertable events - Fix: a proper calculation of a speed in case of hfi1 for ifspeed RA. - pengine: detect proper clone name at startup - pengine: don't ignore permanent master scores at startup - pengine: handle resource migrating behind a migrating remote connection - stonith-ng: advertise pcmk_on_action via metadata - liblrmd: Make sure the operation of a remote resource returns if setup of the key fails (bsc#1053463) - libcrmcommon,pengine: improve log messages - PE: only print to stdout if run from command line - crmd: eliminate size restriction on node state xpath - pengine: add regression test for remote connect interval wait - pengine: re-enable unrecoverable remote fencing - pengine: Make sure calculated resource scores are consistent on different architectures (bsc#1054389) - PE: Allow resources inside bundles to receive notifications - PE: Update unfencing device change test output - attrd,crmd: erase attributes at attrd start-up, not first join - attrd: accept connections only after CIB connection is active - attrd: make CIB connection function self-contained - attrd: improve messages - stonith-ng: make fencing-device reappear properly after reenabling - crmd: don't need meta-data after resource is deleted - crmd: only get meta-data for OCF and stonith agents - libcrmcommon: generate agent key without :: if no provider - pengine: avoid fence loop for remote nodes - attrd: don't log error if CIB doesn't have an alerts section - PE: Only retrigger unfencing on nodes that ran operations with the old parameters - PE: Output resource changes in a friendlier format - PE: Attempt to indicate why resources are changing state - Mechanism for recording why an action is required - Support unfencing of remote nodes - PE: Ignore optional unfencing events and report the fencing type - Upstream version cs: 20cffae1e9c64217339173c197edac8612ad02b9- logging: ensure blackbox gets generated on arithmetic error - crm_mon: overcome crm_system_name no longer influenced with argv - crm_mon: make CGI bail out on suspicious arguments - crm_mon: make CGI bail out properly and w/o help screen - crm_mon: canonical casing of Content-Type CGI header field - libcrmcommon: handle schema versions properly - attrd: don't reconnect to lrmd if already connected - PE: Ensure nested container connections run on the same host - crmd: send alerts via lrmd - lrmd: execute alerts as cluster daemon user - libservices: add ability to specify user to run an action - libcrmcommon: improve user lookup messages - extra: correct ClusterMon metadata - attrd: avoid memory leak when disconnecting from lrmd - attrd,tools: avoid memory leaks from use of crm_itoa() - attrd: be consistent about attr/host logging - attrd: delay lrmd connect until needed - attrd: add timestamp to alert just when needed - attrd: improve log messages - libcrmcommon,libpe_rules: avoid crash when alerts section has comments - libcrmcommon: add API call for next named XML child - liblrmd: only set environment variables with a value - attrd,liblrmd: handle adding env var at head of list - lrmd: drain alerts at shutdown - attrd,lrmd: generate alert sequence number in lrmd - liblrmd: better trace message when creating command - stonith-ng: avoid double-free of pending-ops in free_device - crmd: log correct feature set revision - PE: update start-failure-is-fatal help - cib: avoid unnecessary memory allocation - stonith-ng: add pcmk_delay_base as static base-delay (fate#324488) - XML: upgrade-1.3.xsl: be explicit about non 1:1 wrt. ACL @attributes - enable upgrade XSLTs to use meaningfully - Tools: Added option of --why/Y to crm_resource to inform the status of resources if running or not - various: fix spelling in messages and comments - cib: reword trace message - PE: Prevent use-after-free when creating bundle constraints - add versioned operations support - TE: don't bump counters when action or synapse is invalid - obtain metadata in CRMd via async call - tools: add version options for cibsecret - alerts: Support of meta attributes(kind, attribute_name). - attrd,lrmd,lib: Addition of the transmission function of the attribute alert to attrd. - extra: Change alert_xxx.sh.sample for attribute alerts. - extra: Change PCMK-MIB.txt for attribute alerts. - XML: upgrade-1.3.xsl: simplify branching - XML: upgrade-1.3.xsl: drop superfluous branching - XML: upgrade-1.3.xsl: simplify "weak identity" transform rules - XML: upgrade-1.3.xsl: easy simplifications + redundant declarations drop - re-enable versioned attributes - Upstream version cs: d134f83b4f0188f6d7cd381c8cdda1a2a7c38bd5- Update to version 1.1.17 - PE: Ensure unrecoverable remote nodes are fenced even if no resources can run on them - iso8601: strftime needs fully populated struct tm (bsc#1058844) - crmd: abort transition whenever we lose quorum - PE: Ensure bundle nodes and child resources are correctly cleaned up - PE: Generic ordering for anything with bundles - PE: Default to non-interleaved bundle ordering for safety - PE: Functional inter-bundle ordering when either side has no child - PE: Basic inter-bundle ordering when both sides have children - PE: Implement bundle ordering - libpe_status: properly disallow other resources from bundle nodes - libcib: get remoteness correctly from node status - libpe_status: avoid memory leaks when creating bundle remote resource - libpe_status: disallow resources on bundle nodes - pengine: make checks a little safer - PE: Clones within bundles may also have notifications enabled - PE: Correctly implement pe_order_implies_first_printed - PE: Do not re-add a node's default score for each location constraint - PE: Bundle location constraints should only apply to the IP and docker resources - PE: Bundles: Allow clones to be colocated with bundles - PE: Bundles: Implement colocation of primitives and groups with bundles - cib,libcib: support option for IPC eviction threshold - libcib: correctly search for v2 patchset changes - libcib: always use current values when unpacking config - libcrmcluster: fix spelling error in error message - crmd: DC should update stonith fail count before aborting transition - cib: Broadcasts of cib changes should always pass ACLs check (bsc#1042054) - Upstream version cs: b36b869ca8fe74caa077c286304f653f0be117ef (Pacemaker-1.1.17)- pengine,libpe_status: revisit fencing messages - PE: Improve logging of node fencing and shutdown - PE: Fence unrecoverable remote nodes with no resources - libpe_status: propagate multiple-active=block for bundles - libpe_status: set parent for bundle components - attrd: broadcast local overrides of sync'ed attributes - crmd: attribute write-out not needed with atomic attrd - PE: Prevent use-after-free when creating bundle constraints - PE: Ensure remote nodes are fenced when the connection cannot be recovered - PE: Improved fencing logging - PE: Assume resources on remote nodes do not need to be restarted until absolutely necessary - PE: Correctly compare a point with NULL instead of FALSE - libpe_status: correctly flag remote connection resources - pengine: improve internal bundle constraints - pengine: re-phrase trace log for internal constraints - libpe_status: set #kind to "container" for bundle nodes - pengine,libpengine: avoid potential use-of-NULL - pengine: avoid use-of-NULL in bundle without primitive - libpengine: don't double score when adding first allowed node - pengine: improve detection of invalid constraints - PE: Prevent use-of-NULL when expanding containers - PE: Partially restore 62ed004 to ensure remote connections are available before attempting resource recovery - stonith-ng: Trigger on constraints added to cib (bsc#1042374) - Upstream version cs: e47bd5bc77a3d1b38589b3716f5112ed39329e7b- RA: NodeUtilization - Use xl if available (bsc#1015842) * Drop obsolete: * * bug-1015842_pacemaker-NodeUtilization-RA-1.patch * * bug-1015842_pacemaker-NodeUtilization-RA-2.patch * * bug-1015842_pacemaker-NodeUtilization-RA-3.patch * Add bug-1015842_pacemaker-NodeUtilization-RA.patch - Drop obsolete pacemaker-lrmd.h-include-libxml.patch - lrmd,pengine: remove versioned parameters from documentation and tests - lrmd,pengine: don't support versioned attributes by default - Containers: Relax docker/remote colocation constraint when appropriate - Containers: Ensure remote resources are only allocated to full cluster nodes - lrmd: Ensure verbosity options are handled after crm_log_init() - pengine: unmanage guest-container puts guest in maintenance - pengine: unique ids for meta-attributes of guest-connection - pengine: update regression tests for probes of guest-connections - pengine: have guest-node connection-resources probed - crmd: clean up throttle memory on exit - libcib: avoid use-after-free when deleting CIB connection - systemd unit files: add dependency on resource-agents-deps - pengine: Allow use of resource params and meta-params in location rules - libcrmcommon: avoid evicting IPC client if messages spike briefly - libcrmcommon: don't delay next flush by more than 5 seconds - libcib: downgrade ACL status message to trace - crmd: don't destroy election structure twice - crmd: avoid use-after-free when disconnecting from CIB - libcib: functionize destroying op callback table - crmd,libcrmcommon: update throttle when CPUs are hot-plugged - crmd: remove I/O load checks - libcrmcommon: add function to get number of CPU cores - crmd: functionize checking throttle thresholds - crmd: functionize setting throttle load target - CTS: update corosync fail patterns - crmd: check correct timer for being started - crmd: improve fencing result message - lrmd: Have pacemaker-remote reap zombies if it is running as pid 1 - pengine: add test for per-op fail count - libcrmcommon: filter attributes with '#' from XML fields - extra: Dummy stop shouldn't fail if monitor is in progress - extra: use whitespace consistently in Dummy - crmd: don't fence old DC if it's shutting down as soon-to-be DC joins - crmd: avoid DC sending offer to itself twice - crmd: don't restart transition if no fence devices - crmd: skip restart at (not above) stonith-max-attempts - crmd: allow clearing all stonith fail counts - crmd: track stonith fail counts on all nodes - crmd: forget stonith failures when forgetting node - crmd: consider target when checking stonith failures - crmd: check for too many stonith failures only when aborting for that reason - PE: Remote: Allow remote nodes that start containers with pacemaker remote inside - fencing: ignore empty 'action' parameter in fence devices - crmd: fix remove attr_id from update_attr_delegate() - Fix log showing the node status so that it is easily distinguishable from other logs - crmd: don't abandon fencing after one "no devices" failure - libcrmcommon: more useful message if can't open dump file - libcib: use new convenience function for sanitizing ID - libpe_status: implement active check for bundles - tools: update crm_mon RNG schema for bundles - crmd: add set_join_state() - crmd: fix line wrapping - crmd: update_attr_delegate() instead of set_standby() - PE: Containers: Allow custom docker run commands - logrotate: rotate pacemaker logs inside bundled containers - libpe_status: improve bundle docker defaults - tools: crm_resource should free result if re-running function returns one - libpe_status: avoid memory leak when counting failures - crmd: remove functions from crmd_utils.c - PE: Containers: Ensure replicas_per_host=1 is respected during rediscovery and startup - libcib: change the format of the state id in set_standby() - PE: Containers: Allow the internal and external ports to optionally differ - PE: Containers: Allow custom control ports when using the machine's local address - crmd: set_standby in first_join - PE: Bundles: Better support for net=host, allow the pacemaker-remote port to change - Remote: Allow the port to listen on to be specified on the commandline - libpe_status: allow more than 254 containers in a bundle - crmd,liblrmd: handle crmd-local proxy requests properly - common: Prevention of the double definition. - pacemaker_remoted: Allow compilation with glib older 2.36 - PE: Containers: Default 'replicas' to the same number of 'masters' - PE: Containers: Correctly find the right anonymous child resource running in a container - PE: Clone: Simplified allocation function - PE: Contaienrs: Better checks when assuming a container will start - PE: Preferred nodes are only accepted if their scores are equal to the otherwise best candidate - PE: Containers: Remove containers on termination by default - PE: Container: Add support for non-default docker networks and supplying external IPs to container resources - PE: Containers: Allow specifiying the maximum number of peers per host - PE: Containers: Force a sane hostname - PE: Containers: Add support for nic and netmask parameters - PE: container: Parse network and mount options - PE: Allow the graph to assume container nodes will come up and schedule actions for it - PE: Force node scores for containerized resources - PE: Basic allocation of containers - Core: Track the line number of callers of crm_(set|clear)_bit - xml: Correctly find the first child element - PE: Basic container parsing and expansion (fate#323415) - PE: Correctly test for clone functionality - Improve recovery when demote fails with OCF_NOT_RUNNING - Upstream version cs: ce86684f5d0672791e9fd3043a84f0931cdd97ea- libcrmcluster,crmd: log join phase as text rather than integer - pacemaker-remote: pacemaker_remoted shutdown while unmanaged - tools: disable agent stdout/stderr for crm_resource --validate - tools: Add "--validate" command to crm_resource - tools: crm_resource should set OCF_RESKEY_crm_feature_set - tools: make crm_failcount compatible with per-operation failcounts - tools: support clearing failure of a single operation with crm_resource -C - crmd: support clearing failure of a single operation - crmd: make clearing last failure more efficient - attrd,libcrmcommon: support clearing failure of a single operation - attrd,crmd,libraries,tools: track resource failures per-operation - tools: support crm_failcount -q as advertised - Upstream version cs: 77ea74d01bcb6b7100e1c7acab0e66e79aceaf8b- NodeUtilization: Never set hv_memory to a negative value (bsc#1015842) * bug-1015842_pacemaker-NodeUtilization-RA-3.patch - NodeUtilization: Fix mixed indentation, set executable bit (bsc#1015842) * bug-1015842_pacemaker-NodeUtilization-RA-2.patch - RA: NodeUtilization - Use xl if available (bsc#1015842) * Drop obsolete bug-1015842_pacemaker-NodeUtilization-RA.patch * Add bug-1015842_pacemaker-NodeUtilization-RA-1.patch- spec: Merge the SLE and Factory versions * enable_fatal_warnings=0- crmd: new cluster option stonith-max-attempts with default value 10 (fate#323417) - crmd: Change of the log level and addition of uuid. - crmd: use new attrd op to clear fail counts - tools: crm_resource -C should clear last-failure - libcrmcommon: add API for new attrd clear-failure operation - attrd: add more detail to legacy attrd messages - attrd: add API for clearing failures - Upstream version cs: e55d506cc390f0a0335b4ec6e365ea89da30b6b1- pacemaker.service: Add presetting TasksMax=4915 (bsc#1028138) * bug-1028138_pacemaker-pacemaker.service-TasksMax.patch- Build: lrmd: Include libxml/tree.h in lrmd.h * pacemaker-lrmd.h-include-libxml.patch- libfencing,fencing: properly remap "action" in configuration - libservices: ensure recurring actions table is created before using - libservices: improve error messages when creating operation - libservices: properly detect in-flight systemd/upstart ops when kicking - libservices: properly cancel in-flight systemd/upstart op - libservices: handle in-flight case first when cancelling an operation - libservices: prevent use-after-free when freeing an operation - libservices: ensure completed ops aren't on blocked ops list - libcrmcommon: assert if can't generate operation key - libcrmcommon: improve remote connection polling messages - crmd: clear failure only for requested node - crmd: improve message when clearing failures - pengine,libpe_status: make failcount clearing messages more helpful - pengine,libpe_status: don't clear same fail-count twice - cib: properly mark variable as volatile - libcib: avoid memory leak in query_node_uuid() - tools: avoid NULL dereference in crm_resource debug message - cib,libcrmcommon,lrmd: handle IP addresses better in messages - tools: crm_attribute should prefer node name from environment - libcrmcommon: Correctly delete XML comments according to their positions (bsc#1024037) - libcrmcommon: Correctly compare XML comments to prevent crmd from getting into infinite election loop (bsc#1024037) - crmd,libcrmcluster: minor log message improvements - tools: avoid deprecated function in notifyServicelogEvent - libcrmcommon,pengine,tools: pass local node name to resource agents - use callback instead of sync call - libcib: make querying node uuid more efficient - tools: allow regular expression with crm_attribute - attrd: support regular expressions in legacy attrd - attrd: support Pacemaker Remote node attributes in legacy attrd - use status scope to start node in standby mode - attrd: ignore unsupported requests in legacy attrd - attrd,crmd: implement peer remove requests in legacy attrd - crmd: don't clear remote node transient attributes unnecessarily - crm_mon: protect against non-standard or failing asctime - libservices(sync): partially prevent killing foreign process - libservices (sync): ensure no zombie is left behind - cib: improve re-sync handling - tools: implement crm_failcount command-line options correctly - tools: use correct regular expression for fail counts in crm_resource - cib: never disable legacy mode with corosync 1 stacks - cib: improve warning when legacy diff fails - libcrmcommon: ensure filename is not NULL before opening - crmd: be more resilient when checking an LRM command's "from" - crmd: improve crmd's LRM-related log messages - tools: properly ignore version with crm_diff --no-version (bsc#888726) - Ability to start node in standby (fate#323416) - Upstream version cs: a7825f4f0a8db272d1ce0b1f93e8044cbcaa5144- libservices: properly watch writable DBus handles - tools: don't reference hidden parameter in crm_resource help text - Alert: Set SNMP_PERSISTENT_DIR directory for the snmp-trap tool. - dbus: Prevent lrmd from hanging on dbus calls (bsc#1015264) - spec: add %check to run a subset of tests on rpmbuild - crmd: update cache status for guest node whose host is fenced - pengine: consider guest node unclean if its host is unclean - pengine: create a pseudo-fence for guest node recovery - pengine: guest node fencing doesn't require stonith enabled - pengine: remove unnecessary assert - mcp: Correction of the difference in access permission setting. - stonith_admin: Addition of the list-targets option. - stonith: Check for missing params in new device and dup - libservices: treat systemd service reloading as OK (bsc#1059187) - crmd: increase severity when fencing didn't happen (bsc#1011240) - rng: Create resources-2.7.rng to update template class validation - libcrmcommon: Don't report error if the output file isn't syncable - crmd: bump feature set - pengine: disable migration for versioned resources - add versioned parameters support - Upstream version cs: 2817a2081e9e70e7412f0d0a253495611afab55e- wd: Fix to not compare NULL when environment variable is not set - mcp,pacemaker_remote: order after time-sync - configure: fix fouled parameter expansion * Drop obsolete pacemaker-configure-systemd-detection.patch - xml: rng: Keep score-attribute{,-mangle} in the existing RelaxNG schema files for graceful upgrades - Upstream version cs: 94ff4df51a55cc30d01843ea11b3292bac755432 (Pacemaker-1.1.16)- RA: NodeUtilization - Use xl if available (bsc#1015842) * bug-1015842_pacemaker-NodeUtilization-RA.patch- spec: Prevent overwriting existing sysconfig files by conditionally running %fillup_only (bsc#1022807, bsc#980341)- spec: cts brings an RA that needs python-systemd- Explicitly own %{_defaultdocdir}/%{name}.- Revert "Build: configure: make systemd detection akin to + before Upstart one" * pacemaker-configure-systemd-detection.patch - libcrmcommon: fix CVE-2016-7035 (improper IPC guarding) (bsc#1007433) - sysconfig: minor tweaks (typo, wording) - various: issues discovered via valgrind and coverity - attrd_updater: fix usage of HAVE_ATOMIC_ATTRD - Upstream version cs: b6f251a13fadca0cb74702b0c007a55275c8ea09- Rebase: * pacemaker-NodeUtilization-RA.patch - extra: add resource agent for managing a node attribute - crmd: cl#5185 - Record pending operations in the CIB before they are performed (bsc#1003565) - ClusterMon: fix to avoid matching other process with the same PID - mcp: improve comments for sysconfig options - spec: require libqb >= 0.13.0 - tools: crm_standby --version/--help should work without cluster - spec: reorganize so %pre etc. blocks are self-contained - spec: require python >= 2.6 - spec: comment better - libpengine: ensure child is not null before looking up value - libpengine: only log startup-fencing warning once - Upstream version cs: 722276c442bf023931842313bfe0dfb7d90a7c15- pacemaker.service: do not mistakenly suggest killing fenced - pacemaker.spec: consume "systemdunitdir" via %_unitdir - libcrmcommon: report errors consistently when waiting for data on connection (bsc#986644) - libservices: use DBusError API properly - remote: Correctly calculate the remaining timeouts when receiving messages (bsc#986644) - libfencing: report added node ID correctly - crm_mon: Do not call setenv with null value - pacemaker_remote: allow remote clients to timeout/reconnect - pengine: Do not fence a maintenance node if it shuts down cleanly (bsc#1000743) - install README in doc instead of now-removed AUTHORS file - ping: Avoid temporary files for fping check (bsc#987348) - all: clarify licensing and copyrights - schemas.c: treat CIB with unrecognized validate-with better - schemas.c: avoid downgrade validate-with in a corner case - xml.c: better info in cli_config_update on no validation success - fix infloop when no schema validates on update_validation - xml.c: internal self-or-less reference inflicted infloop guard - crmd: Resend the shutdown request if the DC forgets - ping: Avoid temp files in fping_check (bsc#987348) - crmd: Ensure the R_SHUTDOWN is set whenever we ask the DC to shut us down - crmd: clear remote node operation history only when it comes up - libcib,libfencing,libtransition: handle memory allocation errors without CRM_CHECK() - tools: make crm_mon XML schema handle resources with multiple active - tools: make crm_mon resources section more consistent - crmd: bump feature set - pengine: set OCF_RESKEY_CRM_meta_notify_active_* for multistate resources - LSB init: try to be a little more compliant - pengine: avoid null dereference in new same-node ordering option - lrmd,libcluster: ensure g_hash_table_foreach() is never passed a null table - crmd: don't log warning if abort_unless_down() can't find down event - lib: Correction of the deletion of the notice registration. - stonithd: Correction of the wrong connection process name. - crmd: Keep a state of LRMD in the DC node latest. - pengine: avoid transition loop for start-then-stop + unfencing - libpengine: allow pe_order_same_node option for constraints - pengine: avoid sisyphean score-attribute-mangled parsing - xml: score-attribute{,-mangle} has no meaning for rsc_colocation - Upstream version cs: 4cce2b26f6f468c342adb24bf74234a12a0070c2- cts: Restart systemd-journald with "systemctl restart systemd-journald.socket" (bsc#995365) * bug-995365_pacemaker-cts-restart-systemd-journald.patch- libcrmcommon: properly handle XML comments when comparing v2 patchset diffs - crmd: don't abort transitions for CIB comment changes - libcrmcommon: log XML comments correctly - libcrmcommon: remove extraneous format specifier from log message - crm_mon: Avoid logging errors for any CIB changes that we don't care about (bsc#986931) - crmd: When node load was reduced, crmd carries out a feasible action. - Upstream version cs: 58fef06198fef17873d0d2e2d0cc5c7db73c5724- ping: Log sensible error when /tmp is full (bsc#987348) - crm_mon: Do not log errors for the known CIB changes that should be ignored (bsc#986931) - logging: Enable synchronous logging when blackboxes are enabled - libpengine: print target role and blocked status in XML output - tools: add maintenance mode and disabled/blocked resources to crm_mon XML/HTML output - tools: break up long lines in crm_mon console output - libservices: include socket units when listing all systemd agents - fencing: fence_legacy - Search capable devices by querying them through "list" action for cluster-glue stonith agents (bsc#986265) - extra: correct quoting of timestamp-format in alert-snmp-example - pengine,tools: Display pending resource state by default when it's available (bsc#986201) - rng: Allow rsc-pattern in locations for version 2.6 - pengine: Expand regexp references in location constraints - pengine: Allow to set base score for progressive node health strategy - systemd: Allow unit names ending in .socket. - watchdog: Correction to do to change action of the system reboot by fail_fast - Upstream version cs: 630d0d112092042b6f79c2a02bb442e82fee93ec- Remove conditionals that are not really needed as they always kept the values - Remove the cman conditional as we do not even have the dependencies to build with it in OBS - Convert deps to pkgconfig style ones and remove deps that are not mentioned by the testsuite or the configure.ac- Update to version 1.1.15 - crmd: mention that graceful remote shutdowns may cause connection failures (bsc#981489) - alerts - drop 5min timeout to 30s since it is configurable now - Bug bz#5292 - crmd: wait for alerts to finish - libais,libcluster,libcrmcommon,liblrmd: don't use %z specifier - alerts: ensure sample alert agents handle undefined recipient - tools: crm_resource -T option should not be hidden anymore - PE: Correctly update the dependant actions of un-runnable clones - alerts: make timestamp-format-string work properly if strftime-escape is the last character - extra: make alert-file-example cope with spaces in timeformat-string - attrd,ipc: Prevent possible segfault on exit (bsc#986056) - alerts: fix SMTP recipient defaulting - tools: properly handle crm_resource --restart with a resource in a group - tools: don't assume all resources restart on same node with crm_resource --restart - tools: avoid memory leaks in crm_resource --restart - tools: remember any existing target-role when doing crm_resource --restart - tools: correctly count starting resources when doing crm_resource --restart - Upstream version cs: e174ec84857e087210b9dacee3318f8203176129 (Pacemaker-1.1.15)- Clean-up with spec-cleaner - Drop heartbeat conditions, no heartbeat around - Sort CMAN conditionals to be actually logical - Run fdupes to not waste so much space - Add logrotate to reqs of pacemaker-cli - Cleanup rpmlintrc to contain only bare needed minimum - Run basic sanity check in %check phase- Drop sysvinit support we now run on sle12+ only - Cleanup the define conditionals that are never used - Drop profiling and coverage options it is not enabled by default and better to run separately- libcrmcommon: really ensure crm_time_t structure is fully initialized by API calls - extra: correct syntax error in sample alert script - crmd: avoid timeout on older peers when cancelling a resource operation - crmd: use proper resource agent name when caching metadata - crmd: avoid memory leak when sending fencing alert - liblrmd: avoid memory leak when closing or deleting lrmd connections - extra: improve determination of successful monitors in SNMP alert script - tools: avoid memory leak when crm_mon unpacks constraints - pengine: avoid use-after-free with location constraint + sets + templates - pengine: better error handling when unpacking sets in location constraints - pengine: avoid memory leak when invalid constraint involves set - Build: rename sample alert scripts and install them in datadir - pengine : Correction of the record judgment of the failed information. - Upstream version cs: dd46368eead0d756735216a4bc765466b99274fc- alert-helpers: some fixes in pcmk_smtp_helper.sh - libpengine: log message when stonith disabled, not enabled - pengine: only set unfencing constraints once - tools: don't require node to be known to crm_resource when deleting attribute - libcrmcommon: ensure crm_time_t structure is fully initialized by API calls - attrd: don't leak memory when returning due to malformed update request - crmd: always free result of crm_itoa() - xml: adapt crm_mon.rng per recent reorder of the summary elements - Upstream version cs: 1a05449500f015414b6df68b6d4feb64b713f533- Rebase: * bug-977201_pacemaker-controld-self-fencing.patch - pengine: properly order stop actions relative to stonith - crm_resource: don't pretend that target-role:started would prevent promotion - crm_mon: consistently print ms resource state - controld: use "stonith_admin -H '*' -V" (bsc#977201) - stonith_admin: allow -H '*' to show history for all nodes (bsc#977201) - controld: fix "[: -eq: unary operator expected" issue from PR 1022 (bsc#977201) - extra: Support of the task designation of a resource and the fencing. - extra: Change pcmk_snmp_helper.sh (2). - Upstream version cs: 6a8c1e9d35c65cbfd4019cfe797cb7bb9dfd4322- controld: Prevent unwanted self-fencing if "stateful_merge_wait" state of dlm is not available (bsc#977201) * bug-977201_pacemaker-controld-self-fencing.patch- libservices: clean up non-signalfd code paths - spec: fence_pcmk only eligible for Pacemaker+CMAN - crmd: Acknowledge cancellation operations for remote connection resources (bsc#976865) - controld: improve DLM check with stateful_merge_wait (bsc#977201) - attrd, libcrmcommon: validate attrd requests better - crmd: clear remote node transient attributes on disconnect (bsc#981489) - Revert "Fix: attrd: Correctly implement mass removal of a node's attributes" (bsc#981489) - crm_mon: Fix time formatting on x32 - resources: use OCF version tagging correctly - libcommon: crm_procfs_pid_of() would always return last /proc entry checked - crmd: correctly dig into cib-query-answer if alerts section is present timestamp-format defaults to "%H:%M:%S.%06N" - crmd: Take start-delay into account for the timeout of the action timer (bsc#977258) - libservices: make systemd override file world-readable to avoid log warning - libcrmcommon: correct directory name in log message - Log: make crmd messages more user-friendly - Log: make messages in common quorum/fencing situations more user-friendly - Log: make shutdown messages more user-friendly - pengine: lf#2560/lf#2588 - Correctly set the environment variable "OCF_RESKEY_CRM_meta_timeout" when "start-delay" is configured (bsc#977258) - Log: make operation messages more user-friendly - Log: make startup messages more user-friendly - services: Correctly clean up service actions for non-dbus case - uninitialized use of nano_digits - attrd: Update also dampens when synchronizing attributes (bsc#977846) - Upstream version cs: 389294fd1ebefddad67fff51306f585b758ca860- Rebase: * pacemaker-Wno-format-signedness.patch - RA: SysInfo - Reset the node attribute "#health_disk" to "green" when there's sufficient free disk (bsc#975079) - pengine: Organize order of actions for slave resources in anti-colocations (bsc#977800) - attrd: Fix the synchronization of attributes (bsc#977846) - pengine: Organize order of actions for master resources in anti-colocations (bsc#977800) - pengine: Respect asymmetrical ordering when trying to move resources (bsc#977675) - fencing: Record the last known names of nodes to make sure fencing requested with nodeid works (bsc#974108) - crmd: first implementation of integrated multi-agent, multi-target alerting mechanism (fate#320855) - ping resource: Use fping6 for IPv6 hosts (bsc#976271) - pengine: Consider resource failed if any of the configured monitor operations failed (bsc#972187) - ping resource: avoid undefined func w/ OCF_FUNCTIONS=/dev/null - spec: make Publican docs not depend on pre-existing packages - cib/fencing: Set status callback before connecting to cluster (bsc#974108) - xml: use spaces instead of tabs in schema files - extra: Support of the dampen change by RA. - Upstream version cs: 9e382568ac3cd54c222496501088ab3fc158b2e2- crmd: update cluster state in CIB after fencing an unseen node - crmd: don't abort transition for expected remote node shutdown - libtransition: potential memory leak if unpacking action fails - Upstream version cs: 5a6cdd11b4f93b4d55e1b2654078018c339931d4- attrd: crash on exit if initialization fails - build: fix scalability regression - pengine: Suppress assert if a stateful clone is not being demoted/stopped (bsc#971129) - attrd: Support of the dampen change by attrd. - PE: Correctly handle the ordering of demote actions for failed and moving containers - Upstream version cs: d076e9dbf9827f7801c89c6d635df370aeca5e90- crmd,tools: Set attributes for remote nodes directly into cib if it's legacy attrd (bsc#967775) - libcib: Correctly determine the node type (bsc#967775) - resources: match agents' default for globally_unique to pacemaker's - crm_mon: Help admins identify why resources are not being started or responding to commands - PE: Memory leak - crm_resource: Prevent segfault when --resource is not correctly supplied for --restart command - Build: Create CRM_CORE_DIR during installation - Upstream version cs: eb89393a82eb41ff50d041b91765ccac52e873e0- cpg: Ensure group name is never unset - remote: Simplify calls to accept() and inet_ntop() by using "struct sockaddr_storage" (bsc#964183) - remote: cl#5269 - Notify other clients of a new connection only if the handshake has completed (bsc#967388, bsc#1002767, CVE-2016-7797) - remote: Correctly display the IP address of the remote client (bsc#964183) - spec: declare also BSD license as suitable - libservices: Add error handling for pipe() failed. - libservices: Check resource agent is executable or not before pipe open. - crmd: Prevent use-after-free when an unexpected remote client takes over (bsc#964183) - pacemakerd: Correction of the stonithd process judgment of pacemakerd. - crmd: Do not turn on stonith-watchdog-timeout automatically if SBD is detected - remote: Correctly check for SBD configuration consistency - resources: Fix state file metadata in Dummy, Stateful and HealthCPU resource agents - systemd: Modified so that the cluster to stop before the rsyslog - common: Correctly locate sbd via its pidfile - common: Assume processes are active if we get EACCESS - Fencing: Simplify watchdog integration - crmd: Only poopulate stonith-watchdog-timeout if SBD is active - remote: Ensure SBD is consistently configured on remote nodes - remote: Allow cluster and remote LRM API versions to diverge (bsc#1009076) - cib: Do not send notifications when the dryrun flag is present - Upstream version cs: cf67796823c4429714857411e614cfacfbc59d89- crm_shadow: fix broken --display command - ipc: Respect the parameter of pick_ipc_buffer() but don't let it affect the global value - libcluster: crm_peer_uname() should return NULL if uuid is invalid - remote: recover from remote node fencing more quickly - crmd: update node state for migrated pacemaker_remote nodes - crmd: update node state for stopped pacemaker_remote nodes - crmd: update node state for started pacemaker_remote nodes - crmd: add new message type for updating pacemaker_remote node state - libcluster: set remote peer cache state based on CIB node state - libcluster: send notifications when pacemaker_remote nodes are started - crmd: report pacemaker_remote node state in CIB status section - Upstream version cs: c851a117bc77bdefe15181a7d753f1aed867cde6- spec: Move the common directories under /var/lib/pacemaker into pacemaker-cli package - liblrmd: Prevent potential use-after-free (bsc#964183) - crmd: Disconnect the relevant remote proxies as well when disconnecting a remote node (bsc#964183) - crmd: Prevent potential use-after-free (bsc#964183) - liblrmd: Prevent potential use-after-free issues (bsc#964183) - PE: Fix conditions for internal sanity check (bsc#971129) - attrd: ensure remote nodes are in correct peer cache (bsc#981489) - crmd: set remote flag when gracefully shutting down remote nodes (bsc#981489) - fencing: Correctly track active stonith actions (bsc#938545) - fencing: Functionize adding and removing active pids of device (bsc#938545) - crm_shadow: Do not invoke shells with --noprofile option other than bash (bsc#961392) - lib/common: check return value of dlsym() and not dlerror() - lib/ipc: allow PCMK_ipc_buffer to be smaller than default max sizes - lib/services: use self-pipe sigchld handling when signalfd isn't available - spec: associate subpackage with correct licenses - spec: rely on system-wide RPM macros if available - spec: C++ compiler is not something currently needed - RHBZ#1286316: Do an ordered shutdown of systemd resources - header == NULL when parsing compressed message - attrd: Correctly implement mass removal of a node's attributes (bsc#981489) - attrd: Hook up the client name so we can track requests - crmd: Set the shutdown transient attribute in response to LRMD_IPC_OP_SHUTDOWN_REQ from remote nodes (bsc#981489) - PE: Honor the shutdown transient attributes for remote nodes (bsc#981489) - pacemaker_remote: support graceful stops (bsc#981489) - crmd: support graceful pacemaker_remote stops (bsc#981489) - lrmd,liblrmd: add lrmd IPC operations for requesting and acknowledging shutdown (bsc#981489) - fencing: Support concurrent fencing actions on each device (bsc#938545) - pengine: Support concurrent fencing (bsc#938545) - Upstream version cs: c54f10440a7bba5a1491ea8506925c7d6d9ca2a3- Update to version 1.1.14 - fencing: free only after last usage makes coverity happy - crmd: 0 is a valid fd makes coverity happy - tools: crm_resource compile issue - crm_resource --list-agents: don't print uninitialized memory - extra: update SNMP MIB with new pacemakerTrap OID containing pacemakerNotificationTrap - fencing, libfencing: remap fence agent error codes before async callback (bsc#962309) - libfencing: topology is not used - fencing: topology is not used - libcrmcommon: when caching attrd connection, cache connection flags as well - cts: Plugin-based cluster has its own PacemakerUp pattern - Upstream version cs: 70404b0e5ecbe5e51d07c6c2233eea640cbd720a (Pacemaker-1.1.14)- Rebase: * bug-806256_pacemaker-log-level-notice.patch * bug-728579_pacemaker-stonith-dev-id.patch - core: Mistake of the parameter order. - RHBZ#1287315: stonithd: Trigger cib_devices_update in case of deletion of just an attribute - CLBZ#5253: stonithd: Do not intermingle stdout & stderr coming from stonith-RAs (bsc#962309) - resources: allow for top output with or without percent sign in HealthCPU - controld: Return error when DLM status is wait fencing (RHBZ#1268313) - crmd: Don't update cluster/peer CIB fields when processing stonith results - Upstream version cs: e16447de89d25db3b3578c7e080c1a4c2f85806f- ping: Clarify the description of host_list parameter in ping metadata (bsc#956459) - systemd: Prevent segfaul when logging failed operations - systemd: The underlying systemd calls default to 90s for their timeouts - cib: Do not terminate due to badly behaving clients - Correctly check for recycled PIDs in crm_pid_active - crmd: Consider only fence and shutdown transition events to be "down" events - pengine: Support of multiple-active=block for resource groups (bsc#942491) - crmd: use 300s timeout with notification scripts, not 300ms - stonith_admin: add ability to target topology by pattern or attribute - fencing,libfencing: add API support for targeting topology by pattern or attribute - Upstream version cs: a7d6e6b56fd2779a07970df7de4e0fb0b22742d3- crm_report: Call "crm report" if available (bsc#950483)- fencing: crm_resource --show-metadata drops documentation strings for fencing agents (bsc#950375) - Upstream version cs: 6f22ad7312b703289da5d24e918a78117a0825e1- CTS: add "try except" to deal with errors that raw_input gets EOFError and add "--yes" to skip interaction (bsc#953192) - Upstream version cs: 577898dc4ac1efdb5989a996cb5f9ac60ed2eb7a- crm_resource: Correctly clean up all children for anonymous cloned groups (bsc#950128) - services: Directly add operations into in-flight list in the execution functions (bsc#952874) - systemd: Return PCMK_OCF_UNKNOWN_ERROR instead of PCMK_OCF_NOT_INSTALLED for uncertain errors on LoadUnit (bsc#952884) - systemd: Return FALSE for systemd_mask_error() if it only maps an error instead of masking one (bsc#952884) - dbus: Correctly return the result for pcmk_dbus_find_error() no matter if there's a DBusError passed in (bsc#952884) - services: Prevent potential use-after-free when trying to add an operation into in-flight list (bsc#952874) - systemd: Directly return an error if the connection to System DBus is closed (bsc#952874) - services: Correctly determine if operations are in-flight (bsc#952874) - systemd: Reconnect to System DBus if the connection is closed (bsc#931271) - lrmd: Finalize all pending and recurring operations when cleaning up a resource (bsc#950450) - fencing: don't poke peers when remote node status changes - attrd: don't try to communicate with attrd on a remote node - libcluster,crmd: never update join info or processes for remote nodes - cib: Increased paranoia when peer updates fail to apply in compatability mode - crmd: do not accept remote peer data as enough for startup - crmd: remote nodes can't be DC so never add them to stonith cleanup list - libcluster: never autoreap from remote peer cache - crmd: improve generation of node state - CTS: get Reattach test working again and up-to-date (bsc#953192) - libcommon: Ignore CDATA of metadata of the resource. - cib: Downgrade the log message on forwarding CRM_OP_NOOP requests from INFO to DEBUG (bsc#949267) - fencing: Return a provider for the internal fencing agent "#watchdog" instead of logging an error (bsc#949441) * Drop bug-949441_pacemaker-fencing-provider-internal.patch which has been merged upstream - Upstream version cs: 7bd00f3f3010bc10d13b87e2ff501b597ea6ca03- fencing: Return a provider for the internal fencing agent "#watchdog" instead of logging an error (bsc#949441) * bug-949441_pacemaker-fencing-provider-internal.patch - spec: Move the normal resource agents into pacemaker-cli package (bsc#947197) - spec: Move logrotate configuration file into pacemaker-cli package (bsc#947197) - spec: Move attrd_updater, crm_attribute and crm_master into pacemaker-cli package (bsc#947197) - spec: Move xml schema files and PCMK-MIB.txt into pacemaker-cli package (bsc#947197)- crm_resource: Correctly observe --force when deleting and updating attributes (bsc#948197) - crm_resource: Correctly delete existing meta attributes regardless of their position in the heirarchy (bsc#948197) - fencing,libfencing: use level tag consistently in internal XML - crm_resource: Correctly update existing meta attributes regardless of their position in the heirarchy (bsc#948197) - crmd: properly detect CIB update failures for remote nodes - cibadmin: Prevent potential use-of-NULL in print_xml_output() (bsc#947180) - Fencing: The device list is expected to be comma separated - Tools: Do not send command lines to syslog (bsc#986676) - Tools: Repair the logging of 'interesting' command-lines - PE: resolve memory leak - libfencing: make topology level removal compatible with latest stonithd API - fencing: parse from correct XML location when registering/unregistering topology - tools: improve error handling when modifying configuration - crmd,libcrmcommon,libservices,tools: potential memory leaks (bsc#948197) - crmd,fencing: avoid potential null dereference in string searches - typo: OPSTIONS -> OPTIONS in crm_mon.sysconfig - cib: Check if the configuration changes with cib_config_changed() only for v1 diffs (bsc#946224) - liblrmd: don't print error if remote key environment variable unset - libcib: properly handle temporary file - libcrmcommon: better validation of environment variable value - crmd: avoid potential null dereference - libcib: potential user input overflow - controld: replace bashism - PE: drop probe_complete actions - PE: Allow resources to start and stop as soon as their state is known on all nodes - Fencing: Correctly construct simple topologies with stonith_admin - Fencing: Correctly remove topologies and detect invalid entries - remote: Revise a misleading message in the ocf:pacemaker:remote resource agent (bsc#946332, bsc#967383) * Drop bug-946332_pacemaker-resource-agent-remote-message.patch which has been merged upstream - remote: Correctly display the usage of the ocf:pacemaker:remote resource agent (bsc#946332, bsc#967383) * Drop bug-946332_pacemaker-resource-agent-remote-usage.patch which has been merged upstream - libcib: find_nvpair_attr_delegate: check buffer overflow - libcib: find_nvpair_attr_delegate: check alloc failure - Upstream version cs: 7906df92a713052db1edae851579ea229d8a5393- remote: Revise a misleading message in the ocf:pacemaker:remote resource agent (bsc#946332, bsc#967383) * bug-946332_pacemaker-resource-agent-remote-message.patch - remote: Correctly display the usage of the ocf:pacemaker:remote resource agent (bsc#946332, bsc#967383) * bug-946332_pacemaker-resource-agent-remote-usage.patch- crm_resource: Allow the resource configuration to be modified for --force-{check,start,..} calls - Fencing: Correctly parse 'by-attribute' fencing levels - Fencing: Use dedicated fields for fencing level patterns and attribute matching - pacemaker_remote: memory leak in ipc_proxy_dispatch() - crmd: don't add node ID to proxied remote node requests for attrd - membership: Safely autoreap nodes without code duplication - PE: Resolve memory leak - pacemakerd: Do not forget about nodes that leave the cluster - corosync: Display node state and quorum data if available - crmd: Implement reliable event notifications - extra: Added snmp trap of type "NOTIFICATION-TYPE" to MIB and snmp helper script - Date: Correctly set time from seconds-since-epoch - PE: Bug cl#5247 - Imply resources running on a container are stopped when the container is stopped - Upstream version cs: 20c2178f076ff32fdf9ba9a467c193b8dac2f9e5- lrmd: Upgrade start/finish log tags from INFO to NOTICE (bsc#943295) * bug-943295_pacemaker-lrmd-log-notice.patch- services: Reduce severity of noisy log messages (bsc#943319) - xml: Mark xml nodes as dirty if any children move (bsc#942382) - pengine: The failed action of the resource that occurred in shutdown is not displayed. - tools: memory leak in crm_resource - crm_resource: Correctly check if a resource is unmanaged or has a target-role - fencing: add ability to target by attribute - crmd: Resolve memory leak in remote_proxy_cb() - ipc: Do not constantly increase suggested size for PCMK_ipc_buffer every time we find it's insufficient (bsc#940992) - Upstream version cs: e8888b98cd7dbdfb986c1a46bdb4b113b96e914f- crm_resource: Indicate common reasons why a resource may not start after a cleanup - pengine: Ensure fencing of the DC precedes the STONITH_DONE operation - crm_resource: Compensate for -C and -p being called with the child resource for clones - ipc: Fix output formats (bsc#940992) - fencing: ensure "required"/"automatic" only apply to "on" actions - fencing: Remove unnecessary casts (bsc#940711) - crm_simulate: Prevent segfault on arches with 64bit time_t (bsc#940711) - ipc: Correctly compare values for the size of ipc buffer and prevent suggesting a negative value when it's insufficient (bsc#940992) - xml: Reduce severity of noisy log message (bsc#950551) - crm_resource: Correctly clean up failcounts for inactive anonymous clones - crmd: Avoid cancelling transitions when we tell nodes to shutdown - systemd: drop legacy SysVStartPriority from service units - crm: Set the attribute from remote node. - Upstream version cs: 4ad07f5f464c84b80c739922bd9fd708e8d36e5a- dbus: Remove redundant ref/unref of pending call records - stonithd: potential device list corruption - cib: don't destroy peer cache in peer status callback - systemd: Ensure pending structs are correctly unreferenced - systemd: Track pending operations so they can be safely cancelled - crmd: memory leak in CIB callbacks - attrd: memory leak in legacy attrd's CIB callback - attrd: memory leak in CIB callback - libcib: allow free function for user data supplied to CIB callbacks - xml: Prevent use-of-NULL in crm_xml_dump() - crm_mon: Memory leaks - Upstream version cs: 3fb7f71bf9ca2a3d6e1187fa3b74c7841d6af5a7- pengine: properly handle blocked clone actions - pengine: Correctly bypass fencing for resources that do not require it - libservices: potential memory leaks when executing systemd actions - libservices: memory leak in DBus-related log messages - crmd: memory leaks in recurring operation history - pengine: Addtion of the clone resource clone-min metadata option - Upstream version cs: 3d781d3fe61504c841e3c89b2e8ccff8195d4af6- Rebase bug-806256_pacemaker-log-level-notice.patch - Build: Update version numbers to 1.1.13 in version.m4 and sample spec file - fencing: Broadcast uname as soon as a peer's state has changed (bsc#938410) - fencing: remap sequential topology reboots to all-off-then-all-on - fencing: remap sequential topology reboots to off - fencing: support remapping reboots when processing fencing query results - fencing: treat remapped reboots as reboots when appropriate - fencing: support remapping reboots in fencing query results - crmd: check for errors when searching for CIB daemon's load file - libcib,libfencing,tools: memory leaks from xmlGetNodePath() - attrd: use-after-free in attrd_client_update() - fencing: memory leak when searching for a target's fencing topology - lrmd: memory leak when freeing command structure - libcluster: work around peer cache destruction in client status callbacks - fencing: add support for operation phases to device properties - fencing: add support for operation phases - crmd: Do not enforce restart for resources that support reload and don't support any unique parameters - crmd: Do not enforce restart for changes of non-unique parameters - cts: change the stack from openais (white-tank) to corosync (plugin v0) in set_stack of environment.py (bsc#936149) - Upstream version cs: bd8c4b5a30c9cacd0257fe50ab50d3a6436db42a- crmd: Make resource_supports_action() really general - crmd: Remove a duplicate invocation of snprintf() - pengine: clear failures after reconnect_interval expires - RA: Prevent an error message on stopping "Dummy" resource - PE: Ignore comment blocks when unpacking the cib - fencing: use "off" timeout when remapping "reboot" to "off" - fencing: do not set call options twice in query - crmd: don't synthesize op failures during shutdown - lrmd: prevent double free after unregistering stonith device for monitoring (bsc#1035822) - libcommon: crm_ipc_get_fd() must set errno on error - PE: Record the execution date in PE files so we can re-use it in crm_simulate - pengine: allow guest remote nodes using containers/vms to be nested in a group resource - pengine: Resolve memory leak in expand_notification_data() - cib: Prevent use-after-free and return -EINVAL when attempting to delete the whole "/cib" (bsc#934609) - cib: Prevent use-after-free when invoking "cibadmin --delete-all --xpath" (bsc#934609) - crmd: Prevent segfault when erasing resources from disconnected remote nodes - pengine: do not timeout remote node recurring monitor op failure until after fencing - crmd: No need to re-process actions we've already marked as failed - crmd: All pseduo ops must be allowed to complete - crm_simulate: Optionally include action IDs in the dot graph - fencing: properly decide whether a topology fencing device has been found - fencing: properly sort peers by number of fencing devices found - crmd: Record actions in the CIB as failed if we cannot execute them - pengine: do not stop notify a fenced node that the rscs on the fenced node stopped - pengine: fixes segfault in pengine when fencing remote node - remote: do not fail operations because of a migration - remote: handle merging duplicate recurring monitors for connection rsc - pengine: cl#5235 - Prevent graph loops that can be introduced by "load_stopped -> migrate_to" ordering - PE: Exclude nodes which don't match any exclusive discovery rules - Log: improve IPC connection error messages - Log: make syslog less noisy - lrmd: cancel currently pending STONITH op if stonithd connection is lost - fencing: Correct the all_topology_devices_found() implementation - crmd: Pre-emptively fail in-flight actions when lrmd connections fail - PE: Include a list of all and available nodes with notifications - lrmd: set recv timeout upper bound for tls connections - services: prevent recurring monitors from colliding with other operations - crmd: handle resources named the same as cluster nodes - crmd: make actions incompletable after remote-node fails - crm_simulate: Correctly invoke the policy engine library - libcluster: overhaul peer cache management - crmd: Prevent use-of-NULL - crm_report: Enable password sanitizing by default - PE: Keep the size of the secure list small in the cib - PE: Reduce noise when sanitized policy engine files are replayed - attrd: handle removals of cluster peers and remote peers consistently - libcluster: avoid possibility of invalidating a hash table iterator - membership: Ensure peer cache management supports all stacks - libcluster: do not re-add peer entries for exiting nodes - PE: Skip unrunnable actions when one-or-more is in effect - PE: Ensure recurring monitor operations are cancelled when clone instances are de-allocated - systemd: No need to trigger assert if cannot obtain an unit (bsc#931271) - dbus: Use operation timeout for dbus reply timeout (bsc#931271) - fencing: correct choice of fencing topology level - crm_shadow: Fix "crm_shadow --diff" (bsc#931166) - cib: Calculate and add digest for a patchset after accepting changes for the target xml (bsc#931114) - remote: enable reloads for select remote connection options - crmd: fence remote node after connection failure only once - remote: reconnect_delay option for remote nodes to delay reconnect after fence - tools: ignore stderr from crm_mon when running via systemd - xml: update RelaxNG schema for crm_mon XML output - Fencing: Correctly handle changes to the fencing topology - fencing: Allow complex configurations to apply to multiple hosts - tools: Update regression tests for ACL fixes - tools: improve failed actions display in crm_mon - tools: implement printing tickets in crm_mon HTML/XML output - tools: implement printing negative location constraints in crm_mon HTML/XML output - tools: implement printing operations and failcounts in crm_mon HTML/XML output - tools: implement printing node attributes in crm_mon HTML/XML output - tools: improve cluster summary display in crm_mon - tools: improve guest node output in crm_mon - tools: prettify plaintext output - tools: prettify crm_mon HTML output - tools: prettify crm_mon --simple-status output - crm_report: Allow log file discovery to be disabled - crm_resource: Support debugging promote and demote operations - fencing: Allow semi-colon delimiter for pcmk_host_list - Upstream version cs: ef86b494a411ce920eb18b9b6541a3a0425a41e0- Update to version 1.1.13 - Build: Update library versions - Build: Move new struct members to the end for backwards compatibility - Fencing: Gracefully handle invalid metadata from agents - Upstream version cs: 6052cd16c2f455809f8088af76ce86483bf98353 (Pacemaker-1.1.13)- pengine: cl#5130 - Only check the capacities of the nodes that are allowed to run the resource (FATE#313105) - cib: Correctly add "update-origin", "update-client" and "update-user" attributes for cib (bsc#931177) - fencing : Correction of the log output of the practice node of stonith. - Upstream version cs: a0449d443fa5c834207def5fe36a117a53c334d6- xml: Correctly create v1 patchsets when deleting attributes (bsc#931170) - xml: Prevent potential use-of-NULL (bsc#929960) - Upstream version cs: 677f53216662d121a47b4c7683ec3749c614437e- cib: No need to enforce cib digests for v2 diffs in legacy mode (bsc#929960) - cib: Ability to upgrade cib validation schema in legacy mode (bsc#929960) - xml: Do not dump deleted attributes (bsc#929960) - cib: Revert d153b86 to instantly get cib synchronized in legacy mode (bsc#929960) - cib: Enable cib legacy mode for plugin-based clusters (bsc#929960) - Build: CRM_STATE_DIR is created dynamically when needed - Tools: Repair expected output for ACLs - Build: Prevent rpm packaging conflicts - pengine: cl#5130 - Choose nodes capable of running all the colocated utilization resources (FATE#313105) * Drop obsolete pacemaker-colocated-utilization.patch - Upstream version cs: 0b79da3e73fe2ced8b9602aa59d55873d857b3e7- crmd/pengine: implement on-fail=ignore without allow-fail (bsc#981731) - pengine: Prevent use-after-free in sort_rsc_process_order() (bsc#930368) - crmd: Prevent the old version of DC from being fenced when it shuts down for rolling-upgrade (bsc#929955) - xml: Fix upgrade-1.3.xsl to correctly transform ACL rules with "attribute" (bsc#929681) - crmd/pengine: handle on-fail=ignore properly (bsc#981731) - crmd: respect start-failure-is-fatal even for artifically injected events (bsc#981731) - crmd: don't update fail count twice for same failure (bsc#950450, bsc#981731) - crmd: report operation rc as advertised instead of status (bsc#981731) - xml: add RelaxNG schema for crm_mon XML output - Upstream version cs: c9ad9cd503f071391efe17d3c45d578d6f152acd- pengine: process rsc parameters during unpack (bsc#929842) - pengine: handle setting container attribute in the correct location (bsc#929842) - lrmd: move isolation wrappers to hidden directory (bsc#929842) - mainloop: resolves race condition mainloop poll involving modification of ipc connections (bsc#929835) - Upstream version cs: f47ea56b4ec23c7d8e0c129535a9b49cdbd80482- fencing: Correctly make args for fencing agents (bsc#925751) - fence_legacy: Avoid passing 'port' to cluster-glue agents (bsc#925751) - corosync: Bug cl#5232 - Somewhat gracefully handle nodes with invalid UUIDs - HealthSMART: OCF_RESKEY_drives could contain multiple values - pengine: restart master instances on instance attribute changes - spec: move report.common and report.collector to cli package - pengine: only kill process group on timeout when on-fail does not equal block. - lrmd: Hint to child processes that using sd_notify is not required (bsc#956626) - Agents: Fix the HealthSMART metadata - make targetted reprobe for remote node work, crm_resource -C -N - crmd: include remote nodes when forcing cluster wide resource reprobe - crm_mon: Support of the start from systemd of crm_mon - Upstream version cs: 195559d47b0e9186b5d131981f6f7fee96ecad76- Rebase: * pacemaker-NodeUtilization-RA.patch - docker-wrapper: per resource logging of lrmd and remote client tool - pengine: Avoid trailing whitespaces when printing resource state - pengine: cl#5207 - Display "UNCLEAN" for resources running on unclean offline nodes - docker-wrapper: add reuse option for presistent containers - docker-wrapper: only override exit reason if docker daemon is inactive - pengine: handle isolated resource scenario, cloned group of isolated resources - pengine: handle cloned isolated resources in a sane way - crm_report: More patterns for finding logs on non-DC nodes - lrmd: Use original timestamps when reporting multi-step systemd operations - lrmd: report original timeout when systemd operation completes - systemd: improve unit files - PE: Turn off legacy unpacking of resource options into the meta hashtable - acl: Do not delay evaluation of added nodes in some situations (bsc#927828: CVE-2015-1867) - docker-wrapper: add demote, promote, and notify actions for multistate rsc - docker-wrapper: properly forward key value pairs during isolation - attrd: fixes double free in attrd legacy - lrmd: do not let isolation wrappers inherit the wrapper attribute, or it makes a loop - pengine: pass node name of pcmk host into isolated resources - lrmd: isolation wrappers are moved from containers to isolation OCF namepace - pengine: Fix colocation with unmanaged resources - stonith-ng: Correctly track node state - stonith-ng: No reply is needed for CRM_OP_RM_NODE_CACHE - crm_resource: Fix output format of the warning from --force-start - crm_resource: Display the locations of all anonymous clone children when supplying the children's common ID (bsc#870339) - cib: Correctly track node state - Upstream version cs: 7a2e3ae6b736621933b24f4cdc9ea260021d878d- Rebase: * bug-806256_pacemaker-log-level-notice.patch * pacemaker-NodeUtilization-RA.patch * pacemaker-colocated-utilization.patch - crmd: All peers need to track node shutdown requests (bsc#917625) - crmd: Cached copies of transient attributes cease to be valid once a node leaves the membership (bsc#917625) - crmd: Wait for all pending operations to complete before poking the policy engine - lrmd: preserve exit reason string when isolation wrappers are in use - docker-wrapper: properly separate docker and resource specific attributes - docker-wrapper: set authkey file permissions and properly set container 'node name' during start - systemd: Trick systemd into not stopping our services before us during shutdown (bsc#913251) - mcp: Allow a configurable delay when debugging shutdown issues - systemd: Kindly ask dbus NOT to kill the process if the dbus connection fails (bsc#931271) - systemd: Tell systemd not to take DBus down from underneath us (bsc#913251) - cib: Correctly set up signal handlers - PE: Do not record duplicate copies of the failed actions - lrmd: enable ipc proxy for docker-wrapper privileged mode - lrmd: properly handle poke requests in lrmd client when using ipc - spec: add docker-wrapper directory to spec file - pengine: disable migrations for resources with isolation containers - pengine: disable reloading of resources within isolated container wrappers - pengine: ability to launch resources in isolated containers - extra: docker container tech wrapper script for pcmk remote - tools: crm_mon prints Stopped clones only if --inactive was specified - tools: display node names more consistently in crm_mon output - tools: Improve crm_mon output with certain option combinations - tools: make crm_mon last updated header consistent across formats - remote: pcmk remote client tool for use with container wrapper script - crmd: Reset stonith failcount to recover transitioner when the node rejoins (bsc#921102) - systemd: fix crash caused when canceling in-flight operation - Upstream version cs: 3e93bc1dd6c1c3f2ee101f754567aa007b24bb5e- PE: Support non-actionable degraded mode for OCF - lrmd, services: interpret LSB status codes properly - tools: add crm_resource --wait option - tools: attrd_updater supports --query and --all options - attrd: attrd supports queries - pengine: remove unnecessary whitespace from notify environment variables - tools: free allocated memory correctly in crm_resource - attrd: properly write attributes for peers once uuid is discovered - cib: assignment where comparison intended - attrd: only send ack for recognized operations - attrd: make each client operation handler its own function - tools: attrd_updater supports private attributes - attrd supports private attributes (not written to CIB) - pengine: Reschedule specific monitors when resource definitions have changed (bsc#914761) - pengine: Resolve memory leaks (bsc#914761) - Upstream version cs: e32080b460f81486b85d08ec958582b3e72d858c- properly record stop args after reload - pengine: Do not reschedule monitors that are no longer needed while resource definitions have changed (bsc#914761) - Build: Fix building when heartbeat support is disabled - fencing: cl#5134 - Support random fencing delay to avoid double fencing (FATE#317136, FATE#318381, bsc#970733) - extra: Use crm_simulate for the showscores script - attrd: refresh should force an immediate write-out of all attributes - service: Leave synchronous calls to be free'd by the caller - service: Additional pointer safety - crmd: Add "on_node" attribute for *_last_failure_0 lrm resource operations (bsc#918839) - crm_mon: Fill CRM_notify_node in traps with node's uname rather than node's id if possible (bsc#918839) - pengine: ensure if B is colocated with A, B can never run without A - cib: automatically update .sig files in file backends when clients update live CIB - cib: file-based backends now detect whether file is live CIB - lrmd: add back support for class heartbeat agents - lrmd: provide fake meta data for ra class heartbeat - crm_resource: Use-after-free when restarting a resource - cli: Ensure subsequent unknown long options are correctly detected - crmd: Bug rhbz#1181824 - Ensure the DC can be reliably fenced - attrd_updater: Allow attributes to be set for other nodes - native_print: report target-role as well - membership: fix crm_update_peer_proc to NOT ignore flags if partially set - crmd: don't trigger a stonith_reconnect if no longer required - Upstream version cs: fa1311a0159588385f24cd8c3530233f4b90f3a9- Add pacemaker-Wno-format-signedness.patch to disable - Wformat-signedness added by GCC 5 and enabled by -Wformat=2- pengine: Handle ordering between stateful and migratable resources (bsc#881160) - crmd: Check "watchdog" daemon option before setting "have-watchdog" property - crmd: Correctly add the local option that validates against schema for pengine to calculate - Upstream version cs: 3021d731fdeba29e1136c117a62f3201785be6ea- crm_standby: update accepted options to match documentation - cts: Fix bashisms in LSBDummy script - pengine: fixes pengine crash with orphaned remote node connection resource - PE: Do not aggregate children in a pending state into the started/stopped/etc lists - acl: Correctly implement the 'reference' acl directive - Upstream version cs: 03ec61210c82471161f6cf3366e8afc30d737d67- pengine: imply stop in container node resources when host node is fenced - Build: Fix building if ncurses doesn't provide pkg-config files - xml: Do not change the ordering of properties when applying v1 cib diffs - xml: Do not prune leaves from v1 cib diffs that are being created with digests - Upstream version cs: 4109f1539a625bfa3e884d19ab2fc42d7a4daec4- xml: add 'require-all' to xml schema for constraints - pengine: require-all feature for ordered clones - xml: Ensure ACLs are reapplied before calculating what a replace operation changed - cib: Ensure file-based backends treat '-o section' consistently with the native backend - crmd: resolves memory leak in crmd. - pacemakerd: resolves memory leak of xml structure in pacemakerd - ipc: use server enforced buffer during ipc client send - pengine: do not recording pending migrate_to ops for pacemaker remote - crmd: never stop recurring monitor ops for pcmk remote during incomplete migration - pengine: prefer migration target for remote node connections - pengine: properly handle ordering during remote connection partial migration - crmd: Ensure remote connection resources timeout properly during 'migrate_from' action - crmd: gracefully handle remote node disconnects during op execution - pengine: Fence baremetal remote when recurring monitor op fails - crmd: Handle remote connection failures while executing ops on remote connection - remote: Treat recv msg timeout as a disconnect - pengine: properly recover remote-nodes when cluster-node proxy goes offline - systemd: Correctly handle long running stop actions (bsc#948989) - crm_resource: Include group members when calculating the next timeout - crm_resource: Ensure --restart sets/clears meta attributes - crm_resource: Clean up memory in --restart error paths - Build: Use a wrapper for realloc() which calls abort when we run out of memory - services: Prevent potential use-of-NULL - crm_resource: Memory leak in error paths - crmd: Mistake of the set of the variable. - Upstream version cs: d0139e9a00c32b9bc1d7d206d6210126045b49be- crm_node: Correctly remove nodes from the CIB by nodeid - fencing: Allow nodes to be purged from the member cache - xml: cl#5231 - Unset the deleted attributes in the resulting diffs (bsc#905641, bsc#967254) - fencing: stonith -l option for custom log - cib: Avoid nodeid conflicts we don't care about - Membership: Detect and resolve nodes that change their ID - attrd: Simplify how node deletions happen - attrd: Clean out the node cache when requested by the admin - crm_resource: Allow resource restart operations to be node specific - crm_resource: Implement --timeout for resource restart operations - crm_resource: Calculate how long to wait for a restart based on the resource timeouts - crm_resource: Implement an intelligent restart capability - crm_failcount: Better error reporting when no resource is specified - cib: tls sock cleanup for remote cib connections - Upstream version cs: 7dd90226e10035340d6707d9fd2b04f2e0141194- pengine: make resource-discovery work with location rules - services: Conditionally clean up services actions - Upstream version cs: 5093c095c5f517ab58375b2b69ecfc5516c86b5b- Drop conditional BuildRequires of system-devel: it was required one line lower unconditionally. - Replace remaining systemd-devel BuildRequires with pkgconfig(systemd).- pengine: exclusive discovery implies rsc is only allowed on exclusive subset of nodes - dbus: handle dispatch queue when multiple replies need to be processed - dbus ref count leaks - dbus: Ensure both the read and write queues get dispatched - systemd: Ensure failed monitor operations always return - Perform systemd reloads asynchronously - Upstream version cs: cd7c9abbcfc620aa84194ee07aade142240db15a- watchdog: Allow startup without sbd - service: Prevent potential use-of-NULL in metadata lookups - dbus: Fail gracefully if malloc fails - crmd: Prevent use-of-NULL during reprobe - crmd: Correctly obtain SBD_WATCHDOG_TIMEOUT from the environment - pengine: add #kind=remote for baremetal remote-nodes - Officially support the resource-discovery attribute for location constraints - xml: fix xml.c memleak in "missing upgrade XSLT" case - Prefer to inherit the watchdog timeout from SBD - stonith-ng: Correctly observe the watchdog completion timeout - sbd: Attempt to locate sbd via its pid file - Fencing: If configured, wait stonith-watchdog-timer seconds for self-fencing to complete - Resolve some potential issues spotted by clang and coverity - PE: Watchdog integration is sufficient for fencing - Fencing: Correctly wait for self-fencing to occur when the watchdog is in use - Fencing: Ensure the hostlist parameter is set for watchdog agents - crm_resource: Allow -M location to be reinforced with -f even if rsc is already on node - mcp: Turn on sbd integration if pacemakerd finds it running - pengine: Fix the behaviors of multi-state resources with asymmetrical ordering (bsc#899403) - lrmd: Prevent glib assert triggered by timers being removed from mainloop more than once - cib: Improved tracing of callbacks - Upstream version cs: a9c81774b89f21f990be255f9862446d1a38afee- remote: advertise default port correctly, further adjust default timeout periods - remote: report timestamps for remote connection resource operations - pengine: allow remote-nodes to be placed in maintenance mode - xml: Prevent assert errors in crm_element_value() on applying a patch without version information (bsc#900296) - pengine: prevent disabling rsc discovery per node in certain situations - crm_resource: avoid deletion of lrm cache on node with resource discovery disabled. - pengine: per-node control over resource discovery - mainloop: fix potential segfault for fd = 0 - ping: Correct metadata for attempts parameter (bsc#899324) - ping: Pass extra options to fping (bsc#899324) - ping: Remove incorrectly advertised migrate_to|migrate_from (bsc#899324) - ping: Add use_fping parameter (bsc#899324) - ping: Correctly advertise multiplier default (bsc#899324) - pengine: resource discovery mode for location constraints - cib: Ensure upgrade operations from a non-DC get an acknowledgement - lrmd: cancel pending async connection during disconnect - systemd: Ensure we don't call dbus_message_unref() with NULL - systemd: Perform monitor operations without blocking - dbus: Notice when dbus connections get disabled - pengine: allow baremetal remote-nodes to recover without requiring fencing when cluster-node fails - crmd: do not remove connection resources during re-probe - pengine: only fence baremetal remote when connection can fails or can not be recovered - ipc: properly allocate server enforced buffer size on client - remote: advertise more reasonable timeout periods for remote-nodes connections - crmd: properly update job limit for baremetal remote-nodes - crmd: Remote-node throttle jobs count towards cluster-node hosting conneciton rsc - crmd: Ensure throttle_mode() does something on Linux - systemd: Perform actions asynchronously (bsc#956500) - crm_attribute: Correctly update config options when -o crm_config is specified - crmd: Fixes crash when remote connection migration fails - pengine: fixes segfault caused by malformed log warning - Allow fail-counts to be removed en-mass when the new attrd is in operation - fencing: Use the correct define for origin - fencing: Reject actions for devices that haven't been explicitly registered yet - cts : change default cluster stack from openais to corosync (bsc#894871) - crm_resource: Ensure fail-counts are purged when we redetect the state of all resources - corosync: Avoid unnecessary repeated CMAP API calls (bsc#870771) - cib: Do not update on disk backups if we're just querying them - mcp: Allow orphan children to initiate node panic via SIGQUIT - Support machine panics for some kinds of errors (via sbd if available) - Fencing: Allow the cluster to recover resources if the watchdog is in use - crmd: If configured, trigger the watchdog immediately if we loose quorum and no-quorum-policy=suicide - crmd: Ensure a watchdog device is in use if stonith-watchdog-timeout is configured - Fencing: Advertise the watchdog device for fencing operations - PE: Allow natural ordering of colocation sets - stonith-ng: Reset mainloop source IDs after removing them - Fencing: Force 'stonith-ng' as the system name - crm_mon: Repair notification delivery when the v2 patch format is in use (bsc#909286) - mcp: Teach pacemakerd to ignore SIGHUP - Rebase bug-806256_pacemaker-log-level-notice.patch - Upstream version cs: 28aee948cebd51305a2cdc3ec4f94252ce975655/bin/sh/bin/sh/bin/sh/bin/shlamb22 1569759090  !"#$%&'()*+,-./01456789:;>ABIJMNOPQRUVWXYZ[\_fghklmtuvwxyz{|}~1.1.18+20180430.b12c320f5-lp150.2.16.11.1.18+20180430.b12c320f5-lp150.2.16.11.1.18+20180430.b12c320f5-lp150.2.16.1 pacemakerpacemakerocfresource.dpacemakerClusterMonDummyHealthCPUHealthSMARTNodeUtilizationStatefulSysInfoSystemHealthattributeifspeedpingpingdlrmd_testcrm_mon.serviceattrd_updatercibadmincrm_attributecrm_diffcrm_errorcrm_failcountcrm_mastercrm_moncrm_reportcrm_report.pacemakercrm_resourcecrm_shadowcrm_simulatecrm_standbycrm_ticketcrm_verifycrmadminiso8601rccrm_monpacemaker-cliCOPYINGChangeLogsysconfig.crm_monsysconfig.pacemakerocf_pacemaker_ClusterMon.7.gzocf_pacemaker_Dummy.7.gzocf_pacemaker_HealthCPU.7.gzocf_pacemaker_HealthSMART.7.gzocf_pacemaker_Stateful.7.gzocf_pacemaker_SysInfo.7.gzocf_pacemaker_SystemHealth.7.gzocf_pacemaker_attribute.7.gzocf_pacemaker_ifspeed.7.gzocf_pacemaker_ping.7.gzocf_pacemaker_pingd.7.gzattrd_updater.8.gzcibadmin.8.gzcrm_attribute.8.gzcrm_diff.8.gzcrm_error.8.gzcrm_failcount.8.gzcrm_master.8.gzcrm_mon.8.gzcrm_report.8.gzcrm_resource.8.gzcrm_shadow.8.gzcrm_simulate.8.gzcrm_standby.8.gzcrm_ticket.8.gzcrm_verify.8.gzcrmadmin.8.gziso8601.8.gzpacemakeracls-1.2.rngacls-2.0.rngalerts-2.10.rngalerts-2.5.rngalerts-2.9.rngcib-1.0.rngcib-1.2.rngcibtr-2.rngconstraints-1.0.rngconstraints-1.2.rngconstraints-2.1.rngconstraints-2.2.rngconstraints-2.3.rngconstraints-2.6.rngconstraints-2.9.rngconstraints-3.0.rngconstraints-next.rngcrm_mon.rngfencing-1.2.rngfencing-2.4.rngnodes-1.0.rngnodes-1.2.rngnodes-1.3.rngnodes-2.9.rngnodes-3.0.rngnvset-1.3.rngnvset-2.9.rngnvset-3.0.rngnvset.rngoptions-1.0.rngoptions-3.0.rngpacemaker-1.0.rngpacemaker-1.2.rngpacemaker-1.3.rngpacemaker-2.0.rngpacemaker-2.1.rngpacemaker-2.10.rngpacemaker-2.2.rngpacemaker-2.3.rngpacemaker-2.4.rngpacemaker-2.5.rngpacemaker-2.6.rngpacemaker-2.7.rngpacemaker-2.8.rngpacemaker-2.9.rngpacemaker-3.0.rngpacemaker-next.rngpacemaker.rngreport.collectorreport.commonresources-1.0.rngresources-1.2.rngresources-1.3.rngresources-2.10.rngresources-2.7.rngresources-2.8.rngresources-2.9.rngresources-3.0.rngrule-2.9.rngrule.rngscore.rngstatus-1.0.rngtags-1.3.rngupgrade-1.3.xslupgrade-2.10.xslupgrade-detail.xslversions.rngPCMK-MIB.txtpacemakerblackboxcorespacemakerbundles/etc/logrotate.d//etc//usr/lib//usr/lib/ocf//usr/lib/ocf/resource.d//usr/lib/ocf/resource.d/pacemaker//usr/lib/pacemaker//usr/lib/systemd/system//usr/sbin//usr/share/doc/packages//usr/share/doc/packages/pacemaker-cli//usr/share/fillup-templates//usr/share/man/man7//usr/share/man/man8//usr/share//usr/share/pacemaker//usr/share/snmp/mibs//var/lib//var/lib/pacemaker//var/log//var/log/pacemaker/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:11166/openSUSE_Leap_15.0_Update/d619bee4c7c01c962fd7d2e8a15f655f-pacemaker.openSUSE_Leap_15.0_Updatecpioxz5x86_64-suse-linux ASCII textdirectoryBourne-Again shell script, ISO-8859 text executablePOSIX shell script, ISO-8859 text executablePOSIX shell script, UTF-8 Unicode text executableBourne-Again shell script, ASCII text executablePOSIX shell script, ASCII text executableELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=5d8bd8ef426e50081045a98498db6c117c148854, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=b647e60960cf883a72d4cb46dba5b105f3eb8989, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=91d7688088419d00425497382d4edfa42eca96fb, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=1e0c5b33d5293aa3b5cd839f41c86a7e2c0abf78, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=a81e1283a0507705cf0772602f63b8e6c0fda1c9, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=c2b7b71d36c39cebb2dc8cd3680cf8dd435dacd9, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=b4b07f4a4d88cc837a8fa5905c6cf21f09975631, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=c0c1917aefe460a24332a7c91c24d22af8ae7946, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=56b1a6fb4bf43b4942f112e1f1712387493f7aa4, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=9fbff9b6eca9a4319b1e2a0b353c9f3840561c0a, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=ed0f644719ded73bfcefb5d960417cbd213b2e60, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=66c9f16813218041922ddaca751d32d407825a27, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=a0e7683bcc71f0d4e2521f1dbe9ef0547e3376a8, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=a343defd52b811dfafd97d6ed4dbb233429bf22b, strippedUTF-8 Unicode texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)troff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)XML 1.0 document, ASCII textexported SGML document, ASCII text $,2789IJK[aopz  RRRRRRRRRRRR R R RRR RRRRRR R R RRRR R R R RRRRR R R R R RRRR R R RRRR R R RRRRRRRR R R RRRR RRRRRRRRRR R R RRRRRR RRRRRRR R R R RRRR R R RRR RRRRRRRRR R R RRR RRRRR R R RRR RRRR R R R RRRRR R R RRRR7cʯmu8Cutf-8f69251064407e3d1c54f4a59e15df8371dc3f8819b16dd60e4f2d47fd313612f?7zXZ !t/@] crv(vX0~oEP:q()7xhp"l 5aݧ4yF #\(P˯&KK?XܒIBI= WE:܉!#|#c>\Nzu aa7uU^<'wu:P`pҾ5'­ Yԛhc_ 0v}g -dU}y*KO"؛@V|p ߕ<1) grf""Jc=~{ay|FʇQCmTadѪdP40MڔM2A> v1W= Hwqǟ,C{(+7NXAbA܈&iJuIpZH6OKBDfF2GKLOUY:'D@U R/0f D+122ڑ" W So'] k|@K{ܔBx+KrG:+Xd9<^+Iaх/"#-/h~Y9Mj2As{j6jXdA*I ]M o2KŢjFjj_c'iݛ>HDE9u>)=fL-:j M @nbr;ԅ%x<LJPoZRoɊὋ @ZĻ Qb# \͉g 7 Ws訳!E($MvZx*e)C?*@~1@MN'+q[V0.ʯ٩z.  rNkx3@{1$ NU|?XjU͚h@BpGpjws.;6I'gxDT%c {1hu_s'0RqU"1Qn*Na;45 fot,KFt̢,:?C*]d?PM3)~^Qg D;ET"ZMh)8PhŘĈ:퓮r+Ȧ}oua Sә"Yզ\8r Aƿ؉=j]/k3]/Ǡr;T`sJXGӯSXm/v\P\n4 p=M' Zn5ACs&$C?伨j,25;: _^a_ǜK˛몀ꍻ٢~QGn QP(h_|0 k |vIS&?C7gB -/E)Ӭr<w kcݜdb?`s>;%I!)&yq<6 pͬ*:}Owel訜@0HD;rY1)}0D}Ъ *qj5R ]w>67æ"\Fq*~S h:9fvLIuj>I? IH4U V .hw*..vRXoP"%Us~ IwO'+,;B q[-'۹|\mID`Y-ƊRu!oCƑ^Ɗ5:3UҘڒ"odQm:  YPt=i޷(QE)LۉtPK&35P'fLdZh]#2/.~i?[MӹB*˷D Փ(uoq[6@QaA/ibS8ANg8Y. ֈmuZ);c3BYÚ`k5'egmR^$V%f%d@Z\'l zY-⃁` [,c PHfϩz  I$+ /+54v џ2 CRTɛc1Dy~ C+Dkm@|d-[0,20֗(+6a#fI+gdlEz\i~'hpY㳮)h"{xuL#J]F[O\p?r $->L[`{EmR( ܨY•<x ey)5/(gJ|QFtNJ\+F%Z1tegA0H?AIJ>Vbn1jFٓVho VD#:+Z"P87C٢#;b:v5LyQ2Hd8M`ΕC) {-TP9WRc`ЈJGq!^t X$By_jGxN$8'^/B3Hg]{=`eO8KE8a/DZVZ Inb>Clk/"͉a͊2$W*豿YV5U u[GX] XY7*_:8 3X)-k^t`[5Nu-W@mK 3 叨 آh@b`kѱ Ge%&Da_YL@5!/ǽX`Z`0+vSX :x"R7d2܍RkMjXe=4z}62[9"`N^TUQ%ͱyލP 0ѿRχufq9!3&sS;~dN.fey߁3J- >{WlU2J2ZϏhr k0 \̡߱"^X,̭Ek@V~>XZkh}bB9$%U/N.a}U!`~ "]Orh?T'6 U%viꋭ9d+@gzgS ouO[.UHQ&M7\s* Q1'ڔЏ%?ZĩJWފJ+L^IX/geDIt[2?bJQH)ͼ)KZ g%GvVH{ַ*}{ 7?:A0wJm2x5oXTpШN]Ai 2d+[T PmkOw a",h")EXN󈹉d=. +?HT]a}sDy1 - oνRq:x5L-H{j0JG|eS4?ʃ)  Jz1 -ooy-LVRbtp !XV=3JzuУǔȚOt\7dw{J?}.7{qGJien0NLqUB5c3gW7+pwH+l0P)G͂%<DM?I8i5Nl M:LS'BU1ۉ%,wug51-ґY3кaFX 1S/&sJ{SPJf d;;{ oa m{TSzM DeS冢J/Ui !L鸳BF^uqZ}huζ^Wݪ\ޱ$S\=[Y|Y KS"09sNgsehS`% Z]cNl{uR`D>Kk)v/|(-&FY+ m2p3׈؊ >ʔDc'(-|X~'1 pkUP2;:8X,e&Y:B62kci/zXLՎ/'@]65#(4tk6RPG B,$:v|HL7C E.QƆoxT)vtB؍.3hӿGnZ(<7Q_P0ߕ!bR22{4?vVXYr-\7pt.y=1>Rݔ.'>B;](2rO6VSܱ%`ݙ+X^6o^0scV jaD}"bW i>{R9<_;n0hG{n_,"(+6%M'IAK7W}.< .t8o"^Swr/Jߜ~ܛGmrowgX@9a]w0=1쨫69&@'dCv1gј@!*f8E~TR*Wݩc֢VbÒ.k X-1[iқx,~XG<:XL2tqb}s2i< EQ1\cu|#l:$~ =PGc-EI4jAq~#qJ93ㄖo=|B+^Ro$-mRSSU1d!9 7N\j; )1c]yɁp_x S3V+QC!ȦrȣiU?e(/aՄ(?!iJvzد* 1̒K쭘1˧SM /w~J CW9.A%M:YpBķ´d׆kvUctA(KnKM#hޘ}B $s%dΪuTky9q 2oH|ĵȶQ"B{l34uP'Uc4m]s y6 ,6y1՗ 1K=gcv'+=nUӘnRaE,B:k)ʾ c>U{짺iO>ΖZܪuX FO.+Mq-Zx6Ew<Q;ck n2ߒ]!}|[[a&q0q=ɽ[F?^m)7Q`$)Gt+oR;Mi٦ ێY?=C\XɷRpjRb(J?l&N0?| ]욦ƙqݜw&pC[NǫQSG#?83m|)=~Z/E Ӡz#f4ɓ6mN%&YJ!?!ЖW"~ xЉNO{2o*zT<04f6У!Y*)mȡtV mEp!uKpȉ\a<}c¹y vPg iIժ}"mT!%۾س`zgn$|7)iXȢe :uj; nX0 bzx8r~)u (Ifw|"byńd"ͰZMl#{rET-=\DW3v>P {[^`񺻾!$kF^-R_؆>{_|)Ww~X`|d.UI&͒ YG=k"/¿!g,o_AE6׵H 1D1L๚)’de)Wwd,=r|?, vnVC:&ԧl^|W6ewztZ޲b+7NKFs(N-9lL9 _ޜ M,(矑Q٩~"!KIXۊB'" 8ݸqq,>Ljĥv=ѣwk{}Rut \]7$Ȍ79*MPC[y#^k˪j{C50)ۣDQ' PUUt4(nL]b0%FnBH8)eoeCPʽyɂZ5-].¡1LX<뾤KxBzV%aD~Q$ ?<jB X=H8|RV[#;*>XQMlg£9g%5~>:A WB7.<:}pSZؗ6Kr~cgc1<K;o ʠe }G9pMְ)4IzlYvS~'IO,$|FT?wLv74MQ^O]!^zsvwd$ Y򌾧*A:RDa4T}up `YYQFE 3ꁲr#p$]f:&+;7 Azs)~L/aQ򺤮*{'"%IxxB?y|֒v<+)%޶B>;H2טX=> OGYB8*ķ <]6!I´tA\P{EEnv];P~s=̏-{B'}`Y`_>yno:ؙiHԛ.Lr.i\X L Dp1!e}ڧ!e׿C ")lETLkH"'wj݁эD}ԵD+*V9U{93""ݕyI Gp /2?p76inMa=;l3*' 4WRj 3˥t( FV`/VE~į1 z6{1F&ubLaL7ƕ!40bLEӜkAxϥ^/EjH[bXYG7x%o kdzܝ.TB&? wX Cќ?_lK ˬ 8vU zkZޠKԅ/SWߩ@ŭmRln̖'fS\=m'?w t ةj*K}(2]r X/Nja9>+u|H]N2 BT;k>+tD w,G{8p*"OZ^2)Uw$[(K{q mJ-KV23fd>=e Mf8-i./ؤ@LM q6&bٓ2[@R~܌i@)$;jqx,6ZV<:q} emQ>k8[fcSsI˗` QZruW̏(-Xw)?b)aǭȽiz$a+U#A#duA{H^-/m]Sma梽Q0i_ķ d`wƵ}whrC׈W~U^5k6ƺ[U|}RǶoZ'X34j /HIjiJLkPe<j> ^\3mSHmx0=&ҀW+5lCtTίEI*xo*0[G|2Ѐt6oc`N6 C/B ot35a4DVwu$HNKi[a@:d획>QEUВށA:yZ΍g.liSe֗f!9ovKq-_f`!~'4dȧtnKj?Y2M*ӆOƇFgkMaؘΏa`zvX&nz0/F?i &9?>Nn] *N1~{ၴn.qXFF;q1p노]ZK!qEM(/'*ZcjK(xdPzfeAWpxҞiDp*ъ}%T!wK^J| @^B1:$SDNXS ~J^CHټLdhpG?-GH 9~WV%wgiYNADb)"lRv˸?k ^KjTNu@jN AJ;O)n*tSٶqO8چ\jeބ0U;9 %Yixm] V^b:!0\ZȊ `2P]@Q"@(0[%o3 ґwpfg:dwb&~g_]cxrgۀ"TL%mBh\L 2GQ$i@n{&&Bn(o0RXD.h| ~i`89t+BaK Z u"Imܘ)xzPݻm֚h^#ۨĥe/n3/(%?#5EZ8[<'6/PJVBDʝmv?rW݀psI֋7>Og-O`pD2-Z=[?vB/ЄBDɹwCM]Oz}Q>vf0q8M}Q 9ȯR|eC,ruA0sN|0].cإd=wMx]0A˸3@]A&FcB$ wQK@vrU iuRrws@S-׷۳iOϚE0+'_?^-R{ǗhPCs w|κk|q9~ |h 4XSdDl%V7m>2A]"qf;=3=3j:s>VVC/">Ln9%h7 LNIČwWBdSZ8)HUʻtsl8*C'LLA3%:GE Py۰@6ǧIY.L3 bg=H0sK}>~`_ynD2gI?wVN6*cVUw%4(f0DȫG-NWwlTJ +܃\#|T"M]%%)PK/E`^s(@Lvlc?mlT?4g­Z?B)@ jmjo~a ݶCMgeϔuZV> e'GN"T IU{rZs;B Qe.Ҵ܄td#o, ,F{dB3)ӣNL/} T1Bɝ^.v9 ",IKgkW ^A@h Y=NvYams &a(\kۃtzYFN!̋?nOeNJP-15N:9OҠJʅ %u d+Ro$+}z5ome@8e.Jm& 'xj?pbyCJ7na63o̧tkCi tۇiQ ʢxEzpRI%E,*~$D?=KŧToCv>+s@X2r=d CbvJ 1BY}G(+9NGYZ<`Y/g-a2Վ5Wfl\ڈ8(yl9]r۔PQ3~H+-Ĕb&8C4M*ޭ\x (\ c :5%ݦ2lIs rnis:y *B): 45ぜZYsF]y([wm >RI{/\ 5R-d?R%BD0 [%cTM[t_!MF"&RYȎԬ,;g0/kD]).M`T-hq*V>tɤ}8a2d ?3>f8 jKū'(f_ܓ4qHQ4[v34Uhm׋y?2~N>hSp Fj=Pq;fqt' [9f- Wy!Br7xhlz¥7q`4Y^@%e1xpͮN=omE3=ƥB t3*l6l.=@nu9R˰.(qp:g_NحT vh<_a'rjL^,1kްZ;/-WhqӚϛYµ\r%7>=Nu(Q`U__eBҴIe8J+,4D?6چ (/l_j HnWnbH%#[W%,'2S Y2vk3}>R|YFp`Fi//zʤ \.`Wy;bZAcQsOHHR+ ԑ*=fHXV]0)@Rԯ#P nBp seZg^hĸ 8'|.)9CsK#$7yUգ^\ 婮AF;Dxɷ"ˏ :ߵ9?kW[`)>g&M~#a WbV dZq Q3S?:3:@(ڷg] (̋#b@ӕi|ͱ{MW}2?NɄxTubDnIt6Y"E>)ۛGXyk ;sQ-Ԡ RK*c^aĀ閥ZB*{P#U~6ץ̪Tj{X);Z%?gs˹ ]oysI/2.$!|jՕS(ୀҲ-a o؝,Ty7T~{'ǭ\|? Xe(C@Ϳډ=\mp!k_7%*5&2 'Mt܈ #UY[TJ+}$XIMC^s GK5HpBۚ*1@ L'o=XuT:Sr:J(Xΰn9ev[ .Kyyήj@([w8|.$G? E,{kEq4yk_e -[RMUB9'YO&~[6WCр bdH-KAUO+xŔ j_3jT3+^ׅ..1׆Pa 9e2ݞ[ |j&WN/jBA|{JS2(ؓD@apWRe@[dž^r6(zjuW! @`kcSk @,WЕWcAUKVzԑ, G>PY➕dsifϫ8k>ܘn]`C0{Q+2sRF"Z*9AmC:AKjyogֶH-#fc-XG1^eX`Tш>'gBhWPU37.Y~ rwncc~%bF3ܘUe aIiU{މ*BuIgHs/c$en_l3N':X|i/#?QӎU$Ev.2s*aL rNJx.4[' Jm .єidTwUtB^غk Mڎ*CfKB$}@PhĠQ/z98$n|̤^c8XnA'KfБFx+vcid_z< KPsF顛4,la&al˞(=%dC6_g[^"^4s%U@kkՉ0NJMc՚U6*52S^Qܐ[ #_9)"}ֱ⻃%z3D\NC(vcbR!Sߥ_[ GXAKhhóvVVO7tKu7qjp31\i>Ўg{o5ZJ?-wp \<*+nY>̑A"?j4Jl:,uav[ۥN&'TjȇF{[Oش!Hhg]98Rco F_S"(l*B "GK݀(&U + $1< yO?c\5 @?gYU?֭o®_bd0;ˋ3960>YBOu~U+c ! vr›^Ue!)RrO b+p8tqŠwvt{M\7"*0wV7# djN-H͢<*ߥuU|;[&p~*\#)._h0G ZA X`#F3XTX 6sMUpV8:5I=S 86 ȉUW{^[>Ƭ35UmB/ Ml%$O|䫂g K*c1 S~yI/7Sd澉yī \_ k:d(?XeU =o=twy տ*+t$(a?Sx2Q_pfD7#)C<68rubcoJ],s[/~Uwa F DJ{O G[bD܋ 5ۋu)?- #TX׺ѝw+Uէb'vv+J\%Vz6kI%ӝ=Gs/qĎ fGd,[:fsg},vQ#06d5-ѕs3A&$jz69.V C I Ӱ{N,+ K,+Ӕ q!?(TFвbS((Gdkzoߓf@X7~A<ÍU= ɶd@boױ #^e4 ˓ U#?J] .wα&Kpf_7-yqe5KT~bY,F ԅ_vCӸ9n)8^`|I}^޹k,΅$2?ER^oU:2>z1k`0Vy1$6C@>eӠϘcOV~<ҡc{?Ctb8GĻu 8dviߘ?ho=?V).Gr&ѐOo\eeF:#'(W| ]᩷"x.As vh5V2mܳTl!`|b#(̬mkAa 8fl=jVF1r\0 d,ӪRV%`I.kLXJOp$fg7?{QIvuD$뗟]~ONU~V3Ԩė?gNsR/G|c|=F7:ЂKN}JM OkJ/C$sQ).٩0 &3uIDr1\IşOP!DM6D;|N,Db_7j: T('r}F讯%~%aFgǴ<|*ԖMzY8YoFm H߈0~@U~gA-Fc?'UpF*j*>Ίaݟ U-qW P /2WC{|c1 <] v(bc C⋗1B6>@ h7)#*ɖ oHwxVM29i#xc]_iM ^rtsV~c 6|!ՌWwgvIܴV.W|VUހaq@ſ!Eȷ>aCqӸưJp+WZ/ {NVT-Qң3IyDɏC^-o$c@2bB`}/j~$Wapj~#v&qȌĊ*B4+>~LXͨd\U6eV?Gbu_ҲY%jWk][nR;O[(<\,WV%pßb7QFO3G>y.0P;x)gn8S[rJO S—u?br| (v[2"/ KB vLɞF5 >G;C{aӑmg)fZy,S32AoJ{<( A re-_ye`]"/{'׮J8R yJ}o2?и^MqCVPUy> y[JKҚr9ߏ؞qY\IVGuL"z#%/X_;ZEpag>Ծtw<``+Sh氱n١'?+?YyYbB\_u=`^LAQ1t;6Dÿ혐HjќSYSg|DZkۻ_1gAg̻a;`avqȮd\ y<W<-&>.SΨ}vvB1k 6L|&n ]$&n 5FXD vt.'և2!B< -.ϴ t,HK8$ſ5.$~1d֡(z,KnɸKY\myԏ21-'דcH%V@d;n;>̊y^6=zXR,$ρQV*,P1UaІ32`yjJdKRGU؝[*l]vw0cDs{]-k7Ov=N]=6#' đWweڀhlFkS! +eLYUܣ'QjǷ |?F?˯ 8 Ĥ␠e; Wl+ڭo%uR&ӆBpO/J<#Ҁ*TcZRhNAyS{WR0zDaA$$ĻGKCO࿩ݴة4 uO40qD6cG||!Ⰵb\4~ ^U*;$x)PCc\ ٹ`WU (;=,Ƒ+t1n~' 1Q}d}]=9l5y>R ]{ʸKQgr]y'K{fo鼓2RX,ؗk9W$cS7Pj'_rK>2 3)qeb:b2{v.mP:AAxCga6&QJcsO vz.D%)V՛8Nu*ZG-(.jBלnT(!rel w7o@fa]u LU[կwƙQ%+8!%3Cr& &%)%FBYɾÏB)j'Ҟv5V6eo^B+E=%s4CؗnR}`vdT} 0[{­at[n~`DDK6MoIo(t(wM̺i^H#nW!(z)D%b6TnJp)3w渣HȎ}M;@Ť QW_ pfOʔy`MR#L zY"ҐK2OnEl h/fmY%H)UoᐸI^hj8S oA ķJ0u= Jxl:L`j9@BYznG; #.qvn1_"[rnlD/@nkPnD`_!5<,ޛݦ;Ŝ2>&\Y9#Pc| qȨ3QImy{N.35|-^ZU2B;i֩~aj7PE5_&MiL/cQa4[DX55o|蹌CgpWEb Zifx5b;H,dҸ#anA'r0/D>}XL ƢWCyz?LŀR r/+aʆXEzB% 1'GdqcWiqaJ=ɋ(k0-pz. TƎܿKZw/6W,aa(պ[G_"}M&PJ.zT#TX%@{ژ"w6vyk"+i>CD6|<G9kFLvL^r*Yn$AJ4? ͆GG"i@1WϣLQStbr¸B4O5~sYZMnBٚ ~n==ɇnr:9~8EU6ͶVگͬm8fq"lQf4J_tlqa,5I`%5ը~G'{;O7ۢ@iUqfpDHy,[a\'<^K C+P#!N@;;Whf`bp5!]hfPj^G_?w`H,q$L3P<RMŢj*k :Qid\1qBgRd&L)ݛl'jO}yQ}e4G, E pwQ/օ>fCp L<bVa#$-LpY՞ [ܕFFsNc-^2}࡚t+Ż)@  Kb~bJc[WTq:]{L6BupAGkw7##j SӬ9w@/y)_[ ,.|35Pt!ʃ.?3.e*LQPN|]vaKe.;YYGv d\yMQ/m;zO8\/ˉD™5{|XCD.\^n& ՟a>Js%j˄Rl;3Z>KrĺLw@ p; >&쐬 RSOq>y^G^ɑoʄhFQjY'^e}_Dk#ەs1wӮUl4{g7yv+1Y{g!7r Ps0=;; #+ƨ)e'KJ!hJ`%>1H]v2%HgA8E1.OU-P]Y?]"&^1yɩ>H{oK52]8UA{#H}}?>fh#ZItIțr)}aamRyǝQk357>,T:,|Ri3۹9 PHC.DAW!K}o;n5۟Mt3aRc$%uwo"kZx ?H:ԁ(UqA;Mj4P(rN8m3 .!m¿1<|E;Vم*+n"?H.1ZBGS${ 5|?PReG h3U.%ת󐪮wJBsV )wN&DB՚N{)=G5ssB;KY{ڗZ+#(4"yfᰔm{xQjtGKjHXQ77[05aRZJ3lT n+z?LOq[^N'Sacxs;yr" {zT2:;WدOrgu \lL.va-L1O"^AD'TI 1I-N^EMOH֕5 g(A?C4nZR]V7:ܕʄ*UNܥoxTt/\"- fE-8eN7/~lx.K`Ǜ?.seW-dU9-n1:D,.gm^"fҺ qfnA4Cѐ%#6;p5sWessבK'&:?w@aV؞;&K]+TTϭ!j%ez"clQ:Ӣ~r=v+$a IM_8;T ӏɝl:|@b{ASqޑqpXRAŖDŽlz"[|"qI^[t;HGx{Vq"X1)EEBI5U% hHydrܡrT|7 )QyXQ$*f}΅3tVE0vYbQ\J;X3Wv-z1i[*8ܫ{d:WfRF4{j6T֜:6Ŗ3FktYe`"|E[8IS4+^S$ZzG%JfD^m3N(Իo17Pf!qD#8gk[:bp 'b}:Lˆ:e8c+;OoI$'6Ǣ|}u$h)*3bil*Mb4SE_`0&p氅fjh]@_-t7?ymf?o48Qzry زBBn)&73֤f+L D2Ňd%$޻*ZmgD(=Bhes"բRQYjp &e9 ϣ[HtC6ᶗ'JB3'^sFxh`m4籔+PvEqc iB/pBN [`` 7RJq=wC0r~B)` 1 [XW~÷: ۀmT.xGk;áfioǪ9i Ir-&CVôS;/%+%JY'@ =8,8x{ߧGEH{㤱 {yܢFQ| 0gljޯ<)ʲ؁q5\S֋ʼVTo `y,#%>0 畊N;/#mzs ~RqGGdIY $'$Hߡ&T^]Р,ɺlJ|JӈO0FʞQgoMuƋAU{)Ò2ct.!eajT(g'Yh3@ ϲwv+$2mag^JIt428/ h"$~<&6sXʎ<87V0_M+q h /OxQ6][\#N!,w^bnq&XS g!k=Q˿vw'`9qyQ>4dR%0rIux!lUBHF[>`$ttNQW/EC sXc 5emb i6!avqS\bVbS!j̯%EFIJT U$.!]reSɾ˰OrOQl^B 5<1 n=`.kR f(2)GBLzu,FLH.I8oZ߬ !\.EDV2tXM?J)ِJWg*E0rNwZHکK|!SC\APڈ7x:A1)c {DG1S{GSm=2:e}pEv宁'd  ?P̅TXךT,c0JB> %uh,Ff,IV(Ml(GǶ)4"UfjV`<3Uz z͛.hEXt- XJ%9" | R3,0o!(˩:Wj 2u].^&bZ/&aד/-mð:@qr @@kayJ UHw- 4̜Ĺ>qɄ nwYJL]Dn]ҟ-QTZiS@O͕ cdl6[ X[SiD>zO!ߎ֚.,)wOU z}uNuD30$=8Tp 5pu*eZ]6p 7Qm@M]X=g g\˞FH+=㶶JWBR΍N8BNe٬ASJ'ttՆajOMMK5ψ<_i|Ln}+t6[fu2C &!ƬjpCDiOmo9\.հ`:#1@_O1s{%LxDwQ= E؛~j)oAҚ]y.:xL8Q1ޅW{_{ mEPX)B$SgƮMz!N.~Y|7΀Z(^a9X%="G`TLWxmb&}kj;)Vs,b{85? \2LiIh ]pJ$lT %&):h|'*Rޯv2<~.%u6k`L]iZ.KVJ u^_SJ65hjܕipG+ڏR,_>k(KA6E VU|klTC@xBl4H$d<7ERp^ Od(A9C+`fZIӡ#}XxG) jI &p$%Z5PC 4D]1D6CZM|/@D7 fxj悘,.9GX^4}?;n7u6NC#W,vgA7䫐p gܭ5 C d9_sHU/bl'D͆3H[ըrV=KP#|W{ ۓ}Ryyj_ ۏ=`%j |A v}ަ&G8e6j)0#YX6 x>(V y!~'5j:n>:Nx@|?- |gm["6Nbqcڈ^:>`lj0r?ybGj.(!+]" k(Hof?IZgbAO?ղ5F|63j_CMA5YhԪc꼳|0iڄ3}$t<;*foϜ)}>Om)"Ass2^rbbqV2)-N .[`]WD62+}UOuU4nKU+78`Qz&R./!] K,R(*PЁQ[Ì^CjP \B 1#d(u6^13%Iyw"қNTV><ϊ]y8vBŘlK 2bntKqȠ .~;$zfZXr>[ufy'#hjSnX⇅)FOډ)QO,NTw3[oo#7g%AeT~j)XsuS\/`;g0\Ѝ.jl"M(>bLjU=PЇKu-EIwthX"%P_;ڄR2⥧p@t9 Q|M~<ЦCӋ*)F:y$םZqC9Q2w|<i/&֪]vQqJm]Z ŔEO)ztBsxɟg\N?sgE!_7"{6?b/mnjy3\Fy9A wɂ]ٷZ+B+a#e,0-P$a$4VhxbuVUUXfV j(Klz=-ߣr Y1(e3u|woȁ)/@mM^sIDy2|jZ\>sѭ_ԊKp $Cӱ/a䆖GEkљb Xթ p^2ױӴ+\GdWC řLa|5U{[U۾t7 0, `6@ kҴ ށn+w>vXx7Ĵ2EL<4z5.)Qڅc;e[IK χϡEdᩀ̭{}Xj=lEfJ2FfyB_ф]K&Ŋc叨J3+qEe%.:1z}(o&cyS@2x3w$T"+Sy$grZmSx\J޽q?} [@cQb`,1d *cIW_k8"tU@,Pskm:tzw&pc-_ |~Fs[V~@t\[m搥f/ /V>Zicp$X9J-夯n1Nғn'm4Y7(V_C3BG,rl*4WM3'8j [PF5x2,ņq sWiO!Q/ܦǁ'F'^ľjτ˕fKz4K)|sR۪*‚C {DV]ἵ9w }"@1 @ Izmq+h,P)@ ,UwljuOUɈJ6pf_C>(Y؊x{RJ4g?fwVe 2ak|i\D^mˏCz|xF3~AH34 ?Fu;|ѳ˜ ʽsFI{t4]>>!lõGݵ|ת3m[CbS4܆e^7rq "oGH3.Ӑ  ެD]UBu} @f]O gM»ȑaꐏH?38z:#(@e,mb7 eQ"S g]4C"~.3ߩ8tLT&2b90܈3hjr eE9W1*/EL(oG#:f)G[7:8zU%j{gfqDT2Kr+Bu젉!9v} >t[*`ghx&ͣ1\~ f [YtqH`+'hEb/c 3[,`.@Aiv nO&>06r.V 0*J^:W? l0;[F ,O|rB_%[iR m!/:w*]z{z #{ҵ3JhJ& gΗ7 \,Eu*QPU_`BO{3`uQBsJ>Ox eg QD^,Ϡ6)uz/>I?e"`v! `^}60Lߔ gx`GrM[%T"B`T 'HSK+I] ַ]>Qj+ȰcjvaPfjn^œ_R^wضHسM v4,]E:=6(?R=3*r1!z37 87r&,FSra ;l}Cv`@]4h%k}n|iro3c\x| u-pߩ FH:ZEʾW?yDG'唱Y<if۵8\u1UM^Zh艱e%U/j}Qn2{j!Iu61#'6pzH"j|l$wzRJۙlT߉1=BcJZ Ko!pS0VRs~sي o/)| ܰP_=-gagXãY,ݵB3<5# Ҍk% ;7pYƱ9DUUƄyq=l dXi&|ZR[YrX~١WDS$6]UL| tҚ-iejBQ[s +@ /iw.rFNy'诚VMb$ 5А\.,\3r~}Vma!rNN?`:Ldނ*O66W-Sb:v;4=-+`i0%=l4R$Ǵ!B x̫Ѵ!"8񶏗Ѯ՛LA/1>$jLh\^JC`X[Г.=(ݼ9N r^wcEZ> zSLkVF' jr Wm2 3hS/ܫ4,%*O'L+#>(KďcV*5JN8(oGƦ]]f,L=:`&l;gGy7Vͣ[2&(m)Z[-8Y{k=wB3iI Cd0{A`7NAi)&򢶢tO9љNpC{WΟ$/{;wV5uX6'sjnwdnܷ+{P4JiC*o%ӿPby]dpCTHwe#[! hq\;IWb?l?N#*;*&'-{Cuyķ|Wb57nVQwcnZt/) UCP1bǕR,í {'xcwr0vQN;m {O ɀ,O=*]/4 A>srJU"/.^D",^XkeiȆ\[D嚖žF!<εNDD ŭUapc9jFg0 ;`}7cp w;(W5-3=/Tlԝr>(#8|P?5j1?Q{NkvSک6<0>åeԩF:o~22΀Q)~ +4wW yY%C4P@<^ʷ0$ܧ_@08u, Il;w }M*z~5^~?Z$. RFΏ8D |gk)u:Qi1?0s_;QmAn ;IуLO 'u3·&uW2%=ҹҙEbVoB9_=n\)(hR5;WS.m!;bAֹ<ƋkŸVf1▌K2-ڃcxG=[g/EK ^я="b>9='y\aB;Y; SgQk;9|Ko3WI^KR=Z|WM;M8=*5 R\YZ8A̾5.QiRD>,(U!XN,J]xR7VP¬⿦Uѷ\N+ǫ馾ãHaQ ~Ie-ބJ_Hн)cZ/K_قэBS~&pF>E]H48+{~7IhtEz/[];l>T4?,/t~_6R=~z& w7 `ٹ-PnbS4%AMcP |/căA(b'˯vPZWC](k7)x`vcNǶ_ή*]4 3O>Յzdϡ:/ۖCmh^9S~nl֩h 8ߵM([M^`ZLu{; 5&fjJu@RZEu7Kb{{`=P+p'9eGaXƳY\ġo:r&Ph\|ln7æ:Z D4V0 xc5@W*1ʞ+=??8ZB;JhocȐ6bZbBPAzyxAPO}n}":-ibT &97STW:R: SXm'YtZv"{97X?Y!:'lue> g,P_:^߮ `'4g;랛*JFCpZU%^l/-Wƿ{s<~ ْN]-/Z5_^*HPf{XG%w Y?buhloZ8mV/_(Gb5AQj NM2&S[o[̘vL<6`j&9A(. @@?2AgscןA%st m͹'I#b(|6FqÌ)pp+o(b`'*&`%.Qf;p6ȭy2jWA>;QxdO,="Mn +fOM'd̩u_֧$x>^)DŽxW?^xoBD:a)/x\Av5,!fdVӧwWWJ?40Qc%IfoB!(Xe+ȯ٦"L`xDK’PK,i:cIL͎',x# hFcڮP4tZql= Ln?t-4rG;/Ҏ G0npY|LoJ9j?HԨwCP6tO1>,<ث sj|9?>]h+S̬h9H 7"Aku5Z/2S7T05S9_͖!k$"66o%̜Y_԰=J? "i>33j;QW41$!s{gT.|iAHk/n)|mLaج&2Jy5+DC3Njԭ:U)M99k =a4þ+3 է-J8`V 4(\PȒ)2uS!& C,{?$>l $Cd' N^jU뎂3uC~I ­tqiDs*zn!o9(7FWוP'28%y;su|]MeùփTۥ 7|76}W%GUp:?`S^kwRZ ߋG/ΏNCKRo|1>JsHWmM%)KV8yIVA3,1FZdٿ2sá )JU/duhCe֪3ɍOWٻSNhvSz42}*Pb@P7qO)|0odSQ yZ+ a6 /{Jil,[ O7mM0cxfư)17 40);<Ӆ.W邰HE͹ߜ/nj~r~}Ht;@RBI!8ε>!~|}"gSnJ^ =5N[JfveK~*f<]#C]-@zĎяX0GKis2w&ڶ S;$NXdI:ƺ|{:LtX_gX|\9u6C3q R}YKK Vտ/]; N<](F๏WhFčğ" i_W9كC1>ʍ=nu\3wWO(r8}1sz`Щd fgo3.x4OΨ4e@LsW:ӡ0'8uN5a.arvlG>mʝ<37l҄/ð~du[z%Y|Yɑ>o% Ae@y1f?1C<㡼4W{j=hꝓhMQY]4duV +XfoɈ=iN&q '.._EcAXSXg*\8Y9ssjtu[ z1T( u Ma2B+TQ~\b)жR _v6tCVL[Uqf.JsڃfqqjY%N{ؼsbZB#ֹ DΘR-b}gsw:6G!!3a0q][գOl'ci}fܺrJ)O.I]fo _II9*禕p3zjG^3Sc@4Iq)/̗ zʥtUfF_(]=ٖUm2OuP^-ƲiJ;`[zX^2,9 V5P%7 9V" *KUr$JQϚ_ Yl |t} C'F8}6ONQ@6T,!(PɧL^ ~oYk BfƃnR|/H& / E=#/6M"4"`/f3[Q3L suʀ_"v |RaKUUP1l?S ZB,xBE|Sa-.c=sM;5NE̯iW2A'u\P^|G1kL\c(|6i 6(W  $״w)l#vi]pꭰHr]LXG$pBjKI)H4?Sc_H6Nma|urN, /+: UZQs۶P;cB9'&IpY[C5%fMR4^ƉM2}<(93~Yf*83^8a:V SJ/O o^q0JѠ{QJT3NY%UknY/G?!4B qX,]jwk'+*xw*2 qr0Yuwj;"s*H-*s;zZ|fpՠ+Ьl!VM|@1_mW_%`&i. ق N}Jl= }$4i͢.spۇkt`md (= lYLj ,xG&`7N~z¹ Gg=Ҳ%v ZZڏ6ӛD Ɲl}n >=)?MDXPPm\ TɄY(<-b d-CgxތRᇛX 3w1Y [抣|#3O"KSܩ*,h5WzpKe=krUr4zKlS] ^xE^ngG K* .2Ã-Dm}~uJ"-'0琻;yj %ĕfm|' WA_zgEq#θ8`] SB>&]c-wXj>E"{,$$¿88Ƴe,8J~Pn5{ع.Dc%U~y*k{mJ2!.!-=0#neJ; σ;Z ," M*g8C#딻oEzIZ~ǧpy77[YϷxYyV iu,%?s( ߘ o$WAU7l.xS(O{wF ,MW1wP,>p`ҝT4*ffkH"QI!=bܳ@AW$5)6C ,?+zdBI34Ԉvg:ϵ}3y[""=YhdhˢIo궢L3_]9YA蝍¡SIW2/T~%h8$fEc^h@SS/v],: ۡ]=?eAKլYbcUfeQ=43`ͩu8ΖuMtP|dzˉ]L&Ɵ L.1ѱP\C{뇵rZLJ67@О`HW禤r? "wM-\|\Ԋpgvems( [|07k?UfڤHN z*ӑ8X4eCL%SnTP {G3ӌ~ PoXI|g!5%[o2MTog@ u> :N?]˚0[kyYyl J"q=rL6'!Ic *R<'ӟ9EO8 3>[" ݩp&a5G@-V^ft(Cf־$#AԲTI!1E&U+^_V#31']_/^ DM!FR|>=okB]ƵN.2C([C5 ,AZV`?E3Iwi;?‰"2;2]]w3CڥzǬB4P8_Q% "/ҬW5ʻ˛H!h+6Tn`:8A$yb) Q( 'W!H)C%P |(8rhXP0ŷRdᣋ+["lȱA*c3)؝LW*{QB/_[_$$)9CAjܩ3$4v @gߓ-D׻@VM׮:-,nK?bfE- tF(C@2n3@Kȉ׶pkS-H NqLy`n~e!8|ڏ#{b.pܘ$M .jK ^(֬:+uMϪdD xtǥO9o~}ެju!"8?(i9mx1Nf)k|]EF Sd6'_yby u&_eKn]CotXk0vbˎSV\x>YH`%*]4MK"7BjXotyηcT>(_O"Kn6am|DvA??zy[Qvke4GϩUsg!![ө~þwmwc_uhi*)V_'EU٫1j׹-ϠDUX['J7c] H'KXm9]mp*>csz.El]WP#A ֛k.;eYG2S+!yy0!"[&ړ|GA&U/jtx-X3uh],;tDMa"w#FŖh"(7l%x_u;~o5w~)ʩmab,t?2/J/6̠ٙ(“t&IGs}z 0َ#7&UϢ}r1u-lhɆ$VO4 a9ʳr-<l۵%TcڂcPpC_7J߄L .wKfdG "JCtπ8fL#%=jNl I.°=\[S r|=!dBҁ~=s8X.,BfScZށ4N I@0qWڹ9XuDe] өQNfed5@UUDrbr"`-xk:܀g]Zg$ %9e.XĉQqȘr )Bv64T#;\Ӳ'" 8sVHML}5N+I5&!Ez켦D'D6sII[q-D<-#$v?{6y*Ijܕkf5xR.3L լ޴{lmWyƢE`.k3K\k5.[VOlVv`bM ˭+)|jS.l{n I/K mwh(4|xP lgSΥE+/o|C<o8冇氁 :=T|FgfukN;8+PbA/S3;8"\4 w`ݩ+'=txi;rWrȆNuNGu ^pVv2RCj49ʔ H{t?RXq?]?RtŌ}Wmt6p$vkAҒeIPVږp Rv,2_3T/a!,6T9&`!.}4+8z#4V=+$.D h+b,_*΅$K1_/P |?5AVqxYHw 8Xd$EowXR 1͡D%P9l_1Y9^0O\̃ (i#9RK5* @[]&!QTfafڷ>{ri1AE T-K pwWRc0k-jmzes$PU+$BUܽ i-,+W}8,Ϙ(OtIŸ`q7PKqԑZpκP]rY0qʧ#Ee=!#z>p|H81o5]bFo2fׯ (A '{]2N|!wY]' =~\z8X6h0f"-4:rdqEx@G$A)_x[<Ǡԗ &_17일a՜f-L|P, Fr }VYMKFGiRWLidT nf 9FSrcƒk"-7ރ.V϶PBz$ U~:!_~g3=h]^Bp>dP%F?헟5gW5XZD:@S7WahsHtO9vԿ;^Cr|0 jk Zxƕ2342ާ"#њGS\mσ ̐URR P0QFZ%+GٷJqK9ݖS(75$H%҈Jg|DUUWҨc+L7JX#vH_Żx=s*̙FX՞Qjc`~Li)n <Vi%ldسH~󟁓(PI8oDvjnvm)?C~+UҨV:t9跣]J M#|~?rdh-7专bWƓl!8(5٬f V񄯳w?Rp}#A xڻu>ܬ{_KVKu7+B}v6|60ݵPk}p8Yqe2u=W84^ʋbQs&=5:M_zΈ#|ozVߝ"[ےO|z!o(Ĺ,:RC}>^5L*,csǃ31bm@ #81q^"QmI H7?n(s4+ş@cؾnVg[ywUOY@m(4.;i < yP4!zN~1D?!v6/|;A%R^i3M/g0;J׻2;T)6Ebj~_h5O<\r+]=$gkrՖ,נmǞtィhO s2+<˟H^ Z --ͧ ː}m-k8(R@5Fyqwo`2b}̂ħ `[/ƅ NLW ܽ">閣qEA7>LɍDa>s\be}U7ƖZ&L$ p PXTpճ΁{;q>n O+ ^g*\eؗ" ޼K ;\7 MrrZ8zV+ ]M[,8‴qokt"jOfkS,x2=?ϧpUBsͅ% { OMے$&A3a(zMj ,e?mYpZtC,bu)2Or ad pp"7:̳{E*.KuHtJ8]^\:pT4ռ~F0 n7Ug BPuŘޓk YRt֮Ve»&VWpV` @'hSc#֬^&(ЗXh_ѧ/ &df@}.R[%& S2#JΥlLWPKtbcIϮ|QY#+LvK z)ȧg ]!CqP$8XGWt}.%لowxi7whAG}!=˒6d mE֟&AN}g #v%_|[(u{\bG?cz/)0MMB~.DCo /rTSph٤#ˇN F>^nM};2vxd:N.3ވ:JYy|4f `iAթT1{g>;~,/{ *:2sCT"!pP[_`cm6pWfyq1cgnPLQ]`(gWŲ5+٠lj&gXZ\'sx2/LIM̃beX~S|*SFdMէ Fo㨳I7H%?5J)PbfM.wE*N\@>~,]= w6z iK4 *4H꘾LE!2).T!Bġk`bOީ֯f/4Ȋl)1 gO *ǝ[Y $MQA)Epm̡9\~eLd*eꖁIJWzwGbֽ$;CƠ6Դ͊~cݮ6VNV7/Q1/aaQAe/bjx{טg %͎ObاprPTC"݇WB1m~F' FtmMqP -ݨSWbG @ 5y_{.J@ GsW*w|g>sNl3RnU{5 %j9+v4C6iiT:l,м>mWAQ2'c߀ג9S"P)B'l?mݯ[ǧ@ށc?(.КkRqePj3ze P*umx5M=R4:89NK̼yL+~N؁^^a,}{@\F~/ nTM@+祜@pY=J0%njE7S7)4R3E@wtY-`;Q§vp[&%՚ǖ^d榝׉.,xv /xj*!@,C7Ev>VpqiVg~kj-[}q\kB, ^[p!YG> 6 13JOi r,cOhwe,00/e~-A7Jw Hel򾽯dD4, {eONֶ݋[k;I 6%,SĆqSyG7kMCGRlQ(p_\=*T2&NqEQL6<1'{G8J&8K&p5d,% \ -.qT=})dz~;!0߳anZpV΀X"eqOI @k…LV槡s($@)A{{\mO `@v |h6|jMEO3=uF̗tk&8L$Bc.]L/ÄyCi[<e|EI6)T2/R5FO,>$dȄ<Ӕ WU7f*+/6iW4pp|+߶&7ѲmVSC*xY|RbZ#z^a\ Tj?h&w\Xh7H׹$RSזV~꘤|(⫌tV>@pg<ǗFeL5K^[= t- )>ʹr\Kh}Ϸw"$?q[:ȅ :rՔ<*nГ=Hj\*E<ч/tW(&)gyU.՚ |C9 tToxկCc`29Ιe8wwq$HN f:G&.6juAW ! G%gz Peku '^.G|iwVEQ+s<(̺wLak3 [24)< irP{$FݞN0oM*8e>ȞK~bb y1A2 U#DqyABwl|OUT#veJ۶OP7BQ<ki}5MSփrNv`dȧN@6t Dg)fDsJ\ 8;[G鑊U׷-M=AK _ol/5bŹq#ktYs_3N7>LHpk .9QGoрe}MRC{z~mm2z8-] gmmY|;H\$%F$YyWӈ TbZ2}NO5jo, [|J M ܃9m?78tp/uM!E,V9oU+ LmuGFIU5w˟FY0Dg~o#.=e4;λ`fV%A-+#Z_ db օ"&TU2h([-reY_Zǥ[O+kKY8XP?(@ ךa-8#|Ht;W"}6|1e?K1(~*6[_''up!v/tR'~Xd J1r+lWkgOuN.Fi7o5#!TDha tXM!U%1xZq<vfQ3>v}`H([{}("vu'=GFrQ> ?߹-1#,cLOr| Q 1 WG:٠{Hc,v달AWdm5BruR)M!3GY#{PeJJ3D0F oXH|er`ҥ}zT0gOj^\F4{5`m(9~6>jT]'L 6ٍU Qve/"5Af;GxK])0Wd7un}8n aոNu%c|B y/y o ڌ;^1N;)j•r^C#TBYWmd^$5I&Nf,/U3=k(f&&bRH܅M߼c2ʖ?OquZGcU:A(VqMuDDNN!yM@Lh<5D3@~Y.xnO~mЅ:c Ic FC<՞k9uxEʐM&njuG]sq䃺N]<%ۡLX+Xm!7JY' wYvf;T,K`3QXBO&Ey FJJ}a?hAHo/[[EB@wD]}`U~|t0 F}AN 72Y) mFe`uWn[* C.؈,WCOEE̓o WU r@ݷl 4gsE2\rT˅H CC9aDeeD"";vM*=!5@'4P@ۍ%| ?ZM~ X{٘9RP;*F|Wy3VW5gypZY;9N"}N^rCBinPt`r@T[0†ʸ$e-Tkt)]ad:rbxL؁"&&GYcgၘ =h$ׄzJ>imU\!2CiCr7:!z'83Ƽ$ 05c~G;pki('>0 Q#JmrR$n-AҠ9{@;n`0(` 5 'K~MTs^ZfM`,Kr3lez4EaoڀRs)7'V};+&KDG N@T:zlQI}}/t:Q-͵>9zeA5<&O%3=m>5_$0[! }-#d& KXZ2?ztۑ[a}7L^Jֽ ðG:'3CN]_^?kDb[*ʐߥQ:R UuW!1٪-@jEпLl\(Hܲ|D5A~"ZAֿBK-Ȏ#%L{k|6ݽ%d腗'X&D8}8҈K+fF ug.1$[Lx VIvX>r2|ؚsmܼ[$K̷1^5E(-Vf5"/ZQ~}>QcK@TjV4%ӡ =XjS8]U~5H8Mu=TlK7 h*$EtAzmʁfYKV GYB F?hۉ=  Q6TBtE+ ̰˘T2yMw;j ' cZ>wބ'&5FW46ɷ׼gӱ[}h$I7uڙGnJvYGR-*fEa~,Îo?REYC$cgrl-(B)CTg?XE_s/MF f㳽>Z4pAzݘL٧1&S")B9#&c嬒h.@iOGUYiPj߃YbBNq,e+jG>V46XV)Ro3ȇւ xS|ʺôSzfj}[Adz<aZVO`d<>qr{tR)sfӧuߦ'\ޗi^/U.[щ8az$Qz26oQ%p1agYy emߙ<=;1mUov'Fx&(gۋ4\o+ZoE9Q,iSO|8j' bm>evU/šՍS A?~rhUnviySx~?aΒ,P lxt"Jtn4^s |tk3 !!e_k' 9?2rsQAO=wݺJ %TkP|w&0OqɵA~&ÍZb 5+>7z&KXq@\?RR;|kiTX$uzܓB|d0F62I=`Uf|"92.Q7|]x#7O>OvN`Hɚo@xDN< r[$Pz0afօ7^jH>'2r4W`5M>5[TFK 3M4*Ӗ #? 2v٭ftW¥'H"Xª*W<7F벟ի7+}MWįFZ&,ߎݏ;W02/P1!44Ɉ<s-ɹ_XZd9D0J rt|n@hNʱ[wS!NXћHBndqIΧu>pNzlSBF(]-sDu;1wuVUgv_ _ @D1 d&ÌSa+|q;mx\3鎑iG$QG>JCx+(9,jE۽Ypdi NfI[?b wϹ~7B4L$gH5J \gW V-ϱtUۨ":&du۱4/~~$Z6m\"2cU[`ii(c )ε*jȘr 8Vrc _` NLEZJ/vzI E(_v?ȂN8$ry{% Q7`gY:&1XQD`XDmZ\o?k|N9tn 8.&ڂP\4meۿ}Lvf~=S,z i Y;3=ps˙OUr19 y*9^y,ֳS+]~<> xBe0^l` Cew'%bkk/V`cVAMQ\FxĿi0l UD4emi_HDyI,!*kH 6ɠ!(}~BN?Bwb?c8?PBCuPkE BV y]IIgƧԃxr} b1(&~=8"Xy雱5V* "Wdx"i4˚TKZbV:g %@%x K}Ѣ2 l:%vaȹ1WĕY0Th&d3Y9 Z$ .$ow#o2*Z>Q0SԾ٪7[d.mS 9?^3-?&da)(RcCiJ\V[]I5"~A) DV7*RK9f}wd5َ ?vҺo9À\B:, p?):Í{w%'yp"GA6'VC6u#+.>E~LP$%5E|ƐW^|qH@;& E%hKv `~h)Vb1euƺ(~#0YDMq1T~MKzw(*βG"'C`k KW>q\}Ꙡ~Ieī;s o9/q7nG'eH W2^}4װᩒk'?s3'`)yy񤣙Zfz4߭ӌ'UcS7~٭`DEB{zvD>32;m$1m #u|ї@f@)R?0j{k `u@ ϓ 7y[2\y>H 9Yc#"rB\Cwd| zR/U&fE)­"n$m3~dtmNsCk [VA}#fMnׁ䷨ӑBjඊFʻn, H/E&B%"nmt?˱؞u7OPyt^Anٴa^ʐx xo 2JoGjd9znC+f˼&(PP1XnԷH<-E\tU$C!i$W16 4S4Dfv) #@De-nEȠG7`B$#6$V/fno1m-8">4WN5+@3pۖMZzṼ-V, 'C Ӈ!Gy(.T˪5s8)j2|faCYH@V|AU~ɝ?P]uHtI~p oi>^'ax̓L=f0ԤQFb)_x5 a&d"}س6:ljtebęk2%4Ӝ`B U<al ~f^ S3FgU} ԼC 6e _[:ϦY-wu^K9OLޭ5h(ZDϵ8  j0SHb-[wi R׵c%c'%텴#!S31@ݺF~j:dFzxd;)Dߍݭ]:ދ "ҿFd>Dp"A }jkH%I?WnƬ2Iq #٢0pZ`'C?ui f8˿f_p RlHbHN`N~xkGAjn G 9T1ׄ BnQ^D=J!n7l"0s=x/犵r" X9U1_҃: sVTk.a)@t !lk8 jуڭ/ { vfD>I;: =w}PWlz\5}hVlPQ QWirX$o3 8 8Z4H1 HP{~9)u=C6L>E]ԗ%=Bi ;8:)\OPIgYq#Z q&bI=olKrCƮjTM2ePN6.,:p0Lm{,PK%KimCk d8 /àp#׈ԿaM!ڿ^t;he,Z_VO:;mNTۙuB`9\ed|TIVkw7#ZA C"-1h }{ybS Z*39Et~P0˙7kRvEuU~-;4s׵ ~=8aJ&ڪm>U2,O,IjTYGbDOyhc 1nzp}~ynMV rebd c{\/i G"]bs8"+q7$\a}FN]>\?=~ <?G ?-tݲe/*ThznqmvUIZsɾ ~E.CY0b-"]UEBt%/NXt\'¬~đZoV'- :hqI+4f;f t!LTw 3s@z؂wQ]}6 FZ\xXl:(mgHB%wZcOKYvh~|rqGvrϚ6cA?=@.pXCV7Mf:Ϛ `|Q!%=]p]iQZPWTRBKK*gj!xxw,9ë<=X]N0RǦ B/5\~*#{G7fHץ њTṷk[_~Y,@i{}$-Ðcp dD2oգof u=g ф ݜtYO]6-΢viB:p?8iS=sS=le0q./Dɫ$:,oQ jo;A?%#g$׾!:h;18 1|Lxi\ɧ1Ռ%E_1lij&n[S+4I=P$6^4'̸VR})53(oJmgy(ev;x"0%ǹ@B¤#FSC}xfZhAO{)؈zsߌCFRXKt5 ArMKiM[mij ƐO":en20*Bf7fmcy$&FAYDp Adgܷ%HgOi0X>=xY>NnM 4CO/5 ZzF/'ݔsHߩ?QŨ(qC.L,؎N[_e%k3) h*,wVMx57¬;'s6VF-fd7OZWkdc$<4V#t7=ᕆ>mZ-Zm̫+J֭% s~cz"s5~c,1N]UسN6ޙd*-#^x^`;kۇ~lV(MGCc{`&| ABWNŠUQR%{--\AcerDK?Ӆ9$i#>Ŗȟѓ-vihWJ]!x9Y6w.0|a)2짓qXZE,ݾVZ|/;6^bN/rE+,+r$jܩdΔYlRDg}Pz}&yP$txA9 >םK߮yXJik*NjB5 p-)#櫕緫e8+mXԧ V%+C=5hVdGuVTF:tAћO }NP[o/=ݒ@nS z_ߐ] ΃mf*Eު<zXMD"nCog&sڧ̳q7pZ@uMuKlrʟU#憈BXC};jGeEw"Zֲ:BZgYLвDkeĘ{nX1B%*Qrbﶞqq/s$͍4?Cy$x7Rd6|}y>sTVvʇQIaj G˽' ?m qWB$-\kƊeV v;Q)NV\ɈdGtl3+ܔ{f7ot.%Ĝ\STl][#5osи}Wws1[Ĺlm;SN{HzVFÏ_ ̻ĉ {2aaبM NrG|%ly,g:(_7VB.ԜĎ, ƚ4BbjizYG*y>?r@z -/'Q/X}3 0T!{2UwPDN %&qEqr9{*eS,[c,P;M򅺲%=ٮC`37,3˜u H;.'V BlG.nrHBG5FYOV!{ƳЀA˂#< >y^Κ^H<[ QA ҄H3)A?=?5`DkvOg}U64-9'>Ks_׌wTl2>\s t)Ķ m*tZVFF_6 ;t 떤1`6-s?9sym;\A4"Y q_`J@fZ vc#JUͽS4͆;V,F3Sٞ="B2R,~f &ȝ1 2b/ƨl,[P n.K nD\V/V֤biy+}?A; ȡ1ΚOtX? g_ ̠OGfCɐ4B(0H24 ECC{l $srExaҼygW'Y;>"C{ [ ‰" q1,1pY{$s4Sb-I 恺ck@S?Rw] \{يH *Fyh Kx5-tC~%Ry:0UQGKfqtS9 V4f{qwg^Xహ-SfeKN{d!u xj$GKN4ҿ  /<{^p;@e1~PMgtr^̭y*~@\^-THaXQi yTx_x e`fٖHb;W uqsw.>B]D S'C:$sH5k@0Y䒊}Utg$ tO)\7BI`ɀ? ,|%l r|ך(AЗ{-w9J1ȳx39 um>-e? 58gJd^:d) 4e+P+g/0bT!ONq[C#/Z e٫##N- *SutX9[$Hǵo_|̅vM)#ܶirt%`|A<ŅMFbxvۚc=w6+/;\Yƈ"I?k@c#n> . ]ZlPt ]8{d|{Fe0AuoUp]S?`EFb$6Y2iR>ޝG},Mݵ`̗fځzYIUkua:"Yl "66L _UMy7g~|Hi<7=wBBqhRf  vnFTDSf„IqlI>G-N N=ZNKY5VDa)&C"i[{y DO#Kp\['y-\*nx_9+ro;i /D C:}rc uҋB]yBhڔ-D{*t/D :^2ѹ[k&+no*!%:߽i()ԲX>_~Fƃzn9Ck?8 Ɂʠki7d߯[J,nbmIrjg^h̬rs,yVxwdG 5DZ9๪mce|b? CP 31P2KpSxB 4R4&<iu~xeӻۛ#7QtUk@ZgldS̓L[#ͱRJl%@ oO0q7\cALam.p:,K==n⾯kgQcNkJV_p+Y|LCh 6qr `.׮!AEO#)J%*sjy_EbZ6lWfjPS:&ȂaC|EkBhc = [/v5G%HM>)tBjFC\( \4ﻌ]SOZW6Ņ`4Q !}[gc:)c灚`=A:S*IyjwSQqbi߮ lGJU?Z>՚Šl*K \͠^[fI$NkY*f7`X!,f4PC!3QުD>T°!8Ĉ.}_;Y "-/bYYۯ rfZ9V+DJ"z,mqn,2.ѿ^V>pF^*p.§g՗qu4mhGt;A$~L *[mLq@x+~%!_';[ ,U d{ `=n y#Un˝hw*zX-לQol:\%ZLWG^y>R\ۼ"gg-c{cբ8:F#WuQ"F&҇ =ҫ{J/dew.SD -ѪT|}&H`DE]X01|D xyy/0)3V@I4 RiʛO~td"BBR1tϔr##튮*jJ5& %xQg;hM!a!I*F?Fc*/ZI$Cؐ {V[36g^QIj-F/)*(WB!sFD,S<:9DP eD8uk I{McNwQk E@=am^qG&4ÐlMޠsKbK78G &+'0lܓx 7cJݾYퟩ\";^Il-Y#I%hmȂl);齠<ϖ6"*$IE@A+4w(Fi֪ ;%˻/ێuERSǾӔg?X;جu"aI75-/VP*UrW[-|oA dq|kթ$(-IuM2jMU&;~'\Jm*oC|c"6l RmQUDǀ%5 O(Us)GRI)2b~y] [ U`<,qBr>\]QH){g Y^bjxMt|DWU1<㋰=où68arV|n7BRJ?=vS(#7Gw2QþoH#ʤ-y$Ȧ'!=jnFlfKz9oVΘKvDPɖes):!)nĒc4o|6`#an#6. J|YP,hGc*#:&~`5R],KXFlnޕjpg"Nw9RqbnҴ5&m[}:ٱᇹO{Yc4: [tl0uy,s?7%]~۷)淰5 j:<ݭ>qELK踯/\U( 7IS2F*Q}Kw .B,BAM9M^}4lU*%A~)/)Ǜ*- 5+C&1 e Q7{LS`dS!!Z=NN_?BtcD)qw] qXz`29I"˪~ _߇o4uv,Hpp>LEd&p,p#כ%Z':>*:VœmMJ񹸚0 'ֵ"gy*oݯjyӾqn-755FE<,FzduG bɞأPjqs_md}74&1%A?/e6摬"P=߆8#ټ?{eNp?ga]2\L f@$V%tr vvsB;pHE2WmC޲ܨhx!CV")Jťm@Jr.49}I ap֛ 1aG_Dw[~D#6?ԏ `pfmt ?Jx9zf3,/ko?(dۺɫ$"0sE<@ eٍ`aP´iabm>WLWs5fx'doՐ y A]~h,-8ϭmv( ! ɑICGPG'5W 7-jܱ^ _JS7?^ܕU Դxyvرg^J>ns8;2M2VPٴ;"/ƍrޜb%M:h4@p޹ Jͯ*}N ېPQ/Ԡ_NgNi Wj'đU 7:htj2OeŪ!r9fR MVke7pu_[ Cu,/?78Y=|y[G>07/ ppORퟓEs=7_t:=: #qXsd2@R^$YC]qY葩RqOnH. C\ў0,P."3*w&h*B8Q\]Ϲ#ুcL򪽓<@Sr\M' XN11=6VqY{Cbs.F-Q퐵(U$H^$O[%2/6UɝY-FTAHr0³hQ3>?2Yp y8f|qvcz=LgN/1x2L"`՟] ʛvEkv9ހB>Jn[>p$1a#CE!xJI~4 PThg~wwʾ.  +6 Z-$a~P/]3BAn3y~@8"r Aj0 вn-gWRA?+ÕMެGs {T9hP:1<Чpd]dqI[gSY!=8*.IL DD|Ł?l4_9+c'D{&I?2$O$@6cu>p`:l^6]E/2y3ĚRs OH4E'2l4DLMRӐˊd6)PS X8>pij?֙$4/mȧFl{ F7Юs|6곲+'QWa"Wb0BOr2oQU{*}6b&L|V$Dz?xFFP3V+U?9^! =S=dξqv/ %/4 ԩGTޥk}RTRm?#=n!p~ LjДҁ/DcpbIb2U.Ӥ2$qxP+%*&\5G+WjMLnG|2GwB0Q_CڈM }tcd|_PP#YTV@uLtc {3\Mz 0YU5ع]cy@#r~*Q `h3akgP""DUZn8[.]hkbpL#E]Q7_P)G(]Bny$("mò]u*+ui0!ް.z2Mm`KzVYngjUm).ݚa^x<>al:/=DK|OAbŨA*Քl'K60_sנvtR="%4KGJZB3{ce*F<1HenP{+ Nz* 058Mc0~HRncm2Cz}  06A %o/tl4b l}=qe_1yNQ[n?#D˛S%!5su`l*fTj؏cez,wVTb%#N|䏗KY0/!&YH i#\,H#٣y=gF)ALs=.\pE r>A NJJ@?XRmw%xWBʫE9kl)t cNL&E4pyo9T2jmk/tp˨rSI-4~@(Z2E{'J<5O.8f'$}/飳ʗU3l{Tl,MR߶Ѵt `cݙ5|9$@ȉ(Bw u/% C+0" rSGj,a P,}RM-{o& 4KWk6k+0o)b&(TɊ}PMG߫ L^ Vfxrp׋T"_o|ap{W :a )e1m^;|{ j}#RA鎑h# {nOA-gݸ8*Thd &.Y[7 1?.ZIOXKAV\y4%H$:MΒ| =: b1BU G&X 2=awgH0ex4v0'p:3}e˧{ڪ.3isn+Q9rC|A(]0KAjm':Piof'hXl;ī' }L/u9wQyK=۱;ːߦ~DO'n Wɿ6KLҤ?32EO]H.YA[$hgĚtb<"&M[| RB~K!Xn,l pS^ڧFvؓQx 80o(/ =N's|r\QFZ`+_MtCگ귄$Ѯ.ůFʙo nvVs^'q(i&n˪sj( wf%an+»RTQ; ond"mNf$]VT4Z /ECخi*W@sww_f*Oo)]wy'$$涜RpZv^&vb< ΆEX A3( qJh\}:|ָ;cՃ3UH%qx^A#}18"G*e8rm_]g&.q|RO"HN5Ӑ* ,cXa.BoM~Ч`t)8 r*w"K y:tS{dP{=%6( r se M@'2ک"|m$1 u%wOEMoɐ x'+o}u7fz~עTZIS TQHySy MREQDG|<"J)}9|0hO6YlVN3-rc=g$/-e)FYb,ΉΧZ`QOyT`h O47Xl,Yovqn(HY9Bϓ9@)!A N\+Mz(jF2̌w{Szi+~E)o "_^DZʧt썒Cpmc$eEBP@b`SQ-W@\al4aMR%ISGD.x޾e,GxLԮ" Od}Xg>N~baKs}zBqz׫SKpC'ӷg/IPO]b?[a:V]Ml \ dօaB`; 9;FIGizgC)v)oVRO!g!@#6)St/Ͽ( ~. (Wk-[ sOJ<"JC rkdg,-*Sֵq O'ܖYfѳG~MSęԆ A_Vi'EYIK۝ܧMgGM;$ Ÿ:`cm M2adQM|%@ۡX$/pG""/#ZeS+E%ѹ3xGM4^VJrOZqx&"u6QkhO/HDcl +6` ,NX|kл^=Vs^@xZVI6SRXaKJtEawTcO&4 Mk8`ߐ0?wofmR/#3l"B]A r7T"BbK.9UB>mUV1r3p3eEop0gCB !{hFv96b/VyO H.C 1X3ziMHXTcDsJ=fܐ3Kag/T,uI_NN&QWAaXV= d, G8 EY!R1"뛗J!Vn8ďji??n1 ˦lVښ+r~NYc*Oj"76q}0 ^mf7_c%XMHG=ǜId8GeW @Y-ۗ~kUe׏%Zˆnp,ȠԵ}x_&\xvdl`աydẢg_BtKB򭤁,& bЕu ,cϧ'^OR\wy{̑%g(eӄ^԰VXF vBZQ1 jIl/i+OiS jB (/0 QR96?hi\.2< N@ H}rDzI^D!l CZv}Y9k};h+sGdB"q;쳭=P?8qQ;v /tV5*(ݑ1~NpXq%krE(A3wNvG\i wXU~T%0jwl;\۷zֲ,_d Ob2U_U$QMQ  i$rD(+TB%ZEeL2uvu-UO%%P[T9cEмW 1-}CW`sI*!fmT`;-u*|kSAN_.A~,--&:u ΅M&,h܎a096qJoFx2Gͯ̕UR±YNV1)@ɷrl,ހeSR$Dp)vͅpN' D?Gٗg1yGa=_Uݘƌ^))!AΰVk |-q.Ƅ~A"drN1J.ΆJ)H.a.AgF*i,g fX#-#~\ a'G-9H2=m,Y R4n :&]pp{.G=[ڜ$Nq%@w"c5T@?+ؗ+L؄0 QeʁZ8jtBӫd,SpvXazs7TM*PYԝ7'/$Яj!n=&]X$[WTW~ 5 .:Ue`^7T)I7-f 82]Gh=IAYnY}JMsWyoMc *N~*\Q<ƽIG VʧjT t#FnA#AVg-Â`(!5͉ΤȨvgwt嚨v␟.0 ׾Ra#p1(=0ؕC#%鶎 i:w^MG_+zkmhqa̕LwȢ GfM=y}`΁%>PgZ;feIY1 ۴sv$Us)Dg D+Hnu WWC}RѻλL%Sp_`mWkyDGl\y]E?JޯzBڪ9[=XZjpHx^{33bL:e\ ϥhv9ԏr% RjB*[hPrt|Xa] #[tEO3 1;#..>8i{{ܶJZQMXu=dIJY-̠tuA( 7cvdAt:H S pT75wZQӭP l$Qbq(*h( 'HKs3&a9ZH"YHs\V]TY`ޟA_vxnR[֧"AJEy[tyEiH:%n| c#Xj1  l:ԋ4 L.6"!dYD7[ rm4|]ިX+h}Ne@m@[%`m'HCo.ao#wKN,/5OI4@,*dL"1XhBg-s\U>NNnwvNѝOڿ)ėܬg4ǃ_cNcEWkG V2rF^c@-ߔRXs#ִVӷԎH mE;_ܥB+y {?ls%4oOP §Ua35Ţ*sݕz̭SÄx3sAٛӚrjh<\I-H,>vraX$OKmp*R<\0)f]ٯt|Hh楴}4s@궆S(qyP~uc+ւ0w&Bqavn\2ૂ[ΚN3S%6+v=q_@F8:!xCQ~| *R&pVqe`+5ۺbV*GW+ :-X)XlNj/<t,) ,3cۚ Ը~e-چ*=0\6EQ$uB@!yk܍[gɩGUQ75g{}I2C v Є>p 1\94DLZ]Rbhx#lc?,2 ո!ᄨ_"fd[g `![ڊ:pMH~6;:#tiZY=X`Zݰ1#nd߻ZF_k=9e|ȭBhdpOJZm-<5ڐ8>&# <ld9h &Ǹ札~,?Nc;w+j}>Kjxp~-=]I1l~Jݵ5PBO&wVOX5~hyE=&hc"xr6o<(HTݗ/r$FH$5տ%BҽLnCwGaXFfK51Xeޢ*<"(]$p+z9\d-o 84 SvI&;gh9yŘLbc?H݊Mm@W+GnoWdamCA8]t_}Q8m3vm_n26^U&S;Sh)$4-HeGahe!f׹9쑔Z 7ٴ4p\0F<00fӰ3C};`g5GDXƚŎ d^?ڥf(5WJ5 8tD`F> ;k⇿dK M)WpxXܬ˱$T6o k}P 3%F솛#"\k~Զ=O:Li3 F[9p%EcrzqSV:mv HgP[ J L8 7[88F[fsy݋@?NB'jd/ _;ꍠuyCᶩ# ^57 8G,om{:V-OL:Q>Yxg*$f<'0su)U:HYoż|i^w.q֦ҞdE֯N(.#f$']l47lQ ޼ok\37>0Hziq[րcPdY4,zk'pl<_lV5T?;_vRVxym[LP׷|0XXRZy7!RYxz,.Լv( B far BFfC{]%=WmPA Chz .W>o{,:<FdƐE'5M;Al祗᫻oR'/mO gR ~1{yO - i_(`g]](!t]TBp>fꮎ>xo(+e tKVUme0BhYZfK:F}ș_XEG$4lr )5RV!Xo~j(4!UʐW{2 DO߻Z: +\sF3N<|Α-cGfyZRD8xT8 RRH}Zjq1h1nl2xJv"ǀPbwP  ,HX,CF@@l&vչ5L'ZKȃTjk* ~O|Th(Pg,Թ2k(-x QQu PpOj"Y2ka|D#fO]n 8s'mX]ratfDN䑎XwODVge}U zIJTu?ĭEk*~{}ywC $8d& γo'(!&|U"^P^v41 )V_t ^]fVVJHH/NH1cwhʞhm/Ԅ/#y*XKMnJsQFW@\v~-oM4Eb'"4cB%f[ʔo  C"/t.{~!*.k$n XpNu`Gj6!vB:j:=M㪦6ZKn!hl5 9ѫcfŘOwC7 =M浗:ޕ{NQhX"DNQOoyqX\xGeB"$ܒpҿøv[@_)Vovȗ]ˌsmk? \'ɽXƢ+ B;7!t0Zر t:CVW4V2{bA(J]HtK-{mH?'G3X.Iq/n_}:28jB\mm3^TqK2E8ւl>-aDf81>B|v*,~jWzc<@RT˽Tצß΃ϡVyJa$B[yH mdmiMT*Y4NP2EpA8DK< eC3O*GIiNb} #6OUD5R)(e_*(Ԅˈ$- [ ~|Jb! k%G)}]BΎv#+6܈2wGXhƑx2R~ K.tAT KDPzPD1IIiP~_e*@:Z``5g,̃(4)=;*3žk; q>5=Gr@Km#g֦tM o|-p"3Y $"dUTG2%x}p’s!XuxpoH~34;!  wmlKw raQu(lbC4cbÄk:u(sW\aA.ӘU+A,Оx蹁DVҪeAlŀLE4W).dʎ8^|[uyKdR]qV~R2WrOP#vd0郞G6/=~l2Q0DKE؍c}` 0<\zxLvGN;%ٓmԑ xy# Qn B@m^{#@FoV}r!Vc'} 2gga 4 dakՊĢ2_q*&uB$B@lrU n9"?YH{& Fh&C#dkK7 k_H@4&)9'Z$\I9tֺ[Aιp9NMyFΤlUg$ژ٨3X${huzPє¶qΗVʳNFΥ)/&Bʢ➾CO^u<<.]O6Z~]719|ϖ.<"헮9ܳ=8rՖrEr &=Ωwh]x `"ECE 9aT(Jkn}Ia> 3SȩIz j}H9 ɾdWp\]{:K f%W8}[L"48, })Uǽ1n:X* ߱DsosU-é gtEhs5\K3f,#FAҍp,͑9-P#XU]_MV3u'(i8%MP聫~O4SB1IL­*_™MpMŲ>#HG"Q=AFCCvRcӨ!KJj1@q`9w\YT]y /'}߫ZOr`ZIViʄ:1Z2G>MNTkPM2  zzU=L^Cy24!P\vTHIG?xwc7 ȶjC+!bDCnH>7HXrT:9(ϸ0 'Kp% JlN _a wSpeK;-~0LeS-Y xwۃ#Ǖ4vELK6B3 <F To`m3ߗFMͰyeH!EH#:TY>T5fgʘn>=%=Pl~H04E-Ql MWXL|M'KY3[:9@TJEE]߶loG~ C%}ɓF,._l*\\8Ur;!-AQ4zԳ:iM*)<:IkņË*׳㜲ߞP}'S89L~ |9dq$Xڮ?> "?Gme I!vi+rb2XvILrTWXd_rF]fq tζ#=Փ0ϙFP&4(UCxz6#&؞ΕŻ bHGQp :,u. "[NxCZdI z{ Rfj5$®a\tIu3֖XW懏, ;yf`‰"Gsw^J+Cӵ,E?)W)ܾJt#FD@}:.\hΎ&92`?DX0@EF,1kVɩ׫`fWiC)Ԡ=3?R*9FTO>;'_^Tj4EO}AǴZqkAbHf֤P\ځ@? n7y" 5kv1cKnsfV'@wAk PW۞tǾWF@v6M'9[p< SV׹!ҖFd1ں&=Sb$NEdJ Y7'BOxτ.*шFMa}̊[ݯASJqHJ[.P4fA(^hZFnMAE͒Gj!j"8#.ZZ>\NŰu5*]6;k,?/>DNo|CLijVw?5'V˜Η0 4ߝ?ۂ{Yxd^ujڅN@(Uk"*'cvyID*=$v=K@m:-LP|;X kp(e[GD;7 gy6wa27-3trAQoJ}hUƣ#}$~xUzJYﺡWO  ǥ! s xc&<>1ØU;[M7+Ơw@F )݋I8O4$x~D|V#ztpǼRHG("BB ?׉CzLq@R>>dTL"/xTEW@=A,#YbwuI*I dU?a}[O#ʾH|hc g ^m 3%VQLϻ; 0x0A2j>k- Q3LY?\/梢c{L ?"E*.Q'ur.[K!kt@0p %y%YYVRf1PN857.N,9w&(6VY6A?&n ~: (s`#*fsmǝW?(Ql6J{Ӽ} vo;K1䠪B<_sϐqcpa1-AP]{uq[` e rT8s3̟6`vFm[L+_D)ܒ_'_*;;O&q!ȆOH-6 (vnR 0^ ZVA\4`9c)24; y GJ @Z~pS BKLH#RxV_ɢb(쯑xV'>dX%C oyj-Y*9hT菳V+GpuFlH.Gyg.ߠǗ xA_˛kL14 އl((y ۑcNԷ-K?:_;sx@'fx7g%%Ƽqw\M宻@ I4sW-x㸗g僾MgսjϘ ky/̭/|^ +i.bMJb(۵T &x<zƣ+mue_jzaύU!l~sb6麈7߾LIFJ͋j h=>4^%;=8UA>+'ڄp^zI߼Ra.R\9Ex"Y\VpGʗ>"8kLL>(^R@|H~31P_ux9\9ylI?3gΎ:JMˇF2E@Σ`n5Q?H<ҊT\ )D-cY/-E!gQ~"LoIꞞ"!c%MIۛ^[ZJcig>7e}bER{) ^iwògۣSrX`@ F>s@kK [AY>Xs&P 09r߫LsO>ӆJgH]FmOdCd_ߤIPסi!.~N f|?г:$ wz52]/=\uyec ֗saw(>PC{ TUbf)z0qtb __# ?D|I2>_ި/PD.ȝZH`E#¶$nk_',YjX](M nz)$ vq{o|pLlϘXΠ| ?D-ȱ~1kDT{HMmkԪBQv~w) 1hVmNꜮ h`mXC/@'18u㗽)*4蜕$"4\E/~&Ozd56~pm+&iN݂FO+WK!7d5TGá˔_b?)RV L5ō7ıٛ?=W& :5(zRY{[(|jAZ-ʨm8&ڄA'ͼIbzd 0jc!ZLnk1|65W&8WfQ(MUAD Qq.R7T$i2ItC:& 9UPBڦ}:d|PD6.Kqj.IyOC7p'IB#4ʏrV0s٭J?0y2M`>6BˉS#w-],Gl}d/R~N!|/wmg͊Pg!X_Ma9FъTlƁgsyd(Œy  : 5RlR ޥ5t]_wLܔ $ G(o ~{„eVv{pt)],)}z?3dN4 +r9LD齐GXGg 1-q qdx c5M92 0_jX[$/W3(opezP7 GP\j 6ks(&̷DOk{Ln݊sq j >sƘe[ Z1TȞo"^ьi6 0D% J`|xs{Ј kS `T =멨(-LH NW*>_Qž~1ywFW3O;.ު|'Ȳ:MPM!ep >*:3mi9&\,6\٬g<0VƄ87H\NFnMrبi<ne䗔ȯVz [x L" XNtMEVj,P/qmKz+ }$n9zaݹ mcLs^LgҰSӉkLn9 ҿ{Y7<N{{ +y$ _[qҔtivZזUdotYDSjBͯ]%;@AH 4p^IڣCP5f%n5F;D^AzPWͬѻ%[5s:8t./+ "m8O\wL0";zԎiF& EuP\!f#XnnI0B6 m}4qS)hU%8bA4jnj'pRvRt'x( =B<\ڄ%x.3:d^ v)"!PH,| xh얦osRBL.^X Sn1ZM5ymBfmA&݇FYdUb FXj٣g *P%R,x]$mn%aWVYVRY@@z3vKCqʕOǩGvMO-%wGCvF!.C'A ~l6=3SuS!1Ƈ Y˰H!º9fєIj0˜ll6@]AY@釋1%/˄hsڄB.qbA2k'ډNע55*D#0Z:ttB?9RXY9 <&4C2w_қlkf$j`6s>rqM Iǧ ruLBdLm Ig?#t?ms; Hmjƕm@g!zMjCk?qΌ 2 xrq+B2AD tpbD7QdEbSJk&1tmȁsV.UmR*YG!'=|Rv,=Ved,hW~7Ĵy`]l!FWvh&FH3i+uxxՋn@|)qN.o-L{ЧZ6SՀD׾ ~*Po2|=1쏗 (GoV(p;1 `Xo'و?P!5ꩉB\T}0I3<ÐR| givN娩9TM&W^pѠӉ_k 隿wbO_b؎}g2y]QPzQ2{Hf!>e$ %ha6׋!n~s\[EkE@/#,Tx5'GeݏS4][ YKձx%Jte yA{{lK_|ٞYu;UΟ6LbsFl N y<e,[ƚgLe.s 5a5L@;}$ŝ{ U,p?֞|>z0wUxT~mV.L,^,N_4*Vvp |ë>Fn͢l7,3[pYۘIl7jv3j6I|Us!.D<]Kp4D> Z& ,aG$Ӑ)ϡLAqAaH)+Xa(+4%1l@,;ujzWio^́'^߸TL9{#"emud>Cn" P/h?y@X{<ٜz:ٵE )zR"<@.G!8/u"П#c9R ]WEoXdDUMFk^''mxe+J`ո6QK"JБxKo v6oRb4j>ojGIO9)7VFU{HcBA9P[h.2H '^0baASP(}9EA= ICm*Ř8kqyh޴npGkkkqzU-FOC t/PqJh7^BꛢÜt^PqP31r]_L>BqT,RW4P-zؠqu%Ovΰ{3ǫꗵ[EX~Ըx>mTʸl͊i %@< Zbns/:/;G~tB"=o47RR b吂K%8C-pv#gi{)o5K͇T 4ɠE5Kup*TT|Zazx9QIXoEa7D 3S1-#9k/t8ƚ<]xͱWNvay=ZhU |t^,*=dl SޓWc/ 6J~F \ΰ:/0Q YͳWꔪ0;5+e1۞G[}gK6 Z $E/)*+ \N&16=}n4o .wm-BA~Ў-0XA߉ec۟8OT{ o=rOx{ՁpMj >e~,4Q;&쥋t^FJT%CUp4MGXwhIL++Z-" PEڝceš j8g8BӴ?:vilDsuJ` cJ,픔:Rc 5yq"TZbQlAיK;v3tc_$9NrxϚKN0LUeƄ[O!Z?#XR@89E]evBV)roY3(©^s:xnIx4RR͡'UwFQVY]r Iԝ~|jlD4>kVjIF4LD~]|uиJ=۩ z$fMU8@ *; vIBJťkOQ^1$(; A(3ez8P'] Alq].u>M<ah6s_9osBzG M^2Ƕe*/^)? EOt6;\^ȟݢ¿[Dǔ er1>R,E.܀&x4əSsjA=k[DF&ㅃEXi1;4"j1 W'M_)(pY&Iņ47!V}ƔƜ8zt^JZ},:+YA`!$tm,˄̰UF敟3{@Cu2do,["y^Dh4Kn:&&%7KMg.%,C-. xf&x"z h4nfM{.p{&=wgHyYmxk~s^Q{YvOk1Ê2-'N=NrSY}T]"E \k [ 9 %o"iyI *JpCDŀC|#zTJ_O7X W,?*$VUPCqjѓh‚$["Vg>1㝐M*Ī|o@gߜ_ě"$ ( nRMFB.ͨh`1L1jҟAiö@P[Bµl9˦xIlu?3׋~.j%dP{@tyb@ǗJ{xTI'͊ !7AV?U ,<+zxiXnn!TV6ӡHWdXJ O,[G|OuTIrVF3Sz8IVmJ9wH!e^"`nrWט*v@ihawY E^{pPl"cFL*Dy'> iٽHqv*!7f0m᷵3ZxH%Fۂfb2=(UQq,gzpaV-u^Wgu߾^7D>!5hl)2m찊mADB1}oqgU81zێuYN+ƀZc֮Qe:I{4{!is}99 ,^ [岭̤wAH~ɔD*<cNCQ&B!UwVvⶅ'H?o)~&)vrJ[4u>3^_T#!dihpfhPKo%"TrjaEƣױa+3`.a"͉Qt!>W})> x'R}H3kֿZpFgL3s>JoPma*edWT"W}[6T@'@#nCT.4VѣJa,z 4kErYt[x"!Ln]%a'ͼE8dޠ/ەrS3Y#(8B(aC3i6lyt7-ziӿ2^;1pz]3 V\ nbsp,ro-+~Kyl F n2f>Bt.!L*#`#iC}1 8mZT T-i9A|X}mµ\ʮ>^!r4ěm'"ptꮖF}"df}@?ŌxoqXQPL($/ 6Az:V'rq6H8:Dg+~GJ%ۣ/4']ˉdŵZ}b_dKrX*KsAF B\R}UKZkˎe[̳v ;7= qү"?i | y2 y%+ByAK|L5pa7lWNr&GޓNYgIbBC`hPz*uV }1 'r--kJ+[OCs,Өx"F>U K\t;~J|iR^ؘvNRW0DbW-RCþE-WD'@~ѕ~kM1)6=T4x%Dq:H `9eqe.YZD#q4JҊh ZY2 f-do`T?Tq,YaaT.qg-a=M|ZDrc+ dt!/p! MDD1J)Ԙ{H,hڿeN_ \{>]&T aw [[W_1hbf;iVYePx*YyZWCÈlP&%X-<͒OU1j8C; 4)X")LhY(hoZNcl&&MOVU|k {۵y& '.19u(7I38`R=90 l,a!Su MN]j\- 79Q 39Ϩӓ隮: >n8;W(oߜK6Rd޻*.r' Nԝuqzd L! ,NU&ڂD_ZҜǥcZ|'RK)f%?SClO c^(hl4?6ڌsw1+Z:~12 Eϰdhr~5a玩w훼'>Owr:uJ P]wrvGj^e<5z刟vJ`}]cSBa^}"^Vbs(x{6CW&N~(e;A2c† c^d%zGa-T빹5a^"`|IODd#\ES|i] B46S#3YTX+^ϺF[VR4?6do4;4ǫFӇtg )d0WIOg>I Ot`H]w(x.QСg5Lvն" lIȞCT\OC AP+~!X@G(qU!gQ^1`z{sʐ4+'eCwÍɛ^k9jK&B%h,x>ƱzGúIQ߇=;nuVP$C?x=LX.N:WUȘe/i&!@ѠSls@_tL V;na"#zRKߥ*O,C?RIM7QhA$MN}SfwG3}YEʋ&.Йbǹk@Õ5RFI+WFCB=<Y-6NzAq2wcr-#>i2µ<] ڻA0?Pr(:^PV@؂I;vtN9@ -޴{#y/.z _/-tNxԕz_H*~9o>=^dcِ҇Lخ)T=nO_?O.]Ĝ/LnY .V %.L=!4a gKs&CowWNըm:$#JIR 4@bw0;fI=F@ oxײo@ɾY表0j  idj=ŒKA/ شJ&@P@rgl Ţ =Yh\!3f3-Ik,um-y8>"z}1: AmJ kF@&GetkxsfucE9#%0&៵D )z/Q .1-;m*A F;3VuU>{:5sH2jej*izv{R>ö]FccL=6GNWK:,WF%tꕆ؅\]Wa!O@+j횃MdG6*_ )M;?/_SrB8^˅EeB w(=;lqRIa<:v ϫfui;Ʈ Hd5hu. $B`c4|h^E$z6;?EU$+&Rn;EL}E`=[f߻9@5ݽ‡R9wܫ%_cf `bv`-&nn'SDf$1tg'uXI3:-`+yU(@N ,}CTyJyW2cA_ 2̤U| " gѭh$/so) TG`gBS6W7Q1RU!@yxO!2%><~lKгM*wKH<&%-O7AY)6u7%o S:X/Mj YY t3w)s2QM9g _t:_H$pñͲM*<!KѾx_8CѵWTcG#KV+/Ic%lzݠ ON34aV &9]vW# u9!`5. sG?ԒBp @PP,V ŀl/<:_]թ>DsT";ES ֿX's.^s[5\ɿ}aWΰ Eum34L>j;DwNV[u"*獏xKF)tq^j6˧MK W4y) kLaw)J9pT+/`3,H *Y+=B ܍hI6 oFPB1pEN$V͕}&5"TJcp4CυGD"s>%ZHcic%2 A) 'kg֔![8q/IEܵP jArdZL+o_R #陀z8-0"u>JhEv+ZhCixwSI̞8[*χ$Qn)}QUj'RL #ߝ ׉}7G{iK%Ԕ#38yջB*?%X.u![Anln8AmXkPٷ0bx-t˥r(Ȟ<+p.ZuI&^,1^]EԾijv:'B>0ԜHkw LnГVNr"Sp B~9`#6 DW̝Pr6HЌf5(7rSPcb,5G04dv\#FP`T*10JM_L-Qo )KTQIDȿNVMmrrzqqluS[:cCA+ e2:#utv43JS"e Q6.R팤KO|"$(uߘ4$⫕VdcQ?LϗN:=}"q oR: G>mKLk[N-k\`6Oi" ,DʞNlHZ+)zXRi@<IOv&Rg5EF\l.Uk<+(4a9H/S3*ea(Щ댽)QEv[!Ѧ2A^ NKU)t3N^ʘMC1oM*wڢ;1+mL #BlWa+}kKs3) p@|! ニE1 4<}b3^ 䠪ǂx1pnF Y߿H2{(ipۖ ׌a1Z* " %~t|+FasQ__p慆̮#+Ok|A =#.j2DzL$[) S\gvz)/3d4͹~|(ǜ悧XINe6 b~]PWi:*,vZ@̂Q iۿ-\fp5T?<9ZOVQ-\* ( sL?hQU]J&6r3L~wbTP(%+)1hI2٫r*$홸ӹ?V;]F| Iš+JO> KpWԭ kwp`pžg;ovyܳtv:p/V@~a{d&YݠPhi't'vo3t2Q$iíMOt`6b !5j&<AĦ*Ȟ&{\y<^70Ur|Ӳ)t ll4OS 2"|YˇkP, ھlּ9BS l|BUMiWt}W%=h(+DŽwcxdN $: &u+yDq])&T[{TyZqpt:*_\1Om$ڙ(N퉰C+-A)51E$k+_zGZ8Ҽ-RPhj@Bd—/¬]tδj;g<ʈn*m<'cRҫ)ٜ˖}tnk0b u\%οmTۃnaO=MۃTLW,7Pxg+Lؓ~ma&b S"FᠦbbwJ7![ W }RrlZ%<ϻ8,li|o guosUuo6Mu;"c"w :UT#A<2 YP4L!taա_;L9xp uTRzYߴ9-Q}v0E[7z;NY8yErص1.'&{* *fY:I^MQlz ^\wݎҿS䀤.]^5}\Ǜ%=5Eҹz.f5Hg@N9,1)xt!K:J*z1edaHH"sRg0_nX.$$VP\r -eV{pY}^,z[+#1K+_u J-7i_ ,PE%r 3o ,Cݳ[T<[1d=,S,n{Hy9DXʡ=zP@$ֲY"r;p^!sg@MJ%c>2^X!ADu+@A/_-R$, r5Ekr5 [z8Ο3~ٷS}"]_myǍʆxJըl eϕfv'MWThaCďquԧ%eg[o{U <Җx<&{# A  2I`Zh;.-wIOY9R$t^&`}IRfzZ[$ϸrQ.V$^-yil.l~GvA_I)FgRGɅ5Ns%z?8irQ '4 rmKTM0=ed.2UR1ٻ>q.!wV†͓̦T/36djeƦHk{0BRseÑeo-ULIp$nLZX PGԇHtѦ.pvnSYUa  c8z>1i>xj# fI?fpO9afťVf |B܅bt^u.N~BrЬ|я_kҺwm!(4 Q]tn1Cuf+"u{ӂϱԂf- s_F@%[w5\[qps9, C;ycYlY8(RxF7ߎx>ر+< :5-{wm-`6v.Ծ3Tc",aЗ:=QQx7۞\VE4o#Gn8NSvU ]y{%+O~˃R)Ojh(=?<@^|0px̊|E7Lxu W܈.2ԼA0~t zAf;-C Dwjrj-zVFBZډj|b6?.ietGꊽG ^xD 7\*r.ltOɑ ЫyK Vq^"90'4mعa79Zڡ;UOu6_z~ '&M&fXK?b*Mmĥpςz6W-k?Ed]red㝛L=poBcNP؞H >q-b5 "D#cI-bMJ'T"AJmVj>h98Yȥ(&{V;xQ1BJa9"5ƕ5%_R[c%c=8'&қ/.Uш4pgNH vTO|nf^2~*SEtϨ Sw؃ lZC2ethl6:YTǻ4v`ѫyoBKv֒Ƞ YÈNFQopDM<0]&ɣK7疫pD"ި'[jQґeʅVI)cϥ+SgdiC]M0{ ͝uǠ_u yh`/S&uNzVhbCHׄTG+x--KǠ+䉷A@7FL".rػ k&ND_n&ҮpX"#ĮO`r^jTg"Km8َTnB $*<7g|j5GbӇx[BZ]E_cUG1L U&'PTuWa7 9DT#BR6jQJcd%sE>޻OE3Lc01.h|N/ ?: KAoXWMki]. ZRO/,JqQ'տxvi̺(DMzc,p7A FBjH0bJ=GtAQ!8rr=)6v]8K>ʉ&jd "mb,25 ??kzһj+#_Mee{4ƌGܱPWDo"uH< <7[/~=UE$q繌AHْwU-XeDΜ*,Nj'5J;kG]tZize#[w {P}u# E*_.~o]QCЯ:IiK3_OSYm)A]R{Qٳ@a|OA.G/(^ vi7$M,6sPw]zޏ2WgcSZ'nXp+R*jz\]7hZ@;`(ˣ {}qRN(E$f.dW9(BPm<ʶm0r}^*؈SSEkpP\ tnQDfቇt9h#v^[z& aT`QDl JLIf"dVa(5llġ EG|.&Oh.냂$oV3Lch:]9VK?+34_[ =GJ"S]4yE^;'pg7U9Dul3IX@  Ry '-:e&`@&I6Z</mEaGKۙX&0~g)FRlB48>|4#>#9K[[s2ٱscRm_ hG~RuGzA6l9c).[-8.|Uft1 If/[7|ey_؝,y\[-\ N(KWP[Huߔ>չT%Gާ"cEZq e E\'ZLedQCt{4SĔ}Yو8-xnVP 3_OQfdO9Z٠|qG5+[PN|@ɱfw(b^:`#(G7.1&\[-XNzve"״omA'ى%TNNnR=wTκo܇''O7VMH M3)v4~ax*U]?R-9%EJqjX0#bC{%g 3n>a$x7 <ͯ\ܝR6 oޒi "P +$0}%:"ĥ廹I"'caz:lݾ^&qI~܈Df=`ĄO؏?h5yz|~ވܽP.wFx/'դH{,cޡ6[;IUαd@-rNN.3(@Eu}%z`;tWi.={p>S85GqIz<`=l|U=F}㺺Xt*j]p?O%X.cFM5h̋nKWqn\*?.$R Zs<5^̄Jk59}YCwz:K^k{J\ \uyJs .zqz׌#-Ǣ}8:W 3;v,>jQC=J[_š5UA4! dL~kfw'JMe'XɥAƽ:!$Xv]2+QΎ"2SδEM]0+|WG IjΛyxE*&F6a""+O0*c݉N=hC֕zIj:L_C\; 9T)2~D&N>DTvR_ ~?kL*ް+ 99cG)YXHeJr]FIq` ݒ l{[l HLE)orfi-uq#Q`$:kue;mEl%@܍WI{5&|8@GYb925 4![P]5N%7$O'D$ /1/a^iOh=X8|uKa\N͌ \%n0㵉" RTl!`QlΊ! 'X u = *1ٍyt04)^{]t'h&+G;h4 m1rN*޾%H <3umgJ ThzJ2xIY'u2(*͎S/!o3{i9_e"HnW&%/S;XOK#sԃc _LB}LLit`ǂD$gxDd[}$Sn3#) ]BۗN. ("Ih 7k& (G6HII_= w+ԗ 1z\=Uc-mkVD)Z[En6VPfH3Fް'sqd][t(9dj ,З ]?>80c\OEχ ܋UjT-Y p$RA6P& $|O Hak+rÅ+^ 6x_6sSЅ +8BfeL [BqY6B(U='iӪ fZ=Kn{]X32Zj9B9Zݦ-(>y؊ 4>2yC:-!߭G;Yin`ezuE"Y'M|l=k̜TP Oza?"S@ȵNA #,ə 7/)T襎X t`\]}z4fypJ*{)qE/qmŒ€ U~B=bs Q Z)Mdtu$yT+5"Ϥ,jV?`?*X *Jؾ0KwDAyIPt+++ՙv.f/] z:K?{c8N5TQI qJޮ5vž1!7c %]YMe?6$Q``;e( DCy<>T"k| _ۨF;+ 52}a_ӉisV"aןJ.c @>^5S x;G櫓bj^j d-Ħ,77~S[S dLw&IhZd|QrN`k5[~a.pW9W<ӟIUz|yy B$](_(OƫHj3ꥈiK@{Kd`X߃?_Pa͜GJ|' u4~kL;ZwRVH4 9ᶂwvo?x]$7?S+da8.< aROaId<+@!M!/csܺqgC ⁢}ƔKo دд̃DOtj>O @۫03B}%)eu)S/ɿk|(@ h}89J{N!Fr2-pU R'~ݥ!GqvGƬ.9^K4抛hGx'dW6ƟUS7(>)<t̸Gz«*Dch$9&!HJB?C)ٱ>WVRuJ;UM<#DzYT-YP+i?{ wC@|^vҁ;*-Ti>T7f N(.5$Jb|n]{ $N^[+J6@sM2GpVm;6:q]$+!ŬJ@R}5EG^1`A0eNtTd͹YijuIZm^Z?-n/% ͏>ދP {6Zǜ}pUB0[ʔծ8CWXI Hqi$7՜9 Ny?}~)7 rs͡8"O7Ved|õ]aiRA$U;nv3Њzfk5~z #O~f6}'V^ݡ |=°&Uj.+r~R+ASce2t{zDvS ^zPJ6qG74 1tbgƿ}6",7 U}) F6uC]TUÍie|^X; ~K+bnDWO78{Zξ 2ǰ2|[豾Q=f[zJe=u& 㘗[6[JIk%4N_܍+U@u JBQ lј\j&OMx_iYYW h+LAI^,ݳaD] #7 o ?kK+\%;'9TFW|vZ_@7I6-B~/<{&t!D9Dk*dSAYS6>Uʳ4%yxcFijb ̏3rgѦد9 K?1q@?<>',ⴖ;HmpKB%Rb:N"6n\`Wz| nA֔SGF"GYi ?+Ep+EO(T䯯LvO*? s[̑S׮Ndp^5Q+hJWm lAX:Uk ,JEQhp18q/yى ~|epxv; 6f:W\R*x30fAň\LSbkq笮+1l 6JU-Ť$mOe1L6}Lv!tcr:z{s!сXmtV)VsIzj5Mi^ ؍eᬼpu ńzwm92>O{h!U%4 S(2P@ۏq{Mož9v]g_ٍi| rordV҄ XڛtWi\硤xh~Ls{ =Ҽu܋kR7Ku+ 6i[0x߱wةʰ A[I|~qM\Qe:h5Lh?b7R*,r5 z'WɶĸR3j~{ۚewMz/1Wyo 3M;)< AjK|M+Xf׹u3lIN]%ήԶ&0k7.bW/:V6n4\6XZvyŋDXj4es!Heo_f yzU{Ɉ)!>ܗ*8}^2?tj";Q+܅ D/Z^Ca}SIb * ~B*m'ol-%!Ƚ5cHq6{qNQ}a)>ĶZAJ}1U#Z##]-=yɏyp#G7梈yThәGt&CgƎTaR%0}ɴ2n urX?L(KXmJ>Lq`.\ thnT,lԦe5d7*BuYU<҂vTc))CRGE,bCuh M=DcikB%h^6i&hlG9˰6=jtCc1['񋁎W"SH}MM޷fLxZ0'Ot4dKEaN?M=/T WfMHY>bN=50̒= $/㹛?1trpL|[YFua 6ky#zeB>)O _ƚopP̑Vb(zQه7 z~c3ۂ䴑p}q&,$Bs5h/zn^~ϱq;Ru8bL䞑(:bUs+ _K+:<( $ r;?:eǬE </Є7I{Xa1D #逵L&@}P<@nJ~hcx[5(_Jɲ6K3U¹!UҜ\cGcyWhs:2"_rpɜBa%Tw"ǭu~7:RU$4Z@!JnfJtM 5CwL{.? @9]Y;i2my47Q7b^daYxP8g ٙ.D9 FRqW&N)3XNB QN)'!bWP@%K:AɾbqڲaF͒{cZ2w)5C`h"}~kUVx$ܟRoק[]c5cIK0<-_1'k_&&W}>| YϬ_OJ&Xd v48:1-Q4jlnOEu$0eFt nߜ䂶cky˜eۯ ]MYֺĿ2u# G,f?+xZ6G jր(g@i6$׈;2g&7=[^7\os)zOe 8^r~n#o!ImBnǀO 13nONCa1fr+8pHl Rɡ#@jۤ54NF,bF8NR:7!W>ZM>(4yJ̓|ɔ*~`aRF+.s gAS_{pd"z0c"IWݛ,@:lyN 3Y랮Pi D),A!~8$÷ %c S<*ZVwv#UmE -p{݉!<û =3:`$a_C&ۘhH‹n('ڹã*)|@pkab0Zܔ[Snuu=@! Z$kՒișvW#nQ]PjAu =$@ @If`y0?"HEor?jjbc2Ì1̉V6(%7 ǸsA('xv/OFE0_ ݄3L YŧJ sR<n[T @9y<؃>tNSUI(6c`veⓧ2/ؠ^y/AIlpLtLEK-Z&@@{(zIjGAbaR v 'd>C'vMtffÆd6Y;Y1xB 0COڶG9;sCL{ ׆n1vcV$4OT],G99DJ\&!t@W| yWz`ҋ+9Pփĭ=Ȏ`C@ 0k"Ct(F:q$&9KI{)L_[bM3v˰'Q#gXr&6]иs$g aB7^WYapVHd|GPbM(>@dnl _qS֔ODY:c)ޒL:ХmM&i5 _LW O07.I.o7ÂV5eJ6?1dZ !aVaJ] ҔBJpǢw ~x-+c ةH˗\LY3ᨘ)>k&5+tGZE]udDܟl vDuR\o4v:dkWwWS y' vSV(-&XW_@ :C7悈sfIvXLR9LEU^iV[u\,QTViR; 7L55@nNޑ(1+Ppe[gL}U^6q#`DnŰlm\oCpΊkng9g)h0448A&d&Q50zS=75JiɾK6S;)TdHL3 H,DtKغIuf >a: 14E:.3ac*֐߈F=oiD;-3Zh#h~.ˆ8E_NP!YH}v I.FcVI9^rtPj `rG%zBMy1Q7JNeaQ  ҥ@) av ~/~[l'M( #I69U=cX|5.WG |lVxO2 dRޕsrISDE 8$&뫸{ogtut<KyB}$Ӳ9$6(}oy L*S e6FaeohM?oJ 7,qrȶ;ԵX>MJI`RÆ<#LO{l !*8\o1^8,$I"(Ě(g(xuZabB؃XLU/˔ BLMuWI1krDBOs~xhV[yFNޝ,Q/> 6ŝ$`EHa7Pin1%;Z- L{(R3]\ͭ\a0"hߦ<`Ex 3>hQylP~XMH]]gtv|vwr<܉bpD<x .7B6Nʥ#ɯl3N7suT4M,ΫV#ԯnA38m[uSHUN-–W߫5>} SJ' Z%Ók?w+΢IdBdp2{ڝfW"c&SS X! ܠ2B⑕S({[cF3E,)*K)jD F>N(LK?{Ѝ*, ZD#ϯv͉G@n4(nHc073nv-QjY-Ateq$0{x9h9yǴ2ʮykgШ8\G7%:<v \cLl0pPD54>f n5 zk*,ZAL2~N]hXzՀt#۸U@n`XNGe8  }/X0dx6˹T% \7]o/QT xS\nhL~Un"LԃÖ15a% R =?^*:>p~o%[IB~ݮTsrK1Yf|[❇/i zeFWʜϲfj^-K+_}dPR"-P i#r,t#cQh'E6{{ u !S2KÝe;t&o=."?"/ N\Pڴ*NrJ`ƙ=~[f 6$H빧Ic{9ZbC$n=S)xСXq?BmB$Sİ;iP,\gw3֭'4[jecWs{G_vrO4<8sR,0"XnV;qjp2[ew|3n)S QRR9*0Jcy$0b\?c߇mUd/s^! s; ǽ}*r w-UOo 4tȰش `B)LLŒ4Ix^B[60ܙXNaܲBgi$r'(%^6'C8>QghPv3u sဘl  Gi%cy$=dr1tr=?&e;uе`Uifϊy_?'1;7 pT/LS8?H7 IW|~Zq0x^r=%@@~|t#Vb|\ע^u9  [/f:+2B8Nlm^VYXz&Mf[K⯧} 9pmןi*BVb_!RQlgh,kcsW|EY UӖhṵ{(!9|$<ŕA8U$jG@\g`Ơy%Z4>qiψ5ikq>Ez^Ğ6Zgo]iVeBLxP? xo#l!8~Uw B+Ɯb2:<%4Cʞ]k8}@V,t?ûqNYF= L<":۲)4MU!T7Dkyh/ ;W΋j' ?JNׇ ןT Jo3;2֪L~۽%ܓ|';XfpO5^,^y+0:8[pѶTvdlEFQMA|ODLDZK$1Dt.3eU6k+Ե%2UǐݨlwBv(eR"zRi[bIhlWot%4УܾAGo^ӄq-FC vۿI`$iCFH?Kfh0 +:k šd@*{ aiS%Y039uw *h@ڛEh->!ھ~CyTD*u=ՅDRߩN>2~ Ci 2E;썱JW- -'b~`_ %T zG).{ŧ(L VFWj lGg3qr6f@;κq0qፅyjL ~+Mgٓ0[uFgGduE=m-dWXc~k2EUi ( YWB283$d3`4WnEpV-@FQ\=tѱWSzl 'N8v rM>V7v+b^Cg@9a66r"WWvG=x7ܐ*8M\#~߂qNz-WpQSYբʇ:X )d&֦P@ (4_^qۺ-l-oF¾EOwT}8` t6S. F7AE^˺3s96E;,Rq/sF&vPv:Ż[ Ub {{[v#9 Ȗ'ġ2B}gU aK,^ %i(bd %G׹oUϖ9C~A4=:k%d‚yȿ~ Yz5Gz5zǃ~u1?H"ihE ٽfd {HR뮾NT)2R~u6Q^é  $}B4+S⨟e/~=E'@\>Fy)R?牭>4jRA}J$F, UO@j96ctp(˶gPd$nPU.bhλt-#L?Du[PUϬskd8<\t޾7q%jj ~fd dOu"F8 c˜(Zm* ^2?Iשo؈v e<5vq%٪+-sּg%6e;-Lif$JGKԇg!M5ږ`LS eY| u욕o&~u#ZuQ Q=T>}|LKڲ+fm|Rd&ԥn?m)l "}&sk7H9BB0pS'ۈ)[=..9压q~#zPڗEV w- fjob>rؿ@6 )=lH6P\q!,^):[ΆOO&stIIA=t=N6id=~K EP?Y_Dl~" 15G GDLOـİl!]ƄU׫ | |ܘyez[9*U:_3q}r2mQӲ#ERx (gja_< c*J1dZ Pw)Z%Fpi5w0<޾v* dcRw h*#! E_S3S HoЀ_ %.b ̆f/΂Ȏe Oj$sJ\~kVvpK _9Zwh Et5Qh<,0#U'9!N2aSb4a(J'℠<) ;Ta8^R^A,ʦ`_6iNA}; ';\x{e~EjqjkQkcO5cĬvfZZ^ԯ1![҈cWIJ2*s/E'#EO[KԌ~"|UD'JgYj:D>*5Zс[DkZ'z)ph ?åi%p! 'eY7߼i93r ,Uݮ-] O'[C컯?@܇qQ\S+n4Cy΅O*-$[3Bܙj G&bCeMx }̺GC ւ \-VJ C9v]x"!\T6<:>825#k"S,}Ϣ T7/͞>13YL+Myܪ?/I1ʎtWc'sRX45-Mub4cˎE~e~4_hq|QKi brӳ??Χf28map~\ÉwvQ 秾Š㑿Uf# ]3Qܒ;mGh~?n  Wj ax%ڶP ZI%JIY{Y׏mǜKky7}'{f ceQH;[zS<#c,}gQc:UXE"juHGx$jbSIt&L[i:D; |JVuv g`ـ4dEgsDcPo6N+Emdo(9HG+ϝ|i h&{)6SٓlÌۏPb{ m*t7CC#[I:oW-I60"0AN`={^ZNMܹcfD_͉"jnbʹxB`" Mf8|p l8|w[cW|5Ru.fJKpd6DikchT=JRU%[Hk%?ml"kaVmRfYo_fi]y#I"s,4:nNsi}KUi٠9*—:,249Dt!wtHˆNH"/hUx+ ^dY)tXMCCunMM FB b ckqƦAg?@QVFNl6PM֩j?kҶa`zcsܲ7׺s6vYOG>bjSֆL13EURlSX'heOh+|I ́wLMYnҕ FHR/o?)W=R J|R%Gw[657hX=ܮj1 ~C[}L2]1~>x`%ev5{)ŗveN.?sEGY)/q,z+@OUoL/Z%ޅqڇ|ʂȀ#lXsb ϥe\j<jK>ǫzNxҲ ~VnU &gz 0% [Hq- ?<N+~#nrc0[٤S[M4HT6Xǀvztt ΎG%s # If-HmH-Et 7bThsޓPw&7M{<&)-:mjD=ɼ/^[!+)oP}7t ~xsI̐\7V'ڬzk(07Ӏ_VlS-.lk rߢ iGpvL$ӗ2 vu'"J7 |~LxQn_2*OGP5tg! V'g; @qv`izWaKQJ9&-C`ʻH "!}k(#Sɡ^̓v6AN?h4%UI?"M}erI/v#y;ID;3p|e"kLCF՜WXǰ}Ɔ 6I訅&;"9+7o3W7/O`Ҿl'YZ?e#DcˊEݶP'Z0 lǍ]BFES/:Zج7>QG8Δ(~H>Yas!z#إ;:9Dp|N`í/܄ ?DaM1^2+ /q N5) h?]ӋsJ_>?Cß`ɌU c~xcmD[+bVA8R_.}ޅO ^8I.JbiV!#Fv"I-ں=c}4d Q;o-nh pS=ZM|whV6oK`继 &&`}[>eM0[mEBMYUp"*$>Kk^g;9"uHKAsl=RpTIb G,1/ `{EVC.jˋE=}Jǃ!u(n~<+AT7"j Q媳V4^)QN@劂R0o)5]yH[騕TIFjP u9[BDAtC'@m.@#;啦f櫬=-P /TQ~eQJjقS2MTE`َK6fvs?," \ΆI7ysN4Q@4x9ʲvt;o> \U."}p,2`?//') 0fGm0]柲(_(KC%%@?f %ra GlxA ¬-ԔE rPrhOs#WGOc$ ?iI{BoI Gñ.J*ބH[R[/=, i[OVT}Aq/8YjsWr^YCI/@{ȌǩQ\/C*T [>ɕMPT)=4t+`e/1KZЇ dvu?fȍMB1bͦxjѺ )D |/ umeԣ]ů1Բ5/}:cLDe#׍dM}o\ieb J{/5d\hD <'r̨Or<+KPmW(d\~ؓb^ DٵvZAȭY8F_:?zCJSS 4ѥE%B?n{pWu;$^dΘ ôPV,Ed, #qOq_2-e]moRࡲobr՜^aQ1^aLH|-i)N0.5ۆ| fL??yؓuIO;1$s7- ԃ(Z7T"v\^T[x@3p>!MS#CByl18~UQ$ȫY;;M|Ys6vgK1 F=]S{?:~s~x;B:v)AbpxKCuI!2d>=_l7Y{g41㦉ELpǜxxػڗg*?=onj(W7 L4.P˺ۚ%uxw:b!]a1sjn@'t^Uu姘+;!Dk/J! }x]=bTadr[R.!;7vz~8=.W}U^b/ F/S/B#ql=.܀ i@yV#qsvbz Aʌ&KY7y؎ԧDpFg g~-KAi[^$auL~f8]9.h>~Z.4ѣ:n7P;d`Yh$l*a.~(ܑ(ekYήJ!4O.;`%X'{mc̤ Ԝo1TfOΙ-?nNkS,]Xq=ylR}-5}: aq a)Zj.[S{ԀlpK쐿 ‡(LLB"y̻9)nh?b|߻oa1=ª2Ʋ8\A 3mL)>y/2.tO{,nb5Z9V|)O|E4kg 29nW;m\6}G;ٙk;k& J՞]ÎwX^e ' ]6PE[.B c2ǁgOMZoTl@aϚhm^ N^{m&º6O@ǭtea!*#07!ЁשiCSFjdO\㚳 jf?WDRVO+y_Xp6Dr*'h`;k @ѿlt^5>hzMv#IgO{LH :$-Pk%b32Ll m! خseHS<؃k%o+)L)<J/AgJepF)@F ^JhrjB-؝`>ҡPSu(_<}H! OL o}fܽ FŸ(8!#kN2Q\8D~dQv?>mZ0#e$"]EE[W''[ս맂?xp:),384bE"={Umw$)`w92hWQrHd ^ilƨvVjuԘ%w}e4 cǙVnĂ$їn\VҞZzרfc4QL Qiu:^yM(5@ڤžVs#)8p) UId0q >c^u#r·PP:]%~>ꊔQK+z9PS\\|1{݉J,܎%hUi5р% ~': gd.m_K41T:J,1^ ̎cKrO C/5E;Bhddsv HEth`*/(}7yXZdkŗ:e*[?^K 4V|P *BA^f*}$v2J9z!yk6V]A!͆=AqX/X*gi~> i?7pȅ=tA򒰄RrU0BoOrg 6nT#'L2f3HkMa)UZ98/?Q:?YV=bQU >:h~yٿAEPU{bHYG1_!F8Av)J|VaMRm%52iXDŋR;[B7L$+6O!om>rЪ7MQ1RUgWsn(/c UM#_ !ΌE<F!-"_LKQ55d'baBܣ2\Urƣ՜'jn;ObV Qgf<vW䅪,R+XNyS[Q -(,ȣ CrͣB[! 28خ>w]:i#V'E!j r+RvQèyӡ5H.7l([ 쟿TYGa#9ǐ'tH,fZ54%ɗ2>W5D*h"<| s]M^c"66 /p.0d 1fCveeN,eAtAr ngkպߟH1 zn(esW@1.X?u 65m=Qոj}?!$ &~sQw5m%BNWuq%ZBQJ> s?MMJmUɸٳ|Iy vw $ dz f^1ԗ_)Ѝa%Su-%km陀CVI]'~]9r" ϭùHBC̢}@d^* Ab yOJHf@ZaE\u"(=?U4PO/C' $s< ,$_ 9GJ9h}[S-R8$yay;ھy^չ.h\sK T} iĔX/H)D|!Nή1LdJ ɹ˸ߚzt<1aO?IFV$MmAagG/X[/nMȬڨ1' MN֔hv;zl5SDͮ٭eRƕLRG,2 ^8h:ߘi=hڍ`?=:uU.OF#1b+cN1CNB1ţS ]~9SRPZDl[Lj&h-SDFGsT@=13[ʲfq蚚&ګ'?Hlq B;4sD GNp]bf 'p>bSUj25kP 3 ė$ھYԿMZͱHlk)&3b=#`m/{xS^}W89^{,Ȝp-ـiղS'Chͳ$ͱ2, GTvmeB6\$;~ &aRq8Sc܂UtpG ^YqB'/GT=}{o3ܐ*+@-geuG^G ЈE=xbh0$jB Q4rE49jsJͩ|_xVq9bk3P4_I9ΝҽD1#30?1n窷 $@9Zn 9, -cڄ~ɑ_&xt+. " -MsCi8M7z# VJZPHVzGs)n:9DΆ` F k08Dc׊?-並Wsf0: &h=~4}R:ƴ_L5#9肧0"[֗m # lƗ+:~~SE4q vb @^y@q@k?~MuyjӉQV̦U=?Զ+ R#]esH?#Pȫ7s3)A끘zHPP_#峯^19kύȈccbuutpޒ^Rg!D?y~Gs.ƉécE}LF}낳wt<s.;mϸJg]hkSvjclj/ @oZGNPo6PY}O*t#@?ܠR{~{D܏Xː8E=Mŭвgc"s eO8Vrn*ςems?1W{a^3G;#cXoC8Kԧ gߑx}Hp͚PG>3>O!H(مMhQ5@_@#OIж2IHK0cq6i8xbG\1)7{Duý.MOOt6كs6xhKɞ0j[j$%˕T9Pr*grS}bQ5z.NW gnz!٤O`rݒ>g+tSyjƴ螒kpz'\7aB9fy5< (s`m8g&Qp6sH8,ŧVUjeQ$ ۑZY EqOjx JAU9l:fl3V[~&<~ZM*:L5c#1 <–tWDf?[m8E&˂f+.@z^ս^Ir03v4` 3s5uU}'(o[Ab86UWLoDaa'W$aqwQS+Dyӕ"w[ɜ/-Sԏ%ކ Q$fQși8 4|8&,U`F4I}O"0N >6w+TE&q=\>P-~궉ϡ?%D Džg$(c*-kDdApSU:J4/Jl++QׄvG,gyV9Dӣ^Hwj4p5.%@:W,ĭ]R-&Sc7δ9HjT@M )ؒTK Ns͚iCꨴ >u]l.erٍ sMwVT_fB%3¬K}ç1%&2>˫mG,S<!GEP Gy7&VٵJM6J.c*|I~ 7#Z >f7d-j)ޫu4UGg&: a9gNs膻HyZDdZx鏾2O=¡-m" >} t@t9Nt U!8PЪ̒ɇazH"Ye埔*Z>4*#a)]=zd0 v>Q=UtNe<.wh?`6g] n#&&aWb.=vzJC%(TKüK2%|CETa/J5uEֽE,OG ejUvdv󞎛{wwŧ0DTvOq mGۖ:aǘF.X 9*) e2&D˪Jչ7r%)-MQ>y5\f*[-L{t f`>Ih,-xͿjӣyD0Rbg}9pϋIDqd"CI/FA^f'Դ9(4J*o]AAVGb4=\N[ev4|XI)zY[)yNsdH*>}u;!GLC; :us₿ǂ#Vꫤ0;DARrJ* l> i1>5 T*!9X(C9H3 {ϣ7 ku O ZYG1ͥ>Ώ+,mR޲?J ҍ,H 5eWkn4}IenyhvK 0@q/ :c\eK% xuz?|޲h+>BjHOMHgEF2 ݶs$\PUibBHH|8e5Q8nNa.R@uE*õ~{ns(kc^vzxpݛG.hE{YZpHw$Q{-')G`"6~X d۲S)ԮecdKeQtnl(JuʨNe"vTɉ,@gq{][<.m3cصC͖2$xCڄ)5uֆKrEB̚Y׽N~d"`,=~mL`r!Pb7A^"IWe!#bIG`3kBH@;nj]NKe%kkRP2.6O÷i yH vX}Jk8&x*on磅ӔdҵI'G ]'1@LAJ;pf-ܾmbz{w!=qWCQ?-|$_tОnpVk܀mYVj澟Yjmu1acq^p9o[XD\|P0uC3 4zbnZ`JoZ땹\:rrf۝Y+D% h`i9poL(YEӷNy$Nc _KA<JB2 &Z*=bsxp@^d '͹'h/-$li0/hSyW5Hς/Vs | S1;|X }XH;bĺwj% L=g㧦Ό4q/Ѯ/\ 1mf j}VKk.^D+/ ya>DRbDo /2>+qxFxz};V`T3"$3oHsi=SSd=)Ye(b[#(NML U4&4!=v#`N1Պ4^7F9' ͘JBK'@ڎDVP *A-/mzK[dv|hQ4 d;|ǏܮEo9ex16ոyWu:l`^!w.'ܼv H$Y)Vjz)zBlջlMQ]32u Xj:.ɡ+]:{4X9qGkppH8зRq>O1⌫teW+n- }` Jiú$XC⽑,|A.%8t8)N*WKFj-214%I3|C/K]\q~HOUCZ:pr7x![IG-aKl fC\elÇX >!m=CDՉ7ysjI9'Oڷ2WZ935E/@xն?ɮ5,N+=:5 C \ g;; ŵtI X\|ƍXrlK4!pG[\ZdAl Ɔ41&OyJ4ۉ{lZ%c=zO@&1IIR,c ahG |c7 28x2UʌO3> ⪱'<~-ҫb@| -Ea0='6;M˚JQ[G3TxKry|[# J dMvErKgʺB ! km(Mr3%->w{*uQ20P- w\~.}:y)ZeCM04#kRf\TyȽt)Gg:HGFgߚ͏(Dn(.un.#mR.nvyWi5O_2:׉ S4'#/SAKoGj8%F4N {1^l5L@0 5`{Τm%cDq?{>_"xJ&b-ȭ(ԫάKFPg2<.N%BL5Osxaql젟vHeE;gc 6`G_<$H! Ét ègݺ񝐳]_f,j<4XYӝ/DW  亦dD }aIjS'C{rd0J;6 AWzИDx~/-s|zȊ g[Z._U*QzR]qZ ѯ~ |==d3ࡃ:59S})8{rw&/~~ml#ef;`ihsdQS{u!G<|"#Y} lah$KQrih"~Wܱ# rWuU#aTL%!_ȶOP}f?q'auvvu63285lh\nlCʜ"pGF[=b gZ(X l6P_UE9ny-W5 ïƘNiűgr0"Ү{ҲaȚfݡt3$Fr7 4^8J>ċ(X5j|ܓjbA&d7ŭͥݯ|U^4Op > RiaP4mGmu^A x Ag\ mƛ=#9p܄ڧd $.ǣ`CQM |9z}~䔫6 I9Ӊ%JMNJVY<H424[]@F(s A(ǽpѦs:,ITl׶GnI`{ɡ`$oEeyaՉ&~`aj+* nْ"AO{"voễp](Uo"!u9,NK4Y6`Rе.@˕BH"aqøe=K̳Ni~"mCHms~CcObc= o=S(yޅ!u7|]j=&?3 3Vϸ^eG!ipaȰV`vJݒY=12PC'd|yCJ^iɒDN#, foK$%X֫cfd_ NiP.fYWD9LyDz۵B0WZyKE: TvHN(@dی} xzmm f0h-)gj.a-  ad dU@^5B'XŁ̱/]Ck2 #=+wc"to'BJhփ)\VRgFYu~ ԧ0Êſvaod5aZX?bUܨP(Y A[+Mak|^:q8 NC${Dcβ4Wj. tDzB>BŝR5EU޻sAؐ-th$%yV? ذ'U=/#)ͱ .?e cF%$=6 ep3AO[DKZu`܊R]!z>f`#<6տy:PS= 1`<5٩|寸Y 킺^P%is/oA۵=y]Ir@^XvaF:ڮ4˩w1˫"J"s 6s092.+o~7 i?kuYFV VCXV#@j[ .3h9XhqdFONsL^0ĄxZ ;ebpD#]G`6o޴)j ڏkr`L[)H_V5[a:n2;G (hٓ"0@AQMңP΄W3NBRq$@i0(J scџ QDŽAʸSYK"> ˔xE޿0nb\Eܩ9#?޼)l%~P1[֩P+?zV࿽U-Ǎv?ZF|O.1HhVuc֏QCe,h\Da ωn7 |bksR;Rׂ7 eoi˧dWƒxp\߇+ޜ?|Ck>]ܑ|iERL0R'm٦;P)7_kYrJBD`:ݑ$Hק6ɮn)险~\> ok:GMg3OfĂFq`fIyd?05kTӹ>w[&n؃60Ƥ'7hwۿX&ΝEn#!~-^<( @^DT7hs[T'80$B`xC{]&=xz,%jFA2U?lJ-c7`YGKGLU=D {Z 6U0)dZ `t{PecgE ~r#8E'ˬFo&.]Db`9b 2`:M+VhM{lt0."M8sa8"@Z]a0}ͪmvOo>ˢd-n9` l% z#8?/Wu>9ùX~NE4kOg\Q%njn.{ 9"CA}+PoDW ]PB%/}`ΊmW)[$G)rJh?0b)I5j$pE/V?&; s"4T /햜q ]F3)9-ܒ"= O(0cPOaעZ/FzA fe }U"_n:eEU '}JWA"xHhd3ABoK qN#GP7arADH\޷(S1u}QK\>齴%p v T["[+Ȋ"A`7]9 ;$˼*XR&S yn,IZ"L1$\q)>IpvàSjɆ07Sb0:8[B@Фj[kȏR\1քCN}~ ^MfLۄⰒWᨨ.ԫ:mHd_]{vyzHzaJ' W)2sէIrb8>yrx(a[bOӲcS =o3xR#]<~lYH's7 B>r#dNl-zmqAU٪D],} xkKR>.~"ckq2Kaa7JG](,Q,Ѱ,ytN~PC)L' I%k&BG4rTn mY j(i>'ٽ*F!Bj՝L|?X C8,cL^_ݛ,R2 @ԢvQӜ Q ]m(._A@un䆅)H ʼny 'ęP >j0S MT++~ǒcһLJɏpo"4輟a1cC,s8HZ}a-ͅ562X_[ Ӟ2^W Bŏ2{-Q=tvS@U6R1ėP(L`8>NѴ8aamw1w d2UDz1v  NG 9s9^(X=,|lv%Иm(P+fwey`[|UU?OV:Jm#cY$9,F θsGtpS_=^Q8>4`yQG7A%Q0bʲ+7NƟ#ʈ8]#G*lB7reăP(( i iU;4]jLMN- +U{,ЗهؓIl32c94 ,i|%TgRg_-爥dA c$SSux,Alн tu\1z&V-k Tmg{{렌Hϐ(DլAHZ@GGt#Ѻg͜RS$ $ ~&ֻ zIDvҤ> t;UoM tוǺd&|@VސՉ7Yy=e#0t z=CA&ަX5J.kLɟp\Z/BAeQ0 K:тߎw4DEPvf:DE!>e+\pD:GkY63KG@)<VV`w(=?U贶:Μ ::#BɭMU\&kHbh0Z`6Y7<\!ANN.za=' (%Зp.C:ړntA; yY~SWQʂZ}n+cKSe)Ȧ%/'X68xAUT2S&pFYA~yA*2(.=K>l=*z H.ȅȴD@g@ _jsG?m8Y My a7j_ W;ЯrJ4QXkԄgsv?P^B<|>~K4vQ_ :'?V+'$9 q$5T8q%7g|f蒷YZ>=9,>:>b_I]Kՠ45VaJzphq~y,lZ{O WEK e/|TX=T,ՙE3W #b.\AM_s>DGPb+O3@Z|*|ضf#w-)og[R{ȽbDH vi]31@m" W^#&Yi?ЗI(SU07h,zvL։٫/W ӕqh=*8~=m:P Gaf\3ܸ0:rV luD;ՠm:]tBvuk_F k\gYaȍ)K;0Aȕz(JbP>EwU-pj@b&r8BZXKo«-x*_bk-\qAWq"<ۖbӓi2 `Ғ9^8 i\Kl$4%!* %̋xM̞|*[+ YMdۗWq>ͥ}tf̨x)8-s*k~]fe&V-`/3[7Y20S[\Ɩ\.01cl|Q>Os峷\u( J 7 [cVu4[K1zIzpzuS{.ۦ_g^;ؒ,^ݰͪ8M2q]CRmh ) AL_6lZX{[/ R0GXTNƭ5!c(#x걞MI)T܊/AUҼPjWPeu$e0ɤLG4wUVyk#ߘ<?UsZuA-QG_=aM_Ϯt :^,5?x Xe<{uQX.]]''d`-#쩳~-Z`@` ([0q7nj|:O{<'֜m=@'ĥQ7F 7 ^hա\5@T*[yءweF{yUzJ㻿Uآ{dn@$+p!)睽_C|tE?hD }cpD;`)rGFed0w|o\ˍ #z:ײ"8%>wbì@IZU$B7av1hp3Dʗa;ZUs̗L}ܺpl_~Į =Q<&r&9'tѪCGC~V{.`)$ȯbP뵓?F52C_AN6p7n3OD@q>at =ZNu 5S{4P?:5`~­ujmCeH4vK>y*/fsjD_{< z ˩ŚuNMM5`ĆVk> dZgXH#LX"{$\Hbn2"e!ղ~4U \; L@ H~CAVqpuyi!XNlȍsۅ()6mM F%=pM; XrTN# =18Pɣȡ2\ YܹOiyɅd l o#N"7}Ob<l2 hg2&Ƭ`H EoYW46чkrV'yZ?:i~opؿB/H 3 [O5&({\ʧ4˟\3Mw>Mivy?N({$ Uޜ"&]d=0d1-۾ ϖ}Z5 XtH'&> 3#y NOQGhЈ$sއv9iB~RB I r>&G k)iM*>\^#ltTx(4Kz*S%wq6B(^78v08]=+'EY?n_P6]Ί_{rѵ՟ۓVg~b4׮ w䐠6U^{!$i,'/WTM\b ӏ;/ l![lٟ+bmL U"gT,++ |lh a"|}i/@.Ӹ\NMb[M{ή ԪT߇0az~bf\ەĸeBuM[G?@V0&2rMv.AſϞ]t'ghkkX3P膎B ~ޣZIR6WYMM0&&ś9mHJ^ojU4 | ܈OVzcU@^Й4dHYiKL31kak!^#xIߵL[zς09˥s$"P]H/\EA&?pe$` ?H"g6\ZQ%wB㋈ 4Yf3qqg!5 "n¢P!":ԇ>I3w\ -bqѮBVzȧ'O\VE,DX#:Ez#*lKb(buvbx @e+r(S0&.V8Qp0(L Hl ~Q2NHͿ30'sp#ZŖnqs66`j?*w;񻪾sǧtR|-5pbˏdzƯZmԃfR94y@"_2 'XZadHjݺ&_pl& ̜C:,${^!⻚3WZN ׻Ԗtی9ٮrCФ& ?{29oV>Z҂UWo¦Ԙx:NTYr"䓃 H֯ » !DMM ]8m2Si:k$΋^|VoDo=wF&pq|Y9XpDz\zi-@,뎐z.w\?^IXKS_8ҍMJD}yJ ~ڃW*s&28~hƴ!kȢtpRB@;.p^+el"hd9et҆ޟmP/'%Jr0?)]dȦ&_V;\c̼:#3% MΫjj:6]n L (@z[,^,ˎMKvD%l;9MB ?9ֺN0_xӦF<#֔5VVE|ڛg6~*jb9Ʒ%V+z^F઄%4#Y[dc _q&E ]\q+A"񚓁9~U%A=(zbEx.n"Qfo$TcN@{S\5Jm>vr|^u^/e) c|fgQ60|GW4à+_N*aL! Nw͵שtGغ/U6+U# 7m&l q(/cr)֫P]S˾i>im ;.STb"For=aPJv>, Dq #lUӘ3^NSI+Ϲq=C,v} ܊ŔSR#NG FtADh;^%ѣۈ)0.PyH.-,}vQmk<'- A<mv_A Le+isdء!_OjfcgB6ZabFqJՐF]c{>Nю_JhP܄1c ɻ@*x9]9In%4c% Ac?4e =:B26bwOP7SV'e<}YK'y 7)a~{?4e˅b:a{hrnW-0fPSJymk6|sOր\!,r{S/5yTA`,4 I!Qg@bN|z*VDA\#)}Gug3}B@KrB"V h48*XeoA^]DxqǨ 㠐bn[ }P5A4y̘lvF6K6WVxVaE/ԛ57țS]Y],R7FƥqP@6rN@U jYdؼ>b? FY~]hL$ &n*AtS )XNhѤRkmnVϹK1:1ef+ǞSv#C}jݪK,1[_?`FDxqkƟATvzd% MN ܙB x9vSUYȔ|utMҭyc\we 6S?+Q*EM($_Fe֣3w^5R =I]F\(mÿ́܃iXJ piL9"맿jUӼp%T"}!;UWx0_>!1r@s=`ɂ#5ԾvTmOh+ָaVI /E T⎗xyRpeeYN?K$S܄2Zܫ!#G;:%Xh ﷈PA@j "tG"Z>V+J9n>q]5ԛEXYOՕtBNhul1ĩmE|s>oA3LBAF*gTۡC@Z]VPG)I0JX#zQ 9)tX_} W\foCCx؍B4[o;,b=ڋtU~层fxDV6`2‡S?v:i^^V)jtǩ'5_DGoCA6f # ~Jx(7Z\[Ff*vo9ɨ%iS<{I_e=+{+'^@ԋ/T^XՃ>87Nu|XEZ.㧵XljRD$ʘF"l6I"Sl5Wa;ÑzKD^TƟ,sjPBp=tWx3 w.>Oh,AhCƜJmWyz:T ݀ tv!>9!lFeXЂ- sy #-@Mr%+?"؈a";ƓYp 0O7 D40HZ\,PׂŚfIntb^)sQ+ M_d&yQ ~E~:}z34rr<X9ݙ7edon Է?B-.`=CܾKd7g}, Ya 4ϼe.#V$ r`'_Z|/$Ө4_ldgh#aA8:8[cO0,( 4`>7 oec~0>T)GGmJXCF=4)hgNȡ=l+֣<ZtWߕi!Ibxn ȣ:i.?_ɴJó.-36mkSo븸9/C܍Kƽ&cggDMoi<j#!nYkV=ୟpbe`hP蜃nD69"0Y }x? n& 1tI2٤ >h MEm]ԁ*oAW4ّ:%/# MlW%"S]pgA[)~[Eqo8R6Q)Cf_wVr;~ W_xV+Mxb >Ql Y)ˤa%P!1OJE\q_!=fIBҕ 1Yۼ|9Z_00y(zFER" j*Ծv{vEzj1EW )<qLߺf=|ҁzNCj49џ w/dwm:J5OՅ/LYᰏN- Ho_Z=M`+3hVm>>H?jC#"9NMk+W$Þ׷tLi;E=6xA~t 5Ɗ^Fn.zt 5V-<0eTЉ\Ci^[/&~ UIY =]-ٖ@%τ']D/lil"I[dy̨dc +I 6, 2]%j ^oŊ2*?Vr{V vt N2M' HNѹ0r"i+ V+.~]pc^_2c)ܾl>xڲ}Nqd `Sڜlv ffzvs $;6&u=gKcSj7i|ಕ*^=*{招~kdYk4fG妍23\A,;<0&9YvmGxyȭ]yP0A Nxz^^~ʶnc܇-#W8Q-i~ȁbFaa sѮ CﭜߠE;,$b V [y!*l| Ŀ˿Iy rId  ɉV8~s[hOvY % RE~#֕`]-k* *? f ~ִBaP\~GS=ch\w`ҐN`eTco/¥o嶳KV4Ѹ:* am]Yz݇ K\S,({o咲 !e5GKS= m܀yo-s0 cJۅRBYoi{$-3{W \φ0?DD'"ceB;DDߨޯLa0׭9:4lRIPgzN;}hk$8F1v{W7T{n!#rI-Z-,'o?ϭ~ %}1n\)@Y!tئUnaM3@tf:tN?Δ8Cp&R Lz;>N+b4t 6)!CtAL^(eԝ1G$J O )y`wL""^]ww4|m%]M'w Ex)nKU1rד衉JoE~ێ+U] EP+WQxKGDV"{qcLBHނlw Tm*$/fm9K w{"MJ (pKO4]k}Yt= N;g+ Gl%+'~ϸ֏6"_=N47X &*+h<n>zX:#>{s޹kPLuׄF]Ⴋ^lJ,y̝q|͑hّXD&|ѻ_ڀ3Ґɠv iN&`܃{cv2,ќ $÷[ d96Dmb(V>'{°R{Mqp=8:u{L lO n~ :a(=Ȅg )=`<^;NhPhcHGXZ XH9Y3L1 ,E_NyiA@:W>-oTn -qO8ȗ7n@"&CG<ȑ}4R)9w;$ 4`QnU$yơ(՟7tmXكF\#!@&uTbH)t/o8Rm+5V.xãt_QvP9.Ѳq#jg)harYתd,NT\:JWca_Sd|dܑEHVaZ6P"0pQ }M~M]?LU)J! Ik{Dlcz^ :&|s /mT) ϫ꺏V7wv\|H^W/+( q/u8ty@+Q[Q[q &U-$kܫr3:+GtB2f@I'EJ;X65ءZj00/0o~ALo!ʠLr9毨4Ԃ#nDgNX<0@MNT\T5j<_ fY7ኸ7K߯%ve&p&l\m?YC1~zFΊTlRp!̅Oz_E nK;E<M,].a3a]r_;IL~E޿򢏕4M'Xw0u T w!H =e8|*wƻS?.#\#r<ƈ|LoC`M2K H j:4I[eQȁ?f[o[& >v r*W8+(!\-E[F=!P"Zb*Lci>1@"]Ś]X.,gEpʷqXYN+\hH 61HH !Vdz,:s &a"pm?Kg.8[.fN2H>q7O PCY3'QEx<'Vw@/C許'H5=p`'`r:ܐMM:Їi+t @DB*K42Dʺ#@j>z?;s:I on$6PڞGd%:]Z.sY"EkGCžW& )4E}O,OVOC|5+3v U=0sVU t*AN 4JIs+?do?CZt{0Q 1Xl ]˼ݐO&W)1.b2l bih=v9CM BlB[Q1pOS`:t2sпBwңI.3򞟸U$aŁ}M/m7#![Ꮅ4ehƐcxU6׶fÓ 6jw(#(pvY[ypw?enAR_3(R!pӇsܸ1Q1W$^䋲^v@5\@<= .E)͡]/sPт P]A%rxͤ'xb]jLA؎s ̍1kVpDV|`by8˭A얳{00 d+ guG\븪I88LU_+"4C3 ka^C%2 ŵwMR>(f\F2HYRGF41L?7N2z:lYϴUXn{.gL}4ؼo]횭?x:{`Cf3 ~[Ɣ#OHnq|PH EHkdɛ\Q˥qv,ۄIXWP!ޕe`Oި_D_g\4u["wLqGq;Q$3Kc= ZAE,BWaM,N6!,ڻ 3'E9RtO7;i1_ILsD%ȼ>0Oa4sZy[͡cX|!g;Lfb$nW6+IGzj;"W"sҷ_hliN1Mi[plkScXAww pϬv?}ϖxA*$ƒv㨓&Ba1*L<g"8?R_j*ݷO]0O#v¨ꋷs2zkQa1,]OuO{b٣uOb-1 - 3jbb }]^m{qqbɀ?rYϹ''9m4Zn;-$ǙXe5o@ab<5RRpTC@>M7=Kp"Q Wby쀢_i2Oj7yLyB:h2npN93"j';Ik/KWް艽MOdؖnݼꈟ2P!(6zYe%__UKMd{`c+ީ?=HQ7/iDQ) a UF\vwOKf'jUD” Zeh]%ӮKh,jAgVEGޡJ{W ogR2!!>EPj@drh8Z( E5 )Sp$[<`?%FrK>Y}p5PA݈>$䲜tK7d4șu~-wW׏\i8LF OPnsUa Lș@/j XvH-+vKX$e=p_L\kj^}O#luHP龟/J$S^0?,nlKLP3lIq?OԌ)>y?8K GՌ{eʉыc1kplWW cK:ݗ') .'p1&(dV{Y/ T$ j4 I kGQ8,P(5K'8ɿ1#K_>fNKP`XZB'Pth0?AR8~EQb>% ;0qWwz4TwVUZ_k x4:)FHJ.!7)v w=j6a0G2 lfFP_̳7Gn< kW[Q ^*$ @N]+8'-&^5ƬR@Goֶ_@Th#z-Ğ$>"|3t(C`/`[>VKuED6R{LdV[> =x'/$H/{y0+/ILb\8ְXU5w6PH 8=G_ .oV6=5&I܉j9Z2A*nh+րyV G#ՅNrC&Nz Ե*DFur`}"zg|-Uz)P[*$n?ٓp>& 0qWaZeRD YwkCLKXo:ȏ';ѩ 9RU-RXݯĝHuN㼉]"_A#`,}gS\xQJԆ\ψd?DGB*{LOT7z>bwBᩛ}pArn6Xٝ`:C6K @ Je}D#PDx`BuQ]嫡Mz$9LQxl (XNFY3̞1БjNOPhrL ЫBsGͩN'F$KR]ɋ!zLDhS7ٝ'u 4XXD$fiݬ12h2SiQ,x9B+Ր Ϫ`̈z(eΆ{NKJr;F́H24摼ǡ ]%6eBrTIQjQHTqdH=kTzZV_Iᑊ涿Ф@Wn璇}5Nj%֛6M45 cE Aɤk)7J!y!$t:-AEt{ӇۧIkT cBho,I+I6 0u+ oD{ S˕)O'9Ipe"SSe'bm螡Y({uf%yXrl;|*/Ju'L;'Hk8<,I\[|Piޝ8DpAZ[Suy{nF%cUˎ3$3GEAƤie]^nT\eqg$Ue>'w /D.z#.qċ͓f$B3~s8kBQ_y{ԯ#cJkr|2DA(q4URQnSSY.QxEEcBQ#X6.gN H \![UI9e A0e/Qr`Uov*`JƂӗװ+?e*,)o0BG;!Q_X"J`)x"jWm#)D,+&a%<ўD5{G= u j޸RT:6hfh0h.ŞvVzL`s٘ 6C9ddE!pMd=6K=sG޿'rUMzU" }̻'Cr@haZ . ~ciQUZrM}.(+ e9c>kAyz,z)bX<֔p Ok3.D sq"'v`;c>i,}G'@@Hi|t'j/\s:珀=@yK`vBO97ā^œcwijb!@o/Uo&X `*MxBZXsA7V $#^Dݧ} d:reYJrd6cwQOK&ʼnShn`ɮb6fLɬ?QVvdZɽ=Y Rz̩0Vh#Y^bE`Qw|oPI,y¹0J݇YD|dxm G"Ɲulm2.;tJ\ҩ9ӓ_Xi7ؗ2hE~qjI1~iF ^1ܩ %x*yt5KXө#XW8a D_{$OՠeubqNivhõ7/(MKsFOs6_fNC&.ح"0Ute ߚ@_>K(5fKڜdrR9P*)k%ׇ]?Δpdx9Smipmpq`iof7LXpC6Qͣmg#o>FAT-rކFr?C*#g`'nm@x$#=3~gSef@ v'~}v6BJ,K9\L<(K-:&A96^hߌ5*\5g:%|.G'S!$ܷPXj^X=|Z! ,\I ܄ & q5 (^_WR5jFdzXUo oxI>;ߑ ksvոY 4ħs>q!=hkE:aEU\J3ttz#_wh9|A?Km1 {Z]ar`ZXoנP+Ra˅Wmb(4ǘJ/ϒ{T92DQ~垪識g ) {%g {]ʒ`#y#u NiPc0:998wL (󜌕f-:\..z7rF/.C4XcP黚6m$|:?0YnwMF] yfz'i;&2.&J!w/v̷GpP^RS +i pl2P ο"f-dQ\yWAX`G?)g%p{u!$"M,ۄTh ڏa3xbj-{s蹚~~M*~\n#7 wYn5燪C2&KU'ax.dAbN*GҺ Ѩ{܄s;|DP^7;>j̒Xdn"x5ZQ/dNz&W4e4d|ftH2VM  [cU`f=~ao(鮾߃a+En!C1ԍ6b5^{}P]҈)w'eV/"^헒eedؕ=I;t#sW}pauzb (&;T\YМI!1Vtr"/B=6dYGlL'=\g?lܽ]/{w@aݼ3È)] ^mT&u2u0,JK Y wcL1'SfR4Zî1~+:|η =i/;-}aGoM' .VfO4HE5]+(|T5~}/^4# Sc24\lA2G V) {zYRp 6jB_$U ge=D.<%! 9[{q.d8 *lƊ셒|=J871/ũu$s:'*K+$[v·<$½[nkRD8]B%;Zex,= mt "ƛ^ |@>9vtz=k!=dr)Rfw%_ ʛ3EY<[_oֵ/SS@?U9Xۇ0:Et(?]ފ{;,˫/5/\Zy / )k;0uq儡R݅I?˨r b251[nfԟ) <(:OxpynPD`. V+0ff3B_j'ڤK]/6jgw.!OkWX VQtmeQѥp4\/S}?rIm K=Xa*3[ ;&M#__K4xpϺ 4šQ>ʼnvdẸ1HOAv߽ɓ"pFV6%. mo0Y,Lm)ú<I0ZNl_rqU3T~]~?9W2xmFvwM'zPx;p2^%YT#Ki_z,Y?Q;}GΡa&`ܸ tA&_õ荂?#%9O)gu[=GTU[g}uT3iBCMozcWl ?~ַP6rQwWݛ˅{Ѯ { \-I*Z▃5} zmW]GuzL ws(vM 2W YDO;VvPɒ5dzU[9!ŷ yZjL)3o2 _o|FY-o2KÒ%rNShk[9UϦURԊ._&\@nctw}-Z]TAӺP3-EYm[&9SR#Ĺ ?v7õb@Op \SS! Mز.O0Kꯔ3 .0jHr4"Q+絫Gr14_|Ov]cTRddŦ@M1& Y 3-hIq;B궅L _~3Pv7/7G:mhDH.M^€gQI7c@ G?[ x-I)xuKOeoW75⇚PFSaCHU@\!)Mɕh%=_=y ;j)L $ñ0~1Ru'q-0?S `ZiP ViW5K DgfRʄeg6% ];(fH Newgyv= ~OFDᾳъcpFڭbKyej󩢱E6~#D _>aFsM\.ȊOȪC~]F[;sr7aw|LsmQ; &|l&-ѮxLYan(N]W;R~IuػiAm_j-nYX#jgTN KtŅAZMWҲf k*jIKW.oB(d+.4R0!Qkѩɒk`?`yMHw-`d lmWΜÎ:\F5ݰ(L<}EeK9bVo1e)-0eJ|H~7Ϸ8Ѫvs$1Id^}[Hpēq.T{ ;ЫK=iL.k&cq pTWk\c1-AoHZӪx3ʇqU~,R]8-ϠLGk([Jx8_FK*[q==_ im,p42BP.mOs'#<*{YhEv2{>Aa 69hP̴`O+.Ufn<Ȝ&L<:暔l477pf?I ⇁uvv\8<l#%3w:W,]_p;}Dg ژL< ~~jݴҋE+D]ƛ4URXAVhxQ0=Z_Rwu^gaXn-"$b& R깊=4Ӎz14{Id<^i+\~(ac61D-\X“ =:rA#_=aJ?T җfx~].;=__0!V7S1 u*Ud(aPCQqKd"=eB)*$ m#?:Fe%)7Rt`Owꋨadp=ZiӯfPa@@okW[D g2Zc?8>:! Pᴍg % *a ρ0!HnVv<̔pӺ;J\}[Dؾ\5P^E`ӯ04ss5q5u/!VFPȑ8tT6c}s'|3X{HMG=nTӮX`j kaٓ߻;l$*ӎ1Š6ӕmu Jk$CCg {b7m f5F;DqxzA߬~iV_WccMe%שD) /Xv@T!W`?Үx=uCP4D uKmy ]MߕZFMQZY&J 0|]$k 5=ZMy29hLe原`X z8uOVi|ʑo^ĭxZEG `.Q&|c^e:Lۮcߎ)5 cr<9x !x`WZ{hVoND-2FR9縫5q0b ڦOs:^I *|A.,dB5P řϭ_O\/JlOׯAh\ZH)ߓ(1 mstt2<-"p%$pw"uJ %mdFLfZC?bRn*+qh&ssi乮1bs4ea}q25RWR 2u\\;_U s ;6M޲)`0Xpto'xPrhLAum$Dk\mm-kO9Z';ѣh›`kqV-Jtuq􊮀YQ=|xɮ㫒hJ;kñ ۍE%IXD \bA[~6|g/3w쟧  x% b =/w$I"o}†BKIvن-JbA3wrInۖ}8`"cZ0A*<$~/n^,9KJlgzBC'^TEv{ #>N-N6 ^֣~l #q"*%i5NVyԂcӨ V]Q*OT ='/NYF֓q>D^Bl% K: hz:/Ov# i=%$QӚ [Še9nhs$ct3W%ܷ`Ix !j$,220DtS4B]Pۭr9>zXos;jIzI\e'E~%I,%@K/C ]lGc1rveOܾbכFǟWbfLjAaEKfeA1 3 Chi׳ڕ*ڦ8ы˰͌dD5Sоf2"RGMz}㐖A`apv8>v@ Bo9]MЍ >~HUDmh`I{d>jܙ;Z*ܺ0IEHd8l%crUg]>T%7~ b;ZЂ@eh,CQ55'@b^ 8p4&/HxwPtߩTYiƾMka[ ]X5_<_ '{L4<i~tֈ}=IV _#Oj_i#:F! iQz7 ҨV:bi~!4Q$с7;GmS QyYb;ib|E]cäeZ(U3->|w® 0=74r}}}_MQcxv65;5Sy~d.1aF"vg'FYJ_ gӉ A'=+\_= q{[8; [=օ2 YEi)MyJ*O;ņÐywvpuI(uiq`?dVz7[h;9uhlDc}{mEΕDOI^Qe"&6Q]s^oMtL3c׆ըJKD8T>+;JTYOS:= K{25OSGr]cǢ/q˗ $cKz{&r.@]kV#Lr5Vz9WA|<LGn/PB=' }es}]w~K}O`pK @|`,Bك#,׼"/u֟1?ڱ@uq,gpsߊff DJ7U'KTJMHO1%eX歿/xy&+֦f4{O9ekF`7 t5/#i51jƾM%5̀3Igt;/'.L9\z])˴{ @9D$>!j,vy}= n]c,p&In/u zk@L Z5Cdk!{,:;q/5p҂}4ChJL[_ZL!|'9RF9GWj{GL#}ۊw >Ɨq@n@vS32 @8,:ܗ յj9"q+_ņ 8sp҅0p')#odpc`zpʗDcŒ91t=5Սhd~%Dj4وnmMUliTdt3-5d\DՕgJhABJtTjnɃ8xؚO6ffPkgc!Ï5Xf[v3t OJQZF]R1*_ 4=NK&;yfz{}6D ElꠞQ<#`ddVm&Cdx?.F/ {f e\5ky&8+\/Ͳ ;K('o2UKu@;7)I?p~3Ty[Aǭ3Hߙyw{m6 XBn-7oәa1ph.S*bZ++>#E/=tA!tLxja{1~z* 3U'0f]&\@>=,yz|iX7Vg_ւޜG](bhqn3-s/YpX.͒J-DYpiW;/x8abma͌1[df򿊘vg3OwxYzpt]lZ -CwjLbP[YA $ O{U%^&( LZ/TSJ4)dSv9!P> 1*)-%N--d:&otxD4:@SiG3%VY-fO&\#D^v+: B\5Y cBb!u 5~cnPx+DߘV*`qTBY?!2DžrT{ u1ݛHm e [Iŀɵ"Ўdzk*c_r `uWĂv&=Ҁ1N iݹehBv3IU^/mB@)O> hӃ_f?`Gq\)Z X4>x7B!Bܺ#1/MՅcǘf$G—;iWn4'h݌K6oԂUcHd݈ܰKx^rlղ aR=KDj02p(@veَ \]f=FG\n(f1]NB{ 'c^Wۄ; ~=uhƳNkbcʼS.˓Ol}y}r;>rD[9TT8BY8 6D~Y \,OP@DEY(;Cw"{>#F$wY%."}AKږ8qCNI_ʙ`m2dZ8% }Ud*vxW+%sU!ʒ}*L>H7[8ni|n4}=dE*'$*=(N@ųf*QLgbl8𘂡/n 6%_V?wn{F=-~m`.,WM FiC:-K$Ɍ,4<5[4ޔC{PyPiT!ϣY" Qgc[q ֽh*;E+޻tP2`f־E1uJxu/\`x:u.<[_m)axioE΃. ,s#htP62먦C=o|#ds X 5&5„|;/Yky^Jif])ى}j5OWEc?,i`${Jk!7LJdwz90ivWYWg(W.NcLjАJoTKa!T*>&zn֐IS[ Doy]b_4 ߣr"0$5@<B̋ 2{qMwY8e [*,<6sЁ?cYb{+&[;Kzq}o Ge,m׿قƪaW9-P/ 9Si,Z[9E^q]ɔJVbÞė8zU, 31>#nۻtfowKcoOхւx7@7X5隀ƤeB&L9)$7;g)&0O FQU&DJ>Y4(Cb [a~*+lVo|{?zs$oFtnoqM B ৯Q۽ĂV0S*1(FAM_cVGX@ TO ]i"Z+ Q޺SA="wäWZ>1Vtg"B5z;L O lxLw9yD8=N#د~{d 5IYv|י~Ͷ!A[0n@6b4Swk: -2٧ y*\{t#7P3aagrձkwuyK13K8c!k2nkMH R6Z|MT$EC T90R+N\coR#o-zLѕ z~7`FlpjYY5ȇsYͰ\ ݥ=i,w6aiАZrR 5vN,2 so5b3u H.pTq2#y"JssHõ3|A6ќnJxρjf5[i8|  . 9TI]>8L> Ѻ0P~S lGk<\ oj7`K|ҫF85Z t\is!5;/N86xޘԅ8L꼯?jr}aܼ/3"G 1)wC\ߜzh&1LHR5}Yn09w4;z=3VgjIdY`+-#*VWdhlj\[,h/+™Su~O{m0(ԷӛWգñ ?ԀN#[ wdCC8 (!"38+=vTK Vdo@ {H9IW_~ {&!${nIQ )U|ضCLVos>foƕ#,罹");B @%Y0}(i;V4YwHWuAkMtA;a8_V/TshrN%ŬAb! 4h[W-Kzųg6=DQ;Ÿ%-nYB͈K}AUGTkiaѦ Vrf/g0@>[h-G?w4,ZNX˞~Ji*#N :MFޠ mA~=VM,,q>ZvWqwG'ę$2 n :-d;Kw7jEQҍKyxWEig ^yXᎏrdrd/IjlZwBG@gʘf k"U @WInbYp4kҜ6Z; Dz[JQ>Q@6ʃv pQrSgL'TM@ZLc:>-C…ŀԡ<|?DaWL/|7k*R]M}2nQqe7n{} m`gH✮j}W8dd"P>),C&T@~SYhH$TnΕ=|aOjfC(1n@;JS1U; 枿lB29QǺxV3,j;cZ@kX iG]# !&[BîOңۦk/m qǗ| =JԝT+U嫴GS?P2c'#rL#gh6|F&Y ݝ[g w*xPj7ĭ=7vO ).Kˀd45ljbۤS)Cm\-XR.j!湿Z3jEpYRuzWA=ĽugIm?8"9~L1ɅFN "d-kbQdtqi*,AG=A\:ܨ,sWa渓<&eu'uǟRu:D1FE\Zg9쏛DSUv6hnPo-,Qn)޸3x +Fz  !!RAFN+?k콍 #t#! nLanh\+4B(jn67q?c׌|JuݩWN"n)y{?] żm]bEd*dk2I %T/%!_2e=\@!x3BGzmUd#ƌԂ͂7'DJP B3f1{¤O`4@։NFpEkXdŇ!o0X#bKmD'KA+C=}#Um+7DДT 2#Nz g:&*ă8㬍Km |OQDT: /tWE1M^b9BHN! 4r}Rd=BY5qx_ȦV1iG8$~u{׼ F d94Gے6y9v ?=p!+x?, HhOQ8^E"Xc:9.̸ࣙQx"mHT:cNܠMR&'ߍۥ{Z5L|#ΤTޝ]s|5ϛH5>[?d'B_dl@ts<_%jnNژrI)1|f^ݲn[}U%^D:&ڜC Xyq,u4# CEc ~VMM)~XD-MapBȧk{0 FA/tr4m;B/;z< 4UMtB6GGv,R!& r@)勻)"['oU|,ޑB^H ZKN{}+1Oy0Y17%wK0+..(og/rd{dyCߣZԴ7ݤУT* S*ނO>aB.f w#96ߔ{*ػf̤X&bnT8qR<W>'\` 6tMW߅},#(PIZZyDd1+ Ia u^GOܮ\H\9i(_)iIpYS(,:)6TA'AY;QrP{-۱G23ڂ7 ͒PZߍ̘ȚLJmӯȧ;;oY鞩}qJM~N~)=i/ ;Wʓ? QϗߝS.6JM|c;܄S} u$χ!0)tHu!Ko nZ4bID)zK(b)[S}4>r(421'v#ѩZ%F2F03>T:YsNOz8g叛粻K|A|hEQͭbcҊfSz% Ai[E4i=-s+-W!3 @qEiGyaZjb=?M }DI=כOjfKߌGb VU_dT&14`~(߉?)e`34Q< ڪdVߵnu@mcklRD&/TZ5J5#8d^+_Mļr(.ϡIsqh8 FJ"Sc !#E/$)BHXbH}k:/Ga3Ie3{QGΡxnIesxξnrĿu"؅ C-#Žm:e7-)B V^ٙ֗Y/ )4IpW>.@¸}Z"݃R/᧯I*;vƈ ߴUWIdFgʉ֫qB,֨Qx0$ sh5$Ly=wgB P60EJ((:dFk9E&'*k^oTZzi6\qgo*>h(`?KF0YKօ #F h&vI@T}m\g6g:RTsr%3$E%Vӻ9 &~&u|ĺ3IJvP oX1.u Ç+/c=-d(Tp$3XN3G@ Lݩ6ioo^{ ^K\)y q-=\\9d$ "L( wisG7,p+=!&lYͲmjpt  Wy0t!|r@焅ɁLVB2 )8/ ]~zׂjT8{&jiDf(<Ub1SXlC8 |q!E2>I - }f;c"oUk~sUqtVdc.q}icucWzG"!܂Jk@3R^: jGt/pg=kYa.*oLsZoL[DRoaRxKHy?,_HK?BGN3? /ƔF,w;l0(@coްI|S &nnTNJvET8=6fL?#t\u 5;SUOY(*+Cp8:2^knM{V*`rCUv{XߞŹuO1fM.K=\4 UMVc~x\:;#F^6 /{3[jP(2Ce?`) H. Wkg${ dI}uz+28j{Ȃx pu?Lʴձ|mS6) E|j ׶s|jף5#T:.i$}Xt_rc!Tm&.j:#g~*11vS B =~*lx u*aKP =-X;΅ҴY:MM垸 ]ȡDAsܭCm,x܋-97(B#T^ɥhhS>|r_a+Euȕ=׵s5j݇ uZQE/,=q$<-ͱP>V޶Yۆ *e-,;ftP! \!o;q<`dnetz=LG\jP\3O;JmNƛ}-⻥hR3)Zx(0*5J)u$;v=63p9_08LVvW+ZH&~O6d_xgL q*lD=h`gwFO4{n+2aRQ)7I#K L+w~V_B*6J _;zMm%D3͋pv*JasnW~n*n歯 nv[iZe:m#4i Ю5wjPѳ4S7ת\ҹ"+{,m8\" $(, LrqL[`(Te2hiIM!> l^+%`X8贇{a$ym5fcRsku7n[~[HLv%'cEחvq-wl EwXTn*ZMëCXVI[%HCRwa 49_3tm7sY>HF_gҠ7- ++x`͏Dnl1b)d$ɧZs;˾[?_-iL&3ZZ_tŏoC҅iƣ^ˋ`k_e7M~2,b Ɖ1G(:W'l%W`FܘdžO17Ӷvކ]3N"]U,N; JP-w.RgSOڰ^'Úrji?k*'LbiOU $?5xmbi,d=z$[y:9ʢVMuk>ܡ\`$vIpnEMv[]X1-4G8Y&? =T& >a9B}F4,!!%1N<~Fq+!Z͏=hm[ȑ#NQBez8'tNSGp ;jv>5D2G @k\HPzl;[ %y-~uXc}eNxaԠK1_nIA|>x 6kex}63HXzXbbvnԕ|MQ݊ڜ!Z4U_H& μN:c;w*Qo)$o$LRjłjQI ntգz1-t(Lh'#U99 y(c7 {`^l< n|)27H,Ј=vU=xS d1Y^f~$[ukPlVWiŠ"oO:%Su;c>#iu1͈Y q+yE-TD0Ę 94aŒM,s`g֏bEmtC٪LmH6tI)OsC%Xz#& ⸎E>{wt;wiE`cVФS?l\Z"8xp (9v#V2'1kEn.&f$|<%ӆ?hGVtU2E{ b"ȑ6dQ=W鸏x0/Mi1B8egִz~bҫBOc'7 \^9H9Bgm!xapuuMC\2Jc*qFLlr >קej pG1 "O#mk/톹uoO&kjB<^0#o:1r{(*;D1eb4yO)nX|'ԝTX;5rӠb\bX]ꊮ㮘sȤm7- 3N25" &fYr9/4͊JCFo4ؓRUPo~p3} b"qꏡiv M**3xo)!^CjG? NBAOHmIT0WIk-;XD:Tx SRכD~JԑlI6/2iyOtjFKo)ޖaԍzJ ڡ㵻C':x Nڱ'ȕPddxAf@\\nL-psS {<>]YiL h@ƹ۪u3׏;\&dV}.P?"icF(8;xf.ȏl ٨hcVkL=c;פb>BOɚP`^<6uѼpBpG?C% 2&^/h3 ȸWz La5Z` vw#Ĩ1Qg.sR>m[+eC)^5/1Kn(qfeL5%q/B^/])!.[ !8xhg{0-# ]cM )~vc|}Pa rޢ '؏ssjQcH zEY 1gfs`3:oUxtoNObծO~~m@.A[{Eu#w\5 1}Urkϒ+Hn]Fc[h|,cA<rbs+ d t.fyCs^>$qlwX˪ņQZQe1ANoMbj؃c A58 z#4҇8"/'l#.ڜ{T\FB9{3O-qTprBsѓ,r.΃Z-قb*"wȔS'"VgEo_ _%V_K^R]MٯD%LiVha\1a׉T8 |?M=܋Ut>צJS 94`ԓmiYZ -XgKHtӮ ߥh1B)=el^I!M""qP4աkz m2yʻ8eP6:x$F;>km^Z8:r0N񫈄izbh=*v`4LP\>Z{FW08.[[. J3AtJ_&2D,ʽ< :Vfp~V&4(sOޗ 9(|~MyќhOIH. bA$9f0kbh`{r X1 U!zUg#iq dt#b1iA8KJSt?9 ̟(_3bqɦe 6=9CHe 1(豮u0=z! j5ڄυ^@5Q|y|x{74wl51i|7 so!¥&_lsF;[JI '2N1o&5[$5(ӱ+حpvVsp HP LHJϽ NМpAĆߓꈙcRDCET2YèԻA]RvGĄW ~9ȮWD=*vٛ!Zͭk>kcMwOtߵ<, WG^- '?Ip&F&8#7QP;(CB2ʊhL λgC%Yj m+0ª>c υaRleGv~^o<~s<}=+75 ᦰx 3dU"^aEфh~i$֏%>u\/H摘?R>E|)Z^-M FG?&;z2Y*נaG_IHD )ҕPwDEh_?7-`fуU`PڋwLT'~)aJJh. C =z9 CynZ3J"nIͦ; Z9"7$yKR1M]D5hڣS>[-D7u˨ЭsY|܈zUƖz5jo m/Oy,# ?>\ˑaDaJ3=NcR=o5K{Ϫ_-(n&JKLip;m T|; O ;ǶD_OC ƒ>2vLVC7f( 8w гB/ٲ /ցd:3Rv+E@FQkdu r48ϫ)aOv,ҵozaV屷3:4 zܓ+a rܿP+a9vÆL"oV(YyY};j7"⌼A:j k\;ޢEܒs`5H } o +hkY| &*sH#S`EX2Q(&Ԫq*I>MS2zY9TC42B9(*9bQ&PU3y.#{sdr >W͙g,d^"|Onkl6@" lm#mRP^YWCSﰟG 9"%r qwm V S HP_;:/*}%ܪТ bٚ5m8w.`u 9B)脭YSVHJ\ˣQGun/]Gje@ qzr-4Wg/с0SJʗ\vjq˙nN߸DdmZ y^ݬ49PްFSarԛt~*31⠠٩^QSʐ@=ʪaJ.^PY·NZ+7!ҷzm)xqV/!BCzͬ{Yn,UzȻl~<2Sk2VM.{%oO$E'| ?JgɄqIj~D.O\I#N'# ON _%g^58=|2~ϲL[.hoL]2__ ,O,ې~/yI?#we$JEEjEgKPB!THywUXM}W̳t!F%%C= q!!DkpE\퓰\"ŭ=`YWJ(2F{$ݑ5}l8\ ٹ}S]y4$OTfh'E ݅;}[Z>q0qvNdϕLjJS@;TIaPr߳+΃qIӗyS ׍g01~vćWnt} ҧ8URٌ1ԡ%dA\sW &ИYʎa[F^ӟpFf pD_;|a mc %ѢӬUC7QyI3E>%-nUBv"x$,F(4QGg -&ڱٻgO (߇ ɞ,Jp~wcKȬ=2 s@ذ]'vm"V[מ8%v+w uoB@ge^Ԝ_&g+Fbu-}0µY椼(JGn_V1 J } N@8h;/>@=l]rp?^OmOQD [gd&hwa_p @9hCt>AK88bIFaG~TNMj;{wmŞT1OQ,AO5O3DZ=t`I R$ QJL3J]hҁOGY0#&(#meq*n{+F H¾u8L K 45圔rĺ1*C+nX'͛^p|hzPp, &_dujGJt&Eٍc)W> 7#3o_'m@m E Rg x'P`_]^ڇy\jD>[r:):B~oTbadP:ꋱVT߅h5km]Vσ/7 < c-dWklD 25j>W]k&.ѵE G aOJMb\t5D9nKj"?UkL+U෺m?[Kj4V l,8%֒8\8pg-()IN6<1P\|؞9q-BH k6wPHW<&;>]MY{-Y"UӇ^U&ᣰ8M/z)D{VK@Rb_kt<\S6N¦ ֜]m9Eos{/,]>慭<&*-{Bʜ>4פa͢:/MEa,HȚ~N/ E:q2;O8*J !qK*rrJSNdxmhsH $q4Yu&~1o.l3<_9v߆j8%p`jPL>%('/hgsHmF߯;:}jv ymv:'}&1yp|vX#y^(*5|S-@2D,U/rjWj;̦Ԡ#oZ)&Ifl.\NB'Į}h3̗NoKu\GIFYhaxhܗ sl{bIa OHlco Fep*KwV*ȱLK]AؿՏau;LV%h|Ð x^- sy˄ظO u'Xa}=7c1rzg`Ȣ44;QXqy~MV/]Ñ(sҬ$8 y i5sda &])L`՞EHk+eZvJg(/c%~L19 ł ?bGTJgVO{U` @Wd)|dQI ?)I!8.dF>(^ڛGf=^4F5p84=?lR))&֘bIyIza&4?OS@%\S& }9s_B鴝挧։+S1?ij]/\)a}0GuD,{a|:vf޾mءl:Y#=ߘr4 ڭ1]hhGU¤W`P)Ñ+RQ:y?lQ ߗ2iOp\#p9' stL 3'2%V!*AO bmEX.]]:unxLRӛac;ȅd*O>lL}mfiW5ܵq%4kOZma 6:)3v,3A5ޠq֗Y#62uELBׄW&@kKx<<;!O#"0o7<ǯy}p'EG3!< leW#Yyo Դn\Y00GfrR:ߴk/9ҤB0B!H݀=6tFg+ }&U;O7PzD]zExNOpZ*|nI;4%{}x5]ôQh\ sTH,$S~gAP6|¬@Im1PC?]%jn_]Zi~wT 7'I⧈`z]#i-# )\O>,eᄛSq0 g5?dȈ0@izsoZ)K`@/ G5yG8pHK.kcOP?`y&^-6Bk]㨓PN6!)͗|S-vDHS}r=&Ѓ5/2͉$O;B5PB4IZYV2uH/*;XDE!zO܃ҞyB dId1R2J0ԃn3=0a7Q̥g}#uf=^_MDBi,VT]t5 HS9!E6e&A yB_b}8{Wh¾ d|#Cvtm#wBY)&( ӽSB~ 1qW߽Ў3ܧ7xA7È!svݖ4]q$εrĎ.$4Za01V˫Hi.F@&RFB3X{م5^*3"Pw+I88gj;Am )J/.r=m9nH6 vږ c%%-d6H̠$ @̐ޯD05G8rE Nz"mA@dԪ?؁ZFxzLQA WY*)x l,JB,0=6tym FpQJĀACa&:!v|.UkE;le z}GA삄VM C r{O r%̵%!@x2.9Fi]q}a|*WIpgI''=:{&wLugC0ًE ZOshj-E 0Qs?bS`ǰ7g -?N2|%,oyu~b ##,.6<7GOT&fBf:Q7Xf{p$~o)K,  $7 xGKKs6{ z)37%iWPOߜ=fcG4sl \>SnR5?Lḵ5+_:3t}=_O(b}.!Jٻ2;G=JۜsK8bQSUtC A o"ІMD `D^:{ Ta 6w0?9yǯZWj4*ap!N68T]sJN qUw-h czݒf렏lw%ȝij(Ye;ĕJ[G_$}zH;2ӯFXXU|Hɨ9nsjsDv}FaHf !f4z5CiڛƍB{1U84u"EJѰwf^A=c}XYeUD!`4!|_/!†E6P*akND0?Epea[/\YLb^=̎ l[-ReXMs0/D$yXy4 k-FRIcrw|Yr6tQq YA`6AFl9l )o91d`q}\`3tmms}`)$np0Ĉ0U) ͼt,4IEpaUPk0DN#%gs wRw)bӗϛlQIģ4Zέs?Cb"gPD8SK^ 3-2*O5Q(,DPqewLqLm1\)]*bK wT* rzʹk$Jp h b:DD4@S2"Ĭ D7Ǡx(|e6?DB© PYs?5C6ʘdG (Y;SQ^aRU\4/ukdZȑpL" ,bL@&7\G&M_ W>zri!ESВ@iAX"`0oxV 0u :pQᤂ; ad|<  ecO8XefI`/h^ñ+(xNLRzʓw/}a.eDn&fkˢrIZ/BRfBfo0$Z-8h0y6/@ufO{k0TGYb*@>Z:'Rnhۀ@59F3X] Dt hF5|jH\ j;cb)!M bmUѸ𽗤E|Bf ]˗DRɩG~1 AXsR:WDmYy~Oyi<S(TZyUi ,˳' N[g2X<ՄyA YcjYʆuBʎ&"X'5՜-V_G.o:_ܥ ;S+8}5 5:jDr^H]Bcl(}6֐P!ZWX&K'ݪfHktcJ?yyB lچP:/@ƒ*_r\*GtW=]}EoNW[r E"j̀c^S77,{TCa|:ò=2v eNJ$`ʟԬMqO` RЙt{%IL%-0D D6)p)^epZiykݿ\l' X󳲢{%м.eˆ5}x +u:~lqŎJ&5Q/\p#1FD%IRgG`ե]&V_6pJeIZ+0CX$gm|$ŌʕduEhF.G 3DnO 4=&aZֽV}KTTJ6@ 2_Q՞ڞuC SB,[dGߜv5^u} <^ tǹ[C]N\0壋7Q]{]m=(&a݆34)5 a$Zm ~0)ZljHGw~u2ru@TWšA Uw4CaϾ;$G[f7fH4͠\".$h1>)0W)KEwsߑo3y~r_/skp-¯4N;Es'&$إGKޛ(:!G93@Lecz@BC5Do*ܽ0$s&,үұۻz(6Vzn.H|~:|J+uɻ q(pE҂6ޭ`ꅩPZ#\s,/ö,Oӣ ](D|WWһGr9*Q:Vt? 4i8vI%qP*~^=ןQkާyYMSWo^Pl@EuBlS3{w@0%煘c/t.:HB66[\0:B*\h:3w-[M6S1McDt[_2{:'^:";-~z8 H{S2ےT$`WtU@KE.A&JJycAkPX2ުJC!r_6/2](fbد_Z@a"e_Su뗗Tz"FGР1ݗ^yO;T4V= =; T?6@u$g]mY yGG2`+T`E`Q7;\%Fy@M8R 'j~mFzudݮ3 cyz?;J&@/ĊMާ3]LDƶ.@zҟu pg$kS1Lt8cхa{:U3R)-1./ꞿG gO\o0x4Sp r L1 ΄>DC/nA1z8_cj('zv搳$\z @`$6$=3(.b\Zwտ^&ʂR|^O?cIx("Mb_dF3$|/ZI_i11Yg[Oj=m|lvLu=^2G(.|8mъMz(ЖY"oAo"3 +Kաl͇aZspinUj4yuS loS7t _C~H7q wÜn h{3=Lou+Οn ʀ]/c2ϥЦuMT wGnh"|T%}FCUG=V{VfEƜcBz}.#$N<@vΨ/vD Tzռ4.!!EI+a(oC_KG'"⛒ӱͶirO`MHg8ZNuoa$5ŕT!_0uGpR'Vjhί*;qc.Wh Yffl] us bΠ91Bo"7+6Q di\ m9H;JJ 9>*=Xǵ3Ƭu)ozbCb.ynX޸§E%]@1Ɨ \pfaWY@*TŤs 5Ab=;n^Ԩ<~ J=,b~+=#Ӟ xzlhٰJYufKSݑP|`Y@'jwI pVOF֖u~(E/koG'@Ef\uMk:/2Sj"1T&}!"e?ETP«D,w 1 9Fw%uЁqb t_3qX[Y=8m //X (L uPx~lX0Gtv?by5 [m%LXp}f4ϟf IK,^@5J'kd>6/C仴Ґ6\qthry~;:rI|\۸>-6] !@u'd1kפ34Wlj+]|]Mku|TDffZjA6e-':fs>/8rjWUܽWD B}7tY.?JYWl\{Jsj#fЫ]A+.f6 ~7JT\<1J8tOS9Oo>PtsL.\F q~%vv4 %1l_,֓` 3hKSgD,*&H #lZPUJSqPP *=:DOq#i\ /aPvg2 6tڍ2t(a1.SUVXeMzIt_k}reqۦFN mI[c73?uy8YI^n0X|km9Q֋`mڡ86딓_DyǴtL ݘJ[wdDx";L%QP:/j'f% D d<@ BP:UÍ\dג( ~KWXI]3­ A3IO=(6a޿7͠rk8 =X_ ccf'ڏ?Ӥ6mYuKZDK,kvBER ,tZz0RP\JW_@iD({hN:.֤HKsSzcY 0(z*cv9w`{T7ѼA#eUa\@R7LgHvpՏ5np0nƾf]ǒ%.i<-,.j#/p7 n8iT$#5h׬h%ej]xSq(B(Q3,Lr ٪WUpxux'j\;QQ`3'# }z`QQq6%wDƠ=a|iv _zQ&yw^LQrhjpz G͓3cj:tD'&˞~s;b-୬};Vb6)NZ}h/zcf5w$O C0K"ZuSqwAGG[W)2ͥ=cjoےoP'd}{\ 墶Z=@ʻ9 &|J<.t< r\_$9:U7 FwH̏QO^ &`d4z׉'5N)IR`>-،%B[J;0]3QC" T2)xW\9@اϧ̼mЦKsiF(,8/#Wns@';;2dȫʕLM~cv] {V4JQ,B+&ԜwD6*oMNW:~FQ}3OǏ_ %[.k>~䁁6 H (aHY( t 5ejF-l,&^|I "Q#ٞ"~qjbd}]FIϦ5/W7ly!1Zi&\Bܺx0/YQIC8H*YZRF[poQਘV/2z7əT~IP(L!> t>:Ǫ`.qgC0ĥA:Lg~_zԀ l&[h*&S3hcxeNcliq濧N΄1~  KAL'fXDϡ-B3+:a8:kBV]S usKp RP#.z?B*[f_ȧPvC׉EA^%6@s::(^A|_ r3.nmHH}ׄU30!HXէ}lgK+YlK>NpΚ(hT'ԝWF7&ALm<~^䦛.J&; x3ًɲgXӚh}mes;IRmLL M̤zsmbN^g+dU+{ĩN.cF℠'Q[0,O`(UxE$}'n5n|*5sg:kW?ۋ1ۢUl.f+R0T>|;!dbvfSȿyoW!2vݙ+ ~|z\?r `jalv 4f+F:L'xrtɡ`+ܫʵfnl%CgKKI01.n"gU]~K-Xq_(oSPU:⓹wV\η)Qs1!*0<(|T}@R9'j_k:7"R~RSZ`tJca^1v &8Bi.T"5dl-%-q/U{Gt ǭRU&9/{5f^[ FX;5e"5<P'NOqnϖn ZPm){br7# ^7PGon!҇НIU Sn,sq,4C뛘Mƅ3wd^1J%?|+$=NiNg"bfJC0`2[{K48Vfu&eal&H⃖]Xg!RDOCf 64!~#ԽIws]۲td./V.9L%_czw:[b5ϫ@WoJY[Cթ>l_wrv䦗0QlP\~d͐!#NٻdN6V!c ڪƼo.͇9W_l-HqIgW.FC˂S3$Ϧf:¸--\K$0~-aNRҴ_hپMݭ 7yz$3AՓM#ƞe*H 3!آyR#sj|@’ug#XO6T*Gxʐ;^%VJfNMd&-/H7ډn* 榃7re ~A ܮj'`˽4==]{7'&&3n (̗kzα9OZO:ۻC 5'q&fg8#ER~sEbU}MX]IuXߩn>Wwmy3bj3Hf3C,&C?0;ܼvtjVT5wŇʣ3ˏ1Fyg)UHXўmlno$WT/b>T,$+P{K׆j0M+ N04ߖK8ɷ}hZ9-#Tv; Ҩ=Y F@!f="{ţQOQ_3\]\IL|6ȁT¶ɢdDvƾ&O(~gWdZEhDi73CCa#y37،Q|lo/}<1 nhHVs v.wHq5ҞA ((Y-TL?vk+X=QgnVRŔ;b&d< &kuB$ v賶tצГkAH7M3Qzוj)-S|zؽIO| -%w3Pޞ/P2W9a4ej*?S%,۩P*|.||-d\>9t>i 2=,\Oŀhņ_dYKdsS7ٲvGsLCY9)/N\P,jQ2Mwǿі}J׸<HaEy_(uqmq݂} qDYM'dDO9/hZZbU68k02ni'.vIƢ`_gJX~"5z 6NyS]hNBrZt{fޡEis1ů{kߙ6ך4# H R3b\'wR^SCv(fSHx4wg9NeWDpvoaY*x~Z|}C?d6%zbOfXQYh<]k*SwJH"-kDl$}-0 d#xS<͚K-BlST~4WS}UfxVIlamw`ʹ%D|?0<_ẅ́zyJRRm;}8^m_-Du5eJA6%=KGy'l0Kuѷ8pC^p{Kov deU= !gD6= kqFA+mFY<+yw:pV z;1.3{Iso"ԵQ& Qe`TMwѧD$POQnjсmɃo)ˆ3l Vm^e)GEZFJ _6Գp1duq@ptYI,=d"DV z".h&T@ˍwufS4Ǖ|W_ZCAD-DTv60  K/s9o-( "}"onHLȘt 6CD]EY"y 2RinSv`\nǴ%\WFlKmR/ Y &n m Rܴ18ȳAZdƬ@a y1&Fx~jxFT\#ڮ}Q "my3I}ILK@*)|a '` prhO~ J(ӝX9^ Sg^@ DmضJQTW 3Q\&S,נ Z2kUÍq}/A]" 1㬡{r|JЍl:woeV~{RMIؽ_Uc<>"qYjN_ʼ mάk; ԯCO,8I#1uRPca &8y_)pD:+pM-(QUyo89MF1o<>-mvES?w?hB.:LU =eAV;|n# RǬ,!G|~Zmw欠];Բlksj>,(^t|/G+Tu!%Az2:650؜K3@޷{?#EDM7P=#4. $N霵B*őK)%-G8:mSBH0kCa8jMlvH8[5gvA]g.N \M̉BV7جv*͉`WCYnGy=v`@qAV[P mʓgZLgLAv*,%*fXvvR&]J[ܮwvIւE"؄9x$P:JO+:Q@Դc>uHM o%xh=mV9 R63j0gAT\jIs{G,W#.Cjր O9Y"x7ihЁ>WppF5fhEe $a=TLjK+qƸ{)(Zt|@&F̾"iEWÉ j!-&YCNf <(At[@Gq nsk@ QhX݌'7r m7߉u/m:]sI25Q .)L^~ AFi3V7g#˞U"Xq6+5]vU:H9eEZp^,q֓r@X[$r1=^ @(Nm1R^̄ pND0Lm?*ze`^~K}ųKEe '|4t] yJ+$Qw6{/_Au`"O\΋l3gkF|f1U\>_}aPC1Z%PJzxI I9CT;m9Īb_!qo#2/ddFc#[sxDAg_oEa@?|Ӛw*X%ghiR|xlfd爴} s #Ofd` 4eԷ||I$[hA|΀+4&NDJ4@{K >0K*,P kP9$"`&k)=OGЄሩ/e#.E$buЯ&87;ʬ2ݪWҭUs͸nsxA l32s!͊u+gs%YN276lMիŘ5Q UR!P ʵRR5EP]M!̖GڍWs2TC).y=kO]#Z@'́Wb%MHO .yr僰wrt`y.cM(b Z;v";iʿhG0Hk|*@az.y  !n\U b@V,4urԞ̮kOc{)R±YB aTy^A#D+44/ӓ "ib·"<`#_Rn5j)" nq=745KB*jS̍4oĚע!!ߝS2:4^RԤ#y!4,2i28 |zu{%ɕ?͈pB(=.%c0Pn[8}ԖUIa3EA_+?fc˶܍1rKHPf 0T̑/Aű ^ f: ^!{4J#6S@EL1aw}TRA·yF׽EHxS=31QѝmlˢI~_hqeA8z#/V%kڌŕѦuE= }殬z9qt]J7pDIo.0W> Ճp8l_[V#؞9%C6;C]k?sV7[òqv2|/ַ\-U  Ĕj7ڞ}cqO]y5"FRXHp/'{o?LLu9Fɚ,SD#RxjJ3ӭ]T jx![rYwMtj0\v34Z6aĻzw>2._G)?hAMMTL+*>3#*aQRD9 ]rG.@o'l͡o\GKb%B8D;Y,nH4>!LhlbsjqpQq4o|rbVp+ URo$ ps2x@[>u g"[ Q$57TFQ&}fg#0S㢞ve}|}h͉ⷼKH)' /YEj"}\v?q~;֭֎@biAqP@Ӵ *=E%aCBS#,|D$y[EN~^$ޮ;:uR&XR2lG]AacPWv1)#EKXN9PغD'=,@5ZC0v3jouE| >@ *:_c|V3KE2! 9l\ ]4K 뤫Ay: B憊[iLvVq9hC;GM*NLk!VnOa ʭuЇz.%@BK>0. 7A.r~W7 NcˍD BZ8}^ X;k<8?.J* F_~ KT'D%S>2zQRǞ&, CI K[\5B`>jl*D' ;<VheXqү68a&8G-c dLfIƒ>u[]g84Jn&-&:Up桇$0ֻ{aU6}W7wjB.6e#!v]#}`bˏ*5~bL=XtwS!%ƓB{5-vH ]g8Hu;Z}WWpHQ"3$;/g͹wQ\Rg-d!0xՃrEP8.Rb3;I8[UCJ0XAJcŸ~3i #@Йȅp#uwTwA+yC_9`+LB.9U ٜ?0dU!|I=U= 3^b'¨;dG?ވLb¾7$͙j`"*f9ui"'@M"jo/b͚`0{Ti[9wMf<>IƎ%c.%Cl^@(gH5 Epv:7oVM;Gq53_k>RTMN~KYA7vdb& 47~mPکST|{KpCJ~X /"=qRB^Td\,lC'O2O:@ҁrzcNVlJ.ALJ^՜85VLoCvc #^k2|u(t< %M* x_ GLQNwh~1v72cibrYwxP皷P e:_΁dW͇%c9vӘd| ɨ)t& lX֠FQ&gx%+`;+cy!G.4v$;T"P6gMh[fYI}w8ğQ}&o3ul8K6jFLnFT'Fj+Wxk~R\ID$ɦyDVH:?"XUPXӎaSYsQClyx E*xQ&wdq>GdcB@j{U;t2 oqHۉNuΠ|s1$hVun0} 3x0}}1͵RssIX^lfp_sB5y +,GDn5֟۬h `zQ7 T`8j0E!lK dM#<[Y@ )TX uz}6K>` .{<\.f-I~ ۃ9YD>â t$6ϸ;Rwqf\|S :Wbx`#3e$kt(ްSisn pdSg*|>M4^x7JgSXdMȺ{jMP=uVpX~]KoO\߃T5++6šg4u`}D_Ciܻ=C(3/H3~R)Jn 2u,F;&d? IE_ nu|ן7@~eZccrg,&#zl8WbQ{!O fۍD]JRd^*[a2s5JK"gr# pW$^PSex3=T͵<.(;Y!iiVZmko7':  ,Y 8Ygz,}ym@Ŗ4sqOXUbAZ4SHwZrQXAHe\$VeB܇GK $/JxI=8s]%-3V4OO^w KԘ+ jT1^8^zEnvM]sd)dy'fOR*JD(;'+A ÌJha BhEdj']VG$$O9rHHc /_/6 W1lDT] ^ugPJ,J"zCoyz]ZU F`w _uh-c'0'H9|YViAlѴy~-O${$m:U|s Y((6ARLc ` bfǚAQ(YsŽ0Qr- 87j#P7~"ؼ%;͏|OT#J65$#Ms{kBEkMt7툒@*e=x@"hQpq%%'ER&tM򕽙%B'7X CIa/ѯE¶~rCHx#ӓJyׇ%5qQ(3dN|ǩh!e 7 }kͬqʦ4۵" ,p'}=Zk"$ut7 }3G7WN;^o08⇾L*φ+ZٷN=AwR|&_lkѪ)*ZfВKD[7b(tjCy4Iy d5)0ZǓ=mhGIW>k4>.0 ޽i Y/~/KFE;W0!pn l?ŹLܒgn)7ɝ5}R)*70J7ϱRN= 4g ukئ #ғ\?E>69pzzpԔgQD2G/-փv]n>ylZc l}qn|3߁v+Z`-symeЕg$/9*ˀ5pѠJUEEr`+̳+l|=V9`憿,E_ԑm|ceب] Y}+O#r۴^M{D'X7{+;V4XlԨi ;>fI95a>{ƐL26:0m 0P4ώGAV( ~j)'DRfOeE 5B "40~S CĽ  ؊Ƅr g#)e 'd\o"hZx_ @e4ݷjSÙr }菪0!bUr9-4(4^Z%FLLk&Z%\j$%6fgaK@0YW7NLbRTRtku# B9pľ6N{Esƥͳ6V #q.Oސ'_ȅb/D sh'9{ha& 8n9zOyOvesj*wը@VD|VHy^-6lCUNC w ^)3Ә .Z#ױ, $.p sv*f4%!Î nu-iO52k݈W䦽@)OxR{|^! wo̐<6m,D?L{ہ}C ${74]T|Lfg9GR!pJ& "j 4ߕbqr!!x槾$,x w;ԱG*4M-!2|j>2,}mf"F99FVWO&@ rF_Aws_"cϮ6cF nuϬPҀ):gB.dҪ=Hː'Xx˶M9dU>ДipnQK%K#x8(/)Rvq1]f"i6U#3;ؚ`Em+G22)A{x#5keEj݄&٥yc?H4R$|*w$<@h%Q9ʦ[pMYxXgMi[%Br: K TpY>z!z?JSU7l>oI?]= ءPSs .{{Ɨpw5zovN(qr QyF}w"䅠d ;cR8 ifj8DQ>:'!."^3P 'Xfiڪ~,=9:=+4 AUb͛BNyRU2;S%r"Q^vXwH ߠcN7y݃6szͳyB l ?i}*dyZ8-V4N<bg.yR]%DK)_DG"j"amgmоW- p%$:r7AÚ0pv˵ 0(Lt2L5q5|Pjﮫ|j ;_5S9 78?1#Φۼ]q_SE0ɑ?f{L.l,R?ga(yкJÅtT[{uA&;r-dTi࠮A9F*\yxJn.ED\. ]A󇒖*lFRdɥ3Hf\\OW\>;PmbXN])xuhe MIp;\'E87ɃX$eNjr>VwH`IufKL$oh}6;8 M0A‹GJDUi.+8J;VVbl4wleM3<x?W-ijq~{e$,ӊN;;o`]psNc8?F?ctq*7|[9 Sn*@uI:e।jj"A  Q>/F9紖e)X.S Dx5\1Аsi-kN>NS}ʖ|$^}s4K+7eʭ fքUoLT«b7%u D!jso_||gc"-ѤħQßr$к Z|U6CgK44ҩW/ ؋! |p2iW*F0Cw#n)xaYW`@_tP5eIQDt(:dWLg\–^C5M.Nsn.ھ[˦v6N+RN? 9m !iM<~pS>c|\=|\LЛ~aw;(&' YW7ըRÌi! |DV/u@ءߝq Sf%WMecy8i|muPIȆߧ"}<>m`1" |pwp[1L|*h7G!Ja U1C`UJ|rzu [Ai>~1v._y/|x*9m2%+#\*5%|tn.RzO7?墤,&Ĩp gY2?#E>/siV>pc+!YL!=UWf ]g3-ȻFAUGMychchjOcӶ1D;Q He޸]] q|Y&?Lv/͕1ʤZvLI%6;W~&-U%c23 |^_Wxv 4a Z.DJ aK*`H2܎YlawQ‘\faY"S"a7{^# jJsYdh\g0ލ/?PC}wE˨5{_ ݌&- ׫sa)`F \ j a-Z,x2YrGa>k4 kW>1n, 2;)Dk#C`\#@FY׊"=L]QN#)/SK)h|{8j!sq %-aCceS?1^8$$=JJa32޹z8rY@W)?vⱉdK3~w4rWJ-^zXt9Tx?e5@5.o|ί51zDn%zPhb6R޵?%t7ݙՌ޿T; =ϝQy *Yx1d@8ԩ]^Һ 2jn3OW#j;yz8skS/cSy1h־'v&uWHD"@r5m]h1L9lszë:霥6G8l)mN\lY adIo@OmaS`U̴Ih? ]{wNʦ[d9$oe]Xđ)o]HQQ2-FiAg1Hz@[r *-N }{(esw;Qu.6ؔZ&hKñ"UYa5]Ō}0akXADV1țRf)l_-oe]d5y%˽5犫_ȣUNWMޓXt#\Zz}:$ "(>HV֐G۸0ԮusVE \5Y`PnjGZX[N[3+in|"Wlfd*1gG PkZkqFhrovM1LÏf/~':T\J[,[7X8o3wPtm(qj{x!9˾,۾q ';LYi sךU݌ot?t+?U$0:VC.^ MӳP<"ˎ=JGlcDCGzo?M슨Vf̒ExU+höw45Z[\])[`I6oDi3b_/z&I.i>6 AW.\)UMz WP@'Z.ά]/.zcϼWwRh44qlA䖪Y_$x#PW,NsĀ2Z,Ǯjcmf8%GLe+-q%p8w]a4۶`LuuU!^I楛8K(黌9ގLA՟>H#Xqro^nG9ɉ8[=mLYv#ٝs UyZ!0ꐉYIILF-8Ifs7"| {Nd^`=YjB *ꮂA:[c>b&z"ar3Yj%z e_6a%ĖmCeb"&#L$%/k!mV1:43h`%|p8}!8wD͛BMq| 5[ (mk|/=$}7@ ⏈ hnqX57!˙3z V48ʗ~+C>dҡk!U5~pf3,2P6nA4uȣ +EEew;W8M5n\պ!yr ɶj8_¦ J` БBh ¬nzE䈧 ']F,״  HZMtiяS_KoLMZ Iy0\ -Yzڪ)Qoe.;&"6+kO{un>g@!A(}AЭ.7/O?m9k?`n]+"̻ԆC"uc;d7-(l1~e6]M4MiѴ|ɒRe},gB@mv͈2` G(ī9.yRou~mX 5<|ݾ4U F bk][rweD>Q%NB? +kFAfxuJJ 2yg UluI~~K٠jQ5. +}N8Fl0LC$[Y-u_I[ƮޢV5Ǵ{IoB;##Д:)ˈih3,i3Me}m]af= Zd - ̨Y~u@=ƥ iݿw8 R^3]K?*qZ4l@ᖡj?wX Eit=MʹeCx!:Ov6tyw4c^ʵ &=FB yauSjThɻ,U4YDW΍GΚG=bҳ[sp&z[v KfR:p̩/%NG]TE.Q\WSGT!l P}b6S0/6wQ2du/O$-X􅶓5`0GB[|6m7{x920 ۂKݟ4a/b&ݔ4,nk_S;5V[CVRⓢf_4XpsqV@*G`oEl(|~oiL}`iH|̊SoF{l.$E]Q,輦 h;KDRR/b%VAy'Łhy)cL` vxp1>~ V0HOnF>p &NrUN K+/zB^_4Xm^r /[w1b+Dr"W‚&nّl@>NqH]gB"I8LIctޘQ ڟOѩHXq;g~w7SVNrx4$sC %QcS'MJDO*A Z qeEf@oD77(N^'U.j띦gd+AvǬSΣ)vAt[Z e@S`^xLQ'eE{^"mUD ŊkVtíN 7eum06[\38b?q0&REp# RsGrHQ^e^ֹQTt+.)ȳ!XZs+erL}H}IJ­8Z#&4*.@?eK9ʶߦ 6+Ϣ4yEYD &5YK4w%9gj+n8a3`E1ױC8ФՕlzKdYz{xS63J ,u='nu+SX f0`BX4 ]/Cn8x$#=/_H3>Nus@P܁,BWG)bi24ՖN"{-k$w5݇U9R%? u$P A*UJ ּ_oPٓל *b]$D_\՞5&JQ,n&ÔD:TKU l |+QUsLԲn)h 1}Ĵ,GЉ`aPg%[~wщl#Yz!<:4˰g ӑ s;e'-dо6Au$hm)bᖡ@s,_P׵ a 4p GEOu+UwzMA|OW,&%(l~5$}φdjFܼ+QvN %JI3U wy?;'k#AMYy.ylgpe;Zv]_yœڿ Uz-Epԇ@g.Vs H6lBhcZ?oFUҕ:"9+ WJTDpk\D3^4R* [؂tW,%b`A}0vUli%0HK9jwq" ]n5 hө.<?zC5ДpjU]۲ڕ3Dj4%%?L'Is9}P* !Qsf\oqQ;EK- `L޷ 塚`ՙ2?1-w"a=&d8JOqeXh#%))LsmT NF:+ wDtM35_拓zOֹ&_dZtS; Jmx$X6&/WrFS\KH hKz׷!5=2ws'7:@«ѬLs){ NsX*5Vf{Mw͉aQս?RH#rp%[a<{HբW׆QBsO36[AiM2F%z# =p\V,D`ӥ`D_6&ֶΓI$gw%S{},oxB=_(4p_<\E+X'p߹*xnjcHV!U$<&ނ嶉+'"TXp^DB/NuWgFc`SUN5\͓/o 7goO|%+V~RBoJ`>%.~^jZ MMHurܣOE?Dci׌M_ԙ"B.2&,ڿah'hb65] ̶rL)"[(8JHtp^*άhi3Hr+ 'gDM%^Ԟ!>,[:r? ؏plϡ<}2y8xhilH.Pm(*{_yDt VV/-+Pe`69s\|(u;#~GѪA͊zǸ~iׇhh~?q}hmC y"6e,wRIP ҙM͠g2+@gaU+%3amƢ'(mxN}rgbb+ ,AVsZ% Jл$Ne !pj,V6H ?'Q=rr`f&O%.a%AxWo , ~:Xh5x.{; EaKgg[\1 ݼ^"RkA?a7PN(=h7Ie _Vgч#lb#zz'ͩ:ڂF=i/ٌ?M h}!.&lgΘ)ԢID9i'D™P0MSRi%[JkTuնux!W^\?$4iGGOzdk c ∓G-rN끰ߣ|jgVCa܄yo[ *!Q(qWq&-O'SǰpliSjy!nc1`yE rI |5%3H6:^- U6B+d b,2ƒ+ $  :|#M :A~b8Ѥ\ 1Z=1BdCշqtd" _GPo:X_ }"; gћ~|,`qB,kn\@Ύ/:eM( gҞ11#-;m.2/~;1\9FavHa= dtՑB 8vRd [#ߥٚNvDO" Pz}f+Y40><[1X#͜zպd @E!t #sz.+Dn(`Dh# l.Ⱥ6ٌ dNgfX>_ I֤qJe81+GPUkbbLDQq$YVvCf!ЈT<_L_Uo -oU ۺ(ML.rȎpEgDu~_d^;mQS7sꚣ>%~((K<=IB{J%(ZhbWʡd k*PƔ"=*i{(Oe n^TD"Qmݿ2LXAUg~^Rď &`o%SRxwuIF䕀&)qRߠf @و=y){p%BfHl.?ٰZO%# }8x4ocd5ϢY=K]ꫴX\xlƹ V &OR hN]£Hn vi?܆jEmRb{i tQTeO[9낺a;dćȌGw}(">7f^/8  Iۢs[e qsu_r. j;7/h[bG|Le.lҙi/&KR9\X)$( ^9(B%1&v>Wgmm+i eYa4p^=]\ERZ:ZDPZG!ZUާs$7 Z-di+@@+{QGѷK]++F'xV0WH9/(}cB=〪md m~yOrz :OʈC-RMwYu{lG<2kMHF=p -V&*<> ߱TokNjmBMbo!- ֈ@}xܺWm2D.֌eMɅ}Xc4;ODGK]?t$bbN (WXX* f(MM_i`HHHpI"vwrM.eʠ_Qk;oB ^h6xIT&R ߀GW%z>f2 0+F!Xo dD#*z-UX! ?rXCU1n퐰F ~ 9uy㡧g@N j#DO>BwȻW:vu9d_R kVpt4לpFxGڙ@60gB^ʑ323xwG1*ditXb~WzqU ,&Zhr6MC޲a-CI_3vAHû~f U~uk^j!BPL1s99@3f+1q/KN+$`;x续\_47lre㮽Me.K·u,Y, Ey"v|< W MY@wQmV3|F׭~ȩs6D% (3qA+$FFtsTtAdo"GKӺ\oւ>(P K2Zqgba ٍ]u,b 5N@a|.Dt+EtmĽN't( Zj2'VL+0)9i Ro!ûrj7U:(j3b$ .fRh?/X] pkpMR"2"Bй/<j)5"SƿOs%E .hPa2#d1;ձ?>k%`FP guG|j%ݪYt ۾Q灩֢Ӵچ"BoU3f`ܞ0>$RXtZzWͻj +=&)u;ϻf!Yܓ 04-60XVEsUPyP$dWkɝG }G;1ūxsQG!7B='M*R\T`n Ysl Ӣ/ɔ)<Y)FW]I~m=T+ݚmAZw$i& [ .TܑFš)Ao:%A2GW?ϪbljV+,E`"KAVa+K9A{۸ͮE0}w%6:+SL0M$6a#Z E'$\sr|5t倐j d渎h5}!BtMBK4coՒ|:Y \?8 hLr E'CPW]DqeL$7 і-o%?33U&.SCm bΓ'lwh-X=\b(rp=%vnL %qQ j" Kv4uuyF?& \RӲ zJwHW(Jgz`Rxq˼Ab,8W^afPAZF}}~FjDFe݋  (#᳣*p=bS/ zԠ\MݼXo+v䂎ߟUUɧ c] }\^SgfOi̼DGS|m/z1}Yw()앇cd<}Z6uc9)+]@}˧]qe /axAXh"5&;5q:QP&{ŕ4w͍\LtlC$g˷b=8 =grv8z[+;MDP9漰/>gVH4WEWz' y1v.1dC@e6f30-SDP\Eqâ2N+sKH>vzr-eǭ\'9 {1a(L7czM`T*LfqshZN .FaX *x[*&`ՑͥD9/ 9lQS(Vr[39;VѨȗDc{?Vyaf!8 It+2O (qrSXfF,ϘW8:/YՎ+C0ouak\#H9ɒ%Q:8 hw^͠H]ň8#Vf "R_1N}Ȟ:0ZجU:Fw9>x, WÑ2S$CsX;=*%#`t@lwRYx.E?KMfyQI:U͌5/tXG? 0q8W=^$[К$;^f]$ԝ-+8!]צa%qIpF-2H:7$-=EnKLت gGt%"UH0v4DX _myrEBt#%?+ج("I/XguQ/q K(Y;I"[|BQMNM{W-CC@`B)fǣǗWyMl$<s~aCX^nXTN PzWapΩ+@X)u =ԱtGuA>Ɇ~Uh8Y` tIJ{bBMIg!+{Pϼ/eTeQ-ן#czg;FV2law]ϼ3^c&-gsTO[|Cu`6ԫW:)L)7Fdr8gg4$Dtp{7me%^v 6(Bk ur֋p-m@yTE`aNCò$UH=ʸE^%ӡ6P7/*g4n\/S1H~sR_'P/ڧy_i AF`xѲfta钼t?Ezo|f)܋lU9'@.HϨJ%R:a.R͍szF,)ϪFZF`=>Q?w落^%c4ǸyAޕC8ȋKw6%HUNgN&]@EӡA6)ؤ!'!zxgq$<,Q..poG[:}AR if>o[h"T;OSFnQ!sİgt ^`tvlսs:gc0ә;7og4"{9,OAv`X(kqiRE JbA$gg&14 7-J^|@8n~S]4TJQn{ئ| *U۠ϰ#9}`ߪIT&l6>ɊN2vAC1y'.)і+t7]~Z:r˞¥8a|w]sV95~H0CW7ٝ;gz7E~ώ1t3D)(G=EÊ Ea_!d̺>JWi0qg1^NI(vE8m|'bQ 4N%`E-x1@7,=\>~9cnF[£q_[JBN(;8v6ҩpej/&qf@qOC ;J)!="|^#r;&<ȱmX۬Ql1pSIJhjwK xLHT i 3: XDQ+$|7[;PGv{/#B3AFmKyC~XEsy\ 4X5w^j{謝- 54<܀%jEmPAwת)Oԁuv1mA}$+_R#hϵ~fZ#_r$d*[C*8]b/^5^bF YK<GIviH R'흓[e>=TH= , IB?Ueޢ|.ݭ2ڗ6FNw` ](ihҬeW΄mnh~m'8څ+;4+]ϻ1DVl6^eʁ@([*@+EʢUGG;S'ьGD4xWvvqld00zl<n9#+:T: ;~~.b*y9D5{ M'vT>HW!ۛX8d}<osq[‡b-)7M~KjAD[.^4bļ)] T<ƢSl)}/Ѥ𒭠;EW,nMǟ=W̜K;PwF @n <.%&M(]5w#: {j/$d@LXB>T@~wݰ:3旌^=3p:;kbû3z>'H;ԥD*@T0Z0QaCv9ˬx6vWL W0xApՂGizuZH?tgJI̊ -+<;`w.rL୕2#S05 .3tt#*h|L PT@@Ib̵fePKUslκU͔ Dl?0b񡶳 L`8 5ioW_j{Qi-u+35HN mr(쇪q6R%`Urb`3 ~@Ś?-C{?@f<^ir3<8e?pd"&=sfC\`jsרOiTޓ!X/-b;LybxY#u:abpiL#{ #+oĄ-ne9Z'}2Mő_ow !$4 Q*s@iՖ'%LxhGkRLnHkQ7Jע)O{VA$QO~X@HnC2#Z|Pk%0Qd֜?CIJ@Nj`e@ȧhU^w˿Q>v7bt=cd7ͣBGIE62@db<{}O{iqfٳg@Bل'9}N#|ⶀWԼ:{#OMMLgd:I?2U΅s Dk3BowmQ7Sz*?,B "M )C+sv2%Cn+Nʷ%F:S(1hݼ8;g%I>Xr=Ku_CNX[+tu&X1";t2"/d|)gk L$#CKCK2" ?Ɗ$KG-+Ceoco>N0`~dV?EFfL j’fV8=P&H[&O-l9V?V/ +)p-nԗr I+H.FG ax [V`8z(7]^ 5>Ql6N{$҄ZQ@GtZ1 K5W*~w6^7C&Gv]g#`+(菷 ,._&\y&{? \FW6B]ݔse[ G_1CV^s.au8if[BQt7=X?p!Tiᇕ-= 1zrZfiAlk(Տ a&7EݞqlHkk-:o(zS1R5Yj/ Kc?Ҋ "vhg np7w'Ф%eIpSW$YhөobL|F,Ҵvw?f&Rԩs,s%;$s q|7vXZKZlCˠxb~#2t>~$+eE/rJShg=%1;QB̸6rG FUm+U_RȁO@ekԱ["I$cmJXk\p G>V_Բà% d̔֐>kXHSQy\Qb> Ri5٤lr:H._"T?hkOK1'@:Ɋ5JT3 (c& +c=C(Jw!gC ;Vbz+0V!.VAP ~tS{e*}~f/|x:y-~"V β 4#vG=t *Џy 4{|d O&[U4'M9Ut7+){ECkxKNz;OT, -g}z_~`)'bE!P!W"w{ڕ՝fͼQwGM5 y+%Jۨ,~:MđVa- 䧑\u, '^D ý.\xB`>6#<1~(0HϩV554}l2A-ZScLû`cgI]΂)Ǯ d A]x~=D9jU_kVbcr)L^-z$tmO]lyR E<=3zdD*Kͻ+&2{:8< RmPw#p\vy p + 1>#$ m тfSj&[{NQaLU\pՈQZ}Ŕވ^ap.! 8k_\ ͜E Z{"6 M(q]ڧNz{,WYNBR+:uBajO2~ YNxq6ATD3+}>H]k ]d o{Gn9BVO8vsꉷ<$P R|pTz"#l bK`CMEs2h@UGFgBc"0*|nR?*1Й0a#_6[ 1*"a, n> B.3je(7sXOF[$F-IQ.$wN Jj׮ϛajG`r)]aѝ_ dJ`:[2ZǸsy .]΂d )\ESN ;B=l{1AE$aO2芠%ǭehٌBJģ#on Xk[4Oj,dK|r>!;L>S܏L+HC.\;bAÁ"_=ܓ?$ϣ[$ 6n[ndUy.WGXtg $uIH9[ 9V"bddt~.\?kwIVYlEKǙd4 jxGd7,ؗҷ#UKê{µ=g[* 6`V%a2ss|g| Vowv(B;94G]h'o2PiF:udwPJѡ<@sM ՉE%' ޴Z+'1d\3p/ɱ(ζ>=y~jeQ)HKRa Cgq]? #@"`n3j`擻? !QVPʌ?[qORpQ}A_Ģ³|ؤY YigU# C}p$ɗ+Kq\=IvX?k\p7J3XÃȪp~نʽAC1-lHo_jDwJ Zjjp̳B H] (Q~H~s\_v.}|rWlG'^wZV4DGFRԗ/MI#ӂ6ͤ1Kѧ6v6~vnE􆋅s+-SW,Ms Ggt+J j(櫄 RW\:a!zb/)_N"[d*M,;R%ԼRnj1lЭ-]bsqD܌Gٛ5RALnv~4t<@)TGz@/V4Sj&կ[+P2q/\{۸g7ra[AvW!I^ %.W X'pz`g¨0Gch`4~aco ZŢ7^ AOBgCO'DFek|G/TR!a.0Tm4PJ] qL%>ִd-,L*K5u(B*AAlZi /( Ѥ(kvZ/e͖ʀ<+E:f~fP*}L!*?^T.S'Dnp(]FCvRMHv'"0ь)tJB2]%(iZ<~) D\tˀGJUusA׭ٻuMUE`=dNzw.iѷmUh fv n(o: ͯgw%?Nu65"שmϾM4rQK@{'. O"ĉ4 #o?˯LQùG=L;2 0sm=]\ OR(D6yc^/o@5E[}XؐQlamL|n³F~o 6*%!Ŧ+ϡ5O Վ-Xy⏪&!q_nup;GaLw{(>Ub1FsNyoqA=8s BIwY>,>TFM?^m6c"BCas§?O;Wl%S!Pѿsp>prqݘlMK^5>W7TDMgR2Y^z ~Ue }ʈ3d :E+&mJoagu9Q`șŋTk+~ O/5,B;Ge09#gY+SHܛ .tcYV5TylK{)vX:*\I!L hP4j(<(ȷ 8O+-n]!hcqoP&X,ڔEh5<'{֜b Qߞ!fqaP?Kp[͒P8, .:TV޸O2$ ݳsQ]}P"*;2>1/  'rNֈZ}|ݻRL;1-S{$Uc1!6 Y lP /힎3NF͂jH0ʞM[k M/^{%dE:W'fص{9_RuZ|X3AvF0}ϡQؼU(S*'խŠtӞH@ț\oȎܳ wWttsџ%[2EZMaѳ?DNR P@~YC&`lOJBHxHWx]8[mjn'UTo} ؞@c`~!;/*M:U! 2\܇ "sM0;[ǭhxeUFw:4Sen B*Ga U\-F>!n7BŽ4fks׊O Iּ{-7'po$IBa'Hi(oݯ; PcE}` n0H*1-e Ȗpڌ-rqvw_wW`jUj瑓 .sh*&l+~`sh RQ6 ^Ѝ–:  yhlone~}V 1ݾ>1Ê Љi{LsV Y9$:w- :k"GCUhބïwqMtkɻZVjO~~CխKCz' ʠ/0\GS2Ł/~ڥy*%yL36,(`0냩.}4Lr3S8sʪH3 ܌\+Å\bTZ80܁kr0ȣ4_ mw'[NJ׽ scdW:k<ܡ V׬'z&"/Ds2,ҹ[Ӫgnlkl +zwci!cl'D`O?Ν˚wݜ#kفX<.JSWj2)tvx%HF$n=GG˳bʃZ=xB5!|X Aqx@]7#xmׅ,(&;qj(]`̢o{dg_8KL2ںh=VAb#KѬE[-# 6=gYrQgNB!a_̐l҅y%n0W\W*  2%3dY'r(,|a{ĺ fQ^?rMaP9] &r+2V (|e뜴WbKߛL!*A'inh[,ȼ'oHѿ gI2LC27/oRzE%dxCJN4o~otk_t d.;8d$Us/e1N](ZC 8 LqLe{8bom:;=vs{C?37 {VV/@P9)#GrG{ti\›!MQ|9;;-㳍6*p}6I̴vߺu,Xvn=1rZM_A5G_ /PE'%[_|#`\| {&/fE3%P]5) -jLL}\B.5}O󘾁;:Kk}"-`[LC1wsretuGh\A6I'Y,ޓ>9KB؋ͥ!EXaʍI$iEbG|}pP/L_4_giYfBi ((;Py7㊲ɧ?DTQli' $N$BŃ('z:k F9fw;k *e?}+N)ڏAW5ZȞ\-%d2\ Pd,+;Ւ!|ѣ}|xH&Uk(!x6tM*5u?1pZx)JLX0eSq"x.%zi 5jNӃTf۾)3{?l߮!*]!L}[#QH}DT|j%\BlG %̘͛]8`BEk4?So(@b|~G$wЍB>pH T̈{V__]f灚͕yk%z%M isswU9$)?d.7k,G+'l"OgPv0W9?[ɼNlo-(>vM7t4uul( j F3?]*L=z3!} F޹ikt{ȣ 8ٌ31kFCw:o^rM. ]BP+ŒnqaE_O/c̢> @VD~/,RxTgLo#_z qH^dzk4Px[kxzj7o[=/t3H.57Yd5dRN+׳'L0dj+יBҩjGt6bEQs 4_y긒veEyLS즮7|0?iڧ~7}ׇ4B֤p[np0~?zQoI`Oh=X/ ((zHrFMSZ ?2rOZҿ"x7J2sCcO*7÷tnѠW? )lx"-@hv 9kS,63oѼT-}Dh` qڟI@b=Lvʝ%,n+ [M[Y8u{zHdJwl 5Gfqh ˪^Xt[p! UQ5qa\P2 c/pM€2$`8f..nT|}:qo4Cӗ}/ejZipTzoS%#!ی˹.ĝ0ɮ,,@@? e?{g ùQ5gVg TC;Elr҆YA%^ױ?0FҨ*e{I Z Ea*zEvclBY#Сe/ #FuhحaKA3>u#aU V<8T v)CYV4yy]X]c{A| ڌ\xRk? Uc jGKfkeK!wػz) =,^H>Pz b02*$qSغr˵_K'P naPƉW8f~ǘw|Zl5m ꏸ*kNܡ~&~|̕pa'@;$`fdn+Ygyqyщpy66rl&;8}E* =[C:jF\]&q7VAbFNɏ]ƙƅ!ΐ A|=?n$qq\\vzh^:No5ޞ̈́P\4µ-ozb OEbl,yq\.LPu֗E3`SK(. "n?(WQ<9~k'晧*HJ~u+&.}%<]J?W6q4s$둟ڟ &/(ǫ(H|r\>f)"f_*MNw$O߭S@#ͅ$]>18RfKTY'V}[0n`Q &31 iqg>C]x&r*(T:,HQ~dR F78☼âe&{I(T3rP,0j4e#9 bB| +ԝs JCCvR .[ravqND!9BIxJnc;S#U: L<8wWTwoZ[޿:SS#_|غ8_= &ˢ[E;IKډ}#ZKw;+AЮZ]")&3"#| Dn}&(?$|&VCWօN怷dXZqN 6N{+{OCu0l?JsB^>?WU"Q`CV-o籢RZ6}}QuK$Bfoaے4V5[h>i׫Jyv| &, ijelEȧؙܶ^oh`ſo$h^+!$mD/Z4eYwJT9Yݷ;EwQc w&f/n+sVl߰b1"lum-ak}P*oMo*h\Ѻ>( ~=fb逺592~Ena@=Q6%!/u}'ڶaކq^W8Zlb;8ʽ)mc5C G))~maF3AۑKT8*O ge{ïn ic;ћ- ݤ`B<&\S\EcH5ڧ]ͿUFoVjЦ;Mϛ 3gh HW.dYЩDnǎŐuL 洂/ WLsDPaK{Ll ]9bÜ%)R46߾fK5r!ɿG"b+n"<ʝMGWr~ ŇDO 4/0I`DR~TlOqTk1]y3< R$rls[ "J|ښQAe 6,FT(P ;L=?Vm)qj=rW6%%ZR((Un̨K  /QbhR9I~R.` |O>:;۵JDjIQ @EܦKTյ&R't)x"z`7s$GсEt5dIa{O  n}#64J3{qCVOZ4¡1'7u-1Tw1{/?`GN#y15d?_/8,o> P_w¨bV;= "=WϤen׋Q}2ZV{no;Pjnx; TC8#>l~02s*@Lw5vsNUKzn2x,OEVfoA4d|0 ,/{M=Ƽ?fy Sv3?x_Y#;m7n 8DX<%?`OUY_:@upEqu#oJh2Xr6p(r QF"z]KSCVΉ \*nlFYOj= 2ӿZQ7;͒ B.t_ BgVa)XcSk|\߄DZTQѽ=GACFW*RlzPu[F5w *Dff4\])jWv!$ˁEf0o՘ݏ'aͮgJ<ԣ(yQ\!Ǣ !bu;j;gA =t^G7ن;J C2((y+$.<ς̶k]i9Mq\m|&N./< :*g KRY7NM,o]VVw]fT á 4.P-/~*^*[6hL;T7#I$: maƄShtn'l H3"IgƲdU0Lr||$G i QF~R5A'frY%#Ggflׇ%9cQiXLPi^йo F֊%݂:s֞1{ Sp˕7|{Do? i\㏷q*qAXI&]$9wYi k{h瑵K#q?!hqթ}^^YC lZx '^mޱ^>`xV1l͉n"rgt:T߈ޯ]'Y>)k-x'qx]W LZPϏTj,Zk X椓MK7.dKB^$ ς̌J<^! YZ