pacemaker-cli-2.0.1+20190417.13d370ca9-lp151.2.15.1 4>$  Ap_߸/=„[I%Ø^ ]k,Q{YᕊM34H ,*œAc6qK)T ^{Ȕ@=_ǢK P978n%_h*@\'N4*EHF l Ɖ@ކig&b܄ю;6&PM7&H]}Ss}ІonHj6AzCofd59622545702a9fb21229be3a95451229f6b0d515c7f7642f06a57ac27b369a00c91c5ab13895bd8ca49cdbdcb19c813bf8c591D_߸/=„Jfa,=1õWh@!zԺ6>_f@ǺXt^}Yɘ֧KI)f yڗTt-K]NƁ exu$`V2F|ݯBZ#!jښ`A['n5i $JBXm ʚg+< ZyKbFw%nU-=A2'omTt%q55I# ^=f/ԎYMsaU3F}R,0﬛bF̼>pF?td) 6 l`dpt $jgj$ \    D  DG`JMMPTP&Q(&Tz&(U8U 9W:bd=f>f?f@fFfGfHihIkXltYl\l]od^xbz\c{d{e{f{l{u{v~$wxTyz$(.pCpacemaker-cli2.0.1+20190417.13d370ca9lp151.2.15.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._cloud130popenSUSE Leap 15.1openSUSEGPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-or-laterhttp://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 jQ$*{%=+W |MvQN*x e]z5(<0PX]X<M<aHD6F;qox ]Af~D) ^ q*<  lkL|>=ADR>>>o>>>mmmmmnnnoTR>l)&&915u9JXTAAAA큤A큤A큤AAAAA_9_9_9_9_9_9_9_9_9_9_9_9_9_9_9_9_9_9_6_H_H_H_H_H_6_6_H_H_9_6_H_H_H_H_6_H_H_H_H_9_H_\dh\dh_9_9_9_9_9_9_9_9_9_9_9_9_9_9_6_6_6_6_6_6_6_6_6_6_6_6_6_6_6_6_6_6_6_6_I_6_6_6_6_6_6_6_6_6_6_6_6_6_6_6_6_6_6_6_6_6_6_6_6_6_6_6_6_6_6_6_6_6_6_6_6_6_6_6_6_6_6_6_6_6_6_6_6_I_6_6_6_6_6_6_6_6_6_6_6_6_6_6_6_6_6_6_6_6_6_6_9_9_9_9_9_9c5be72db10890865b889eeeb489515d95274b535a1fb1f2ed798ade347cc14e01b5ff7f784b95ae289bd76c506c40ac812bb1134545470f15475df808293c57ef084a82508b447678f1443e1bc572294c838209642d24ac184a89fe336ff7498aa9515402068cd12b205bdecb22a16a1b4eb2aaaf047e47a718e209692c344876d8134354f4177470a6763f07623438fbeeed59a8bfd25c34a7db4023d12cca782aed952c3143a6ddf66c3673426e72ed48b8844ac4b0191cd14b55923e94ce4f031e9c78c539e32ec3852ff68048aefae08e49c0bbcb54f0e7638952d97aceb94143b403514b5808265bc10c8a8bf751db356ad829ac3714eb1d65dedf624b991eab3e904e1257cbbfe2d114a514f4da1dda00976c13a07c84691c17fdb970271c55be1b0f0b564a6508e6be9b6910c6d3b1544fccd74d59c74361c6f7387831e663ef3398b068d39467f353b30fa13cd7d7f534a6841486f044bfd8c4bda2ccb7392fb07e7a01b0968819e0dc1d8df4ee93a010500b4c352be839de9a024fd2973e97f058984e6befc28086016c93c7ec1c082bff41216b17041fdd6d792fff1e2c7912250ca3c8b98e858002337b780483132659ddc17a438a984d9b38ea7971e060a0345cd1bf6f2777993063ff7b36ef0cde6235d1fa8587b02aaa0ff5ed8cc7bf5e50eb9cc03fc6b642af15ee03537651847202465fc1f87f48b34d121bc7dac8ac2a3bc536c38db96a1ae17c32bb01f5020e6e51a111868eb38a6d2542c0d41eebfb550d4d4d4a87a9268fd75ddddc1538c6ea3d50d7f98588126f98a9f9c21af02e956a33890a034fe5011e3b5d03417bae689f7b68d9a1bc36c4a2f9cd4461cb598578e4fbd1f69f25a2bf29625ee3d54c33a85777f08d668b742a4512dca97841ffb66d4df3c163cc5c835d7146885fcab5755f74d6c535b1c115b1b9ac81d84c3fead24209aca09485806ea3849da97d641a631ca0c1ddd2f421ba7a881dcaef6f735d5137632075bfa051ed1c699ab95dc0e923672f8639dca7a787130c30d576502a2ae5a329b1fa1090b3f65f874b810c74302ace4e7d763a927e77222f38002915893a8c4566c5056ef6a44a87c30b544f603cced2fce09cec268c4bd84068a81944bad4035aa1048c267b05a8659f51880f4afdc705e11f95d64e2cb44cc11c97a011d4dfb33d7222d6990542c48ad817d4f02ceb29bf66c767c23299b08d87602b8c8885e5fb8885d86a7b78db5eda89b46cde8c4d97dc72f028340c6324ab2d190a5984c72d634727643a076e975b88e4234877e0a10450e6587674506d3bfad3337b36a7bbc0bf96555b7f151a58a9890f91e16e77675764587096886db730a6237646943d9ce2397703c4b5dc884cd6bdca017ad2b8d6dc9c62aadb5e94bd1fc52ffa347e7b1ab8f64da91f3882a9fdbad25c2553dd35aaab75ef469ccfea974ca62a91db66caa8ce6c20c5905044b8ec5a583a485612de18f57d2095adb6d70405978c0e857258cde2624cfb848bd44ddfb431ca0b87bb7e029d02493b101c60074c756995d7ed507fbd8c2e337b38e16dd536ab8c01692e89a98d4e81037401e9dee476e71cf634880c36b4e25a2adffc3427dc57e60d356c34e3c731290204bae8d7920585cf1b976487d646380f5cc1969e96359d3063957cd1336bc4a371a45da1db98e22b6f2af357e230ef0c5d3081a7c70fdf6764966f2b0695c18643b0bd6f36c5e43077fb5f0d0770e5695975488e7e83fb36ee23210075c6c47e2d60d3c58089f243f726e0a3262fad05c3815584996f1649e5967f5cfa82743b1c8237d37e883227fa3fa56a6f6faf61ad4ed9bfe307d34be72f4c5a59b432655ed331c1c085b0850fe3c164210beff084a2017839b48b43988fe1d81d960d6803f9dd6f297ea5e7f74f12da81f9ffda6a129c11124d896aeb98b1f45476e086d745205e5d7d6f7d533c10cf7333c024d859779878d99c39eb74056ae74fba44f5931f1cadb312470f9d5d5e8dd75b6ed34318b272c90069cc07020679dab678d3ae04d275433e736517025b9d1cb5fa990067ca0d42ad7203fcb7b86d4c3a9bc3405b76c8fa71cbfefa78e23f9f533c0d388e52d70146d81c4a1f39ef573dcfb51bb1e4ce6166ffbbe853ac523e2753d6d3b4cacec0655e6143c22d2c2c43698848260185d753da6a84f9eb6033d637f5564cb74a20c8d02cb40f7e4abd7be517ca9e0b450bcbeb4ab618be81009e76b6a6cefeaeb8a2daccedc82e57754d4a00f52755d87b12f4a69f450f36f5c059409e03de41f7249c6bf34a82e2d5a79ea86b16edb05789be287d663cac9cb699b2ca47cd8fcbd84e32e3448ed1a3dea5e53d000d301709a3a5dbeab65eb0e66088d5a31d7773f4514b9017dec36adb27e330383321daf736d793db2b7d1073b5b728e7c283879122ec67533c5ee2e81741bfcf0c20d6b0601369ad093f4cc1c9fb732593a0544b34ee8719149654c064a45e58439f4b33cc3c2e879a725a14cace08a8328c9dc4fb11bcb361b47ca6f81638cc470eed1a779fa20db29b032bc5eec25869bd55fea653e55e1d46407cd9703f02b97563cb92313f768a4660071212e29d54f97ba9eeff8209435fad8b23db286894780af8ce54b9eb5f93a2c6874c879fd86011f841c1eaf022e94569f9da307c6f207218ef848511fc1da2d73d0e6c0f69423403a6e1a450f98a27eb09f1163abbb03a988dee9a3d9a9f2d8064e6f49f185b3fb3a5efe1c510c1d7e668258c0a40751a4a77597c8daddda86b446e435194d2c9839b2646bfc8ec3c62453135a87708cffd1c70d19e099b3ff4e559b7adf8ad292a3ee6b326c28b7cc5787e80f978a7a980b55a28cbaa5f7813274eb33e6e4ba34089cc1caa7cc11c5a18913447a5393a003656e2ea1eaf9e27078a82cf85493ef2362c95e43ac97538f7b25a786200d1c408dbb5b1bbffd951513772422a4228a2b5b3c7c332b4a23cd5e01e78fb8b4fc3afeb24455067c16f1991ce91a5c27881871659fc9494356ce917610065bfbbcb7e63ebea3f9dd94b749b12da99f88d98d3f08f608c500c09c0a9a7e76453c9edae315898f44c84bd9692f302871801f4d12efe80a13eb991a8f90f787a72a640e4d6e6c184d86e6c9c7b4db2f2768b784ca6657804503b3806697f8dbcd26dc5fc2fd946304acfbfe2c8ee12916a6829e78838b0090fa14573475a3b446c317101d9debc6f0b263014810dc60a5e173b8400931cf4b04a9bfa629e5246776b16f4c3149cca866f66da9fb9f946632905d9ea31d12d5982b7bcca51632e8abc238b6be8e78a2586a891d90b925a5721a06dd0ee69adcd3f22803c90f04acf0171446213a0cb2ae2349fd3dec463ecea0411b81276fbc8200673a20c9e0ad41e8f403bfd7d837be8002eb7618dff3fc8dda2c96d5490c99979b9e7fad72d375642d47b125f538f4bdfb8691e3daa89210aaa6d7e9bccf1409b5a8080b5a3f276aa0cf7ca16abd0c66f96ba0e0cb752032f5c38ce7a56eadfc564f8992d815616e51cb0c1cc8ebfaab9622ed436b8cd2155c50cbc01852b2312403957446387450eda46735028d6fad26a50ec1abfa60beb2358002f5df8ef5b899e2fa7845dbf2bbe8833e941fe0c41bd76742c9e8cbbc8d30184ab6f6386fa6b864f5fdab6b82fe0a0531abd0745b81509613725a4d04489f71ce12ea9f573c0cf47380b2137fa8f548ed6aebca307e884509d995a73fcb02a44cfa716356d490282fce8ab703f1c53c7118637c805b7366b29394efb2bccf46f7b48f384c67c50902f88f750684ce297e8b1e510e46bd012b5eed71790eb1b1c2404fd43ce453a7feaa7cda77183bde626f94e5a684c3e7bdc5a78577a1ad2b7830215369ce6cec2e6e53da8aa79ebc5ad434c00c14d061412f79b5ed5871958a38a2e1b5f94a60cc28df4b500ce3ea740c4de062a2a8753f2af34754b68c8bb83d6b05021a3abcfb469eb11fc353fe0c7885182a73e362ec0cbb3d7cab7ba41a19edeadfd510b4da74f514721fc005876cf277c115e38741e32b692bd57eeffa349e964bceceedf49ebbda5fe89cdb8e613f638508cf315f66e570711477fd2092f54602dd41a143ee56511dd0d83579d0aaad38f7318923d6ea0619541ea271fcc2676d98e88736fe471b84c68b7b1ad657bb97549bf328f89d9efab9e726bcee7d80f065fef42669ab6c70c325a3e1f5d5ea7654efde74b03a33ae0acaa276ea94a9cbaaa7bf155752e9d0248056e5d3b1b5316018daa9415af3a2ffab736b5f4662358cd70400512211324d9655ac6eae5805fc660499e22df581023671a741830f8d452e2559cbf9dac9b73a86d5a6ed1440dad8469e25fa3ef8b085be9fdb4defa534f61761694a935d3945bd0814d05bd730d64badfb52ddc204ead3efed5c8813a6d6d1e608e639562c81d5873a9d1074cf9068f022590e7006696271fae56cb5dfa93f6917568d7e40f7491883b9789c6c1fc408afd2d331dbe623147f9599faa1ddcde9d5089e622027a9057c7b71c6b763564df475af92c5c4d59ff5ccf5581923917eab6b3d4a5676644f1c26af96fbaef2cbbf98dcbfd5f8e9b58fef8f6a0ecd6c5fd59cfa21276114af8ab68cdaebfaaf1668e263c68849ff483f2094bbbd6b49f8d6cb553969306c8f7cdb6104c3811a369fa756641989407ea06396a7b19da4acef976c991544a7300ff0f26667a63f16d032ad0db4652779aeb98fe3145161afb242c5a14a28f125d41034825b339239888d830b4687b9b307e28709f0cb02439706c9ddd983c777405972ae4a7e46077431a12422afc61c3f9feff827c24a87ce284b618056006420065fdb599da1a1f6349a222bf91339eeba879de0ce8a06278b943d248adeea669d0627a345e9f706478c49457b4696abdd9d398ee4d629bc51bce617b0f00eabe43680b0a8c924f50e0ea981cc24f2ccabb2e7bf07f751e8f95509fd0cff8c7bc9b9a6d868a580dc5ecae4b8dba54d3394b2a8b4257ec0611d70b9a89191207d6e13ebc7c69e780be07f516d43f2c64a169e93f0c5d9d8f196e56b4335c533ba7c9e61421b7fddee37321202fcde6bc2615a4823f7b62980fbce8d4ae3ba41a40ff3f24fae5a20ff33aa52d45634974e01bb1d1f119a756a2ec2594b1e028cf06713de1f81a29b3ddf10f2820ce4b673934a3f34cafba20e791416c521843eeaaff861671ddefcd2bf9baa6fcf0d85ccf8259657eb4841413aa9537a29c96e0771467a9ee7026ac2805b3f9655a9f306cfe210fee0050b440cd318830016759dbc36900b34fcd316b155143a3a3b4568c77d69970a5b31028f8a8177a783d447bbcf71fe71aa2bf86321d63ff1bbc5c6296297471b7d5241929a9cfbc5e81927185bba1b499a947c40b71b90a90d3b321e441b4888456567ae0b5e76ee14308fb0e81baf7575237a23d0a83c63b85f3c43d44907768bec832c078c3d0d73e6d97dec51c5ba141b31091891fa2c54f83513385dcc7cbc92d358ba0a7ac0d65c8fee712d726cb15fda20898b9a490d36ef321c4e1caa8321705b4f2dd269af79d1a9b6486e161abfde8abea21616d09329b0d1ea83e14f58e8b43060b593093e6686c6bcde89db5d377a01e92f0cbf19cf8a85491e7b5841d47fa76926e24e14c454737321a317463569fab7d1a30cdaea3b9df146ce73acbfb4a7d68979fcb3a8cb8ffa55bdeae010e4a462a7ff62a9762c7892c39b70d761193fdeb003d290281ba6a4fc83503ca66490e274f38fbeefb6d5c1b55994177fa4b72cadb36e30d8956b85b5121b20b3d8634507341dfb7aa5dd4eeef56cadb05a50e482a360bdb95f8e8f93922928105c5baed3e3cf904af8926b8c8578889870128cd157a2e0c7c978276b073507f9585ec7b0be466f30b8fc0a5e397fec57d9f707d47a7484fc79756bfa7b1ec0c79dc6c66493b176c16b0903f7ca2ae49a0d5a2a36553e67276e558f1f39f1364cf5dc336fb31d831846be73105dc1a64626b7ac66ae70b3eb1842633f1cd394be7ec65694c0a788a6cec3cfe91be9bb9c141380db01d9c11555f35b422395762c68ef30c95ae7b1c2529f91ed5e2d64ee5e57222dd692896512efce4392202ee71938a6e46f98e9678537b208e2ec835d02b7854488cafdfdfe62ad4e2bc8a01a6ecdaed6bd49c5122bf072055f29728283cf858f34f1f38c43704347689c36b5888172b5577580eb3721a8f1be1d456be856efab470225525c33cc6f23c2703a083b762f5cb7f2eecc3724878b75451b43151048be7dd4f351f9ebe6da32f86483fef15fe69c53df59ada3c26a18b4f64c460705dd50f7d74f9029295c3fb9d6e785424d25962937c89a43737e666b935792ef43c09c24944fe488f823bb170affe7cb../heartbeat/NodeUtilizationservicepacemaker-3.2.rngrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootroothaclusterhaclusterhaclusterhaclusterhaclusterroothaclientrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootroothaclienthaclienthaclienthaclienthaclientpacemaker-2.0.1+20190417.13d370ca9-lp151.2.15.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)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libcib.so.27()(64bit)libcrmcluster.so.29()(64bit)libcrmcommon.so.34()(64bit)libcrmservice.so.28()(64bit)libglib-2.0.so.0()(64bit)liblrmd.so.28()(64bit)libncurses.so.6()(64bit)libncurses.so.6(NCURSEST6_5.7.20081102)(64bit)libpacemaker.so.1()(64bit)libpacemaker3libpe_rules.so.26()(64bit)libpe_status.so.28()(64bit)libqb.so.20()(64bit)libstonithd.so.26()(64bit)libtinfo.so.6()(64bit)libtinfo.so.6(NCURSES6_TINFO_5.0.19991023)(64bit)libtinfo.so.6(NCURSES6_TINFO_5.7.20081102)(64bit)logrotateperl-TimeDateprocpspsmiscrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.0.1+20190417.13d370ca9-lp151.2.15.12.0.1+20190417.13d370ca9-lp151.2.15.13.0.4-14.6.0-14.0-15.2-14.14.1^>@^I^^^H^H^@^0"@^g@]@]@],j\Q\Ɋ@\8\f\,@\@\\\\\@\@\~d\w@\R@\N\J@\I\E@ZYan Gao Yan Gao Yan Gao Yan Gao Yan Gao Yan Gao Yan Gao Yan Gao Yan Gao Yan Gao Yan Gao Yan Gao Yan Gao Yan Gao Yan Gao Yan Gao Yan Gao Jan Engelhardt Yan Gao Yan Gao Yan Gao Yan Gao Yan Gao Yan Gao Yan Gao ygao@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.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- fencer: avoid possible use-of-NULL when parsing metadata (bsc#1171372) * bsc#1171372-0011-Fix-fencer-avoid-possible-use-of-NULL-when-parsing-m.patch - libstonithd: make the assert message from stonith__device_parameter_flags() more clear (bsc#1171372) * bsc#1171372-0010-Refactor-libstonithd-make-the-assert-message-from-st.patch- libstonithd: respect `pcmk_host_argument=none` on `validate` (bsc#1171372) * bsc#1171372-0009-Fix-libstonithd-respect-pcmk_host_argument-none-on-v.patch - libstonithd: add `port` or `plug` parameter according to metadata on `validate` if no `pcmk_host_argument` specified (bsc#1171372) * bsc#1171372-0008-Fix-libstonithd-add-port-or-plug-parameter-according.patch - Pacemaker Explained: update the default value and the description of `pcmk_host_argument` (bsc#1171372) * bsc#1171372-0007-Doc-Pacemaker-Explained-update-the-default-value-and.patch - fencer: add `port` or `plug` parameter according to metadata for RHCS-style fence-agents (bsc#1171372) * bsc#1171372-0006-Fix-fencer-add-port-or-plug-parameter-according-to-m.patch - libstonithd: add function to check supported parameters according to the metadata of a fence agent (bsc#1171372) * bsc#1171372-0005-Refactor-libstonithd-add-function-to-check-supported.patch- stonith_admin: --delay is an optional option for --fence/--unfence/--reboot commands (jsc#ECO-1611, jsc#SLE-12237) * jsc#ECO-1611-0017-Doc-stonith_admin-delay-is-an-optional-option-for-fe.patch - controller: avoid possible use-of-NULL on logging fencing message (jsc#ECO-1611, jsc#SLE-12237) * jsc#ECO-1611-0016-Fix-controller-avoid-possible-use-of-NULL-on-logging.patch- cts: add `plug` parameter for fence_dummy agent (bsc#1171372) * bsc#1171372-0004-Test-cts-add-plug-parameter-for-fence_dummy-agent.patch - libstonithd: `plug` parameter of RHCS-style fence-agents is shown as non-required in the metadata (bsc#1171372) * bsc#1171372-0003-Fix-libstonithd-plug-parameter-of-RHCS-style-fence-a.patch - libstonithd: `action` parameter of RHCS-style fence-agents is shown as non-required in the metadata (bsc#1171372) * bsc#1171372-0002-Fix-libstonithd-action-parameter-of-RHCS-style-fence.patch - libstonithd: functionize fudging metadata of RHCS-style agent to make specific parameter non-required (bsc#1171372) * bsc#1171372-0001-Refactor-libstonithd-functionize-fudging-metadata-of.patch- fencer: update cpg_topology_delay test to also verify pcmk_delay_base is added (jsc#ECO-1611, jsc#SLE-12237) * jsc#ECO-1611-0015-Test-fencer-update-cpg_topology_delay-test-to-also-v.patch - controller: requested priority fencing delay defaults to 0 (jsc#ECO-1611, jsc#SLE-12237) * jsc#ECO-1611-0014-Feature-controller-requested-priority-fencing-delay-.patch - stonith_admin: --delay option defaults to 0 (jsc#ECO-1611, jsc#SLE-12237) * jsc#ECO-1611-0013-Feature-stonith_admin-delay-option-defaults-to-0.patch - fencer: any delays from pcmk_delay_base/max are added to requested fencing delay (jsc#ECO-1611, jsc#SLE-12237) * jsc#ECO-1611-0012-Feature-fencer-any-delays-from-pcmk_delay_base-max-a.patch - scheduler: do not differentiate the case where all the nodes have equal priority (jsc#ECO-1611, jsc#SLE-12237) * jsc#ECO-1611-0011-Feature-scheduler-do-not-differentiate-the-case-wher.patch - scheduler: priority-fencing-delay defaults to 0 meaning disabled (jsc#ECO-1611, jsc#SLE-12237) * jsc#ECO-1611-0010-Feature-scheduler-priority-fencing-delay-defaults-to.patch- Pacemaker Explained: document priority-fencing-delay cluster option (jsc#ECO-1611, jsc#SLE-12237) * jsc#ECO-1611-0009-Doc-Pacemaker-Explained-document-priority-fencing-de.patch - fencer: add cpg_topology_delay test to verify enforced fencing delay with fencing topology (jsc#ECO-1611, jsc#SLE-12237) * jsc#ECO-1611-0008-Test-fencer-add-cpg_topology_delay-test-to-verify-en.patch - fencer: handle any enforced fencing delay (jsc#ECO-1611, jsc#SLE-12237) * jsc#ECO-1611-0007-Feature-fencer-handle-any-enforced-fencing-delay.patch - stonith_admin: add --delay option to support enforced fencing delay (jsc#ECO-1611, jsc#SLE-12237) * jsc#ECO-1611-0006-Feature-stonith_admin-add-delay-option-to-support-en.patch - controller: request fencing with any enforced priority fencing delay (jsc#ECO-1611, jsc#SLE-12237) * jsc#ECO-1611-0005-Feature-controller-request-fencing-with-any-enforced.patch - libstonithd: introduce fence_with_delay() operation (jsc#ECO-1611, jsc#SLE-12237) * jsc#ECO-1611-0004-Feature-libstonithd-introduce-fence_with_delay-opera.patch - scheduler: add regression test for priority-fencing-delay (jsc#ECO-1611, jsc#SLE-12237) * jsc#ECO-1611-0003-Test-scheduler-add-regression-test-for-priority-fenc.patch - scheduler: implement priority-fencing-delay (jsc#ECO-1611, jsc#SLE-12237) * jsc#ECO-1611-0002-Feature-scheduler-implement-priority-fencing-delay.patch - scheduler: add priority-fencing-delay cluster option (jsc#ECO-1611, jsc#SLE-12237) * jsc#ECO-1611-0001-Feature-scheduler-add-priority-fencing-delay-cluster.patch- libcrmcluster: use uint64_t type for corosync ringid (membership id) when updating node state (bsc#1168771) * bsc#1168771-0001-Fix-libcrmcluster-use-uint64_t-type-for-corosync-rin.patch- get ready for implicit -fno-common with upcoming GCC 10 (bsc#1160410) * bsc#1160410-0001-Build-get-ready-for-implicit-fno-common-with-upcomin.patch- attrd: properly declare global variables as extern in header (bsc#1160410) * bsc#1160410-0001-Refactor-attrd-properly-declare-global-variables-as-.patch- scheduler: make sure cluster-wide maintenance-mode=true overrides per-resource settings (bsc#1154881) * bsc#1154881-0001-Fix-scheduler-make-sure-cluster-wide-maintenance-mod.patch- cts: ComponentFail: killed corosync doesn't respawn immediatelly. * 0001-Test-cts-ComponentFail-killed-corosync-doesn-t-respa.patch - fencer: improved log messages regarding fencing actions (bsc#1151007) * bsc#1151007-0005-Log-fencer-improved-log-messages-regarding-fencing-a.patch - fencer: no need to check the length of a non-empty list for pending fencing actions (bsc#1151007) * bsc#1151007-0004-Refactor-fencer-no-need-to-check-the-length-of-a-non.patch - fencer: Indicate fencing target in the logs when scheduling and executing fencing command (bsc#1151007) * bsc#1151007-0003-Log-fencer-Indicate-fencing-target-in-the-logs-when-.patch - fencer: Make sure concurrent fencing commands get triggered to execute (bsc#1151007) * bsc#1151007-0002-Fix-fencer-Make-sure-concurrent-fencing-commands-get.patch - fencer: Don't let a fencing command with a long delay block any other commands pending on the device (bsc#1151007) * bsc#1151007-0001-Fix-fencer-Don-t-let-a-fencing-command-with-a-long-d.patch- 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- stonith_admin --help: specify the usage of --cleanup (bsc#1135317) * bsc#1135317-0001-Low-stonith_admin-help-specify-the-usage-of-cleanup.patch - controller: confirm cancel of failed monitors (bsc#1133866) * bsc#1133866-0001-Fix-controller-confirm-cancel-of-failed-monitors.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-0001-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-0001-Fix-libcrmcommon-avoid-use-of-NULL-when-checking-whe.patch- Update to version 2.0.1+20190417.13d370ca9: - controld: fix possible NULL pointer dereference (bsc#1131353, bsc#1131356) - pacemakerd vs. IPC/procfs confused deputy authenticity issue (CVE-2018-16877, bsc#1131356) (CVE-2018-16878, bsc#1131353) - libservices: fix use-after-free wrt. alert handling (CVE-2019-3885, bsc#1131357) - executor: systemd starts should return UNKNOWN_ERROR instead of NOT_RUNNING - pacemaker-remoted: improve proxy accept failure message - executor: consider stonith resource stopped only if stop succeeded - executor: improve stonith operation rc and status mapping - executor: reschedule recurring stonith monitor if not connected - executor: put recurring stonith failsafe stop in correct place- Rebase: bug-728579_pacemaker-stonith-dev-id.patch - Revert "use common service interface for fence-agents and RAs" (bsc#1132123) * 0002-Revert-use-common-service-interface-for-fence-agents.patch - Revert "service-lib: avoid call-pattern leading to use-after-free" * 0001-Revert-Fix-service-lib-avoid-call-pattern-leading-to.patch- Update to version 2.0.1+20190408.1b68da8e8: - scheduler: avoid error log in harmless situation - libcrmcommon: use INT_MIN/INT_MAX instead of -1 for out-of-range integers - service-lib: avoid call-pattern leading to use-after-free - libp-i: Renamed to libpacemaker.- Drop %if..%endif guards around %packages which does not affect the build result.- spec: no need to explicitly require the virtual dependency on libqb- Rebase: * bug-728579_pacemaker-stonith-dev-id.patch - Update to version 2.0.1+20190402.e091f4f0c: - scheduler: one group stop shouldn't make another required - libcrmcommon: compare_version: drop superfluous heap allocation - libfencing: enumerate installed RHCS-style agents alpha-sorted - xml diff'ing: prevent 'id' attribute reordering in "diff-removed" - libcrmcommon: downplay "Creating RNG parser context" as debug prio - controller: improve failed recurring action messages - controller: improve lost action logs - use common service interface for fence-agents and RAs - libcrmcommon: allow whitespace in name/value pairs - libcrmcommon: pcmk_nvpair_t should handle NULL values- Update to version 2.0.1+20190312.059e2e26b: - spec: move stonith_admin to -cli where it belongs - tools: Add crm_rule.- Update to version 2.0.1+20190311.e91ee92e5: - libfencing: Change return type on stonith_agent_exists. - scheduler: cl#5301 - respect order constraints when relevant resources are being probed (bsc#1117934, bsc#1128374)- Update to version 2.0.1+20190304.1ac166cd3: - build: Update pkgconfig files for libpe. - libp-i: Add a pkgconfig file for libp-i. - libs: Rename libpengine to libpacemaker-internal. - tools: Add new validate options to crm_resource. - Add HealthIOWait provider which checks hosts's IOWait - tools: crm_resource --clear should print out what it does- Update to version 2.0.1+20190304.9e909a5bd (Pacemaker-2.0.1): - libcrmcommon: complete interrupted live migrations correctly- Update to version 2.0.0+20190225.22ee9a769: - scheduler: skip all native constraints for unmanaged resources - scheduler: sort nodes when creating constraints- Update to version 2.0.0+20190130.57cc9c14b: - CTS: really don't require nodes to be specified if listing tests (bsc#1114840) - controller: really avoid closing attrd IPC for temporary failures - controller: clear election dampening when DC is lost- Update to version 2.0.0+20190125.788ee2c49: - attrd: clear election dampening when the writer leaves - libcrmcluster: *really* write only one election storm black box - attrd: log previous writer *before* clearing it- Update to version 2.0.0+20190124.c3c9c6e66: - scheduler: don't order non-DC shutdowns before DC fencing - scheduler: improve fence action ordering - scheduler: don't disable waiting for DC fencing - libcrmservice: cancel DBus call when cancelling systemd/upstart actions - libcrmservice: null-terminate string *before* printing it - libcrmservice: improve logs when cleaning up an operation - spec: add hint about sbd compatibility- Update to version 2.0.0+20190122.3f993c74f: - crm_mon: remove duplicity of fence-action-state in xml-output - cts: temporarily disable any enabled cluster serivces when running remote tests - cts: service counts as enabled only if it's explicitly enabled- Update to version 2.0.0+20190111.750c5bd01: - cts-exec: still run the tests for the other resource classes even without python systemd bindings (bsc#1121808)- Update to version 2.0.0+20190111.f07d766f3: - controller: directly acknowledge unrecordable operation results - resources: clean serialized file on SIGTERM in Dummy - libcrmcommon: downgrade empty output logging to trace level- Update to version 2.0.0+20190110.7bbbeb6f6: - tools: Clear all prefer constraints when performing a move (bsc#1155290) - tools: Fix moving a resource with a lifetime constraint (bsc#1155290) - attrd: check for alert changes after CIB is replaced - attrd: start new election if writer is lost - attrd: handle shutdown more cleanly - attrd: don't start a new election when receiving a client update - attrd: clear lost updates - attrd: don't delay re-attempted writes unless original failed - attrd: connect to the CIB before connecting the cluster- Update to version 2.0.0+20190103.5b36d4e10: - scheduler: downgrade clone pre-allocation message - libpe_status: downgrade remote node fence-before-clear message - libpe_status: improve trace messages when finding actions - libpe_status: avoid use-after-free when logging at trace level - libpe_status: avoid double free of stop_needed list - tools: stonith_admin -I doesn't require an agent - pacemakerd,libcrmcommon: don't touch kernel.sysrq - fencing: use next device's name where intended - tools: Implement crm_resource --expired. - CTS: ignore monitor failures when testing remote node fencing - CTS: lower remote connection failure detection time - attrd: Ignoring delayed updating of attributes when integrating disjointed clusters without stonith. - pacemakerd: only one active process check needed - cts: use bash in the pacemaker-cts-dummyd - cts: clear constraints on cluster nodes (bsc#1121272) - cts: resume any possibly frozen pacemaker_remoted when cleaning up the test (bsc#1121272) - cts: simulate failure of pacemaker_remoted by freezing it with SIGSTOP (bsc#1121272) - scheduler: order resource moves after connection starts - scheduler: get rid of now-unused stonith_complete pseudo-action - scheduler: get rid of now-unused all_stopped pseudo-action - scheduler: order start after particular stonith op - controller: be more tolerant of malformed executor events - scheduler: don't send clone notifications to a stopped remote node - tools: avoid memory leak at failure exit in crm_resource --restart - controller: improve debug messages for remote connection events - CTS: don't require nodes to be specified if only listing tests (bsc#1114840) - tools: Remove extra newlines from crm_resource output. - tools: Change crm_resource output for attributes. - cts: set default number of iterations to 1 - crm_report: Add sanitize drbd to remove values of sensitive attributes. - crm_report: remove deprecated drbd-overview and add drbd configuration - scheduler: avoid container stop on wrong node - scheduler: check bundle remote connection actions properly - scheduler: downgrade addr replacement message - scheduler: don't trace implicit resource XML - spec: split -schemas standalone noarch package - pacemaker-fenced: fix easily plausible NULL pointer dereference - tools: crm_simulate -P should return consistent exit code - tools: end crm_ticket error messages with newline - libcrmcommon: make blackbox logger compatible with newer libqb - tools: make crm_verify return reliable exit codes - libpe_status: add constructor/destructor for pe_working_set_t- Update to version 2.0.0+20181108.62ffcafbc: - fenced: trigger device-update on resource-defaults changed - fenced: adhere meta-attributes when triggering device-update- Update to version 2.0.0+20181105.fb362c0c9: - scheduler: formally deprecate score in rsc_order - pacemaker-remote: skip remote_config_check for guest-nodes- Update to version 2.0.0+20181101.a21fd0099: - rhbz#1644076 - Ensure the bundle stop/demote notifications are directed to the correct host - libcrmservice: override removal failure is not a problem - libcrmcommon,execd: pass remaining timeout to drain function - tools: log user-specified time correctly in crm_simulate - libcrmcluster: log microseconds sensibly - libcrmservice: order systemd resources relative to pacemaker_remote - scheduler: order guest pseudo-fencing properly after clean-up - scheduler: avoid unnecessary recovery of cleaned guest nodes - scheduler: improve bundle address fixing messages - attrd: record tentative writer only if election not already lost - attrd: skip election check if peer election op had error - attrd: disregard lost nodes' election votes - attrd: improve election messages - attrd: initialize election before broadcasting protocol - controller: remove node's vote as soon as it is inactive - controller: don't register DC input twice - controller: don't stop election timer for nonexistent election - controller: improve election messages - libcrmcluster: don't write more than one election storm black box - libcrmcluster: only count no-vote if an election is in progress - libcrmcluster: validate election cluster messages better - libcrmcluster: improve election log messages- Update to version 2.0.0+20181012.dc40c8037: - schedulerd: Improve internal bundle ordering - execd: Allow the SBD check to be explicitly disabled for bundles - fenced: Handle fencing requested with nodeid by utilizing the membership cache of known nodes (bsc#1094208, bsc#1107270, bsc#974108) * Drop merged bsc-1094208-Refactor-fenced-Handle-fencing-requested-with-nodeid.patch - controld: able to manually confirm unseen nodes are down (bsc#1094208, bsc#1107270) * Drop merged bsc-1094208-Fix-controld-able-to-manually-confirm-unseen-nodes-a.patch- fenced: Handle fencing requested with nodeid by utilizing the membership cache of known nodes (bsc#1094208, bsc#1107270, bsc#974108) * bsc-1094208-Refactor-fenced-Handle-fencing-requested-with-nodeid.patch - controld: able to manually confirm unseen nodes are down (bsc#1094208, bsc#1107270) * bsc-1094208-Fix-controld-able-to-manually-confirm-unseen-nodes-a.patch- Update to version 2.0.0+20180927.b67d8d0de: - logrotate: set a maximum size for logs - tools: ensure crm_resource --force-* commands get stderr messages - libcrmcommon: properly check whether resource supports parameters - tools: "return" from crm_mon after calling functions that don't - alerts: send all MIB OIDs with all SNMP alerts - resource-agents: add "s"-suffix where missing in metadata - libcommon: do not write to /proc/sys/kernel/sysrq when unneeded - pacemaker-based: drop declared, errant option never backed in tree - crm_mon: don't exit directly from cib_connect on error - scheduler: honor asymmetric orderings even when restarting- Update to version 2.0.0+20180911.b7803d27c: - libcrmcommon: allow configurable bounds for DH prime length - CIB,executor: improve remote server-side messages - CIB: give more detail when TLS handshake fails - libcrmcommon: get DH prime bit length from GnuTLS API - libcrmcommon: improve TLS session initialization failure handling - CIB: raise exit escalation timer to 10s - cts,tools: make static analysis happy - crm_mon: no sense in having --as-xml in daemon-mode - attrd: Adding the ignore_delay parameter to reduce the number of scans of the attribute hash table. - crm_mon: rhbz#1625231 - disable fence-history in file-mode- Update to version 2.0.0+20180831.e41c7d6d6: - XML: schemas.c: ensure proper upgrade-enter fallback & guard strdup arg - controller: trigger join after both peer and join notifications - controller: handle shutdown completion only when needed - libcrmcluster: reset "when lost" when a peer becomes a member - libcrmcluster: improve CPG membership messages - controller: improve membership messages - stonith-history: keep history recorded within boundaries - tools: crm_resource -C should wait for all replies (bsc#1140519) - libcrmcommon: explicitly include stdint.h in util.h (bsc#1108303) - attrd: improve log messages - attrd: delay re-attempted writes - crm_mon: in case of html-output avoid missleading output - tools: make crm_resource messages tool-agnostic - scheduler: show promotable clones as "(promotable)" rather than "Master/Slave" - tools: make crm_resource --lifetime specify rule with local time zone - crm_mon: rhbz1419548: show standby-node with active resources - crm_mon: rhbz#1486869 - common language on connection-errors - avoid possible printf vs. scanf format specifiers disrepancy - also utilize configured format specifiers serving uint32_t - configure: fix overkill format specifier serving uint64_t check - controller: shut down DC if unable to update node attributes - libcrmcommon: assume unprivileged user if can't get user info - libcrmcommon,libcib: improve messages when unable to get user info - Initial podman support - scheduler: sort node names with leading zeroes - scheduler: add regression test for anonymous instance numbering - fenced: g_hash_table_insert has no returnvalue till glib 2.40 - scheduler: sort node names numerically and case-insensitively - scheduler: Act on clone instances in numerical order - scheduler: assign anonymous clone instances properly - scheduler: print pending node if no active node - scheduler: print clone instances individually when action is pending - stonith-API: free history reply in client - controller: avoid error message if node state not known in peer callback - tools: document crm_master -r option - stonith_admin: no sense in calling without action option - fence-API: empty history-query-reply is OK without history-tag - scheduler: reword messages when finding anonymous clone instances - scheduler: make inc6 regression test input more sane - tools: simulation should use same history name as live cluster - scheduler: avoid unnecessary probe loop for anonymous clones - scheduler: improve efficiency of checking for clone instance on node - scheduler: never probe more than a single instance for anonymous clones - crm_mon: default to showing pending fence actions - tools: already latest schema is not failure for cibadmin --upgrade - pacemaker-based: inform originator of CIB upgrade failure - controller: set exit-reason when faking failure - crm_mon: default to showing fence-failures - fence-history: automatically sync history - crm_mon: use new fence-history notifications - fence-history: add cleanup & sync & history-notify - RPM: don't package servicelog-related binaries - agents: remove references to corosync plugin daemons from controld meta-data - controller: log variables *after* setting them - cts-scheduler: add test for forced anonymous clone - scheduler: clear globally-unique correctly when forcing anonymous - scheduler: respect lower clone-max for forced anonymous clones - scheduler: reword force-anonymous message - scheduler: only some agent standards support unique clones - controld: No update by already confirmed events. - Present exec_time in event environment- Update to version 2.0.0+20180726.3d81c89b8: - Shutdown corosync after a fatal error - tools: ipmiservicelogd FTBFS on ppc64le - tools: notifyServicelogEvent FTBFS on ppc64le - tools: detect CIB directory correctly - tools: avoid memory leak when crm_resource checks resource - controller: avoid any chance of use-of-NULL when doing LRM op - resources: controld doesn't need to check for corosync 1 plugin - resources: use correct variable name in Stateful - cts-scheduler: restore ability to pass arguments to single test run - resources: use ocf_is_true in SysInfo - spec: drop superfluous dependency of -libs-devel on -cts - tools: update URL in crm_simulate help - crm_mon: rhbz#1461964 - add fence history features (bsc#968055)- Update to version 2.0.0+20180706.8cf3fe749 (Pacemaker-2.0.0): - tools: Multiple -V increase debug level (#1526) - scheduler: clarify multiple-anonymous-instances message - scheduler: avoid use-after-free when on-fail=block - controller: add node name to meta-data call environment - controller: filter certain synthesized failures from CIB - controller: filter certain action timeouts from CIB - controller: don't record pending notifies in CIB - executor: cancel recurring monitors if fence device registration is lost - controller: avoid memory leak if start-up fails - XML: schemas.c: fix possible memleak + less magic with numeric constants - tools: stonith_admin -h/-H options are queries - libstonithd: avoid memory leak when getting meta-data - XML: resources-3.1.rng: relaxed schema after tight upgrade enforcement - XML: schemas.c: take severities of XSLT messages into account properly - XML: assets/upgrade-2.10-htmldiff.xsl: express message severity visually - XML: upgrade-2.10{,-leave}.rng: distinguish message severity - XML: upgrade-2.10-roundtrip.xsl et al.: new tests incl. browser view - XML: upgrade-2.10.xsl: simplify thanks to diehard assumptions wrt. input - XML: upgrade-2.10-leave.xsl: post-upgrade output restoring stylesheet - XML: upgrade-2.10-enter.xsl: pre-upgrade input normalizing stylesheet - XML: schemas.c: implement & employ full round-trip apply_upgrade - XML: schemas.c: switch to using add_schema_by_version - XML: schemas.c: prepare the ground for unfold-transform-refold logic - XML: schemas.c: crm_schema_init: simplify for/break, call add_schema 1x - XML: schemas.c: shortcut upgrade transformation when not needed - st_client, stonith_admin: cleanup memory of stonith-history - XML: cib_ops.c: make use of cib_verbose flag for RNG/XSLT handling - XML: xml_internal.h: accept changing priority over particular chunks - CIB: no schema violating oversimplified patching with @id-ref - schemas.c: cleanup XSLT extension modules' data and whatnot - spec: move crm_node to -cli package - attrd: support removing node by ID - tools: query controller for crm_node -n - controller: add CRM_OP_NODE_INFO operation - xml.c: fix cleaning of own vs. XSLT's XML node's _private load - xml.c: properly "staticize" or drop eligible functions - scheduler: print to stdout when appropriate - tools: treat INFINITY correctly in crm_failcount - libcrmservice: support mount, path, and timer systemd unit types - libcrmcluster: avoid use-of-NULL when searching for remote node (bsc#1128772) - spec: add procps-ng & psmisc dependencies as suitable - libcrmcommon: lower maximum IPC flush delay to 1.5 seconds - CTS: fix python3 usage - libstonithd: show error if agent not found for meta-data call - fencing: add stonith_admin --validate option - libstonithd: add client API for device validation - based_callbacks.c: restore -Werror buildability, avoid truncation - tools: handle stonith_admin exit codes better - tools: stonith_admin should print error if stonithd connection fails - tools: improve stonith meta-data error messages- Update to version 1.1.18+20180531.63ff11d35: - scheduler: ensure orphaned recurring monitors have interval set - scheduler: improve action creation messages - XML: regression.sh + upgrade-2.10.xsl + test-2: browser-based test drive - XML: upgrade-2.10.xsl: use namespacing and/or modes for easier mash-ups - XML: regression.sh + upgrade-detail.xsl: fix minor cosmetic issues - scheduler: "requires" shouldn't apply to guest node fencing - libpe_status: handle "requires" properly for anonymous clones - scheduler: avoid unnecessary delay of start actions - scheduler: order implicit actions more strictly - all: prefer appropriate node when multiply active - libpe_status: find active instances properly according to requires - libpe_status: handle pending migrations correctly - tools: correctly check crm_resource --move for master role - scheduler: update wiki URL in log message - libcrmcommon: use proper IPC buffer size when reading - CIB manager: improve notification failure messages - liblrmd: improve TLS key reading - XML: upgrade-2.10.xsl: rsc op instance_attrs [2/2]: remaining meta attrs - XML: upgrade-2.10.xsl: rsc op instance_attrs [1/2]: meta-like requires - XML: upgrade-2.10.xsl: resource meta_attributes: in-situ exchange - XML: upgrade-2.10.xsl: simplify "should diagnostics be emitted" decision - XML: upgrade-2.10.xsl: related commits in "./regression.sh -X" output - XML: regression.sh + upgrade-2.10.xsl: remove commented out leftovers - XML: resources-3.0.rng: omit "isolation*" resource meta_attributes - XML: upgrade-2.10.xsl: normalize indentation of new rsc meta attributes - executor: give more detail when TLS handshake fails - fenced: be more paranoid about freeing memory - cts: use python2/3-compatible comparison- Update to version 1.1.18+20180517.adf4d77b8: - spec: unify quoting in {pre,post}* scriptlets' action soliciting - spec: add a simple retention of pre-existing log move targets - libcrmcommon,libcrmcluster,liblrmd: recognize daemons under new names - XML: upgrade-2.10.xsl: resource meta_attributes: tweak diagnostic msg - XML: upgrade-2.10.xsl: re-apply on scheduler CTS test cases - XML: upgrade-2.10.xsl: resource meta_attributes: validity conformance- Update to version 1.1.18+20180511.acd8ff5a7: - execd: avoid memory leak when testing remote key - cts-scheduler: avoid unsupported usage of requires - controld: avoid memory leak when synthesizing failure - XML: upgrade-2.10.xsl: resource meta_attributes: isolation* items - XML: upgrade-2.10.xsl: make diagnostics more direct wrt. context - XML: upgrade-2.10.xsl: remaining "marking" space with op meta_attributes - XML: upgrade-2.10.xsl: simplify 2/2: HelperIdentity, no INNER-RECURSION - XML: upgrade-2.10.xsl: simplify 1/2: resource instance_attributes - XML: regression.sh: avoid doubts when tests expected at stdin with '-' - XML: regression.sh: modularize "XSLT processor", allow substitutes - tools: improve error messages from crm_resource --move - tools: use output redirection correctly in crm_standby - tools: handle multiple values properly in crm_attribute - tools: bash portability issue in crm_failcount - libcrmservice: don't consider a cancelled recurring operation as failed - tools: cibsecret checks pacemaker-controld instead of crmd - tools: cibsecret --help/--version doesn't require cluster to be running (bsc#1102915) - spec: package cts-exec-helper with main package instead of -cli - spec: move old logs after upgrade - scheduler: improve failed op message - libcrmservice: find absolute paths when used with "service:" - libcrmservice: separate LSB-specific code into own source files - execd: handle systemd actions correctly when used with "service:"- Update to version 1.1.18+20180504.70fe3d6e9: - all: take advantage of new libqb features - contoller,scheduler: guard hash table deletes (bsc#1136712) - controller: don't abort after delay if we're no longer DC - libcrmcommon,pacemakerd: kernel task name is at most 15 characters - cts: install dummy systemd daemon via helper script - cts: externalize log watcher script - Maint: make systemctl react to pacemaker-remote as with underscored one - make some old daemon references traceable with "man -K OLDNAME" - io.c: restore -Werror buildability, put conversion specifier last- Update to version 1.1.18+20180430.c0d7ba798: - libcrmcommon: avoid memory leak on failed IPC send - daemons: add configure option to create links at old daemon names - controld: rename "crmd-*" cluster options - all: change log file message format - daemons: improve connection loss messages - libcrmcommon: improve connection loss message - pacemaker_remote: correct documentation URL in systemd unit file - libcrmcommon: check file/directory writability better - spec: no more buildroot XML to modify - cib: rename cib daemon to pacemaker-based - cts-stonithd: rename cts-stonithd to cts-fencing - fenced: rename stonith-test to cts-fence-helper - fencing: rename stonithd to pacemaker-fenced - rename cts-pengine to cts-scheduler - pengine: rename pengine daemon to pacemaker-schedulerd - crmd: rename crmd daemon to pacemaker-controld - pacemaker-execd: rename pacemaker_remoted to pacemaker-remoted - rename cts-lrmd to cts-exec - pacemaker-execd: rename lrmd_test to cts-exec-helper - lrmd: rename lrmd daemon to pacemaker-execd - attrd: rename attrd daemon to pacemaker-attrd- 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/shcloud130 1603898289  !"#$%&'()*+,-./0123456789:;<=@CDMNQRSTUVWXYZ[\]^_`chijknopwxyz{|}~ 2.0.1+20190417.13d370ca9-lp151.2.15.12.0.1+20190417.13d370ca9-lp151.2.15.12.0.1+20190417.13d370ca9-lp151.2.15.1 pacemakerpacemakerocfresource.dpacemakerClusterMonDummyHealthCPUHealthIOWaitHealthSMARTNodeUtilizationStatefulSysInfoSystemHealthattributeifspeedpingpingdcrm_mon.serviceattrd_updatercibadmincrm_attributecrm_diffcrm_errorcrm_failcountcrm_mastercrm_moncrm_nodecrm_reportcrm_report.pacemakercrm_resourcecrm_rulecrm_shadowcrm_simulatecrm_standbycrm_ticketcrm_verifycrmadminiso8601rccrm_monstonith_adminpacemaker-cliCOPYINGChangeLogsysconfig.crm_monsysconfig.pacemakerocf_pacemaker_ClusterMon.7.gzocf_pacemaker_Dummy.7.gzocf_pacemaker_HealthCPU.7.gzocf_pacemaker_HealthIOWait.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_node.8.gzcrm_report.8.gzcrm_resource.8.gzcrm_rule.8.gzcrm_shadow.8.gzcrm_simulate.8.gzcrm_standby.8.gzcrm_ticket.8.gzcrm_verify.8.gzcrmadmin.8.gziso8601.8.gzstonith_admin.8.gzpacemakeracls-1.2.rngacls-2.0.rngalerts-2.10.rngalerts-2.5.rngalerts-2.9.rngcib-1.0.rngcib-1.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-3.1.rngpacemaker-3.2.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.rngresources-3.1.rngresources-3.2.rngrule-2.9.rngrule.rngscore.rngstatus-1.0.rngtags-1.3.rngupgrade-1.3.xslupgrade-2.10-enter.xslupgrade-2.10-leave.xslupgrade-2.10.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/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:14775/openSUSE_Leap_15.1_Update/24d419b5ff62d40efe5bc494584878dc-pacemaker.openSUSE_Leap_15.1_Updatecpioxz5x86_64-suse-linux  ASCII textdirectoryBourne-Again shell script, ISO-8859 text executablePOSIX shell script, ISO-8859 text executablePOSIX shell script, ASCII text executableBourne-Again shell script, ASCII text executableELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=9c77bfc95f69df334f9462debdceaa0c36e3e95f, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=3e4e2624d7ed1e8bc8e57ff58463bfe52f41f4c3, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=2838d1e31b8be4954ec99ae5b2c5b43a89c9d4b2, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=64a697aad0110e8a0d12caab5fa2132182b790e3, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=1d357b6a74b006a9242b5d41acad81e789a49f49, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=edd1c6656dffaee9e326a20228a2640cb7eab1af, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=46e3fc6b9858ca171b22175d2e1408702151b1d8, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=75b282a211d497a6973fe7a93c426933ed7ff529, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=41568e4fc8a6caa6b6637245155b85e89d36ae00, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=aaabc7010c104716eab30af98444dbc340376152, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=9ae3233aec6f10903c5e7d51afafd8ab9571882d, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=d70595c40d001080ea68f15cb6440bdda39e70a9, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=fe57cbf061216eedbe938335205b7b181ed2ec9a, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=0e12f0e4211d74f94c0fee48207598aee6168105, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=79d17cd0cd8898cc4146f729493c310835253657, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=7b57749f832e5e685d9fe8a2c08c1988faaa35b5, for GNU/Linux 3.2.0, 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 textAlgol 68 source, ASCII text %*+,=EFGU]blmw  RRRRRRRRRRRRR R RRRR R R RRRRR R RR RRRR R R RRRR R R RRRRRRRR R R R RRRR RRRRRRR R R R RRRRRRR R R RRRRRRR RRRRR R R RRRRRR R R RRR R R RRR RRRRRR R R RRR RRRRR R RRR RRRR R R R RRRRR R RRRR R R RRRRR~f7 t]utf-8d4f6968513b8d620c1d9bf31f08c34586ec14d2c7bd38b7edf1f7a9a22a5c158?7zXZ !t/-] crv(vX0Fsi-$v 2V]T2m8& LDı[ȕ]}Lb޺&m&䦦#nm#~D/TvE>JCMBf&"vuhT~u E}QgEˑhe𱷸<@y~;Yb|bl9Cַf=ZQqZŶ,av`@<(SOKRa8\ ֲ?`D43.e\-+?μ8UW+@-hC7=ɛGêTI6GOT/5 [x 7x+2#*߬")X61uÜZ\eвA0B% 9 mR-`M~ O[AX:Rȣ7q#g \f$~WLB5l:I{Hp7bQ~GVU2Ȍ{`I]/ANlFQZ5GBBRj07~Q,Q"R*2C ȈD& m(˙hs^ i!R:o| snV!8AbDBqO1^ƭCYdR*7QilHI #\6pImHW\Yiqwd4n^NZl~ dIb}eެ[K%V4kJ#Z]K5tUӌZwz1I[v䌼J~p$ߏ@E5}OglCRXkWu^&7#`=A;)|/XJ&jCuT&1{Uj&y @É B-En6V}ӽEKXT%.dl^<$}re=J3Dl+' F.د]lUVbUdИ1L$afKj:)-b\K[ڊl9_IQrH?|_in)Hk1wDĖ۪Q; H4ߊE?݅}Y:+F>"r~OGE_̬8#IN&?Ǵ!*c"u@'WDZL=l {DtDSR5"EƮM `hzD@IQt VVe{ssU%BƤu fL s( J= s]{\(Ve}ʴ&8#w ţ8-F1/Ǔpj}[ވeӯ0Qa/ۈT6bCϵOf}@GpZ[8Zo}LZ0d> wbQL:x*ϭ9 AS]ʰ{Hn&?B i0OۈK}4ECn%4q?^ܨ {9Ebc".[//Qb) 05V=z|@dnE?ZIwnϔhDX8{s'\:ˡK Vͭ}V'u DZy8+\ĥQ_~Fw 0Pp`;kuCJ ?g?*awM0q+[L6_<$қVٟMbS:l#Qo> [i-̗IЏT[x:D#r4mGkR@{п3?_Cs`6 @eL {W~/ Y3s`d`@99 ps|8*R_)[o<5CSema*ՑeȽ'h˨T<LS{fm . 9,M;Ɯ_\lޚEaZϏ׉5Ёn9PM6{e3-n5f|p[߯XuZO U ;].Ft4589LŽ 4T `07or@6%,kIGFvV?4z@1"(=SYOuq=>@Ze:\Sq@*lց%#;i`)$:Okthj\a@+:*( ym}%p j`ĢwIF :dnݹq|(W@vZpNHWSxZEL Lxsmǀl*i=8 Fi9϶"}ĵ٤ND07#[PU6Y:oh0 3Y:^$)͏;{{3^m9 :tTېYJ~V x?:l?WN 7oۘh>:"F^4Pb}ڇP+S~kg.a\胁DÐ R1(B3٘ZPo_^>:*O:= Oasp!YXW2rx~ɭX}q(̂@5b9/\dc!DS3`pX9I+^T&{.Mi`XG0em#y]T+G(m sslx<8l#;pWATD:<|(p8 i[yf~\[cC1?N2K=(]#P~z:&`j;iބh]=ȡsaSpX(ga9˙ Z Tڄ>`|s<:-VlutS;>SAw^Ls9QJKP@lr)bֳp|dO#==vemT9 þ-Sd^g08N_C5C7`&p"YV,FrT= Z(T N<T~= dVX#}qq韨"6E7Mc"n%ŏD\FRS6Yr=o'B*|:CPɝg>R:{0;tfԅ A~upIVhSx얾͏d4E<"Z? ̜v.CE%䍬Ekv$UcWN-.<9Ron~cXzЏ־b\SEN,ϥMt q7G7fث#'LRr3ޣCx0gݳlK18Uu7R md!:R?$JdWo V=_&g@tmEG%U_?-ˏriBFj9T3_ԇ.nGb쓏5 ?ѭW] / [xMlBz ؅tRY#"" U ):G< J) \ٖZX¼7A*>)v cdv"*q=Nmj<7>5cÑqB1ɛo e=LUa[W՜ ?w$ Exʃ3AA`E2O O+ `lUnmcS8@X! m,-OkX#é)#,}]:Oשmg}YNil=* ۤ C*U(8bCmU1i<}c RH QWfqYpzi_y^yodgq NBz4k|ъ!XXլ,2 lE6i29ӟR;| KY QiԹOUyY0^@Qs![[q 0ePw9`7N90;D6IE@?P&1ed4kumr5i8R/̍L4=AO4l~;5._Tb;Cܫ w7ee?]a J?5:=Q1nG<19\hHS\Ĵ|I`2 vފnNm[ {* 5]I3kj/]p͔ɦQ+TIBf :5eNwMQTWMwB܊U>T|Uf?L AQbjv)]XG˫lte3zB鳧Ʃ7H!LЩPY- 649z)EiExrS t9b`Ŵ: U<69$~S{@&cSw "$1@5R*ȶk8 (k{o\{@Am"G\+!rd LkvMu~[ڞ*=o dN;r7Lqޯz5[6rJL>i*iniW.Z# 3T 6 ^jM~\;xeXAi׮vc~XaO8&쟛X#H΅CuUXS$m|шT'go2G_MwCi+кC|;+, !PiʜYw3#HcVaNT6"/H]Zjob_*s-FltVwjynn = Uu \6ċ̘i KZˑ2FRI dG1eC-͗5%6^g 54`&gV"odzaJL>ShTTR&ɪĜ0LmIȤqt蓲=Vts&-)~ c`Q uݽBpW!'-fd/A(ϗ| J ^֤o8gi"eG#{DP`5 W.n֥oT21IvZ8VP1Y+4S[^x>~UT&&n kEpES7 sN۶M",]P .›G9Lr ((ks|#?4\RS&F0Ɩ8T^^ezd镙: KAY93)!GX)[|/fvKgH&5 2nvs7 ׫ :>^bW*yٍy8$R]VfDoBv}ɞ*>ՒqD;K)+VV-n}"ϊiԞ>.'Ov _1fsc? 5 =[S_ 7#o[-]:6e`Bޠ86F2섑Z_٨2/ߩGIa%3S6^vIpue !6R dˊ@z$nf䁻Q0D'S@5(^]!M Cg$҄ Hx3vYǶRk8ُqp4AzE%r] Vy'lc[^_۽}sik)'[:FkJ:ih>ؓ\C \%ѥ0,(6x80" ǧ`/oֈ5+NHaeah 3 nm;Wɍl!Jҩַ}M "ߺh[n V뵽_PH_C1t, #YS!ŲGv@>)9cW(| t`vYA exEiOIr|M/ηtԪm76MnmKm@sH*J2&TI_D׊@F.@}PډJW0MFϨY$]"qu/N0\:jZy5d =K.ш":4M>LJzѻHU !HNovT&z u4B7HA1Օd:%w={OQ` Nz=cuG*T*2) 7eVCge-p4p| 0_;C\͸S式_֊hy|4ϴd:E٫FhgSLE2IFOl:2* ڋ>AXƮbE;ɪ'GVb9E0FsVuƅeu)[%*Chd`q >>o'lH1^&9XaSmM© Sݢcv`wq|CWnqNvnGXOƩ0Ǩ вvGO2%]F]K1+A~ɞlj֭I'zn;-Ad^Vuf:yaf~\8ACK)Ƴ'W2ʛp#vvzu{#8yS!GW7LP@]eUI9^0CK3L!/b(f.zBhFZQbmٙ 0[FfeEt `"У܈KGظP=岮uC&={zAvt/`aϩd+/I^WZ Hi.wC^$ q2XO 7 )G6$*nc8d"h;#ͥW5yvi >: u;ۥ@r,c<$ WΦ UfRX=3?WK@z"R"rzh<$Z)TWFWLl0v>;ls>. $ ԮXV;h.KKCC* ~[/Ctd#9PJ+ uRU $Fnx7g?==DRB;cb԰jAzmOMvӵVLX:LWb *oҾRu[}Ǩ6}GIbj 8T:ЍAv|n^\YDDc{ >$u"'!˕S+BmdzE/Y~h# ^\`Q w]WG*9$Ol\;$PeX^S"RB&}k0;6ī6L.!cH)+ff?cbM7&QʺT?@l"Γa^wa_yR/ Ea%zn gfMTTOP+٫>fzB Vb(gxfNKRyJ]K !uU9p$tw.y̩CZ=AG>N6Vh* B7PĖ>{hLu^ mzU+rҴumuJ%̬8%F&a7l7 \%RP&!ˤ\lɶ2 : $)\)*q [ckIm$:2 ? laOA&-h::7># _Kg$Oo^n(8g{W-ߋ^s ؉mlpΓ霘Uv]X:\,U4͗HL [*&QKCe͢6 e`Y[,Up _@˖2DC}^ռw OU-uQ9@0~ʣZ"Qz+,%-WT9RZ>A:g7dww#Y5^Lܜ7.t/x(L@źdk`2<(v|KwCc`<=eg'&F}:B.$$kø]A[)|u)O]TԔ['βf``;^(6Yӳ5[H|0;ZEa o2="&Io¤׫",yVWQ[f.lC_y=فBl#'VѥybD"g4+OJ7ɹSF+T![;(&ZfM9kqJ;uY,NMS&TyIU,N~u+`;}Tܭr ԠȪ?pItAg#͎#1-'pSG""S;k\g߂E/J˦h}x"{aލ~0ʷqu8MpUQG)6|.?#3 s'w𙍲|@%^8A6(s3R|qu-ɮmyMn͇S҄w@A9nb7sM/`aP/F<#Q)]tT=pf-emh3Cj10憖*T e&Ȝak8Zj:jbo w,tPt܀y+#3S.({.mu F{:6rfpEq:feI"NXޡf,M94wKL)ʨ(we`فTzP*#1*P5{yI3zeHoOjxxqixL|?pC2[R Nv/nu i~%pDVyT8Ƅ,\J_L7W~ tũb|Mn3%N=:>Dm}ɚN &9QA!y![~,ǿ>(F lZBan8c_m5INX'- E"2m,qcDan0 *$<<Ś^K@>Ld [:=k@qKm6|sY&qU#Up0տ*v %tX AMۉP52}J?%H|~k#=˙b!pXgAkMM [Z,)@QúA 2j 5ēUUoW7]uR8k͞r{2~ x~l|4r:"bA< ѿ/c?ݍ Q hp5[u+AǢ‰"u@ #jpd dSc^ɞd4yIIyS7;jibь>'//l 7ur3m//#%UՌod$gGǤW#Fl&cV]0M/X_^7dPU4\uNȘŬ{qKws?Z mQzK>]R`@#΃H1" iP6%a"W'?I"xGѵsCgZ01(y ___f ;i. jDѹ}ROZ+^"-T&0çwoճ"c" ;fvV]Fsť'^D=bn)S"li*/RjeWŅ[q) *Ibrt97_8DPxoj!D\@( fyp5ɟ`W_7Wos"lkȀBjKO (mZ Rᾱ_@US7†-ab8AW>k$a,r$G\Oe5E,2\@]*|qVoє^dD'j)I̖r`5hu,CTą ֪|Bysga ;6c++,lqI+>4$~ arWgAC[~Ru~`!M,L)}mx-e`a.=>P2z>6}NR.Z%P"HUhIF)sꋵ f-vyu!Osϩ?K-y}IuR( C(f8 Ύ}F]Y#M6%U,RűShpJ ~+WhvBv'n˝`pwx/I(_ژx?t`?t3v(\vCIwlPνgUf0|P=8Zn.6?ǖmX̞>z`8 0 i^M/^M<0SPjzz!rPxP#F* ~oaI;׀O\m{dKb,J8;TU-h6sRd&_x v Y,U˩Zܣ3N. ;"x퉸E{̮]&(l4Xd+ [$hHJ:|Ds( ҝếF-(86byaa~Yc8P?ذDNH-,H[@&sim\l"jCdqӋ5G3yLmcL}PS},2+hʉgT2u(%@Ƅ Uӕgb5 P d˪'7N \rZFư1'KF/CKA f0$ SrUfqMwd%ۈ[~Eo2DDTivtm#R5 5zǠp0>phN||{mW>R|W .X)ƑMz*Bi8X,[hwsA8/;b^HˉoӭCrEṂdWViY:.g0饸Ά41燭ꐜa™͠ 405 q=fBh#}zH%K  y`)7cO>1P7GE)DtD& n$}2^ee!nJ '| _MUD52y!3T%ݾw& SW*MpscYD!xiPxBMmaL&r!?AJ;n'Yg'>g/`%uHn%alXҸ >Kn5AG:ŸےJ},g*n9=uMꆄZ@6yΆw?8Xf(cR/Өwc  m0 >vTVFs.h8ѓ챤ge%Z>Z]αwE ad$i;J-5< 4x- K9H1If.V.,qc(iS;?\x.g#O{C(-r6 tVmaAXbaIu f/' u= xZF~l(w> 0X_DPJbeACڙ9$t:˜6yL"n'yTtU\xXns]7j/dôkM L(39~Wˤ`O)L"?ZeNe>݆*ʠ3E`Ow-]3XhucOV2|mMaϓQZ)%$|s*KЙ#1,ʥ]+ٞbΌK;9pB! PiArߜeLɦiʢeD8t*Z$mܴ6Z PnOeRKp 7|f+iMwԻYbLwb rۺ۲[ڭ!Ԥ' c 7js_eI 2WM5d)OMb-CN~ ww~hBQǷն]曽X  $/Űy(^phtng3E%= m*̿U _fviTuMW!|Eo<՟(tt >ܬP*:W9=XAc,30B۱{p!;IurMNjSwLb!J[jqQzJA>ݟ[ȸ5I0[V,}"5ESßmTH',֖N^2FLq9B1 { #~n~N3D"[OH); 1҉'?C Pp33-L7O{G8J~7q c j BF<N.-!P>tk]grcv _X핶9Paq5J.TN}ڑ|tҎ /59UՓ]vJk&6\#%Y0ss%2t-s~y}D%ZkLj Pɿ~+},rK "aA8+-0.hB~ҐF76o?.|QQy2F;hQ &M^i* !Bi,zK  c ߈C;Vruj=ĥREuhB0l5T9?3r~hqon,):2Pu68Tޢu[TxDP]hGi8ſzid!䦌Z +Wo*OD9m&q]Ȥc}MK!McVz(GMhΉrX!*T٧3zZ( \}@o8B>& dl3ő%o*VX㠘VEꓝ{fTQ C,u5V)-]`tƕ;鄀eLj &qոJVk]ߚT{|4HQ(/)~؀ 48xpK7 {ЂI=ODi%ݼM|64r4`0uJܦG4-!!qE.0s8g_;VyaU YUԦ I0!P.!3/0#PKWb=1-}7~@k;(`3cY+atqA\vyCHT5U1a3JUYPX?0Vd0ꡈKGN ī&o@A㌆.9X/Eg)kW6K8˜U&^FT]l !R4ϋ|~> PfKl_v%vu%y'{i_fJ{"!;J `gjjC0c9 n  PgSj ^Ji󻥨`86L'xDpD  zVk܅/4ƆrPTWAʁ4@#@hjs̆9THa sdZR;.d9@s]{p@Wz؅k>e+\$0_Uۿ_+}^Rq AqXS]M#?oLILu +]-w؋S6n)+iԱCoDȖؕaɗSY7Ajߢo'[ԍ5iF+\`/'{|-xҏ2ߙgװy; 'B#&L(#M$AAմU[_GQl[R8>6+/eoiw҄)(ƆaT #̤7YRx-ԍv^0ht鏇(^a̞,3vim%3&p!k>_w%we^ٝGdf95ocsȼpR ;r_mI*F+ 4K{"Yp4L%Zm9>]wZ'fs$=M)*E }ox0m-)Jz(#^S1wltڻ'_rӰPe1?RN '3bZꛉ S=O7yG\*1{}w~T{d_;op&#CYwxpA'a83{B R a."Ϲ, {R5^-V[x3! $ JC?p "\S,Bnjq Z=Ej*Ѽ l ?XwȮGtT2I-ioi\AlM6 AaC5@h˲_#zD*B3m6GՋbԁI`xտWKKg} r:P uʹx9vES<,guK5KBp_ΘGrX7b!/sXI+_K``9DƁ8!f6K%vOTG<)km9Y*+^D4뎏&CY /#e l:[ldBO\R;Zq@ iΩf(4J iG24-z^+ C,O \Se`/Dݿ绫MۺGh2T@O&I[WgL 39c_ d-,~h;7qK<ǐ{ &=aeHXlo(~&5 87{#kVS<` FFkW+iJ(W-;/eE& #^l1TBuU]〻ެ4+ }tNXd7لXd& ?Օ?A%$ <{-faq=Sg葝#[5nUjtx_jvTĴc.k653"| y57k4[b"ܼ#h W(&I|\5Y0@.c,0k}ڰa;7sj6 ?ݪ"Af{nלA<,8e|XL2ϴ0eZ7# _lfCwʊx%]dGZ᫒MAL1xr\itk75J-%XwQ\X(0^p X.X ;wtՊ%]n7YHo a{, C66,8<W{ uZ+ ЎEQA"{n;zDDzs0|t o*RsQ3-oC0c9V*P.12 k+p4a_,~ñ#GYF^vǷ.1Uz?,`w\&[`#Q@@8P)cf*R>מ~%m-UIN$3[%5IJ0a=5VoҨE4VwΉ6f0{ _w4Cn9c|B?DSd Z>iAr/Jsa, sٕ=yFu쁔+{?'9[V MoPeۜw`*OK82/0ˡ4fx=;;ɘ(m8 ga!==jTUV9g[HT#'Z &.+񟮨\,rQ ؛%ҷzd- bT^$$Hgu;F*oԐͺ؊kz"~dV w:Uxlpa*Z{w\q'Wa^,! pH!dKX\6 L ]."| {~G4G?7 FiB8Wt4f[%zNܢ{ɨCWzA@@s!_]!a*~~o x Lmf:  ۜHM=le%Ϧ"Wŀx&|LA3b+pva:E9i\ F]%_vz-p9=BV.d 4&k9X T_7Tp08t/Iu906C~<8BaA]|mrNAXS׎FFB=(+}N\q_Z^Ź";qAmeFCȨOpS2zpdvՀNp\5sjLC<kia#gӽ լ`@&6yH=e]% f@Hw0> w<^6$47$epg!PGJ PU'hg2&g)MvXG6 ӱh w>nu$_kjyL31 %Fm`J/)-X!@>MGßt0y{mőYS)X3i&' !ЌbpY?ZE ZK= fReTw_QJJ @YXxh]b4'åEzzL},5H=%HW ^gʚ sCZ;8v9f~CMT2AAV%?\ _؍5f$ͻ1 Œ֘4ܙz'G߁41j;BH+Iy"aL_F|[;Bz; hFN 5欩%i\ W' 3p-'A+-Ǡщka=~B`jQ@;ʃ~C☠Dv'/c!q5tt%NvrhgLa.w{_{[S^%x nwK(BYF"Ix( ;aVBFoWF>],+n'O^4D |9wF,:x_4bD=;/*E:FiUCDPhMUS IBQ"HW3|2ס0R… "| #b8#H\gt;8?fƾdDo 1Q >7ny 21+AAVP&'P! ({]P= ta?$(If)DqJѹ{tV_HR*`&~]OF|WH.Yfl܉+uq"kTq߫\`2]ޯdVo2ˣəXN" %XzW >Fqdίc$&Tj:j 1_WOZbl$^7ox*ZI>߭>`0n69]ZIͧ@ 7f 0yEV#۵G'xdشUQf3+!ܼz61@8ttFˬwsEPS`Ԫr~fl吁5,IV$X/ǡ`4f^O&9{ԋ'nY؝k]\]Z4y9_v`3!U}}?~,`TkIwvad@HHl1ї4aYaZdꂬ.ӬtGy92ħħ] c;aD~Bk0za1r/aH|uR Z ˂`V0'4`E̓8a_#$O(;2`5Qݦ"׮"g/pƺ(" ୳s*oF't\HO0r'>Kpf$a̽@b+.vgCF#JzS;40S9\ ci%'HGA{9AXli&PnGz$gaa:rEGj52)"QSsd2pfX@f3޷8r6 ƻ֟{,׌Tg(6qh೴xAs [ǎM0ym#CqJL=9jf ӟ]aLf/Zպ rE Ql}ʨ;SRE>p;D~L'HNdpbG giQ^Q:m柗}y\75ѵE|[FHܪ1 al|-'"6q)#_S *8W!~ɭe(]qϭ@Qe.gut+پ(qbV.*ْF2nk߃]/qH=IYͼʗ%mqy3b(e%P&6r:;^kX`6:VQ#p>ki{s#$:*݆=K|U4Mڌ|Lm) cRXH@)?H.5X ֖ydaRhk$uiVzA-2˻C7 1U nh; 2R:eV ":Re: C O{<|,-TkA;pL<6pl5hee0 \*ۣȯe)ʆ;珗=$TYS 8ZsĠˋxY$ߊ#z!95#`+kOX1es^+,`B@䓧`]DHgt7"awS N,}u(Vs!4ϐ9vp~kQJ6X5~̿5Y!yϯ`hٍc_}ki4ƪqi{sj:Ctтz䵻^R 89`_G,f Ue1U( {vOG)*ՙsO2ȍUhըTc߈c( MV{|` ]mb6O 򚇗YL#R9qJβݨ<\D Aפ3Q4C82:V4<|{ͥT-|"z JҋPK .kAxS6ڌQY[jA*B {Ђ٠t۶n %񧫴PaBKrGh Kl/Q)iQ},0Bh2G;T{WbVJx;G x>JĚI&6;\⬩*9 @nQ,`d{~.A^id,ᾴ0ܟX4!^OJ+VO3&g7tw{֪IZ㷢] J#e >8q"2`n>U*^OZ6;k~Icp7~&젌gӽ@w:2rAĿ,i- t MvL# |#DSϛ6[zNZh&2mlLv1e69V%]h vC$ˎ_ =8ŭ| |A^8BWWS:pg?tY%+_W6J ^)3>!7m^kwZp)K3h) әA|9Fv Ls.|ϹNeT։sP&vi;*v8cl*6>cP1Vam9@K%o %ɽ6Dz2tZXmc`ŝ&;H_3zvp7 c!늢vl? iUVXM L`t|=#!! nz7~h5ηĎV{KCaH3Ɲ @/hTzyޏqCP:|LH\*֡CjHw"gF[Ő/u41tf *dݡ+}k牦џ2-UeH' K̘ZCI8Y_&lj B95>~!ԵW0v1OZr;ˬ+֌!'Ƕߤ_b]8aQlh3oMij>c"_P)~jDV#A3:tDlEEŢ&'m~+(\~.[m7\?8gb/%{v6A֏5s&}VE&J~"?CiAd7VyqE{C婻T }KH{۶DF&O@x/@D[X9"^Z7eRy |cAiy6Å6y& ;K.m*n.PxP$3u>/e_NmIUJz3!cO:ڤ|?O~&iM/+8u¾ūi; =;sS iG}z+_|Ua% "V17Q>ୄQuhSut% _ioh9`pxD[\}e4jKOY9QcMY9Zw ؠhJN:(-1뻋u]A3=bDK{%o3Fh13~5 Xg'ܬ.]2}+,Fap&v 1'4 vi8_\2d4ÃLlCaЬkd1'n} O}:pYZSR%#C}j>! >E)`'0%GZRfjR.Y*5|_rhTxQHÑ`]a/BwERC {acb%vi}j/C.Sd%wtF~f&zF7>C`5lBg9Ɵ<0)LϣF]W@cTfcBNK!%sll^ aQ!3L=CHVȸK+q| ҰNGaۉ~,Gq:;LO%V8u>:N]0E&A1_vA$&tT ,L kEүXK_M]o,r6}Cقpi5il|MӚ\d+M[r{&&~k".zJq~6(7& 8־U Dut0FubErxV5N^H7Xw0PZ:Ӧ'3:6Ux EBA B1(9u8+πKAeYR``/x˧К^7'. q__DlldPV E0G&|jݸ,c=LlD(vxZqHe=zDE-MԹNUE GHYiɸ3޺_j1 El$Vi2N}h`wpg7>;E0] EV-7 Ιŷɶhf) RrzcM?db8[ŲrI p7sF]41G_W9+D 4a`;eڦơinz,߈xDyDq8aЖєET]&j4R"v9tjߠ8kc{9+pwp| cbG++0Y;u~h|]wj'GbTz˗|sw M(0Fv+ElvYPrOF,s@fBD|RN&*Oy{x* #P݆Zz󳊤q6tdcAV>ml<;F1T$IY4y0CjjyØ4]*-:2@XE i/@xو߀`Dť̀RukwּT1$N599?U"OTSB9<^᭰է2 WaK:KYa[" -E(<a8TҿkG-+3͡bK|n O| r"+OnwPp|(3:*?;tǨ{ilS_wZ87~323OA#|l2ݷp΅_a0dӡ İEg{j[;aJ=y]JႢaq;Ѐi*wD\0D3[ +܋hB3*Q01BZ^u~$ oǢl&rE4h,K32AiL0jOTGD(NO k\KxhUB[k=oҋRy׏}4z:C v3sn6hEf@ù`3'0.s4N AiflMDb3_l\.)YDk}qa,gam=)xۓdX_06YW wch]e5P};oJt`|lkX 0@%gC {sl~8p5V\-aڛy+yӊ/t3|ٝjNgؗs ^.#tB%P,ק4EyYR22eG^ZQS4y@6ԯA{KrTp5(KIZDY!^,pi;G5DJ3ƞ52o}7GWsiv:ͧP~%6SX*jVL3_@%#7)`)^y3qO$-"ec܊3jMB!RR*^vZXh}s:~L Jd-K%pXCaMҔ Cx ^`(m:QC,gڻ0ȓ̠Ϙ u,_ 4,5!|5EI®xSR(akpx1&ö[Hk9GqlmdTX [ԜʍS+M_|5PUK>.iшnOdhR:73xwg%ul+.3Aa1BB]w=-=ZH_EǓn)sd$QN>S=pDvoI :Bq/i"F>WrdAzVQnk59P+U q-=]s _Ӗ] wb.G3iE<TQR歈RXXP-d}OK  y /`\bq&ž^O+|3R&pruZ ϩ FthACBڏK,ZK +MwD^{wQ¾\2!+ ^ ]f<oA >ʾ:*`MsD}:+.EGH^GW&4{~Un2{ E_­>:/ K2jmHҨG&Nܦ+?n@%hޒdS ֋WĆhUPiͬޖ`TW\rs$O%&ө)98]1ab@΃#+oq)IH%Sˣ# 2_]v=oe ];\޼={XF%iSHUy+:C|"H:A {Yع}Mik #̫w͓2^;1cvÞ'¬=9 nۊhWo{ q!s]{ I5eփ(+{!$ڑo;՝U-|E!=x [#r Nd8ɖ q ']Bƻ׽J薝HC"y9zr_Gښm]x hZu )Y})(|,'i}ZܹāF,3pCdz;ѯ_߸P. :)[ R+\ mZ-cx6}|xa6ᘯKSw< nwXz}T8 0YSaqM| 7S+Sy}Q+ ю 9;xC*%0H64о}$) d2L?;q(u-6\ZþY.tnؖ4jd4vf&s-II?D@aw+HRvZ\L ү]B@.9g OJ>Kڠ$ct' Bx;/Vt: 3P?R:^fm $*Get.ɯ;>wTSߤqX}ȧoPiSOѝsFǟCƭRbv h `'"HR^҄@ Pu{w*vE}Ԩ!^{`Q C}u~ %֭D量鹞I7$f(Dm儵wO6٘jf%VoW|˪;hw =غ}) LȜzCByEmCZ5D3ufv'?Àu;Ni (:C![ `KnωsH!mڝaLiIB'W>& `#ł6`3ι'tH6@j@@ak5p1?RxhNJN2~0)\ɣ! a ;+!%rj=;v(o=jT<o~t[ cvH GyN^)d;AqM DT=サ}ԗ_"uh`p\yv Shf]->T*:ɧeO'A!$tlUo|p4ł?k#xFlC _P_7 ̭hzb (3 ?7U3xF iVwn ٌ(@Q8s줆dj%mq1~JZq辒ͭEv@-U+۞8-;7tӝsK+iK 6y-7=tI͔S;Jp\2e3 ɎvV/B#7SPDn*L, h$1t^ŬgT?'kkPtVuELnU^rx'^jA0>!7ᘜ ,ǔ)SKQ N5=BƟ2tz=$(6<]!gatqT52qI`qS4+@Dm\Ks%P 9?Lo%$;7 PK~62UĊ }ׄG[ƆoKϲ` \]kI#qܡRWLDrϠºd9'uhn!Ǟ' Kcb~G7x#*I߈bx~j+4q·kDkD +[a}\|$$U$RUF\MQ椶ׅJdhf&R%9nbà P"WJM…(̄HPWl`ŹwN UYr@ jY9|pAkC cnXJNZ"76ONbW6<->he$Cd4;QOolO8iUV4-&.QˣRbׂPOq߮ I͈ vrQ+x7m#t*X͉AG!8ah.AIuzhߴc[χ lieoO #eAyq&X<$Q4+L@!R}^vsh"Hcɀ,yCylAe*\F3*r::oj#X[޽3'?t# =~s\GgYb#"U|D"9Cf@P|eQVuO,$&M^kK(Zv$V.6EcpC%, S*,KJ%>jXj }lSUë|sY5,EU\Fjΰ gD'}r|a '6 y#(J`yWv̲L`,K&m]FZ-v7AA%0[xW(`POn,TwG]md6 eOO|"V ^Nol-פ!zT_xwF]/}KzKgΦf܇:`| h R㎪ЬDddøgpbz*+Fuymz3v1"Q(E=;/>c1_xq{IZLƩbM~$!cR)<[6 `sΉywTT^!紳cU2\MQ{Z+[Qy4`8y$0S̪]edc_n}̵6 '#}J\;{>*p@)۸m~:@U}0=@>;gFlێe4JcXtRv 1)>M(Ш B eilI5_d";K [OsBr#'>Yc2uNQ8SgL=ס4Wj:j_Ә>n>bHt'xk7LU3BOK?&q9&_pNJV CʸbA'߿/7Ɵlե|MJ$ ]0G.MJ s5!?GjMQXkJV8\1azjH* ?˷OB5,i+>D7BԇDZlS_]fyl;_ĩv4K%8!4x("8+qjip:2n.$eYʲ7_{@KUES>9&.n{KXRyNz wI)~/wu\BJH6V&3Nxv4|%@[27ieW| bxh땬Ӫ߂a>)aR2ۂ~*;HVlWRHI~쫹!un,!`ÆlђGQ#(ҠlNsį* [G4g94%J, <;^m: 0gcIW^oUp"o]gAG!$@ !` #Sw:繧^Q߱'ުj-jZl6 n4~6:ZAt]DTfim}<5+ rE2oRO)+ l;n^AP0j.򺇕sǝĘ_9|o{)Y:U-UAgLGH,YlIѰ@13.]9NL( 36Mz3hHmr4RE]PmϠ/iwn()[UovZ;YDc)4`PW\6vwO:s1t}\0.C"zF7V"oʤ,Gg#wkOS@(9&dTUO !uAVf_H+:YJg֒HՔ:< zSsRקkP4 %{N GHQH!9 cg2X%˴-|m؁chVwz Bh%c?X<OzYPt7e/ o,A>~]> k8p;O?:6KBoN*]:TދTf U4s/hٌuc_)4aKS`@otWثKBǹYv">YӕF7T66*dJS꽔bD_ZAӒudQ< |\g#miwb +eXD?3]@ zKD^UeեȘVHn33~yd0oZN =X ) {$/aw1Y5>wbPZjGQJlZ e8a%=^n*=xVn}^Wa$pl`(0VnXi#_pրU`H?ZA6(nIΡ(|  çG02'0|cu]Tftߵ$ IZr1.I*8Ͽ: cgVE zN7zkEUFuW8TD,x""&H|+7Epk)z5roiU$=tQWQ?;sb@eJ#mƄk&o9iWbj0Pe>֠}٥^Y6k#^&z]"RdZo^2<<9 Q0K$NH YISUI)qڇC>zPqI?WW>S{(wfn r CbT{!uigiLɯ_(f #wV1 J%̪Zמ\8&Z]8|-rb\W"IG pk㞉tm_͖0nhٯFPd#HYhI >,iQky[dE#4B/2tSOK|bo+ܓ;;`I8zX[,Ps<i{IBShxWtǁ^Wr'YM_en[UɔW $ųi$}JlWA+ɩ- UkڧN0@]of@+y>sn3 R*cZaVB:HxV2`;b#i/tmHB$K}04,9Q}7n/R/ڛUV_oPڍ IhGgמٽE1:$V! \_-Wp`TϑTSt&`PӬh0mN|f::BqS9)ִ $AAKZzU  k. LM hU"#8p3'M%g1;D:C8M dmPFix8,Ztc[,wrϑaؽFw.?lu0QJMgOSAUw^~3u2)ƛn]?Μv>V"5,vz>l,0 ;hh HyR͓Wl=Hj|܌G`MV>/,vWR tSw=2n,qO;;,\[p-LKݧQNL g@_6soqѻҤ~bpu9$ LHlT_nf dEG&uXMheXjîγYJ}X`wP%z ?TDBi›_ Gs^ƿʧS{Vp0u DȰO̱WӘd5wseʲ۴o"6yTs.Ƌh>K0?}G _&O>UI1#g UaNq>(x-PbG'ghXgD<Мq2[0ZϿG={dzc?bȞ^ޗ*r3j@Bȋ7yUdOT\|'N!GtM-dH=2Aյl>fdn@&yb3 @%!d*`)Ŗk>~@f +.^a&0H <9JsNL)CG!GFpQ LKL8c|PCPO3#рC*뷞YϜ+)H@K*&)L0TlLK^ }UD Ka2޲[֬,44NxL uU=~8>?wә6ImjeiK/TG@~dLȱJ٢26V'|zxdORȻ?xJl\fPїI:Y"Eo@ sv"2wv{?3QɗX9j"qLjmMj_7ASaΫJ}.2)՚ivNPG\r J8SvP}2qa`OR#9ځV"K\Sɘȕ I^2m4xK} Xst" ҌO[VQ ­qC,nOSx~g-^&+~be1~k6 =?A}U6ҍ &Eqˬ+ rd4W8m<`&ٰ1>@*q? *$`E%3=0 '86;6wK˚2=';i)o4/=iׇL73i|wrƋ[{*I]jZL͆@U<@h#P>4yWM1Ӊ 0.fS\Ritb v&rxo7'.;11WOWKIs5W(Qa(>>!癆Al*E.D|e+:>lncP}2sWJ7B]Nà,XIҔfy_eB$EDd[gB8@chsQ>d7BђZHmgq$CɀqpSaanрNA+tx|}YK"Fmz(}$jϵű<wϫ^T&!8)W[V /pP2s#F|GP H`RUF-j6D-bJnHWJ3e:L[>DV8d̾X$vHD\7e<'wM.7Ť6ѣmTXKڒFuH'!:ý$~C^!=pNR'`u RV7+2?Р.ip[L_y5fԌa?1c^Cq63&[Cj'G[/2bDٰ2Gn0|r@rP Yn-I4/j&oRTjJGtDA|WOjUN*R0'sg!28Ms- Kþ+=-Ko^1WfcX,9O%;j:wtrFK3(u*#Qojm)ksK*ת8qnnN{)gi$[ BZI 8s(FnVahɺ%;fcO 55)6(7gJ60׮&)mդZ,*M۠|VCWb&I}E8l]M[v%).y&;=.;B# ۨ6eo0bbfjWe;*vg܃KjpFk:q F`փ4lJ% f0 !5D*۝Fu5J^#]MHEvR 6"rUEPtzΌ V| rG 8\jP; WGsw (v޼嘤WP: e|zUƽ+ ,g'R"وyH)U|~" w G[C}qj9T Yf R$߽.|fĊSmxÑ7`v!kdrDT5VpRz1Ѕ0}lƂq *eV ifmWkƲjFx2[Z;f1d1\<ߓϼlB}J'.ܞc|ㄧof` #c9Q+£)5*VMDMΌo4uOg;T'Y})^"Y*HL[L*B9c?!c|NiLHO`tIWyBF [w۶HRU-ҫf{'>9  $=D0P-ާOyY`s} Ahbs8 w~Cr Aa̺, wbD6EǵCiNno(f o*dio/Fߓ5  1"=) ވf3GH{޴R!rBX*P_e>AQŗFsrw\n5:dB ~,rTOV[M* UTsuLQV`ywtW"lL["RJPV Eyݦ/h-~^arN45&)'t6 X+dF=H,#HUx\0_衯O<ހcOkΊlt!݉fiBc9$ 9N$=~3)Omo N#'!t`аWog'>wr,&o w+l7kfHl[SOo;3-9(sa3غNd֔rB6~T] $SLj) 9lad] _a(LPeN cLpװ$[&~ο(e$OOb2c?L_P 7Cܠ4Wη pDꛞ~j%'v  4tV (pB3F |/ePVTbؾh}kIL R 9xH->g6$i`0/#UـnIrL%smQ!UEl5?QX \gh?bKTdQu^FI-.ozP\nӂvJa!\gu@#C$f?aB 3T uA jQ,y bB">=a`)Ӹh%^ЩX3ܬFZbr @T ۡB=oOoK+I [[}I>>P@灇K)6z7:5}Y=,˫xxsW&uH ڶANT9w4@nw՜'EHW =^>U6ըiJY 8[53g,~Zp'-y;wJMׂ~_Gjׇ/;Eu`phr=I[<yMhoIuKʴ y Zȑy`޷F셀'$=.bM+w,?74V^ūbtRQ'x:slwoX45 mYYA$PdX1KY@/?Yc=yCި"Oya[r4WUFO&Fr*n"wHMKaG"A\l*,hg gG 瑴%y5i=s!I ԖA*&YDZ*U!+"RyOM5lzrP"|, R[! fɫgKX18PIǝ\}M}xFEep$#0t&uTo*:n<:gK*\i'aPE;E){Ǐ"/ˊwsKb9Vdsl}' obF𝵵GR毳1]-*pAƦ [؍QܽqY)W|m$N=F,,ӝO=GcٺZV:ʷ;Z#_$x0?HcOȓS!%"K&d@LDZ3Kyuvm\ʒ^Fq6>c3yGneNT\2oۀHl <äh2K; u68a|v 6**Q#;OxwN ?3-쎲8qܾ7\nV[ODQ)%̂aD&qf}O pD^Ooj):,MvYaS9>"BD_ s;1ȁhn>?rt1Q(RײEIrzz=R YZXt^#_ǒ״m`!jAN!MT Gѷar\ScƉ֔pP'řxy$ݖ*Sg."_-%a2h=g,lY;6.̙#3d1vǺfcXW>@Qlȇ2خI,&P/g9\vPցxaNq7vȑB8S7_{RrʖO2aSSA@tS0vPgAi ;yioi%;^!V OiCJ”Kq:%!2tIЀv2Q(?{K0TY2w?κ2e&1WbA K)ɡaoŮN0Ô^PFF8x`XH\\sj3N57D#pXp^[")ʯOG|"!),ӤVG<pO"?XM2"J{jRu$2W JtF>(3[D="ts 0q]@+XߤK'NJUҖ5eKjjv2jNѳo?N R^,p5%To\IʺE7Ox6';thuIpQMAB' 2F~ee# He}hF3VU xr0'|T; M|.WzׁC j[v)՟M>rتnH=4m&wKf&f-Y2+q"ֲyAD$ƽZG,P&1'r{gYLJ_XS ګ>vu0LM'zw&W'qi½Ҧ D!0$+lIFRCU_J`34sɠJnK. 8 Է 0(5j@7ֱ) nbC9 /{GC=5~ +eFq WP"v:ySCdfUF{jPkU5gC(iÈCX4~2Z?Fy*2UJ2 gR/ 8ă *1Xg,D&g7@O޹="}O*rD"9 y 4"&tL U|pZw5"d=OS1YKiu-kxLpͪīOP#@"o!R3\XܴDT,;zMU?4FoW5f9Ʊ0g,s!tn٩{Au704U`اfleJNFu CymOj&Ksw0@;پ)Sg VNo$m{I88rэuH:=G?"3Ӽ]_~OtSzk7wYחPjKIZvWZ ^7_D ^Wޏ-jyrq7"{ UޔKVs5{S;.؆:;:-2Ց28?xC1nMt;q0P6&+ɝpE7N/Z*-FFlzF9,#e^b϶=|ߥۢI:NQ}cgImatT 9o7lOɄ#brJ&:(W p6HKv(k?D,^aU5M ΅#7 IB'u+h*Ֆ8kK^1|vbnj=>F/_ͮK#$#j~G#A"mL:J4q!JPb_?ulDxllͿ pX.:p=*{4CP R#T>1~OFs#JžkNc#N a96XAq )@AR^̙-~k24͚Ȕr̰dƱ5ɰ'@ȱoOo. ,ivEe|]_h4K 씈yOl'( .cp< ټ2F74LHtt4^0n@dB-[@:=~ /gy0iŇc,MF6R\:}x;c]`qSX=h5?gȔrXbH?׀X1ŋ7+rXU1j@!_?k'uϪi6y"!ol c۠;! CX|,_fDUwv˲N9AR+w|iGI gŴGO+rVL24x|\|*o&rVRj$(8h1(:D&'v} ےAZkBR[M,S%ŔϤ؜! @783K}eK\?α*pjݭ2 eqTX SVɸ6_.EDŽ(l)r@GRarߜ4@1a"sT2qQ,ճd^Ge6FTe Z1l9D̨6"aY6}mPcn^ ̝u rs:ȟO y32Í% C՘t ( t%xDăc!SD^h"$mыu Es t rSI5A (lC㌄ζ|ɐH`כ֎@J0jW'4^,P9L<3eyWTsKOla?p2+ʲA5 h)wJD0Kt@' @Ujq([˦.v还[$33(ƑBd /!CauN2#PY6w@%).Ԟ0jOݬqch(3z"G>6V#8 !Y-ZlQh~~Lzl\{m>즶C9_Vj5^$خ8DZclz^̱h"&G5![s⠵J$]9SӃPzpr̕V/`@u2"㘌0AP[EK끼뽘«M^k0g3jLfxj7:$_\JA1\:[g*wT tY!H@UxXEBiXƋ7ʯ0 D '}{]+KL1 -beuMCW+3j.R!p*D0ɮs ^;(=X^-q?PB;!ҡ/*iSv4]@[,P'ʤan "fVk$3tSu3|)+pz`>ݑh}ẀfZj ϥ@sx 0{5rf;Io]+5>A90X\/㯎&d_.NT`T=] [1z=HSDz??͎Co2p2zʅ~(UPç,ÆG ~¿zvOwT(`\%\Q2P(nXyG,uR.З hƈ`dԙ uZs_cj@J>OFf8^/;1GmUކrf%{!_V%?KƍIj;N}͛?ksNe(/@sXĆ1Sψι%Wr-8Ѣ)uKx:h5 E Ӳ a zFX m9 [3DZP=1`ܳMbsES|zt'E v &Id*?)\fNYwn`Jt%|i>EIp_ dd/4K"3m+Fˊ,ntI s`4NPV+X'>\J.jhr0E˪O0ref{u"|A搥_2jiX7зV y zI%?AM\ӕfc:n@x`6BAىV pe S sǸ-j 2EAdD}vdh9n5ug?g8hlZ۔D+xݢ.87N0Jnl+zqƲN5lLZ[Ω;Plu|̵èMhiqS_b e<{~_#~aVJNӞ|ͤY9N;ĕ~lbaѺ'!U7R`ww9F\=d]%+_3A{7x"Mx,:1Qu뙴K- y^CKX<IA_ 䘕|]HA ژ-Ǫ.E[$.0i;G%\e@KHHOL"?J,fgZ}DŽL2r.i*2]'A>Ҹ=rHѪ%M>75vUUo&Ʒ@Ђ+wm B#C 23A*qNsm _Fr\-s\w4 VrٶjiK%,XoL 0\u/'6S?uo{C$U .r]Cìe-i\~Sd%wJ{P6(Ȣ|rrQ݀U1||_?RsU`V$M"KcTk]_cl6b/_?݀joJs20uoB"Ƭo&KAJЇۧ{X8 Yi" ő'ۈOeӝqC;X}c2t"z5E/@0AGQ&}ϧ:g @w-^=6\@Rvtu0I%>"lp8*5$EG"=ƔZ4`F0g7NC=+ q{ݵs/O |n2ju}iE njL/ai3YB +ɧF{+" xֶ |rS|%`ZcUDJyqZo'gF[@ُ7m7.}@0]66X̬`;8|*nAYmanh(֐$~͖˧F"9': ᳲ`*@+rO+mX=sԌyЅ\gD扽'Hz[Pp?XjZ6?'NæY9(Wbb;g^RCXӥaD{-J[.2ޏ%6?VRUF?㏘b(' %=zV!&a*OB˂6 #Fr_{t{^"yvꊰ8?<~Lrs/emgrg_t%ꕐ0:Dߎ~ej3Q#mQjYGmg zG|]B}3\Ɵ㥋/GS&w9̕0pV؃^WM&R >;)kxm` b}6uǝ]=K^k9wқ}-Ўk!{\&'p-0fOUqP=3ne&|t"m%K#MfXH[wBJ!GӦ̦42=/@ d O%$D^٢@7.;՝juSq$f(Lvx7=I4>{^#W@>z!mnz_s!qPguE80}T̨XKKRtSw{ȞqRזRCs J˪#vP6ZXmQͲ:BXSF1t;8R͝7$0N)!w[ܶ\W9-2I0z2x_oU|Ws}$Gn'Yqf<]׹C8UaSLDaZ = 3&>KO=$Hl O+߷[{E•icSmf6ڼ#0~6klGx$=n۬ؽGt&`Q?aMӉ̿=-0g#Dp7\4wO2nI'm{_y]qO;yNLT WǍM'ixo6 rǾjyw:d 5}ijeƱ%rAN*k?b` N]0wt9U@;M))&1i3OTf+^0B3-ج8N@x_pcsA7lݬ 'qUIC`>z4B#3BdV):>;!]V ~^{[ج9 F=2 8pEJ i-Y斓 j+7I=(2bְm2|nebُw_ w@fٶ+7 t9~s#4USx \Mr\P5@%OxWImK1b=YAۭ|MN3Xsҁ&p7k\ͳv؍@5m~UF$soCoJTíLhb6‡tm[=l_g`R:7`K#-s@Aq1C0Ԇ֋* x}{ 25Mv-/z\qkCEG3{GL.'bzL@7a/]ncMpD67Z#1Io滚08 3lnEis{SȊ #E3bxX9klzCpdv}olqKބ$ FP1k@f!_WU)=.'cg}911^kP{] i*w41_rv|Y毉1u}_= C4.D]QP< ?o/)9ʛOpdфr͝V (۽O-X?%E3XZI`L g@|PEf\P lsʰ !·_Җx9qdIh~OCY(06H)SMCƉն2GQdnxgbv{,fA()Km?y>jּ*5j]‹Wgšo0OK/rl4M4B XQf^m[C4n( O+PTԉbz1CacsҞgd.+sFϹ\'Q!v``VyEV8*Pr=@Cv=J8j^ [6? hSjФJ卯>`Ka(y%5k ѥzpbppFRno{N aٝŤܩaEMoJђ%-6~1g+Oa+K2X)w%- Ҽb ۘmŵ:%`B 7'Fȡ f{L ,7F0ɩ7\1W2 ~&p]"RJcώ ergh_ApԣE!lWx~J=dDIVd"e*$<k>dy"_ª?เpaCњH_[jjEh9ddՊkcT ?9AUyeYGW4"4+"O֮1ς3%V޴'ۣ hO+ya.$-$_yߐ f'sSuvI慖g;lq8ׇ9]KÎ>oYE8@`+&G߹ P_Z5m_'\>IY.CN+L6I/ujsQ,x`kS?j7GuvzlŁ L|a/9sy>Oa."eu eAׅ!jQleK.9c1|ѶՎ,]pXndߨ@]@*0-`Wt=:?y#VʔZXbp@K(84:;BbNju~(,W6y* 9+NT݀c~lH`Bb0#x.SuRGN%8rB|8t 陌%ٞ=@pT r#4G̩HBC5ۓ?=r-֒2&Kf"e(Y0~]9FXUυ`RD6vT{, =1>#ekdk •D&PQ|YrJ \0fϔo? ]T¡G%k4ܩ ;|>Lfn,#Qwm؞(&s厺)Zž2LY#@߆fkN*PA¦t uMSLoF5!]Ar.#+^n B{ 0|<zxͯǟ"z;AtQN9̈H툔_d:;%?j@OG_%7 |sؕyͳ۵>Ȍ ܩH YS'w`+_]ƥWsujErdɽDJY&eg}a Ω=gݝ d^RaDiWGhW` O-jp_ȣ*Sӵ0F꾄 ώAPUl淠Mc *5U)eV Dv432-c0;7ًZ?oْ[ !a$2E"~!'L!w?SQr..](4Qrw0?_~_AT@@R=^Mx;xfZ-~!i^שΝؾqnbXM\Vӄl(NۚGa9y"v~SvbYcdYͷ?Q\ 尩4&X]:ASJ!#qoځwd)s+_VgU}k_}?jY˿~ %(V?J]MH`l1L {jVXwP"SBcױM>XS}H=j0ra#r}}?!!qDN˛ x5xG0 %ʋ#m2ƦX.A`4mgFZ{⸹f£߅ÝƥJx)K-" {dA'(od#?ÿLZ )Īq3hT[9\-Qw$\\F +Q F ^WqPdyVQ?2;XAsb }/9W"W# |rY{RI/n7PT"][KpV.s~+u*QcզlEp);? 0gu4qqEK2!r_`Y︵$ye='*yA3Yj hruV!8a I\jN̗aC혾]R :8> H{eI F34^8LQQ)`p)]$ ]Ӷs2"GSDvΖwT?kTr& *[D N"_A$4;qni^*fH=186}?}NiN3g(PE? Zf~n`uw t0?}&!G\7דpbX4*T| H)X/Y8.,e_lzAe .$P}j1CRa!|b \!XN'6&[35opc$s^WWfo\ UF* /-Ebܤu.ߊW/F_)[G5pm5u[vhA(k%x4쁁FO4"D4Q{"V,mϼ~s7@|,x:cZɨr{> lpi" C g*oxm*+125Mz ?%O=-́ YLz,ݐ}~ gp _sxOA_‹[?fC3r["&\{5Ku|`W9Jv@x@݈+,1F}fm]ex5 !fYp㫈%JD-@lnTW8 ';#VEim"ɪY>ﮕ^M2 v+aOpcG,+q%Ꮮz+;an5s鞫HNQ$mhˈ@tYc.M8cLl]"'D7Czhx~6EN;}+#7Pz#\Gmͅs*~YΆB\Et'I-ƲIR0 ѯ/4O`LH #s?N\5v;%fw& 8Nla1s)M(aW^HѸα""m]Y_ H;#i2HnBHr5꓈Q`m_/luYIIGSkUo[oxRm|6\rߺLڒJu<ˁPQk\z-,99iq3Qcοxџ~RCVT7?,Sk֚*[zӗ.6sC|c5Pt{U'2P,Y1l=wAaaqmcW)"g_K7,C;gj_6@Qא*|j7J_`ӢɅSŽtՖfs ToOIJ=rb"nrX%M# eK!r'In#0.+rp6 _`J\]tZE c__S0J pÌXx!5[uy7dy09~-[U`mB#igڙtቜΐ䜵uF~RƔ 1@$.TH ̄GRlqm5"1ڞu|)?b-adi[<7ׇ%B x75Q ^ِ/0EQ1 Z){ypK mWK&ulk*noK:샞7{dƠ5$ckHITn>F|60՚C ^: Yn7dȨ:rR51Š&F8hiEJ\E+oFdh 7Ѽ.atxFj˪}-22|̸ #=[P0uWm lʖ삏%bhֱwӦ֛tԬof{N͙3_̍&!IS0T 44=l#hd*bKqI4ϟͤӚ=sHB`,$Lr+Kn;ZV?pBx1 ^Yh2fJGnΎ$ %oj;"2vŏn>[=N6:HSl#0K֤ApND(8`wm^Ln&3=}lH\3( ^ kvhvFF8i`R*}뛔{xDbۺP|wee_@[2]S5ng%ui`4V;@y-<eQ?eqQd1L kPL<GU;P$A>S1AYԜ3 V;6m3U s: ×}=NӍRM-%ap$)YƮ/Z;5PVC8Rv/C*ǔ,21Uk$ho'Uԉǚ̬^ٚa v_TqlhbqHS%iub+_߹:JoٝکѬF^`8ڵ)j^"%7Wc_(%8k7RhGɇMs@;jx1 QN͖׷v ^}n`7t6ؽw+d1'AvTz̢=LDIY1}jS9^P{dj^?=ml{$MVx?H2 * "ě(`׬3bɌKkrνBX3* 㟲3qê4aOPz!o&  Yz/.#.,麫+8(B0&xj=<3ϗai聆Z]`gp_DbJ>x _٥O 5dq1lq[4Ӝ?uPD1yEu%Ab/ɒqCln@rUR`Ml} -뿺e^`DjF#I7ԩӐBa /.W;E&,BaB  t='1S{F'l-?4CwW؜8uVJZ8>z4agmJO@DU|lГ>VA+Ү0$@/T}ݓ% y <ҸgZ9ţIpM1\3?$! 5.α4ڕVSt };@0~=y$wƵy|;d4B]bš8,!s'W New֏3\S. ѓ 6eFj{? (̵*Kpt<=YZ|1(#;4]ؔne$v->UA~R$MnSWȟԉ>C3 )fX͹nA^|u>bՕwyD!~cS -3-\5yA E'h/-Q=6qQM4%n,g|cCmco8aR7E{kG49C,yUcre;g'hZ'؎ҤOlF" jZOE6ax`$Oq/}Bb!wl+ RS߯91|ϭ"^^:@y }=lu0$zfN,3FZ]?(OJpZ!Ow [.=ų"%ߦ_k4rvW-3n$9 P/m'ɢ6,[WH>inzBI`n ?+g5Da%`ld-⟑OE{{Ys`)+3)VYyLiKI^|B \CW}7Zw\a8ܟ7,Y(RKC_8E(` TGL U{G&Ah-hKgOf^/`ĔߟMVzF|Hsb1._a{)M^&6͟W iZ*w4 ΓL/8G3ݷO:bZ(g >z=1lhMg)ٟ}/e4K 9eT Q)]Po讴L֠|o}8z#*wIEfd͕Nk/)BԦ.!p " Z蓥hF ^!õ5ZVV2] C-jF%9Q{\\r[t+VRmv~Kʆ6sI#{UJl .Ohl'$z<@:5E.0]gqzB'4OaZ E=0&6W@ 6cŭ;_݆EgڂfSO@gS)D.j:m,*Q^@9Aܨ;98([fyl-dQ-30/~kF}>[Y|Ku ۧ}.`Un(8:7k%m{=R.hD]\\\GL~9Bؤ,0ٱ9!]p.+pwƤ[fGYN#khQ40Lhү'q{d)@~3Db%4 )jA4Bk V#b]|^y/1@ r78 R3mwΝ#\B٤_4Rw3v|tlWs;UdCi?> !/Pg4<6e?Cw|V`68͝_9R-.;K5GAb[v9һhѻ?PY-3:6I(V[Ad=MvPH$g2xD6YO?r]L'aQ-'S$لש/Rfŷj(EYmobOW37$%RiM1(˅6Obp[E}&G k%7lޗ/+T-vqZlR<~=Os;yQGӆp]yC)&ުn4, :>hwL,$ m*zI,b 1ƉnuC}'v ʛ΋-_ÿeЫ ЌӶM\>ZtjJX٥gU m8æΒݭ2)bX{cM+ޏ^>6qLhؙx *4"E٧g(MR>IsD2Nx漗y(3C<EebeGh˞nlqov+îIG lB.YAg?|~aWh$UfG(6X]uhji\ )b'㽐ZjM;рN%XAGF]=Y&JW(FX((6\6XQ& )cܵ w $:ߏ +ǟal!t?k|ۓ`nkҋ` K8$?x=xE%hP{{yz*H)SB=6h3hV &^-g4P6N  pOxP' =v} a3ń6*LeJ7.C@w" #gW[!g+C6vu- l) g hA'>7P?]8 і>tf1+͎OT@kO}aҤשPHIq=~/Q`nS0Xx2 vMስ78 k/ZK|,OEEw3ezf9A\FAo8B"|ڐ" IKkN򗦋@p#mK';Gd Zh;lQWiZLf/%@ci5b\{o,s o,\?i~ؐ@=/0\$Gɒ[@xϭ`\BTɽ}ÕF>W4ڞ6%,1E_{ICEMQiq;aS%Me#3^jr]tEc{Z8k8Ts"JdV2psK#}cUǩgTevL>_QE^A 2LQhޠ*zeݔ=\mCE笏toBm[;"Se5: R)>GJg !4FHձwF*[nY=tMcN+=/uCwQR^Gk.l4;TC~Z*3>D܍  )tyWƸNO1ÿLV lwrDgq =/~]iҿc5h,pL"LРm|[m5oRO gXVV 7Yf1Ac-S  TQw⛻Ex$bP4*BQi+\ o16Sh=wTi8g>f¾73< @|Z(ȳ Vͮ3u|}=RU3U$>B#A8r]DaAs˧dl70ƞ*e@9sApxPL-6R-M4](¼A]_SՈ34}tOoj]>V=jA4J A2,rYw+QkG!,8[񰉤rG p9|gy͗mZ^p=黀D- QuY"`gyon#8j_9lt؊#K[)U\86yk2*Nûfs ΁T|g °X>' &?2Y{|HAg_`zp׼pp2Ƽ{+b ®b^SK̛@zDnps p F[jTVƎn<^h`nߤ)fPO}\72= TY LS>Ӊ^n/^}:[ݲ Yh* *'7_dL?qxTڱݹ)Ypc dTx W:^p4AO7$tTPP+#$&tHZ7vnRU"#C7i@J&)[^(:ѡi)z zXǪ£t_# g//oD%ebw+ o'2a$l]Qu u?#A ='/2iT ^󱽦<5~ymt5&p/de=xTx8 XJ?45rW_+iTbQv*XfWjpEIBq(,;HyWǬËu&|<7d~ U#<>J6/wlnNwZB$t43VPmJ&#i(  իdSf.ci썞*[VHxO ӰM( S9Fk,cĚZ!rGln\Vfç*WL>$,}KkpQU)2MEMԒ?Ef  ew4JEMO9v_+M,̂$,a]Ca%򊜈12;KQ@ǯUS:mBmK EKiHonr;vZ̄6 yN~DF,'lYB k?Ba;^'x-4f^J\R!Ÿ&ȕn?Ӣ4J%0k Eq|B D}Q29d~>rE&ţ DNm( IڨO^}k42ט ^\H]I$DgiiHwl!w&e[n Ij޶Vua3)>SAc vWeJXgtSS_5b=l}E oZ/@ JH0yLO>tZ'V;Q%㱢M dT6'1G ղp 1w9ŏ>c>U35)t[LJ[oYJ\qp]ie ^18EBp%8i{ ,d/ yS:SDnZB{i pi;Y@0_E3)1ާQW)W[M$pmh #Ѡz{^5gMtE8-jaB(v($ ]DoE g׹i cT=N9D~h^ q+\LJ{ #MlkCZ?I9Οw/DeC ~djW# LyKc\Q+זЉdWFjΩ"kq;1,[GQIr5{QAyWeiEE3yuf'RmMwkx.@bUt'!sorttܢaKݚ즢~cU2sp~~sk a>dg֡u:9k[!&8a䁾WTx,ER`H#3CӎڎM1Ʈ8OTC_i']I '+9A y*;ڗYi8U8-Uϝ+9Z@Bl#ߌP2j>1YSPX;@ܟ0O5q?f8qs=K 򠖌})}Xa6DXݣi^)ZUm-`K9eP8Ҕ-`y]" %XaQJk駲Q/X yuEΆ;wފuJh5*xr, f'$uu7҂~^J, 5> Dž u?[0pw3=D0^mSVeݔ8.̔9n'p1TK$ YbʥOZdꠍ!EOI:>U~mvzInjn47 @P6kݥ[8iѧxJ$^)wpoM pi,aM'U ǥPέ?éᥭ}+^` gUQ3akʕ!v@;>70 fc &bPŒq=A^R,ܮ6SjؕYyOvNG5˷Xv/5[1eeçWv˵×`\ʩ ti@t@zJ*㸌PHft4צ F05 p 7fTG s b0lnZ[@E3ڵ*& W*_ KW/FzYX',jvĜZ;sPPK)s<])LΏV\ ɟ=Tm{ JBSߧ̓P#(m@B6KD&Iԉt%KN1kb M $aOՐU7G>^N [;k~q\{?Ke 뗵m6\ۤ٪kk;}F5} $CfXÝFS:~XÒq]5 Au״ТREu0tÿJ]0ız:ڎ[h$ V`L~;Aby1-v,u$w ԅm OOPl2,hdY]xWǰc.]9m )F^&D s]tcYۂEs_ǃhߵbŢ$9Us.rGK]B!DԢ3XSG" nK907gMlEbYأW:P& >eCub3;d Eͺ`[FIOZCCd~Ѫs__2?KAahϖi2k%p(^nz[ ȓ(&8QФDG)>8&ݸQvjI-imfa?eÙ(;$$|YM4CǪ<"Llد#$&~$$ڞSJ]KT5nB(B4ũ{ :K0AQMԷNJvN%Db((p0؅9=V/*:,ՑA?7 AhlHLOL،.H@4Wc2Pm#Pa5"c mkBtUݧS+˗N" mRUYE _3n/3M(@]oƍv?rZ !B|JIf}6e_ .^8ǁU3U 83ut )\LDnp[ ֲffRt=¿e10Y`&C 1opIޫ_M&T1w83/̻9?nVW`#wn9,Nc2OtDK4crPmQ=d4 ?q+{l`uP `*D KUWa 0>/ىQ'.Ci]>C&4nz>0FwM2x7rtgDtukS4S9IR h#fQ7WȔdnGn_6=+yrF}Sd %qszh6iڡkU~%& NQhO@Ԇƛ>K ]%G=@›mZnu3f&yw 1gUu^8,'PnW$HQt<%ce<ד(%kdq{hҖ_ Ә)11Ԍʴ1`7j"P'f@VQA{y8FdWcve <%(e ѵ ]{.2pAgpkU?>d 8#Y\;Gr"k_} ^/YɜTC+Ij]$Yǧ6z̗{y1i,ZKg˭%` IՑ˞'/Y}WJ"Ϝʴbk k|_m3!7M{.MIU3aI}2qZP1߇ԝpS;ݴɃ#ӗ9rb.P&$qk@?`:'R3~RB8an[$ Rn)(ٌgbƑ^L9a_mƗG&}3&cʹJ>%E6rD3an8ʒlÏǁ $.ƹn*_Lc֏? 69*^H5l|1+}/keghXkC+g\I2_-Se Œy ZTZY9&$';^8.n^Q1J݅c j}"HȦ2Z#B"!jWCf$ich٠n0 ,[XԶo3=VDKMfKDԅXD(Rofӳۅs7\3'pK1(1;(~cQ CݗZb83^Y䰰8EOm*N[ MQʌw{\ r4P ~C6׀PqU۳OYr:P75 2p|s݋Yו>1J oC+{Vh7" H9'3@ BJV!O']%:7^M}iN,[* 8V_|,'o1 0~Tpبh[91Xo1fpR[o %>k2$t!$p;ĵ/ae}@1fT]a݅\/ji>/"hK>]߶lCoéko\& u?XC1y@!W[Xtv= wɛμf@}Y@4U=ؑ5V܅ gr "(MFAP AÐ8v9v^n5fQeJl.1xTiʋ4t7Ht2v ?'y'ԔVӶhxٓa?a]<<&%zG\be, U3/^r'jutx bqb wG3t B90G/o3ԷbٍZ!ԳT4R2%~l,Dl(O67y7 X$Ol02UNqkj}(g5!`R")n([18ނLO AXMy+\>͔YZ95IQF{oO\6w%7ƥlA&>U ^3*,?U]MݭTǎؑQEMZ"YfJ-G2dt ׏4v#5G(' T'pF\nCPI~Z)+.1Fkr NΕU6O;$*{l vwe)Q* OGY`2IX]O(N#FfC TDp &r#}dUTL~ qO4+_fx9["ҁ_  &9GʡTϘi?0Pz -ޏWm," `tRyV1'%1KBH94E%F[Z ad!${|WcT>|#zZmwuB1‡JDv| ZLzMZ]h`-.Y1DrB &RFmV*eOqkOwZ[ tϽ@}Q7C%WσYt=/ ;f!y#GgF#XLL6NPd+GLvUUvligơ󦢴eq&YOe֑ȩMOtD@iڤgČ]w_gEc$B,Ro;ţތqa#Q;)87i9~b! )uS;X Uf^+R+fLc8p22p>Z.Xd : E++?|e& \$^x@A[vk6Y2O>VÅS- $aipݐ~A񝥏6a~g:HeM'ԙ">HA>NoyΕ7 9bv#Tbb~d)$1XY 2py lRt0U5Ж93TIX[8Sx!'xt=k\_hk9Naὓo4t.\`6'"4t~aj=O>3 2ʐCPhȤ( m{/׊9~hэj|x% +<YF`bU`xѕ@/:Qo/!46 d7XI2d|s}_֫+GHn7 ߏb,]3?'SʇNO-> Ê9:OQ(aqC%'= O Nc`_Y1Q[%O9eC1( 3j -A0=0Vj;F2KnϬHi 7)4[q/>kbWkb\u251>Ʒi= B]-E>[vяF/ɲ=Jv" URwN8<.'! w9M)*sx@ |=D5Lx^lˉK/}QNGܶa9( X3)+BRz˝ްoQ Rs}4}f&=ʿ"^Lpr .m⛸^0lZFc,?1n|?YEb|7[+\R[@E) d!.?&nC *E0 kx) Uru/0f&m{7myRXJa>eG=hx ^#Y:vd>/ a'͉K#V )n\+zL| 7Ucօh,us{oI% Gu?s j)êFe'`)1 ?؊8g(3Z|SSV{CL8P-ZmP !%e'<Ԃ Œv{!p+5C9KF`ECA r]z- [c6Fc֦T|)|p#j4ʨٯ5\uQEGע$S`PC>l\骬'g=.E4⁜3yKLB*s 6ҚA~+fzߞ8aQ ^xXLM,8>.X9IzP2tj<7췋K2pWM=$wZ; zV=[D5T P,|g@N`\?j&9Rn˹!J E96zIwUQ([B?1.*+S~Qob76({$QpŨD"]11: 8w,N;/K[PfEY]ί>9miOMDTeg8ܸkA7^wIR= jzZ9W3E1fMC9H{gT k4H`xZe>u$_4yȼ V V8`q=!xcה:,VX-$IZ$rW\7Hy,RZS rcf0 N}d=!Ó ʠG㩾_lO#џd0qвkM Xx$H$/;îR4*kmim.)dqB X9FIc*>FސfQՕLA}@  ',A%Wc7 Y1IxE\BʰtB}Z\7P8u u_*H6^]j陙oztPRpi#!z;6$H2h,-R*@` {o5Q,AuA> 6MKѸJ%]Ee)9^ 9u:*sxX52YvM&%ow>O)Hc( 0Ⱥ沆oI : 1U@PY?bc'- s|>Nf.%1Qr V4pܖIB` i?Xi=1-CxQ|^Ob 針uQ*G u" ÒG!OX w@@ Q_9C%ZF92x#gP"t9k=:,cH,ɑ|l) Ni urUveAI9oLxIʺ7m2{;bKsq#]XxFvrJhŭvZ_%OG ,i VYߏ&<ɵb^3 A9w"eh%H_ X(Nxҹt Hjw(ꧦέ՞ B*uFֻbI旙9wѮH+f(Ʃ oªc2kf);v79S (LS;A[D~#hIgfǮ _=khm)U:%T$ͬ2g]qa򷵱T?> _@UAp ;]|by" š/syV̈́?>`δ &m=3C Yrs=ګ0jFYQ%*(bi9 p(5晾uĮéœ\)Afhos6&rMwL10fu:\1(1`sk::17/5)pٙV)_wsbͼ@O{j0_)l=UhzqWT|:/9{ q{"BKu /0IAqD^ 09pae{$Gv* 6%#|nq?6a5jEsCH/l4w"|vWSdj?"v-|/jkS!M&7Jp)1`.cFPATizn/W9ڨ  !S+K.>Ra>nR4jځߧQ4(ҨjY3_e&G1ZVCRߠHDDIdyx`LjٿmU9?=rT!]& bb^Qat[ƤcHŅ\s]f3Q7*M AcW)ig`漚zB7utJF"1!AM6{HWPC3ut ?hx~OS*O=f7,\ASV9W.$E6iE_av ;Ubsa'q xJH*W^e㑴77JiK1gQpqc@p!NA/a9$E{IIz^\TQ b%SF9oß"TPӚU1U'ogHlcDEEߴ#kihαw]bf$x(X MKt fb.&wݼV9a8Y89Y ܆]JyNM;0/7l2gu|I+~SHu2Ixi13)EU韸ᴄxixYF}y#c%WnV ^ o("m1bfk nDП'*tnPn]G$dUBB,- Oxe˝8D 7 0#]l *%@`(5\DbWXzs"eDOp%hO-9I#ʎr&^h>exfx?nW1P3m֒n(;dZ ФG*}]q5 '(NXq'IO] ZPGu`D:5Na_QA[R}W[T|5Y10 'uT4 n5 lT Z^9kko%Rw^'bыCc`qaY :bDP:Hmp TzB׼A=$*7nd5&WW YVbJ&AkkZn4Nt AU@d8v܌m5Vv26O}_o!BsuA'7w n< -dؠ;&| V=Mnue2b"le݊bӇyI! JcӃ;X{T5s ʢ9/fsxl '*C8{{5`W<;mDT1RS$ޑa`5;dQ7;u*l_z_#٨l ˆ` k*:hBBBl:inZe#ogʮ~RhmjM ҎNZq_Suҷr#M("~tX<2aR$WKCÊLd롲XۂuH] Y.-‹a#٥s1ojѳ@^ԉ_ͬz'+Pv`JZ(_ <ҙ[(.jNK{xKNXAS ZBL\%[} C8ԉSa1rn]lc*$?3n;&KnbO_~ծZ ^CEh[Զ`Od}0@|,ik~>9N̰<pD#z!N "o߇4; Х=-/%7"w6pvF9ol4 lˏb7=AsPu )zT 'Lyk|dQ7ظ *SR섕BI6DBzq~fLGKX _þz8мSL֢pMHĴ<ʜ_0륎U}{i0Rw()դ,mNdGa 쪕b""Ζ̾A<R ^2yROßߪrܐUu[ЍV ˇNd7r^r5҆%T*? /'&^TLr^@8X2[mHOi>o])u'udو=) z ;YRzD+&(9PI ~'xE\ɢf3D{bf =[}xGs<]cfP `s(ND)a0{z\`t%;(#X{d˱`3 1Kx93O = n?ƌ^<80զ~ ?G6Sm[~Nٰeϸr>6M;8/Ea0:vـU|a$J =jMX59'XM|7䜳J%a =`WU4ch1jLJ\=Qa?-];Eb omLYsn8o4*ug _ E¿ֵK\ wwGz5sId1[pK{ up7!Jc΍(YԴW㟽E!6"0Bfe:׽x<_XF;]n%z T'L׵=.B?[,4g@ %k=Nxy L?7mA|i'!}$X1SxV!0;aPm%=Ue|xA_:F?,o70e'R]l c}1Gw#TXD]jI|.NZ%ngW4ӡ?[a∁X5?^=Y:A#p> J:~3[ &>?;UI מ*;6nȜdCQy_Y(] eчd"w|/ WNa%zX@PEy?7$1蠝 ǽ G ~^ Er3VJ9w: E)7< 'A@Ǜ+%xl"m Cg8r9DtkYNTs!˓ 'hѾ1嵋86A3onք5gl<ܛe+ç17 4?}4e2U9ϲ uTiv΄=Xj/]DY?{+bnC|_b} C^70uIδfiD$G_6 #BCG0K#Y/ӄE8S~x"9Դ-ǭO} UǪn]ĵ{͜T*doDt#>0mNG B ii )֯#߅/Let4M FN=-8?0N[a;+B 2>t&#|nZ?$:?>gdъe *}V sbMгo}@/`0{&Pk^>#,xCtݒPUGEjwɅvYMYr(+o8fjPԸMMknɕ;ޘϜRwf${Kx967a2*tGn7U"1sr2O*/*GvS"ghbQmU0R4GU{v^yzf4o 70wmԶ.pBjǩ j ;k6LT6Wn9G2/]d]?;e[s2Mq{?j8[|!9S0R ٬/m}󢎘]vD%޷H+@"kF% O)*0M%;}aLIy0aǭf20ĤIJ@h]GU&Tn0wp3? oR "&h\틗 R C-qxFK}Y!WoV`-w4N=W-v(_fVmH#3=P{OdkKȱ)!e5tu;Ѽ0vH'o#Jʥߦ4K,WLy\Ń]rWSq2#aoȝ@ُAuĪmSpy;õs屢 \#ЂܪqwS/[x' T_) ؜;Bq@ŭB=$# CEٟd "cB ڣ {Xʏj[Q9`DpS7%t`,% ]?ލ3Z\̾AS.=dU =KaSA%q3؂a1+~SP+An?+ u1}`[w zGj]@f4&핫GnAY9(:)̀qGARl2|;$p3G&SoZY||,KO+`(do wfm.L Qs6! te ℄s/qJJ/&/' =/%,ZZ{Un%tgnɈ)`i\>+(vkbHȹ<P@ LЬldMAs!ھ ?I#h}0-"]Xk]!Jc=ېZVS ѵ;`+cP*Yq]{G΁$\"!Ә ƨhBP{id؍whQaq0ր6 z#I"EL#jZ<s^|/VX:ⓟE[$ؐ${ce91:PRE)#b:׮ԭnZ-nΠ] ]WuE2mo7ڴ|:!@$v/IDhӹI[MdjkAa tR N8/;XyoKͯY&d%acmr [#rĢ6&mcgZ>mBJdԚ`p_"@>A^="MCQl 4x]/K2Q'8k? r8AϓPxhx+Wmh!{Xv!oT,Q$]E`:C -؋ ? ۿ"Y|+.4%5܅Xx0Q l#C6Og9@/6`(ITхEUd3u9,חo,Zy_rcyz F  ${Cb'U=/.wbCY$4(Aܕmm幛 m\wE~3*|(a`d9P%,NnKw%*ZW2OX^tPUa~hEc(OdJE`0IxFvcmtj\5D#.|5Nu!#t-C1 f 2vWGxTXm5WO}N8. 0g$&<Չ((c,aZ-˷nؒ.NA[s(<ᩆOg[sE+>QqX"!M)\K NCL,P}iJ\]w9?B:?=` [fIT[Oi̊zf((BlGF$n)_x*\4>V5fTY|'DRh@㶝>m!Ԋ;+fa;}McFƶm A;,9 0F;,*3$軩AXF9Jy`U {:Zx_+m&kz:EH|*+_Ixԋje0G:XFak!=?7I"RJ?\V~dQw&`ˇFq%IAD_3 >ݢxQ(.J?_ Awc9XJe,j6osy?ZGFekuˈP9Q5t ltQܑyrupw,A R6˃hr٢/MTv'Ma֍. osUVFˇbcWWn0A?;0"W95@`uNE\[fb}{vs ^nr8cS{ѕ8&!%A$*߮pjc>6X%c/PT$*Ž~lrE.d t- a >?Jcp[.0Uނ*b~`\V"3y"Up L c#=vQNeGǰ74[t8w.WZ" _/s򪵌F! 01Fv3G]xN1H,ݡ;::J\Ԟ*q$A6_ 'VU T{*zR$6,T/*ʏ$p9=XrɎ 5DGqA M#XZYAIa %Vo "`Hi9^xClQ Ikw3XDV2>J}7k 3DŇ#PfscAl=eNSk/T+?CL|?#Q |*/c K· H'F_ZTSt%iH=wyObbMכ"njC"y$ak 址9H%J¡)B=tU19T[Y4S4ٕǰN870I6|1So`Lpy bŷB5 " AC|WC*3h؊ J),[rޕpţ=E7^ò.."k^TG^,]h ]!}8C)blƬPlQYzZeʼߣ^ Vy;jP\ۖ?aCYYKE>DS/rwQQMV[xпitԪҿRwIc^naUk K#;I`8/76A'vSvIl݆EMl>A*1v wB,<^ LFiT;jL!(6uokk'U{4FA`Woe )qZ/ jPTCp)<˦{Q61Recz+O eE9Vpe!Dz(dQ5-Q3>oe$}z؉ғB fN }On͐h2yó9 @>7atЊ,ʙOô謡^!xj[ ]M[R"bKpyǹvQ`|,<^nP1uDCB^Ysx&XHAS 2VNі&4. +p9hveH, yds"1 G:ʥa (ul!rmmե{m7ׅFzy@χ9YKpJ8\;Ȃ<l#ĥCͯ[=-\xFW ?mz!Jst &E><'9B G&H!6&P(#AfEpr E!liA_ 6F{T0LQ|i6%W?!N#qB<ө&Z2Ja ƖQgl84C m75'ewLۣ0ڄ xJ9zFdS'/.7[\{\Lb8č*ɺF_I}H # [fi֢S77adP+_c7uXiT =[ŌU"E/+z18T%s%u|UJ$2 x8f`M[4EMʱIy)ZJ6;Bv%!8nG fLДHxNg&}lZ=Gzbxt2O b8qJEmslw3g ueVk.=fY>AL/N5h֟N 9 UzdaNnzzY/_Q?nf:0[T$%?#]xn[((G!jXS‹+Q' jȧMCp+'S|#Km'*"z)Q(zs #| x#)x_%%}yӦ{JKe,G Z׮=&tlgD?9WP#A//C w[iRxH9Ĥr*" )'?'d7t8u,s&+áq\OͺWѓѻqbL`IMI~iZZ̓wƹwiR2Q'dqcs2[/v̀fJšn&+h=?2y1$OQj={B*4&7srW1Ev0GYƅnv$ sܐ.Vw3ЖĨ t#C5_Wl+qˬ<_7?Z7FO1K E+ک$}X@*y*s\E_+'ӈݭp :< Ckoj=pȬs§ߍ(o)eMXLo{$(Q{$z ҀW rN*@tSy$ѺeDO:'n//DHH+In%Ba`=* j|1FXV ;F5kw&kF09Zp /YM&u0OϸW8%3$3D>);~PvIoK8\ќd*EEAW~Tң=]]dL{ڪE^t] :Vl15Lapz)wīݐ%U awRh;_Q;STni!?w)N"l,*Wl%P@۔sϿ[<66D2=8G}Tu]buųmz`XnmVWD|aJɉ:{FH v- Kq'tA+Ce,ʼew =2 ᬙxg`d^{lVK_ _nZT+4llI9i \ڬKMQhmsynu߸$b!`X Yjuf2T^- kDLZn!.wzHvtf,OF=NPL|LZǮmKtmj0vY 8q r"n ɪYY[I\a8=&(Bl[!/0bN jU#Ryg 5 8 &ҔɑRcf7~YMKg?Mb;'#gv;zT{IWqZ򨄃,@^>-lBW|޺c#?LJ W}556]^ ;+:uJNQ "q1'Ur] z&:㥎4ۢ c8#\) lq]C%>D)HpƠT2QUuPK0N; @G%M^w+N.Uiپyܧb\K.*.fzU`fx7dܷvH]UH0W"Y(S0 Ï7zt>M.#Ւ3w+` #sړg6>E'ځ%eܠg;ͫ aj!#Dık^] =EbW0 ݃f98j.w/+9`uuY{ڈI:<,F5ЍVXJf~?-GpCT*G1}6!@U&[ɐB`4X2.ۃRNu6M~#NX.uW#>jNe^e!g/DK R_ hz}ۤ]\sSRDYQE̓ãos"-dcyyiu=wû`tlAxFvV0PLgja8zMLDI=IhihQ&L_g;[~1G F9҄z[o2FYp`/(d]A& $?L3~n%*:$.$_푩b!T+EB,T% *O߆.T&ll!@&c%kuf:a "s"xe>ş S$d[۰tW YvI~i~"T9$p5@)X`ӄ;l`WtYݟznb)8."%=qAH>5ǫgjXЩ2T%OMȷ41**s ^*B2O/K[Hd^`ə(CS GП<l<UCڇ!q!l/6˚3fD8/D|J̒qϢsdfte9yo;< ȕkÚCHYU[̰s=7ʔo@tچ zD2hk?~K%ؘ^W^ؕcduTɌp (9rI%HZ 6WOVb=|ly&0`Ceh+eyN4M$ QpXQwVmZur}dW]|թ]&:2b|ݮs4betCS7ٺaV|+器\'4y1T1_LqVp/vvs]4ha3tgٮgHZ}x\y&.ڳ^ybE?94F2AePGz56f"\tW(o5 g=}:ceW.d 6%`RU!WdsF^F=nB +mhaN`/$F|+؁u.ƶLuVa޵&]9`GGB_w7'SiNp5~2KIx {gtS-;mFҡh6!us=F-'zucwߐ3*؁T7mcVbHAgD*|7{= F+$uHX-cECË- K+$u\9STLTcT ;{< 24I{ꚱ%fTE|p2 ZI<^qKUwCn&4x})LRS cm}"% optJ!:g =-Ay\}bdsh{^俅By?>Qƀ , ЌWud>%YE krHrL&*mSevABj8H{*& U gBn'p\vd678cD_$u'܇ W:P.Yp"L~G^XO . &}ѶK"s'N8`8S-qo8a򢛺[i~RYN*rV!Ez'³ʐX} ecgGy:ÚE3cYQV fFv _4)tܼl_Rz阀X8yU 8g\aѳ4tV3Np<>mX5[mBBiO\k-VZs *j2-' V5ShA;#fcAi>ֻ 4i?R/3&40:*ǖXa olp^3/O+^&ji0QOdsֲ@fq Gu,\䙻NK|ៜqƑ}6\ 20^9%IWbR(۫qߙ#PuLw]§i(HN}CrgFt|2Ki~dG!d sWdq] e\; &:oŚ[ݖF+:?zyuz6tc4 JCm7 >RH5?#h|ZdI5ECE:e4XN|MCRc2E19DVҽb4TA{^|#a{o~ wPҮ>xp͘2=k,P-f!AIJ4UV0lqB=蘢4&ֺ%BOkp6 n{Sd猦sʪɠ-cҕWX['L*+e&\&<A?J WtG!'!UT"FѰhp?aR H\Fi9&"E+glx=qB=Z$v> _hڜه#BqPzV7 ФÈz>?طPV`evB1jϊwqmy6Ⱦͪ}g+o{8+/-O7ΣX`4fE<Ј?YIE&"KK>yQŘVck-ޏwrUqZ ݕx $Ew"dzh/-蘜 b N_ 1Ȝid垩ZT#51PyM]O'>-]޻V"# 5ݦ0@ofh-:]Ձ7=%Ơ]HWnxb^͑$ ;)~fa/nO =AfpM|eKSJ-n j[^XiW &fWEYO7Fo LN'f !iފ$s#3#8N ,BUbqiK8=H[}q대̹>yUV%PV$@3-!>_ђþPVG6vwO$* to ?Yfi1setqtՅ8{?1M#8.ȪLhV凡ѿ5 Q,NۚG vY"OVXS5#_iU\BwE8pLւ9gs ;'vS,Z6؋fVugP\X'r3=?˳yt\n5#L*?VoQ@\|>p )O-tB([Gq?{І/e>A/~scd'EQ':ukB6w V>nEy*bv2 U B|͒)2U_?!/!aXr/yt穑ֺu]82#,0>}#\?@p VRWQ$]x !PܙҭG wAgyv\CvK1׌[@DU h,%u2 9ϗ>e|6u "GE~9^u4\54M!L&]'̇?S1YVU}2 [P)fΐUoFdyوsy?⢝340eh w QggSl܎#.Xd ?Jڙ}p6C" HHt;iin@q0  ~^Lh^\ kjk'Z jgƥr؃3+b옫Er%wow&1}~l= [+U!Cc{Q1Z-wh/ߪӋ(c 7×1m\G8Z߶(b@>k<+#l2V?Dr:JIfKߢ˪0aI΂+\ J-2@7[E>7c8Sڢb +NPb(p$Nm2u6\x)9s?5Q`Cx^|ginu]z[%SN%ud1r1"1^:K>;›U$'( MoGJ]e'lΧY-eR i19X)@6< sc}f ^F"H-kD$ v)YIdy w4I[j_Uϫ O=9aSU%М#&u/s0̃t\ȮU"𬏩=˭̅HeHڕQ k&(ߠ#H̒N;~6_/Mѓ^.N?n_ 2519<> >|y &}R 75kO&N<+eI$gt Pn,|g 볟Qv:&t!A1@"N2\͎1FLkUǽ< О\K3Ty X\l8)lw Rzdbhy4ox#!#R,F}Jê [7᧹S$ٜ,"_%sSsVŦ"qmf{\5/_.U\l}p=D*ռ o`PS4*pBʽ/Zo@g+Ҝ׷(l#?yDE:^_XbЅSI:j)^4vn٭&'k/W[V}$;"p4;Dr*^+=dACb$ud%`h9嬆}MOEYT2cr* 4J+;!̦b[ֻ=q~HGY1>e#T6{_I*+tLHFd`#l-7B~!M&59ҼĄL.x\{wʨRJH=.qTOK+˦,A,,E#;)6>ķ^$v\!)/8ԇgkK)2z=% `+4j9lCmi:8)|qI=[C.eJlltNxUjC+ -%[R u`OTHErNY0;ciNniJ^gUAC~\ [!s\F3 Jq ^#Pz}+nEYQug!asV$@R-YZϐz#j`K9^oց}`|?[i}5,e9wU鑞^LoǞ:5%lFvH-JMM-4Ҁ=B%n_  Ç~Gs"| 612ݹ?gX's{칝t hų~4[?1,"y^DNY8f ղ;S20r".F0h CΆ) vڹ&k^Q <tpDLZDkO?(/SN&?Q<,[}UAߴcA6= gnHH׽0͈_3|` :vMZ,'-^9# /e-׶zh5z$3 LnlE牽F^?pn}r 03aݩ&8gQa |wkp?E5fB)%-H{%}@B2*ܣ޺G~>Z[&+*fLH C-YC}[kQ6Ԏ$bnu:&=9ԁ*2PH{ m5f85wI)z" a=|iTYkEDqE\ ++&r7voWo}͌Jz}#ASj<5w,9R=Fqf0}9b^/wi~bfώM6ysB2th"{ͼ ..$ԚT2+_^r|6; >HG['QN΢kvg:4{9T݆OHD%g]c%mYB0/&/%ƾe ߥ=bܠX알*+sntwnP,8r,W"bƀP7T=<˖>[Bun7,o̒&6^)yB.=P?/K[PC+w:?^$D'F5ky;@QnMrk;hKdŹѐhQWk| Zp%D^߷H7A(t$-Ƭ[ 4< %}#'ny>̽y=O.rj.MƮgGI`,x7& Ag]1&Fj燶pV9xfkv¶d͖R`eI5H2}ƙ%Y@;Wkhc(^P0,E跢K+Kc=#No! ^iɘ+6>]%fnIt"vD}{J. {k]-$U4h8RFHGGp`LV#4r_`TCΔ̒e/Yg5iVât5Cy;yIhl4͖_̥.N{ XRmk4¯XpAy%Kshň5UEﺢk?"3yo_޶wޯ\"p I?xUi:.ə pb#7'o?mssvBCtW q1_٪XzY1|/𼷚=fTMwWffGM G0DQx{pʘnt53Et 8 Vvn&*w]0or/id:گ.QF]/~vj>>PrMFH!DÞ|;zO~aA}.b,Tr<`AT.f$*J渗B+V d>O#u@<0`ؙݴRR8]TWl#CahN4QNF0_r˿N60x똶b# ݣK5Ǝ'4p~mevYqq[kM 8+*? vˈ0VRumq9WdJikjXQ9`-scF({>a1JGI#֙Ic~B ƥFt/\" ܷDD ]6r^(?XHPzx.q4\{ r昘B iY*ro_[u=+ZOkU)?"vQK_NP+FU0.~mdὂ0O9$uXbōe:D 4}F./89Tu謵h1 yt;u1V"s?u}'ʌµGE >4~C@JKԓ|Ȕ7e ە˳urJ* ]RA{)BiިXG YtXP%L) Br0lI?cW. f0[ba|ٹ!Os7R的$ A*uK"g7B⚰2n,@2jgI4mw^]Vݤ݌ sT\1Q#p!ˑ]A]܂lPkHwL.%fTP\p!%{l.CT[2@rWAIeoּrQB1~q( ޢ-}}*jqA,~HiaZpjϊB2ڊh"/4Vqr´Qf%r<;ƜzI35tm[\yxUEBbCª9*p5;/~>T7+24rB2`J /Ŕt(+1#ޡnc =A t]i޿ -;&%y%iZR ?!˟g?莂7;ZH̕n$%pt[~J P:Xu!fhDmhƚ g& :yR@FsdKiu\ s &)pQg"Ϲ(+?T*eEatAzNTw HEwquPB̼4Y~fOn""n);u$jD75uQE>^ϦnTXZE4h^L6xP`/f])a[ v; k'?j`2֐i 8gPkS!ȒfPcSy?.k@v w&H=Ys[2F. >ƧoyWϯDӾBHZ4ɺ:&" .G=UC3XEyGnp{)#̔-Lu&/ ۚ~BKj%Ӽ ,/Si_dݘydQA31sZ=K9hLN&Sb}}>tn˄9z$7wXZ~@gr _+M8LN)<,2M4B.AՏ&+BKARRo>(dbDxN;l([C?;x*92 P-Iw~SoP}{CW|%S1X>pqH4 Ų%n틗CTCKP&M,TTQq/-bfMI=\3+i 6qU59N9I"RIq().B~Hz/)Wfi|g8 A<Tھ8n[,0"eȹu`Oy\JlӰb X b`w;&l\zfibGjI-ºZ&)oԖ)fkrG35RS0n8CZ;DBP?$I,P7ApMމ2c",}1F[ɥʇC&;v7eoQE%Ԟ"}]ڱ [։nUuJF\EKT G% :"b%o\5Uͅez*$^ןl&|pA/ =j TH|"+g/b J7*xbLK8)vb$_#+- ۫ MD]ũ\~q_߃)F136^<JzMTd^/%BFPȑ Ҧ0dOOuϥ [W7+1wTBkG`'_2HĆ커Aq#}Ļ tH6l om:9vLxAab<ܤW[:yo+4tDWnv~#m+wW0XٝǨG2p1$hv7aFN'Rt坤> o[aY} D7tQӅl+4u8UH* ',/Բ(yDn JC$3d`(_DtDU|9)'m !S7Ơw'cO@(xq\F"ˏ>)nq4≚KxB;G\j(lb>Vj86 MHwljCQȆY450kJ-^,0k_|# DRW%>L&j5$@|#,sP-(cdn3}p .fꒄ֝UQ/gPn. =|Y?nZ>BuUuQl&r՛^ N$;W rj󅈇̫@I6GpvFbUq'q('?Z ᣑ[R}"nsfq=:B9h&ys!\R|6$_s+JcꙌwdcrRv0Ƚ?X"pz q.a QZ"zn]vQόuL~{e'܅`TE4+zfRE1wn!|un$NaD\ WF_ p3JnP$WC1OR3!5}?7̐'BsgO{>GnvhA3sR Q84s 6GKnDSX(r%bnyȽ0O#HmnX|^.Vӥ%R0x Մ-c )WMTH<|ԁDk4 Μ;Qe>PI ofaV7jV 41VbN\i+$K]&L3o0-v ¦>g72iu껯Ӵ2L5_{qfr^`l;BLjdH!N} 9YT'QCP)k:gn,T*Y'pI'm2dXpwɌbҎ_r $xSu'Iujz_k mAvbȕ; %^X8ӚD"K' l(r8kFdr- ?G`aN+'9OegJKA] i) `˳BS\ׁ廆]E_ML#%H2BL]b[d/ا*-wik]`[6@CXT^?&@{ւF0 {Ҙ0juGрN%lkjR("*)X!>s K)O@g_09,Yb^HhN82?=Gl׼eJ&E:!JfmU FՃ:>t.SICq?*WA SHprt }WORSpMQ=p_i` &0 bO]v/C!xI#f"<PΘ=]g5h =te2EݓҪNA2T\V(IY)pZr\E2υܦahߧMҭm c%[z25)t5n,c<0ģ]vqF:CdXUmIR&znShW^mhU9Eh]NɑQtocUH`# MΫuV AHQBqFAp7u3S:$4洞$Jz0u \ٶU3w S0nO@8{zJo]_n5E]}'Yo DԖ+dY8::GgTb81 ?ޡ#C4c?%J63SyS7OՆC V-(E9GhîHy_q@ 8lVٹjw/A$iOp`  VţȥT^UJ3=7~ի@yq)3S`iƓr߮^UӵyX*&A-X>`NւI4\rEm4ksC ͍ޚT變)P){IQL@HkLT{||)ǃKo_kWT1,GZHH ^ q ޭ{5xGhU%I >{ nR 'V!^d;̃KEQG)49*=#Њxӡr.@>1KOmř$wm,t,YA k+޸Z4ȳTAm^Mql3fF+jY :aԭdB^tiĺܩNI lG"=}ʹ@ʓk ~k85zh-~R 셀/7OjͱpoNPS;x1[HoW`H\H,J_ q`O=Y[(N " @`P=<9"؞.Ac|j FYMdZ Iݳ#vj.E:O4@]x2ߑY]J vMjSc~^%) y(4o plVM ~@]eiyIme&(IL` 7鿙[@%Jf9aqV0?.H]f^FR*'5뫱3q+A vdoz`~+ - n4=~*%JﴐTϽ RLX欤"GAmz&!A5K?9gQ|+Q|zڹ#Z|/mu^m ~_@D-@`#ư>z}ڟ#ht ݹЄhr-(#VyFX8x" N24捹I3 7 ~.Tb'Dͫ i+_&}l!im8hf!х6S"zq"i5 Cb' HkM̸*=800]NQOs7ԂQ]lKnVi2v^@n 2yCVwiU'4tɳb_F_qJj慺v i{'-q#Ą V)"d0ZÅz7TėjDξWq.҉F 9ɷ ϡ tt$ޘp$pd( 9i.3k"!Ҏ kAq16n|` EfٸV V M]*THg[KqԞyѬ2y[q.nO}̏g9gSx1p@-QOn~v#"g.gfE[sNuڕC}{iHsR$hCߞ-N^KBÛxM-x>H*S tJv' ![0\躾@x* $t`wFWa&0[b(tMf9Ul.^[`9"R$` Ld|,ƕ-t^z^i@ң a|D| &=$$APY߲q!i(.m1<1RG|/? LĦ7pEF8;Lʳ[N\y2y$HwwaG_+;l*iؖToa?{gHb`3ɖh@r۱.2z qU݅u 9 <^ZS^\U\g iE߰40tPﲍ 9P:,!0'Y*)l4QRY3+sDѴ֞]J&.ڇ4 WhBՀLq7֭_dfٸ9K-5;Cqͩ~:/3JNs 9}qsW.dTֲ,) F0mJ_8rRb鯙pBi5'L E&$͑/ 0Iw؎"%\5bky\\q?u5s5k4ٽg47'βK/w K'UwBC.~`SZ:U6`+Z!# U1fbO q?3hKaHfM_Px[n扣3䕲Xptc+PSھ O LC͝>t"A˿n4@x^~yao!Nytnl:ƦKν1w@~;*abJ騫Ԇ PU]FhS՘y>tv3~$h5lpH!ү>>-2V2t ֵ@9n M1E۬?1vhPH7;$1 hWioIf&4#Z$zf-oV ptW[pkM!BF2Ba Ӛ oڤ/A mx 6M_b%@swL؊=رӊR#V `Q0) E57 P{J'DY>b˙2J3/,mO2AU|tX&@-z"Bi!_M.dzӗmweRIf:L 俷Ne#`#r8 I@w1TM5N^$E]J˻ みnep/<seH˩F: 7j,-~p@ r_g}9lf Wc& K=|x UWވsmL'w<כ!fM6w1sB- CV@g)xshO͵ %6A򎲷.>d2kӯx7N ZZ^b^idGwjlE,\SSϒ* )9}!ӣ7DKQ ^xG"SU2Z벳D,D\/FeNK5Y!mfs_x%>Jо H+s{:4u+f3WV6g%KE:b:'({* ^ct}jp*'y22[>˶ \'hA3^ L!ޚ.HJ1CvV{h+K:-c~m)My 9G:n}ўgl.RI{pzhvm͓&zyfUM Il׋scp8f\{`W_O94N^h}/οۗws&}>b=+D~ؐ%"g kd`99s 󝦨aV<hN, P Iz\wLs}D6FD13H]H.|lg3֪J(uf(C?Y{D\Ngez mg">-| 5,~mQs MԘv)`W8F6mBʧЙbo➐TU&_$њIw 'UP`j_@LNӳ޻%^Lo/wS۱!=e0, яK󆰳/6ϴ I& :hf:? ST]KM 8®M gFm q*xg.b eg@镞#uFoC>ޗw/`n3 ZeBuPn4Eo 7U+ŇFsCV}ިҭ%=_7*XFi&5RIGƜQoQʚgF<,oՋdAdwLz|AVRQ.TKYA6"#Jd+7Axoٴ *Ur7|l&*#!MevZ'n6 D2dǰo'ٻ/vj03P[=/AEF _(6AI OY@}1GEI MZDҀ=.P>kϴ+ =5g.h7GBV˺"*+DeB*@$0}dDmE `O1ݠ߻.%P8ny/$xBýg6S]\N .[N7!]Hsֿ(UY)' ]j, *Fo MJ@Ż7p10 9^$ TL~; ^nE lYB<+ᘘK>O*R=[Rt#ί pXϭ#ʱ5_vas]qvUDŽlɆ&:-YvAc#v՟) #N Qlz,;Ϊӻdb;0}-ɭ efU*b79/'&6nISkDcJKNjXR. 9=2.eLBV@qM8b;]VSiE/cc6NqՅSClO5TEP_ ;$/>h$f-{WI89 ?d;ЃYO|"" ĪǪ|he{)olY9"g hXc)nVumq7xDpå߫;K@Ͱ=ǟ sTqL(.\)WIIPt?53t87kzJRK{v rm6V4mtul:Б7MnFv#x|vSo#7!g} Fgtc?ZEKH% +0|ŜmdCf۽?UYճ!׭<jnJ+G~|ĸ(pru$+qqjhlT4r-O:1Yu\ }F/d\>9 .8 2_ *ӖH4- E/9 C,{N2ZLU\g|}ev fL1s;=dB!89M& Dq/Gy [+Q 8qCOoH.. 9 4@ݖ*拻e\̑A Y3kM/$y4wdC!HMN C#zT|e4ЮPܿoN6-NTGQأ @r$Powiq UOvČb?$ˆYCh#g*$Gc%aVa7 Y`]1(`-)*o Fm;⧿3WF4$d0Ӧ-NEGU4&5[ \{3c^wۮsv[YhAA,8D0U#-I>Ѝ7 %,Drv>BY!y'p lL>0l1<8ͦ;3ӒwZZ6*k;nu'ΪJdّ%?d؞N3%} &M͔,&6h&Z~_]|~|#nFY<sä oTHE1Ok9FeB V਷gdH :G¬_ӡcq"oKtT,LH !Wis9 &Ǡ=᳧x2,0tR/3d1q9+QQ[=&>%1{'X>f4.gצ99m,mlq:>'\yFNg/\$Ԛwxd*ȧC[yCٗAe8:0nGSYhIeWB6&V})jE*rΖgv&q\t&uqئGSW.dffu1:[ m~a7>)sno7Lf5Ffq!K}V4 &{O:`JnsM&HxC,ꊴL \]N%;N$7))hXh'.Sʾe`"=T)  V W(K ~]#U 4ڹ{C>dGfSަE`g^qkd&y*a*@~ 4R^9&P˩D_EOΘol/<nl%vq6屁瑯aR(ތTO,yWKQ}*\[t]F|nT:>98yhYBCB$Gu=:SS񋈯‡w50 0cd Dno#OfhKiǥcz ^ ѕ3.7Gە=/А^׈9)J;PQdYy mVG$(J LrfA; ukz/ԡm PQ#%_<ֽ.d3>X@לd޲Gz'ӽF'aS5̃͘&S ntiه[{BJH?+2$G |-0H .Oˈf}³xJ>0AZ f֞ݙK%BSUG~:ƥ4Kė3"#1G18\#FgW[.k"`'OJΆχer2m{Ts`ܶѩ#&]:Sp-wbR=:9ɛb& _JXwWUI:EȧK :b]!O7*Fԋm%<Fkjy'V4BU3<?|]Q*?(!ˠ_LL2 !މ;J ӣB{/W]j,#,Vp;R֔87ؐPxX.xQSU@ŝYtH2VwQu2>>yA3.n"Ӵx):XyYjʋ$N%9d4vk|^P'0WDP烿SwkǶum l4IBUA)ZR"7uH5"ѢL h;u}SSLbTiE )B#M 6Et֭%>"('SEU`9JJFv9NڼE'4O, d!m&ؒl8JW^aQ2lr| -ԭ*eF/FiN\U̙Ya#cC 7~H+ ?L̐ɃJ~qf7~ \aח TBeUܓ+^0<\a'+G-JI$)21ɷ)@@85%ZÒA7p2%~~$Ybfu7/W$W _zMG*O"ӸcmyXnDmΖyi4'WGgɍ,KDH x"'GM#$饝a-=`l\3P% _s(ȵ>%î=^MCg Pe0ǁvBJh(lt'yFǤgҝ0ݯJW آI~dLfg*bբ5:+"M'a_I4F#t$X/aTcM$5)-HE4J 4O(\mea|DK &OjjDl D3YJ16z0Q2"f!AP ۄRU(!ߧ Ė:ם-Shѡ X5 /֤]>t,Iyat` :>7վl `JzEV"_؊GDdmQr%zqbh0 Wl[y^?Q[]}wVt^bȝ¶EzhIOR Q̑krn1#>ʠ0w~pCx ̓A󮆟GÄ`[L,df׫%U{DOe37=U?Lfp1z:öD{& ?!VT@p-]ݘ;%E7ѨbQ_)xi*lG l3]_V\g|$zЉYHޕ@xC ֵջSR]mT.<4p0?E HyU @DZG|Kv=$BRW(1JLfaXSVS&h0>DSfpSV#hqXrZu8fUXwJP{?v>IEF_}$ym8ZG숰jgn`p%S\Qčdѻowx$/qsVe,`GE3MsӤNJ!I6vʘ"\F s yTpfڂK zaw Hyu vFiCNqi pS8Kc6TN%&5Z 0MjV̑4Zb<_&9i##-Oo˲zAe+DU}9Ɛ0#{hweۺՀAx,SPHP Mp Xӈ4W!?':U ލ9n#,kdN MsGçz됞Ep4Iz9ʥC?x@ ZAKoˡaRGv𑗬nqto aG]$(EoӠl#s/FG0"^_n>":) FIPd ;x(r$X\LI7ta|"`)i Ŷ\UuX4Sakl^(WV%<)|R>$jcx99* >&^I9FUR-+]jNk rg"Tإ;U#tE4XtDa(ҹ9hlhnk K\").*iDh󋰃Du邑8V`Ĵ`\y6oZMhM$c]Lt{SD䎧9E M 5Z N۔Fm8"fB Yk~;åUܫ>-;'IkG,+HcFbi Dpkړ?x3Eʣ} zkۙoYz^hr, 8| Nr\ZzŒK['/(.Z YL we \ ]j{V+PUTb0|IE h߶fG NhJ kpB9$"Bȩt=~x~^5ͅ@ OhKK)&!}0eֿ lQa}@C%Z}ޚf_~Dh}n6RwN2Ga ٔan "-Vd,ij- жjMi SOk91ZE^ pm##/j]=~ ϥ I!}G3 ðUc=w7T^7/ ? >LVuNybB`=כ`ѾҐwu"n1HrlK!NIcwc%RtU =DOأm ' )U9D+G =<7\Sao.-~>" ڑy!JcCH rHfi=Sm'̲ذ~UB^*o yQh׈G'G|(|`Dʷ{^h=ǹE >ۭ3`'$‰ZGY}qi^fNq0^/'(aXZ A` 垤Pq!I,A>;G^ǕVP m46r9<^nF21|FsH ݠdK$ yoiwxQԔ:vzPlNJO+OeX  ;.r8 5_Qi⌣· .]]\]oS܏=3zr87dv ʈwkpSYa:lUKc[eK)7N٧v/(v>pdqԇtc$q7a)DSHiM-!cR,O"j~vrRͶP@eGʹE\.ZddIz8c*2ỷM>/j>T[KU0 pȭNkCaPc7 kۨkA`H={H>p?bG>&ȉxa| ̪|(t fZR_ j$Lf \V`'^4Y/χBS5YG?J Mw=Yda̽.× ga = .Y'c!cJX3 G;e8EnHNFAhG8ssIz85Wiv<Μ#/+RYmNJMWWT0@rW>I' ȕ k9oB9Ɯ,6'߻;[ >dP.{vVFN=Q+ۘ:O dPcU!{цaǍz J%ٛB{u-` ey1qj`$86AflCD.OKd<θ+)]j=ْs4=Eԁ:oSΙFسZ\:BH}zTzܰ5uq2-mOSd?u&o`Sn އkT(/(|> T GyQ*{лG\F|-.ԸAs?rK'0(pw5$񩦱rr`:l+̕EpbrqYFצ{\9ؔFFcWcg`[ q$֬ǐ_R)QaDmZM4Y*.SmhwpN.BxRTD^ ~`|wnf̦2} %If>A4IP<1~Z[)YDq cTNV׬W%7{ 7=94pR9$2yfnKy=Z⢇kASm>zCQ|G@ӕgAVtqVvbzՈ4T.F}GΧl@)8 zӳn $c ?mGy|v;}g~G$#;Ī_%U:?1҉++ѦX[l#5%RWfD~fг*b Ii}V~JcT/ 9oęCv~_%zoCŚlg i>q\eL!nj﫨R9z;ڶHRVͱ1b1[$E&ǛŠDӰ+TUyF|ЦyIճ"J<\Oqԭ J嚞Cp]/߅0ޗ% |SpDOVM59-x njU>v>O&TJT *ywqR1T(%mN>:xA%[&mZfjJ{àv;24dR\~tK}ǣgˉEeMO6(w?RXТ(H@!sJmxs$_MЇM{wRԹssqv4ۀ[75`OƂg|ѫ5kf=K7&Dq!'7UQ\ْOi\΄ש: )&Ԕ/q!LeeLQm0G^C6я:AلXhVY?}% їB5AX+phvEe!3C4O<=~#W/. Y 4lasz m1c8#\ `(X^KL{T"p{[^p`ʄu>e lGB?o6۫I]ނBnǠcuy;4<[B7א8`4YXul@Ia$EF&#W/Sh84m "N%.-^#IXu:̒ Ndi@ G H?9nJIqW)byC֊;uV R+["!Xˆ+"\wjuD҂BZ--"IamXGvzM^'z{!ҤM]ASzh.[fuRzƄ p\ G*8LZ %{X'lX2( ,Ўg)%ּZUHi)൬wh+R/1^ٖefcbTg0UOPՒ4b8}uQ }f| a|x6a Y&3+騂C%vCsFinugo&+(øS89tۇ8V7.`{0|/!uR'5Ui`815׃7<b 7v]ߦ `Fi@f[,T]#/\H1n$PöH2h|W PJ1X.tYy-xrÙF:EPI!A=Jj\ N1 \B2'(nɝ럮Y=dd.׻t?"h~695=p4n-cZB I$_Zl 0*lV3<+d MGif&5g}mXWqu]h|| &{2Jح0 P7<ߛ}8<©k0 rKH=242#!??aܐ lU&|SK[_˻TٲH'P|m¹Ӻ^j/I/X}u u:WQffQ.m a sNV>1{m3I4MhTjXyYz8w-'R?frLWDBЦz*{4T^rεVfʥKPi۫p an,![NU5:gO{@BwO B#iCŝxk.MZF DLydt=Hi,gE=@q@ mj-:PsYjIjXuƌNV!)`6XSgwD,{sӥ#8p`wڦ m1acyQG3D2γ3TIEq¶Qx0aG$Wx*1WR0Q؝,g0@7yɀɬ0z/B+%_ %$_OrKf xGƓRbVЗA74kw!UJWW QX34] Ʀ~͇GDD?v>t\(Is3} T!SPٽr*ͥJF] c6x|;AҞW+&Ymw*TڸqITYe @ǮID0 U)CF -RR4H0zAbdQ;ts%'P,ԟ)y!? D4kHxgm YE'Slo6 h_S3f ?C굀džK>$bݫڽ>B8"@CԮJ[mE$q!&2.ETǦRڦY LhEyӼ?gR- KI\2T="+^v++RfD kr@r X `װs8 ]@5xUcB3 ANG%j߷D$E'F6k6noCWO tMNY zO.9R@~Vmzhr]jmU_=WQ65A̠3=oHc&_|[fɶ6~ؐ<[x+¶!gEK%s}H6gi8-(%a-q(1ֵMbxpKG6v?idФ:Q&BߴBJy3^`e4jbK4onm5Ňn@9K˻N3A{rHe09T}x.b.WHܻ畵vߛo>;utȱn:"| a)[a2NB;p>W`q+#8ABJf3 RUi9㠨.y8iP}ڡ1 JUѯ!%tyMW-Yl(.Fk>n}o% -wXT+zXU)RTIv8"t}B%LD<}{,gk࢏w_MjUju&z`y [D7m0K\d)Ys܋]f+Ԥnr쪞+]UV. {>{G~Rp%))S1ѧ@]Ѷ#vѪdNn=uZ2 ". eo՝`JbYEvrdw= }l(Xvŵ􅪦aCƗnO^*Xi<~2>DfQ&M+2M<2V '~MR 2I_ ^ˠA,+.' :sxD;'~k2zG2Spɞ!0`T5.JM[Ĺ`p>1x%X9LLWjRX#ѡ>NDMy3h1eT>!?G3жqs[1&;4BSx2-U xEA5Гb'^xcn+AΠCB2Xmxɬj˧{ƅl6\FC7ꆱU~H}j#$ hyF@-E %;!PLW*c낤 {}{FҲِKHd$P + YC"h.]~ Y׫RUse&]I:'bPDCQ#jK9qe)QDTC\z#k0P$Ķo^A[uIH ex I<@="i'{%ܟQӂ VQpðs|igA\uk&^D y~$nm Pk@RtѲ5=jy^x]q\va~Sicb2 ,tP_/7&oSِ0/ZJ89SkRQ!ϙE~uIl.kV&ep)Ev,ך,\DNT I\'@YBşp-^2B[覮p~dڌHKs3i!})X_/oZkpJ _,/ 99ӽh[߅|eiwjƼK-<\lPv1P&( ڧH;0s&o N#=(n7(Nx y*IR ޯTTn005+\P [ghQ <"BMEc6m'B~xص)ߑހ[;%tML݊0gA0c$$5с dВ{_ )`zhO|&vj>7XQ@?ۅn)(,ҥεktԒXGh?(X2BV_6aou\#ཪ)~)I vf!o|󭈋5^+1!N}uUau3d5Ś bfr%@RQ`Fb ,IU@&'e{'F{&t{zga#Kpé[nB7|VEn|@mI*qϩ)ܠH=`sKl:56^i۫WGEp 7gh ^OIQ///\A+ /CIݺG lIN.g`+j%}SMVf$Wne ~O@|xş9~r&eǃ'w5\+1a@ ëD-v&w*l8-s{"4x<[=MEogw;f er%)B9~8ԫ6J4a@:y0vBfe׌Kf6;\z{Gt'(U#mSʅIeh`*DnBQjJR 3MC]+%ۀ"Ư;Q/!95*jkA], Xe}My >]!8hM9H|"#!Jha%7.,[s+y~J)N˸KR翺ҢKPڟJWA*d \FO?5aD8h- bf6,z s|f(K~VFl_->ԋ7WuBI}ky 9)JMUzs)AT5*p9MJ(ݙs2ͻ i_?H}IW6Ptu[F B@h,Z>cufy=V 6 B yiv;;5-o`&={eP ʲ&ԏ@!0=w/Iwj-D1j屜Y(NpF@/l4!=K0&anc=,X |(ƨ8Nk}8\>_ˀ0H㇁aq 4&M^63!mQ2>:V g46-/^H4Mn6>-9PCzm)ǙG#@t'c_xOq0u(hgwG7zV!'}(MKH7_nz޲sO;h2AB)6(Gң;EOIA?ȺH5s e+iEF mB3|wkaG+ 66 ?,GY*T("%8VITZ"} cm˩2 ?1P0rC塜jk}giU ]L&d wn++>p1b,2>ͯپry&X00lVLJ./tv̠v2mKikF=*Yh6f/]G`)t-wEO0ܳ'wa%7|sCK/UI )2*-.nd20KWd(;&[H4k0zx^&TGjܵ; ('@1J H{`aȥPpq<@C-!cRj##vI2/y9שɤ#jJt,VX*1"'0˦v$>*sbPTu߈~O\kګ> hfr$kղ( *|~-`A+1ϾbGsgD$QtfrfL8Z-P@"yXqwF 3%NGٶcIBeuli!E,\K6 "0#W(qU/ Vl1th*˺F&Yy5V1vW}&B|k%]m${Pl5^v6^rzvVynԥ8jD{ŴuJ!E>za5,N +eUx4Dq:R4 ݴݏ*0 F 3f$12 v!| tuKꍛ7$ Š@*Pj%#ݴD*{h"`q2K &i@8|/?^ ?ou?eΆT]]!GIKP8SFaNqۅBw_I;GMO>(F @TEiz~$2!i**<\L4˵egJg{p[znNި_)- OY~ρ\5׬bE1`e;myrÐg^7:^MUK2,QuQ9'QE| k[GISR6xޛ_:kV==`]c,t|v sc*y,dԳa Ii4!Oru?LҮxo_̚@l^w]n!|LaH~^ 6ų]ݒH(Ni b eKC6d[b>~>͌~(PN֕.m[ #A?uڵS%i._9. IwSL$b1$X~\yqw0(´82&J > O8jT^ hzDTJT Bgl$/+B۔#׽'K$8)[ŞD"UESDC?HX~Mvt]pE7`ޝl2$aOSĤU!QkDo w8Y`Lk)KPaCYbJAZcj֗h{lMlz "uX I%U.sܐP OA`<ts$8 }GB %!fDBW@ |%.RM} j S&tn0g;v(3Eܔo%sÁT,Y >c.;CEE7=7`no((*{8I,=fb%wYm%d7֋-6%GtB.Wv 6JM-D<WdAD|g%r. &)s[OM#~%҇y_ɢrס8;c &߆u}1bQ׽x01ŀ>\v46 ŝ(2>%mOsz?0tj͡h GfP|!@JTH=$z җiiiU'ڄLO .Y.GU}}˔"uxT-W|dHᨮ/w!r5UzC6ZjC)=rSTc'u/ yz#)#ߨgV KY'ʢUԮϽ(=^)[!z^g2'lN 0b~-O$-B0Tfa<p`*@u,Eo%R렀-7y§GƧ4ICmyE ݏ)Ztc/u[ gp -%1sfR#mSJ&aRsi:KvSOk t3q --khsc=S"^?$%3~+|B5'p\*g:Fhp3|vݦc!/43|7/HbW)nc +V˵ @= IPu_[a1sy=?9 oIv@L699@K͆(/euFirF3MK8WdPUW%D׃ xgKugԮqކy^}rcj Pm‣uT_ Jt P S%hբM0sLjI* kESNS@j@ A5_o& LG5^:Fk_-G{~BN](Ďm Iu@sey(Ej.M]B4Òa9SudȂpH&ìU跩Qd;*feFR;h]s.eYNV+;ƚNc&zB_!.4<i,%G[])rDFA:|YF ߪGN xk /o.foC@ALcB SUH#ko! 9,9\(*\;'gXp`Tۢq{+麕V^Ʈ֝TG/ Y+иfJ=WO3t[{/$\ ZrgZ$?+Dz]W`lw0֢pr{C"!x e?@ߐ&9({ހ8L,(~rNTtb8ryXb6H>b%R Vp>`|V1$tXcjIgec]}~0N/B0fgQD;aTBJ0J13H"I+\z=xQ{鍟اOWه}@2ZF<RdgSBiJJrሶA DrjT΂43&[kxWo}ub{UE>ĩa f<3 |n!.\  |5zʺ 'JрN`ًH]hGRhClZ3W*qv7&maءϳKzy٥`vFN偼߽oK{O."jrvH A:_˘@=yvCJI{ܑosGmu.ß< fݍLq3݁df8BXW ymtp+\m^=\sdh Ѧrkp엷 v]PL ~ϒ1~?1sYpau5]1Rl<\Vyg`Ǣ44Zr{aKu{T-4 bF+1*}nzO@-Q ښ] M-V(Ǭ˰)Mbf7f*hrք)~j%.:>@SU[}^Q:ndU?sY[c9»g-|K V쳥&.(ac,`S}LR",eh\*E{z[*j8zpy,Zްq#\ Z_i'm<!+\1u$|^.O90H%NT@\tn0VW,IK/s&,C3Fu"<)?(n<<(7{׈m5x#Gi\no`I-&^ XT)kV%%D&J`XӜ qIP5[Sj uN\*A$;\j0Tz GKm QaO潫7({=1pc <V,VB^ibpel"U a˹v"T3\uQ+X`q4Pmw?*~Z\cʩ~IJ"z,=aǛ qʤ /05HۮvEų҈Zbah<&rgg2j/ٮBHAۿ vD|n*UD\;q4te<`ud|w0.I IZܹ՛{[P[ o'/ 7L=`iWkh>Y"&Df9foSq|*4:ք \N&|ˋK05@NMu2+%c~C6)uKů4^"_G$u^#T++el;44J]Ϧ%Y+QAyWfـ/?)Ε7kd^0O#(.ZAIaLثH"1}B<)ViR \6!+>[,$J*^یv(f"7 %7|[JTlGJc9O 4 vuοy֌g~n{ ֛}DEa! \7V0I^|ڑ|y; H12jqɼRNLZdXd`i#܆$O҈Tc+3!K/6u|dT1|/? Aul"s=h^֭SB!1j].[aeEjy1vdLxTzFR`unGySNHP6?Ó{X!ew\|j(`%sA<~a q,D>9"RYM}g{CDӂ5KY2ZǨ2e9`]G38NDGϙJ|}s93T+A9(Ʒ1o /3T3 a4"C`UAh ١]ΡgLzѯ&׀hq z!6 3(%t{;Xp7LYaM6Y61U³ʥk;/lw RҌV]NUvюJ+bS+< T͈ qXNV!+Qޒ4ũA ೆ/wko$]Fd"i\9 }4߬«"4{%v\ 79vo1}: *Oiߜ3Y ,hjJ1nQVjh@ަ_ +0n}߯Lu:RfEj>KEzyQb*(ijՂAlf.cbѵ/:U ΂#ٺgYK>)tEj']#ۃ5$"r$%=BG? ~ԕ {M$ pbTu"BX9 h>e.ib*B9H7_U> NǏB$\8:wYe/l/I.kL@St)<ĭ^ZXd_N5݂)L)(fxu-}ڃ hv Kh 4iUQ#{얅LˤᑅOSJ˧XrHOry6TbO+abhmopd_PDh6+o9-Z+AqJ8@$.ô6tM[B K$Pγ? E!x65eNZ~MG9Y?~bMrm#}:8րMfwhijs °ّUODQR{N!.'$ dpdL] brm;)C^ZewIb#'Xko:pj؀O\ kQm-)ljflŇv3Md\f/UB } ^+z{IJ4Z%0^CWc*a5cU.TmM yo "㫂zC`3{ -׶a;)AO`m8j/)ߊ `9`ā_3lV~(zt|54 }$KZkrm >OɧPc6+CK9l.J=43/8VEq٢-Jg]c՚ MUd[#L 򄦖/X{;Jm{qfJBʹwAcS/囎#z}Z>FN=hr[dJYUw0cpE^7e|_ hb6r/?b\.^&9_z"N"u űRdꜬA^ONe@6-U-7>*Z`5-#S'ܥ@olFӨuς]"(8gJ#a͕uhS;l0Tl{b[6cL3l oy.0ٷ-S-Vxoٯ a0VBW ~ PS_#.^N=P9<=;K47.;8o%wkm(=n _2* x4򆁤d 60? i(_:5AU V,TWT\~GhBD3?gXOj4>KM&Mم e' Ro÷$+/wF9/K[ vQfG ]6@^Hr!D&c%D 9n)ɲ HQ|ڗeh*%l[zfYYj(3U3BתH 5эJsH ic%J JJ$&V"`TkGj7X+&Ł*$}_*18"D%5䐌kLSf~!?Q8:bARTXS7+p.HO_FmޱL.EYl 'VP5uhN[GܾμI0)EYJc $T8_CyCyIn{C8#w_㴘T'Saċ~TLHpNID`-F,VM8zIYsuS޻=v҅V*4^D U2Lgf+,8u 0M2(źRhPZ6EƑ:Uo>dH彬h^JVD w%&a1r䠳%3Hf\NJsV{J~D( GҺ>h{tpy6,oh~<+*xmsj97eǒz+t]OMdv gw}Š(:i ۃ3!rg~.XUg.ۥ! |3 cN'j;cA9wGm7T\=@Yh+N-eVSʵRUElk>2Tp8w0gQ{ӓp~@F2R{?5}zʌ PώoH.ŸVLJ,鱏 [q J9xLƳGL^<x^DA:B;<6Xj!eJ:SJ=b A& k⢵06: *.[s|Pz9)7+6ZzfŴEtZ^_YuXE^4\IdχQ6T]:-6Vu*`aG釈F&+ #W8RPΟ> جvifՉH.5[.2eĝLi t]\bz.gN~@o2)h@4]_ ({]' KT/O_7TeӅ#upo5\s''7~):N|(M:/ŖdEE.,JArT e7k\^vRs!MCkWTl$K1e=vC]/~~ؔ4el XEЁ!Ͷ:U?[3ΐlQ1 SA}|3 :ɻQWgߎz=؜._"QJ=t*>ɽ)ug};t6?&q^ dzfg"(DQRYTY@|H6;Z5m ;F)[iR;w6S$@Q’udHld'G%35KIOƫ]_c2C8̂*N1V) TQk#Xq-dW){vz|e{NU=3'9| RP@bZEl(TLŰ:{u\[NnP)) lz) Pi9KM_;|1ﺕ؏dr0po4/Z\=5Ԃ=j+q%9TAw~'?|߯,&);uȌ H෫4'`bZ%1VTvO ;Vpuoj$&̧1G濘- Qnc;'!v,0e`ßFmD1؉72鴍~K@Կ ΙJ7 HM練kf_aދRfi7=5!^*Y .ǁQE ҡO`Wpļr=:V&ݯuvrT^v$퀨&.>gX C4r4C 7}IP MrjL4j`7}C?ȫ<H1pJه9GPڮ󧴵hQ<  ;LTNGԇRKJ%)s=G'CQ9y<;ɴ([;SOLǻ:دXHZN.S)p.L>dY<)t/)1AU q\S:0ϛF Z?Ne)b t!v&:Nw²8r4 ienZFZLpⲁ+m9.R{L堑F'PJxj=4rG 7⫁)XGS\;ŃCppa.2~qxeZo}9J ݘX qÜCE옚EMsSuVL  RAٓ@c(ۦ2YA)Q1,xyP! Cj_U/$72<+ GH! |U1p>"˩1VU8Y{IbxjO|GВt^25…mG[`DŽ\;Fh{#Xb|;D3wXCj|~:^1FBςxD1^r $K=5f8v\4.7+@,LL`!(5aJ`0eM;{#5QPfʛA-wL2,7UN?Dk ~]!D7IR# Wo ;]!-lSL\*QTD}LT̙O;ү\6;zinio*Qq(ODqry ?͐TZI``'M[,{QxȝP&OwHjv9N=mj#W +ަ0J,PoD,>_6K̆W xm^$-վ4ͭpR͎ye@ {$laCVЦOR~ʖMXC*P{AռL=!gޥ(x#[{$s(݆&}Ȝ%[mmLu^9j(oh-EDϬTVdIY~%D6 Q;]M QQ˘a2z&Du>j<,k(@!i(+)~wlD}k!jo1rb{w#y{X'?=a}Ӆ:/X ]u.Α?g'x1pP71`;(ǫ.[fR -,d(Y`\<®A@ApglXPI" ߆tXAwz9G_GUjթ+Y8fRw 0OI?e|}>ͺH6[I  1X$[ˌ=Ѯ_]w4&y}'pU xUqLjt)Y+ѾkR} Ja 8Ri3$HX5S :"FntGG1R4$bǟw6@O_ EZ~z+(F([`ǻ$Q&I#7 lG㶑![Ɋɾ7qL@e[cɉ4>ZCڶS'/q4r ЩGÕLBj;hŵ0?/d0}S&pqEtJK`9~ShDh#D7@wBQ]N7&?kJ@ߍw7? ^ەx̑؃HT't[F$ x^!5Ā98ęv TRХ('8Sf (xFe^S x#^wрbƗyXU_EX(2(NˋPY9fLG5ϖ굒qKT슸v^y :z["R+J4^Z{@#yZ14cQ2&B9 yߟ pxXDE:AH}Ow4.dƦ()z5Yn*MZb,⑨̝Eo˹U\7)$0Pɑ+NMqh#lgTZOƎa>։f7\å~.`H>S d Uɽq+7"<U 1~0uJ4[ud#L}gGFBҸ?%꣯ ۱BgT6;yZξM4-§Fg+:֙cygzaqjS,Ҹ!ڑ$㜱 1̐r3Wx0jP+C7)3DX%:١jCHVB-\"l42dA0z<@hp#n.L۴Im#Z繒Q)[^FC#cb}f`$mwbUyRl4SUGhOo:%vCѕIca?̀#Z\Iel fǩ*ك Fg= ^΂l&) f]NՂQP :(d e~].#'/2oG̵9M u4bˍW ߪ/ssI _A XxeRyA) _VlO#Lx{7vJ7#BW"n.l)-DDjreecMM,#.5٘NQ5zl׻!.cg "O/5|g\y慚nB, f9WyZt-O "=LfqO%Q{|/W@bք{2sxcp$p Z O xdV P/_E˱"#(]т$ՐFj, ?+KB\Bf&!`>'?ݤ?"nSJI8٢[gZDPrԡ3CuƮR9]J=s]Xkղ8M$p߿!^ޛNv%AZG43qZQ\.=X6'2CH7?]\Ϻ(sCAЋw=*t\wC]wgc@8Ksa (; > >v[qjid8|rFUi !>sXНF$Qa*}`[K'QtOjGgwqޚ6k/=yY>_f!*9B@WA{S;s|)1*5[P+L?yVNםZQ`}=Sl8Z@{GIZ d`%uGX =d8dp@BfFuzO|e$IyLo%cO!ee/_1NdY=ӎ^X^>8|eFN󖆼ԱaȁN.UL2(ubm$'p߄4 .8MXf~hz`.ViF߅%oC*; 4NYX?V@񥷿C94oυUԝAk >t^$PIdnWgȹff_72Efg^n+%74{A{\C댯y uR^PBXФ ,q>Ɍg{0SU75m7|Wl NY=ԝo6lWdMNBJ{}M>sC[6@È7H!DA%!Zs->*m$ù8/~P[mJ-+ O9Szv]xq_<6t6 6.7H%O>oi3Ո +֑ٛ r,(S;M^qZG`#tIr@O D =wmF5>Vg\,ϵ+5-[ IܨrӠ b>opi]>(T~bbhNGElFoJ<ل<ʼ9{G )naaDAۘ= ~$#9?i5OH?Ԭ{l@pzv͹9wr͈H>{O W /??堷u-i,gCzz{Vz鿩ח]#} _ޛ5q]iWe6]4Lڌ/؜-P7VW%@.+~f_&% 9 f?1(ˍ7(u&rG9 ]V.眤) >ÀʮC^sq`E[,t≀68mku?UI"8GBE B@=zfMhhKi7:W=DzqLxߴ6W%p+ kA lj/LuOE] ' (|F{K~cTfNLDcgYE@w; \'[ڵ铉0MXh.whDQjӽ74]P<:(+UkN*!fV2ٶ(VLCS HZ+'iAuc5mű6i7EP}.lTv4^(*SC {#tvPld $j}&;lR2(v誸?cȲRR$$$kkaǞPKĂDMjj ?RPZ`4134o ms)<Ц`>DB͉ _V3n. V)qc7LqlE(9:WBԈQ>F6%cbx7u5m]bqDA]??*NCJXxv8K5ةMw@MytW|{HJ@pnGAg\|۫dmy$l|t{!o%3`= &F 6r)frmgӌQaXID(z8:?'NU!+-皸\.@*kL+ [ON2{W,_SLF;Xd7jz}UnzguhK'YeЦ8`ͮH2f+at`CJNm;;pOE)?C[rR?[YS_sQ6fa0ב/4>yG2r7AFx `_+C@ĵr>l:ӫd&Hq% ЙQm݀f寀iРnbɃ;{YM2E:s@V&hΏL(?4sN8%r񢐜!H?~Ùo㿋#mMKQw;?p;hYC|A@V0OMSFFξдlQ&aq05a7Y dXk4u9.L. 5㷀Mu"`6Pu- viD-~-ieOvgzŢ>b }8O57#0vvFž1A.@+Fj@y++2OU#Ƕh˅J #dUmwbh]rw&U8юgw(8^}?*)?Eޛi :a_N gK>W=V:WkNkH(izT굟/2VvGqߤw\J>>~6~%XӲ+^@3 b֥&oFc<%-2 Qaݜ_aP?[G#T(hd$]I~8[QbYHIw\4*G9̔"ug˒Mp+ ">:wS8ߖʡ8;#ctV'1ƫ u>A҃ gT䐷| hݰ $;a))&#+0ç^[je-Pc}ZUO8j7uU؄2%oʟwizرL` o )ltm=2) Pc@i4ΐhV<󟾱8G<^+u04N}vMT& ~|0Bl#}UO}Hx$v!an{ӇŨG~ȊјxD(NǼ!-d! n3q3O*O2)i7UJQ)yЬc?dmr%:]e 4^~|bPjRB#㇒H|^8p:A[k6 EY`pro!$ c3z%FWbD+MY:u=8HM5 DRV%TDXlv՚ώ|00ޓ>,oZ3HHg$I̹Q"rW,ٔfAȗ0Ҡ* F|˞a8>КubѕA&_mE _H:Թ ↝ 'Pa'r4[TotXϕ1:9:*K.,!{i4C*Úޭp,(d#ޠU{*\OT&?G#I4m~MYQl @#UhFj`]iͱ^3?i"$˯m@qay\׸[,ge 2{?ʘv fA M ܼܳs]T ]BTb99:ҫaIsL8[I;@ƃGm1H?$Si1mO6qOEBgedvJS1"խ.3'*+$SO#>Ѭ/qYtTE>\(Zb!, .o:krzoo~/-RJ݆I{fVϷ;ureo﫭-e" E{"vDRKxo ]R[,շE2jntdvE'==HΉUiHVuaDYY(3Gիpm=zV}|»*Sppd #Y~)>U7:)XqH٬{d`oxEx@W( =oL,,^0 H;* 6@ȒuwM8IN~< J};LIbڟ!aoFUVlǛu`X3f׼ 3J+OxQɖKD||cMhqߍj}mY?cXdIQΘX KmZ$ky-^I=Xg#3qX:~^kG~FED/dhi+ڴ  U3`"i؄POAu7GLr~sI P{kDu42-+*5>lla\ߋ4Af>^)I i>X?ew*BdB zNC_.~=Hr#7>ȃA N+~ " "ucJ+UQ˳0nƯ@O=jD3yJ$t?ߥwXBY)EsmRVZθC7sP kQI~wᘜ)e w> ,@2);sX%kJh_Pq:֍, jbcig(v)N Sk?Sn+FEX&7m8 xb6SSٗ%t]W8$7V-X0ٕ\\j2C$,AXi5aYUKbk" ]wK}ӱ ]WZpWæg<9-9JZdt鈷P/ ZOF(CX>DSm{ j+&I6Dm(l rgz'͟׼URTȦ\*rD',Ԣ u2Z/%{{?)P>۴ M{7O}(95Oئ+s |upVVDDqAsa9i{xѺ=M\y`N\@bА,'g18N.KC,-a?`*<@p2]82t+R1Mx7-sGDc:_zY2tӊ.G Q. na5\דWؓ 6uuL֘"]{-q>c/,Bl[s"֦QPAAʽy>"$I4HzD+ p!t~d9aGJh:MT%D5J.P=~:B<ޙ\K+yl+?nAmnyi6ڪxI&K' ay GWj,#!I0K O\ xPVM5ᢥ(N/vMd1Efa)/8  ;JIpڲ˻tdCx5ηA|eu,V蜬%u+y%nDhwtA"9d"~ JuvK}}}fLvvrӪ[)]֢Su; 2=N3ؗ5j 81 q1I[" {5ZI0xsKGLooֵXH+fK왼>+[{;*uԓ;Ym GU\ DU܃! ҠBM;2UZa VeJsmԺb^+*+IQ0dP[_9RSK I} :EӂPR*1|ҲtAsxXN],,P4KKjo Fjlra .[`K1b,˝Fy$q֘q#]]H h.d(=RUm#%s-uYJ B]D^#(/K Q< cz˧*l`S^fIiE &sʻ >z5g@}kԅg1GIP=-Tm ~ˑQz8ZoHj*^jUWE 83т^6+iR(wPi =w7zE3dʓ"M Ԩ6O1߳BM GZZ>A)T-K` L9!ϫu"I(<딤3"2j9It{+0$BuV [/mO<`_0Υ܅ѳw(V@=x K{{q0k#Ӑx'23rli6&4q u ۣ!w e}Q8h;?_s ;?#wJ,!s'e)F_7i960t2tU:Ag'򻆩DTC`ghhc6h Y"xdv`,(X\8ClD|^ ?\D$_N\Ү(H rns" ]BzlN.LI`2KfQtqdP,)>pe3M2eqL'X tʛ2b+*1z zyZW4io#QlFĐpf[RmQ8任pz >%C(`X<~+۷OIpƵ)ԿFGa%'f&1Ecel1O+'+2{\Ρޜ8q NYg<`92 nPYbL‰8E3TtzIdb|-k${VD~UX.4w97%SQ5:G\)h!& 7n8m3DYgN 0kǢ/;zoyo\.V4}vU)6̩3Q& Du(¨='y,\õ}5Ya*M{`-oPsYaxI8w2G@A{IdB=[8٦9=嵘 IJYv?SP 4Yz8haTYXTr{Q+zZqa5?'013.gT![KT!,ي={ք#PN1IחN W^Nf0@cڻtn2џFdAo`,HzcmCe I#l>-)JbN9)t׉5Z48AZ`&0U_ _c8u5_`g)li܀#Mǧs!yDLDyt&27lx ;b ļ>+fqscy=hj|eKs<{x; spLpgkw@S({!R8q6͑ vL~A,Wa@w80*H#`U+7sN$E$:(z.Kjtihriܕ/ܒiAڰA?3qYcxM &Y:A>?ȣܖ\+Ǡ$>Vdz\oXVX&b s yQ!!zXAhƎD/uǘF Y38%ҼFe9b e KdG_ˤ2JᖺIdDj .uvfw#Y،AFNA su_C;ݶ>lܐUd FidH19MP&N´ &3j6_F>`ή}?=xRvWz ^ب1bEW;\u`P$]K4#'^$J;pVOs [, f`k36]@yQ:Cȓ8w>R5rV!]<)+stWT?gGmXӧ'A0,ފ=Wn pA-hJ2]^8 ~KgI8xFHvhiü(F|7y ̾Bȣ.Ub e,•\J}aC!.@i@ H# C""ZoM>k(^3|z*an}IxG8bkpQylnGfӎ%ݕק7I|)eoođG7C2g#I[3ݾϧSU/ 6ILj)8)4XCw3Յo*dNlt бtr&% ߜ5tC rJfB0N!Ds[ŢԋfNgO,k3"F+=-5 +օ_V!r &k`腚8X5f0?B$Vm 3ah&O`6J}#DU&}/4s!wa! p~;$A*I2:ƈ[=N rViUyHk#h6 <ꓒ25Wf6nBl UOP j 3h!oڣPhmW(B|Ѡ9WWi -ƦsSX7)*q ,[x9q\"V`-(q!' Y 9{X#PP64{LhYɦ 8į#Lﴦ;vB_ܱF]z]992܏MS4􀱅Hِ} ߾,bPnUx D_ƥ2n/2@@2[|k&=ѭe;!CDp;lS>Q.ǎE!oo_`x@.#}p{IB[ W>ll8Y "R1a<> N{Lp϶pjZSSy3{ʷG9Ue "~7RµLz-bG vň dx䷦OL~6TңFWqI_#[A^Q|GmJ#!1R)n :MJL=- 5z 8g($aٴ-қo4an= SeH6L}o5H 8ztBL烴% m:)' cK5!+DO~sMRWo7;ZitVϮY۾g2FLڤ6w9a;Qܾ˰%єRO"&tOWbb+4.x$e/Y vبˌˉ,ǁ iT8C>hBTZoҕLK/jOoՊfsJK{Nދ%򣅴Ch":b&k]6'Ey]^MEDT'f@;i<."P t Ia,53Es]09i\frSF㦜ouaڎ%9&Vpe-O_O|#D_拓ѿ?0%MaL :Y_Tnd֒ciNzq?82B')GJ*z/ku#[RP6xIKZVn]PlC!ƶ(4ݒ3^*GJpoanPI+UNۣeL~}Ƨ $8m1UAd7E iB-/:0x Bn:5zHJM>1SjZHucBJ\t"Ŷ_;c+.zfZ_+a2}lgf,eX;|sj뫊q«LD>xI;g2t}BK_gUq +Q{ 4hK !Jsr.jfvj]+2„%%ѱOODߧBS}bV'K<6<+L=ͰEǟPAB A]kQ -cݶ XsJ|GA´WNdQ3#.s;qǪ^e\"o5-635swr{+:Hd~\I\X!!aڨ jf u4s⢈2wz6"Wyx޾D`%՛Y_SB٠G"Kwky(:] CvG"zJPΒQ'/9d#"rz  pX?Lc@j`T z{ױz4Jn-1m |]) *g㌏_QjLjy 1]%98RA4ӈDxOê L#&J8oR]cqjǜ= sPx(!ZYp9Ęmi#jۀOv^1~gmq:>I&EJ &mG@ 9W>_B>QE3Jsh:[eGJ`λgV" [dZ|=Heqbܞ~f4v PJj_0Xzm/(U?&?uI׏V0/O:iw*id>WW|&v<\9+ b U"jLo|mQʿqX7Fb{R HpbMUg{~X\>O4FOwAӞ"ye&ܯ઼T%uHe+F6l_䠌2zYp7)%%B,~ǁjh%"aJYP*p/W_5МgZk2k\:'P0ka‡NӎSyAB0}љDxRҟa7(-JֽC*&Ԩ25;;ˡ 5ʕ(T. HHUeyϿVa"@)8.)"Yk;/N@fl$?wMӏ:э 6: ?~^~p;~Q(1ҍ]6 fSXsi^W0X/SAF[')WtTu3b+ۚċp !oXƕ/23?cf1F,LYcH9O,R@!,@jožF8|W`% #̣˓j{:.yY3;;wZKQhCFJ0ֱU"ؙahWg=Izo%UNi5(zʼnx GI1h玚Gk5KPطGNn /N7\2첱*^QȺUc(5N?8;X%5 }$IFy'XofBlR;[='_PN5ȕ@Z:ܹK&# HO f xNbv>gkMtzKpiBt5j#[r{Y׊h4Nb1jq(J#Z{U=kObMƶqm-3G.+ Ro, ԉ si<;48תR[%J5| `FX]Ѕr~p[p_> ?Bt[8^<0gTf[ _^d3]< ua<Ί\A@1>jV5*}i& KM7:g,cK6 ߺQ={J5!lgBz\l@)a 6~v]iz5uHsBJ9 7Sms%U1<4uI8 抉aT])XMouWss&T"V+kxH=ͯN -W^bYF5Ŝ?+=lFL( z+-nQZK-p8wtD vh(Ϗюa90sبZy-,mGs9"Y{,ݵ2 T4A7VO\bUﮧuZ'f6-`|zwjmD/xp3t6B]Їcʏ.uJ:}=kx2Woz؍ap &)"PQvM݇ i).USZ"?tONԦ]or-ڽg:V~.ɁB+$(rC͓@rGUXGV z&:_^#u+vom,H7te|Gm߱>NEbL(!3bi;Pާ$~N?unn:Gqu8IUt8EymXF<ex%EבIbB2~ qKAg-r!(O&9?֜5 C>DYec>tD:sV*yLͷ})M{șb9 ;tI." w%xr$6&sNV ts s%L^[= <ôWlMA1<`qKA,R;O)ԗ=d pn5$Erq^BWL_,tb_!$*Ż'X4qsڡ暼rX\MrﯗcBh)$=V[9MI(ȫ}Ly([@_0<,4 pҖf@/) ֝o+@[-AIg/䋻1+#$cRHţ[ A<-і0zO3<_4VX U !uh^ ֽ,V0(p}6e9mz9ahQ]x"ڂjJ?M-ѥ,L4H=\LD!O'/$v4@H[&Q@[˺uBj8(:n1U|yw\^k|(wWRP5lVeU(ATb8Kcksw-E̫nnQ#x|'-Vr9Z.m"=p YrSw4yd嘶$&qRVĿ et#/M 3$K.<ܕiEdik4QO`~К℻{0 Q+Q3R[=?%=$r9#,H#Gzō*iwG,0b*Ln6 NTjزxfL=Йovݨe=HʷB{8~+sq:wB?WUwKD[gQwdޑ˃R HK־7&'kWD؊3+r4\1"~*kxX 8a&^Vȶ9. R&!ܘôzgXWk{G|*U3[F?ov^=& oZʐ)w d-prz4Œ+;}DԚp¯ԙ#fL߆e :/YGmc%;y2U=nc<c $G ݏ:9=S'tujRYʌB5i.L^)kq X]5wX %d.zyH01dћzBs ?8Ub~A"U56E2.Ox/DG vޠ'ud 2jf5KHژ"[}L ]}~r/zUscݯLHDq/M:u97÷X;Iba_ u&2#zgfa,WL<# l%yNN.)5g sr|#k˼$3ltO0z0PHw Lx̙b=#τ^> =}Bs-*t醹I5|lY)ȥfBAoۢpH"lMpgG5JFO{cN_Zq_~'{ lKLqԸ K!:Xk(+}x9u!gԋvnܶI=v"^DTL,rkH 2R@De;^vCovmxx>g!~heŇSRvd?}S5 +NnӾ-th9((7,zB&H׃Fctc ?Z.Ha[nrEũd*/3HY/ckJyG(HE=ħ+] p8 TP{^'yjKU>^P'MU6G8̅L*մ~ 6W AYp, F,1 Z?К\BS$lh I<{ sSYSȄNx{~֬ ̛'2dFa //|-Kd0&n !\aF{NDɶ:oRS݆/PGVDU 7OI}9FV ){ yX4 <;2ӍeԬMyjSU4*jex O9bgwX?EL^@\BrK_CQVk_ z_ nʎi0 pHR.Xvdƶ}nWѲ2F@.v 7m.;a2|Մƴ$OJ>k^x7K[pjGxSLiR-A56,b2_L"+0N%}޸1%Za3m:F~rf"<A!-t{PB8W4M6a,xX&;UeeH;1꧞0ֽkO f`$If鵦`'P]!ذrF`lpGih\?jd}1 pWOP\1qٶoX)4Zߗqg=q5W. 2u_A{oY*CNYn2(8"ơD @p nmka:43()VKNHV?HD08GtŸ0vg=r}QClQDJ<'T8[~l?uN6;Om~c{,pfAڌ}R;;;ǖix#jAv{_SdS/πVzFrB@ `ZX@QeWm0oza<0y :$4Zԇ" |Se2v껤#-w1rE;j;;5P/G8RWs.WLf#iMvpwj=X"(4ZL3sڦ0[m7Ĝ,[_gd(vG~F:RlK 1]dِLNu3QV7z㷀3unE|q=l{v.@(蛭L#b e]@SJ˧>W!p(~zmf8ڠ۵oHt]cnj%hnuO!c_P/BL\ecW+n`"wp;vHc$tqR pPEkā spB8Xx}< @AY87oa G߈: ٶ'9dh2 sSZȔr5 U"]s]q!j@IuBPK 9XL`&PC)Cd/Ft8ЭW$"V45UãSd0i Cɞ .nciboN 8  / Ip y$dʌ< d[1u+>e*Ī;S,z9'S:l]ۤ]]`\Ǭk*MvS/ dKv$` [v;'.HG{wRSߴ;@Or62ؗ.K߸tѯ?$͓\sf &My?Vsk[ dwFPQ1Y 2z!aXIuCnӳ,=H\}K[?4U{0&jЋ OI4/w+Mﳠ\1h1 û Q'(_"̺[(\Pue[S+~ 2. ;3XbM{9ǪiEփK욡1D%s68`0He|4ȊV8Y!I^8Ҩ[U  t}g߹I"ff:нWja>EjBD6_pɵUNY&/W;G12?7}rkSD..4n|ERR{[+E$9#:4F$d7 -׀X)=8/{0]ĽgvJ2&$(pWr ȳKQX )g@Q^bY/+ݘ ZŽ'~ k;0ifXy}Flپial]_}S$O< Ωlbd%rvW༤*/nqB! -Z>|mC>i]Gya98DW7 y^j)e1T+)l}әKQ%_!C =1ۧyyw y|tJ5>4MpE,J")}WnE[=,Wl"ҏ5شv$ gXR* q@n >OFx_0Mn=@t{K`Ċ,uo7L,5E)1k Ӷ05-؄͡ƺzme0Ua6_(cĺo( `^ e[K~~55iBAgq^zd ɹ<Ӫ7y{ X؉Uor q>Vhj[\v=ԓq0s돡{b `q7^xa XbkߞKա?lƥ9Yxkn*  2DƢ, \+S_02>ggY a(U |*Ov' .huQ#Hߠ2mCܡ֏eZgA<ۺֺ: ((j*47_*<9/9?j%JXL;{ Iv' ֘ .=~$c^~;՛TE]=ڍ V\]^8+cA(idOG_ u`5T xzsJёo6FZ0,=|?Q½<5jG5Q;1%1cD.٘M2ܳw}\vf̞O,VudO5A[o AD(hP¤5*Z;|*2: (_+u0J+h/Vx*jǫT= f,B{ѹɹrH4r$,{kGC-X2 \jQ,O^[*PWOyMoNsQB{Cmv{j.I#ϿdKgv0t;Sh T"AUeBKfi?׍A4S: HLdC-v}Y2t%ac] [+@wnǧŝLM?fde3:9h(V[Dj `vP3>19S`=مZрʄf~xG_~bdo+xScg&4M@z![LJ%df|luX'i.'jiof>;Q=05 ێzL^tB.!x:cK 6n*4VSݓ~||||4i O] jox9*cjdkkW[{O1=(d?w8ǹSYBX*ƻH-~;OfԌ>$%X,4z ®l1y}b)dYፋ"+BV" xvr|(k@#UÓ֠X&(k`HOr"r>u]wxLũ (Q<9:Pgun-֎:o $?Z_.&AHW!E!#jƃkI9Q@Ӯ O]<ƨIz͋aȞVj"U\uUǁi|m;0SpS21NJ|oQ}0S?gDlj!?Z5[yv;o;3f8>n⌄\;3Z*#/MSseu.Y>/ *yidwJ6Zc]< RM*MUm n9,OA" V< b;zb]Wuٓ!/9Oˇ{fQJB+%KܕiNlyxONB7s!yu6Z_' 4Y(С8Ӌ]hn1%dLl:$DuȦ37~Ճl783t2$7.UAF Za311Z:p'?8akU&?ˍzr&HEVNϟSi Rkx: u*P5E<&r%-p?U*,H>8͔ ]F:6/E޺c|0h):\W9଄(2͸y.*5iͫs ]#y'RCYk}v*C{y j̈HK\jLcxw Z|B'Mv[R՘ݫ-T{Me.Ekp2:{1cL@OuPx ™^a]Y"t\ҎY|7ARv7 _|#Cf!hi#I< m<<\BSt.jݤ<] 1sE侄X9Vk"[Xq)\h!>]Hks9sL2y_Ry3k_ᅖ\@+<'#Ԑpr سUVo~% fabw`z([Sdͥ4Кz0}6tZu((_rJ-DI隽U|e$-'vG[F7}舩21eL>f9| .ٵHhUHqK:m=Ni/vCE c\DfuO끑v5h,d01 dG|Lm3yJ\?> ˹'[Sm` v(nlM2XȞrA^J h7UmX`OD =:"*ۃ.Zv<ͪ^,iC~w9DlmcͱUDOUmĀwfleJYZ*#׌bGAqP:P!џw <~!6.ǝܓO>MGR֓Q)Kȧɼ١+lI9²{i4qQμOO;_D6U隱N!*5ZQ-ٿ_WuAؗ2[ KǍ<)-t\َٟBJ'SuAfBN;a1 ",v&++xlJZefU"cخ ef0!4n+* +4C脁K xܧV'q:bLhط oӽCOAiǷH=nHVejpEac" QA91LH*Ihkj0-K2L c*%܃RGV<]nf^/zS7ʪ .9 A!xKK兢t/|_l~]P"Xm2g!m+f1uC'斮!*i MNkᕵ[eCD<6 #phodC2¸O L~S a1*xE? 5ҍ8> GyLF9?Ԭ[ [W2bc'5Uﺲa!4W*'wͺ&σ!dr&P}JŀVP47O!WYP6RWnx#~as'ij|Rj 22Emsz7RT92n_JFrd&dy W)-wJrCB7л{]f3Y@帟\9E |h>hhR)nb/nEiv#'4.<+~lX K\ ՗krZE k,͹r^Sd5?4CZoi)eڀ/Ŭ~[t 9C1CX!)vꄕvӶS| $<JbPO. B f`gz:3@T[nDzR2}$]\hȊ?Pk WRP| $K/<{ Wi\=O_ӹ;p[WJOݲۡ6"Jа7VV2']]|wXzvXI'bO6N8} M7 ; .{rR 'j)@LZr}ssV<0UC+ +V*_.vBuaZ i @L'?17>Ku7*|f4ЫHehZt IDd#JT=$ɁA9]Yj#1&m8ֵ8>KLv~P,FZ4F]Gu@Hb@ QSLc> H<^l}P{x‹xCo"-,﷏KΤ6G)XSIg)* l3Y2b_Do"R|-(nE+Yg \wL 3z :GJDB#YIy]e|o}40_XCm۷DA^-'~GQ[l_v`(bb:NY3&_$#N΄@ZAx?Y=wE!veu^ "Z0ٰst0ܪ"3'qxg`/R,G8Ak`I 8rtFJ &y՛B6O5.ܫMy6+ctmυʁI@4cgd~7kGaflcDpd;D*Y|fOA\;= {X P)t*im }edM&@ - elCt5+q 5h"A=ZrWD0,m>j>w n hh_O{<)e`etOWzd~\ gi@{5:R6"Kg]-bf~N%A\G""!!j؂U0z R>pB>q(Tm78F@*)*3{PEITn:{5UjIBq>sRK-Z >i9֎z(i>(Lf{ROZ{6?Id_>i 3QW]! Ƹ'1jC<}\QЯr52u/z 7YhI%EhPɸ{`HpICt졉HRY\l7s{+fXH}6՝(!  iWns zt| '0 FFR3} 5!j%! d$-q*Zb#UdyN?*c GBFL?Mi e)s،bhQs'β|CJOF-#g싈bEI,L?| aB0a 2YOT ݀-ɑz7+c!,8А|j(H2m{v(ZEBÝ9"(D ?l~Ϝǡu%Ek]jaqaEh$yuEV@,GQShL9oWspJ !Q\eV;'] gVy!LMj(WyQTX`r?XL3Ol)as|0KD i:j&p"?K'go  m2Ki$gt>F̣P̸|a feꜤVNBےZ;wó]0g0|^TEo᭨놮o1Ww~LspYY[+ B-TpQФ.!62NK3rLB; ^;1 ~^ *v3 & aS#4H[j>XA+ zBX5IM0 7ekm?STb:A_G[zR ]OKv>YOD*WT KDRPVceMCZvs@ΩP)ӝܔtw`_艰2ktE2a֝w-Bw$ ≧5#(lGkzG_:;Ep<6e! 1a-VctQs7" c q QrYa3; Miw=5MEgwEwixN w 'Ή'5ۿ6*ϝ%Y^t/k8%FŘ؛`up.SH`{R(;bi$ w] FC_ZƔM ]y%o$q9[If t 4w^:cSsG{;A† 1vx$3R QP[r&Jc  ƻn(r rަR !=GQJf{)cnRHP6NH+. Q1)HҊgGGpj\E[vWGr -hsЌ=Aw1hF4sCM=3氚p B Og\ ɩ9)1`Y̍P V@8lc[3Τٯ0f/ ˠd7;}* jCm} #=$|n%i%\4( (?qeQ/<2ݒrnmaZZ_Fi/ kDc2'T uJَ2u`J]_(Kgedn /$X̡=74Kew\ f }h}n"WF䝷X};yU`[y)ЉVpJH 92pC:&!sgT=0 Wӧb^*T:y5*N0.<-{.}&ӄ8:ߪq4w z-O.5eY\;@zBhd9Lsd\dMA]s_ߐr@B&%~Vɀ#O䏧/ <VD<@\XMj3ޮZ_}tTosD6=T Ƙlr0ZĒ>ͬi\~ FW FII hh6, İwmNC VYјե?nj^TT@# cuBn_m8;:Q0$@:xX6ȽqLg9༶GL~hKUL|/&-y9a9۷ ^GV V9Mf赧]KJQݠ8S:T@TbIPO~J.)?r dL\b%3Y"m-ׇ\3j yjc^O[>0Dٕ^ PtT=@ҽ) EHݢIGpwE׀1\ UBgqj[Y: Y[tTz͞4,Ʊi O9e&/Er9 Ѹ$<&6` M?'O BN>V55ڟz_kM3dscWsM;Tcu~x^VDM@b%rHidzoKi.( W]07gAWnINtg.**HP2mUz#48X2@rՄ1 gb8y 燭y42YA[Vcr9-%iJ4 D^I yd_p`Aۄo-S/FȸP)#bAZ8 \W'i'nb %7xO=toA[ qX ؇Go9Ľ"s\wn0}"ȝ8$711rZ4=ir|1lg:od63<P~N/ |WnooJTR:G3AM @/g_bH Ô7y)h_}S01usI%9!뚗Zn1;a,5mE{!t+!eO+XHoHi&ĦNY}nm)α&G'4bg+0l :9(J`̫ݓ%]WW}S$Pwv#UdQ9An?Q5pAzoуjluJ13)SM}v7'47]Z`m˸$ 9;hBDO>>Z.Lwuܹ}QYS)R)1$ual 95\=`~c\m>/r2ۇPs{b`lh] W^y~^e6L{#@{v&^G#"In0̻ =P!i<|.^P#i}ǿ??zq=mʣힷ|jX~<4Q=}bg(m! *pbZiPHd\Iҏ ImMZt/eIR%Qf?rz&K?iS\,h&4;Xm]S"8҉#soBamK"RG>!5 @i~3,Nf\qᛃ I8410r-u9/ a@~YAʓTLcJҗ~n:$rV—n+I8x! Ri+Gu ߚ~M]S)ŝ&^Ukٓ\4> i WU̅<^쎚O67#t"!!ʑi-90vWB#v6u s'4Һ=&Y:b uο}e 򥃬ѦA 8~x?liKeE-vJp\f[ rLҀkn C'HU913dLOEpag6%(AĸR[rY`QEא2jq `]\ p~{b%)ȥZwᒑEnAg^ oCʼn*]lC8^[W&Q `1-w)|B?"ɴ ,=acxpEH:y:,,22V:_ԥД)'sY'S ?uc9@\۠|8.V;ЌmqO߃ƐHOE?KM3ↆI9 NV+/vKWDu8X0p5Lu/|!Dy{\qA`Lj)sCU-ޒ_I*v3^&-C+1 5ewRZծ?cvlA_B[5Yh|[[dt~XL }.hwSw ׋~2O?֘p3ߪ@+-3()UVӬ@:giap{W,Mg:l *pXI^ AM CyX9rR3$AlcmUh!hEUHBN۔pe}gD1hC討 >1m?]I2< T;I#jWlv!ԫՏ4 *w@5ȳTӛ8gMLvH?P~"W98-˱jq]N]Y@8 te[ uJcU'hC6aPvn{Ltf8`,fQTNaew? ft:L?ASڶ;bvyPt`!^ߟ[@E‹<~fpc k'r d’LJDӴd50+olT@ lZJ.ώ\w69si^9Ζ kEQ۝QJL}|yUz1Iߧ,xOE8.b72Lb#}^˼8s)TeS6:TA:a *@nZkYq5V![s9f;HiO\jW>z*}XIC B[Erj ]lTY[95BO j 8V)m,61U;BA䯤4*`/E^$*-SKbw_2uoBQqfB.@ݗH'2i?G{8hk)d釫Nd\5 b :ŒDۦGͷ_gGxI(7R+=,س,dr7@?nfr~VM4ML"{sEwTdIa[#jTks&~SZe[w=ρKq=uZً%!&j /vb% GF15l%`YN`&N"Sn⑍S!u!4~fPhkާon43%S5k,Rׄ@^8$~'✒?#>B%RET^u`XL#k,Ig ,m{&dNeؕ )YXBdgsB!d-@/l+fmӔ KPBʉΛvpR[a)7-ZZq.6D\M[|pG06}x7e IBΨ ʋ<өyKu| €꠫iȻyKsvMèb8nv[!I8 5*tUǶyfPiSjRJXg/(/V 8<[[4>^Xv?&$}j94}2 1Z+JFtҠu]'HwQOUsPU$_#{꿝ab |u!j|˭ v b^ v.v6p \pbRïuG|o$px-L+1p1E;#d m7*קP]Dk}Q?)i_xi0dȎLJ6E~v.'Ya ]'pLe%pmq׆i{Nh1usdIV0q-bۄyHQ4ܨ*y3)fڜH^+Ct$hVapӼ\tVSD1C`*`GG + v 6gTPؼ`/yZ$McU s*9o3II_R@8DLyؕ{8^X'ǑLW_k0,jD@+si،azmtRbɱ1aBfU3nb&C?| ME*ʥu ^gk52nDΰ$RbYT6UWok;?a^?-S ܺUFŚU{4N߃vb˻. :quȿFG))eMLu]g5l:O4;/,댛eX x5 dN|fJҭi^|tqE; H$*I1BB[3ax{(Dz MWZ~A5Ǝ N|NxYLXM)N>[jqÿPsD0V[E S h$Өw}$]]@M`uW]2ej>w+"gZhtMY~D,BhS($797H2u2+1!2M53|^Ze-M'I;]&o2x v''@&] :WTAuO +Y{#C!0n-koZo4rMV`*Yq1Dޣ{ n{OgsE.Hɕt=fC\[?ݾQjcH#{e;.aˏIu>ց3Pk_,FT3pNC?j{%ۀTZUCkT q]a+NaY$;A{{RltQI7,b~_ HaqIʻ1:G6|qHEZUq~cs8ȯV*[}W6MRU#e%-4>& +Ҩ*LxQ?sr5qJ",Bwd\ [1Bꏬis{*pJ D2Rģ5ۚ5i͔QQk*k:eWk0UEμYV2ڹ!n_ sxO^=ђm^bp9;:NǏn[5o% ?c,cgތՔR8ގI:f~K 6(`fUe]!:C~n5'}yw#`_Da ef ݈9n"]*xB+#+f{Cم۩"o*O\8'!9Su>QO`%>ML:bad{yiS3 v0TH7ߘX .xʤ(B#LRv|뙼\/RfyQ0!Kp''d9zhmkB[8ajWkE堞6,7~U*F54 8yGE=vxs$D| ⮲6P5u8GOa`\"-6֯ǛD]2}aAQ;_OЧF[~ѮE͕S^+>i^Dӵ4ZR5w5ۚCn68U޲ 1}Zpy1(KUpE`"/]7\8TJhsE"BpZ5݃h ԟgeSLќ"w(w'>cQo(j1E_'ɹb,4~NtIIJI^ xg) ֤[̫r!(d^suH-yT/#=n .bXһǙIėhEҹz(<-ĭKi,P"p;Q_L]2DZF(ވcf6[Ȉ xHPh?K,%'dfWrCzx~iR5ݍct (6mtWFQ|o-ޟ9F"8jVKTCP5q ׾׾kve V-s113}`Yh/8+RT{2 ۋrV+Ah r+-7d۱U do]%Qԇ2DcoJ8tWS|)I1s §qX:/@lgk0:|cioHŀ92!sm@`k+rD (H'8?%#^.ۄV-G5O5a XF~=cݱ?Q47E rX-ݱ ܲW2#0ݱ"q8IժUZc1ΤC:z'uV! {qE2-*pFjg#QPˇ-];ο7*b9 .U:xA_Atc|UwDmi ²>( #sjo,*HlHX/86vߖ'1 ko  if9/GZܸhۼlwHygCDĻ y2w?jqA:9#(;L@Dy> ԦAJ(ʥ?b183-0BPRuLNkef쿜["WÐKεdMY3Zijps`2gd+J4jŽp8ʳHh|^M*52QH,!Z~XE#;p]aMުs@EiM5eFn/m&dZc]kGt|{lЇ~%v`MN[w ΂9ݮ;4$GݠqЪ[KX3'QzK?fM4dPSNׄY"Į<ӃHE\nņ8wO'83eZ< +0V΂ _T(h-C,V!b!91/X#Լot-Λt =+9e)W~k?STs:\To"v$ 4y؜ eP/L{Uψ#pkfjZ9b7@ Gڗ lI_p#π]irL8StyI=Pi)"(?]>WkjV3[!BE -`;\H(1NKCӧi^,MVX4ltwrӎ k5OPcp- ".?I؂XDdovgsh {-ԭqd rLd_Q tp7;RqKG #\e#j<#p=rψKA"` %ű*u8&_aE7B!''mcYGw'WI'YUCSID=I^P6E'$cHVQKatO~:K9K:Գh.;>6 V 9j놠9B5s2fou+у$ _HaM<1=u8~/TQ9:iH;/ [SBC,۾}dS`+7LIwJ0RލW_^Wjn)Bi&<'+bEpoZ8eԥ?T^qFH4|T..WQiQ"g5* %3:Z(,e8DFr?M ~B}*Ql>dX)BY# F7oa!CJl)z.&,Tz*,Q<PQJYD?nUDkv%g *?;鏮q_l<)Y6ϋ\ƵIjHC!M)JL|mq1zqpn%zMM{q߼09H a5@C-⸹]7ֈҒl a{?l`gKyx=&)82}df%㭥 bAUV5ގ"ӵ.Btb~zcDJuIdꕖs>(1PF[Ω :lj9Zmmew) ,u|A1ER F݇To%./fYp^x*[lVH`FS;@䎞N5zL ZUMDuߌ[ִ/Y<Û8E? H9e&˯ ږ*H2Y B7Pd]aBO\e-Θ DCBߗn/ѸIL2Hevme9CUN;߷\cdIJUOyqri(|߉J5~qmjanQeaܥ,XY{@G&ԅ7.9M)W*+!<DXۋqZD5Ӆ_umD'[H,.h'TDC~e`I3G&/ ԕz3XZ P0-#Mٔ)(R0~L3Yى ZbԹxe@+rc[x MﻶB;7ZxOECEXxjM؛ͨURhhǚ{D9yd6Jq$^aͭ~!RW^*~x):A+Us>|)E}&ӳ3>g.%G-I724b)CHK;'5iΝ4X LcFmڮ#Tb`]ikdii.]1X;Zu? ٷQ9L&G`@wf1 -sw!8q^dC3TT~:rf7HFםᖺt1 ]ΫP-`H y2I^nΣ|SSȒ9o/ψy(8"sP|Yi'!31cQctp7\2rt6m3jZ5+mP-ğm)&3KO?+#69cJ2og/D `yO(Ξq2Y#xƵaiN(!e/ӆpRLL?A%p$]P/Ro ?R5Uja(y*fei%^#,n}l v"/LAayw@/zK]K2;Z-ŇT8'O HSݬm@: b|f< ~|ׁ~B j8}GKU3c?rPr*?d@SdaҺLaf z)5+#Yq`u7ǃ-G<( adje"4ֻ_u}ނG~-ل`j^qB>j}8q?8mR=7T+v :xt VW<ґW@AG('o}<&pũ20B .f.Ic\ւ? s5)%ud6_֍.슱N:F,8E!4.6-](x&)WY RPRIF ^϶&3 ~8Kc\{I|IYwN2!lM"/MĜw*dTA;f!f@Ɯ+-zCl)EP,?;|VD]PJ `T;{Б՗W4HI=%r\br`} $)#nV)wF"1ߊlA05Z{J>*;/-,V(:8 )2sO ҡNB<;ŏ;.3΃D#D]wyckBfXU7Iggш2(ĝ:P'h_o<ʍ F.)'xxaFWF̆j^ugvey zРJXL{y_ng%M\SVw93AϞ8/ŝj"A?)'/'%X=ϯ*`6!#tEYR{.sbs*t#98]\ h!i AV:Q9.%\̵:-VyIU`vޙ TZk9Pb N.T['v䧮$_OHC>- v*Z s<,J eu72gSƩīy\u;[-A^>M)mҡs޹k<4?V:ޱaWS>NVgT\ڙHg{gYP@<̎pK? X͜bxaN U*yiȸoa8ŝʠLEg|-} \myd`آyë5-?w*oؚ$) `z*-PefPT  "iN-MUH~ m~zhl]ACrjgsqLME~-F%j1ty ,J VׇE kX *c|AުSy\y3?"66q .jnLCĬ%9y,&-Ч!p[Ң`SY^g N؊[ a4M3p&rkc^>*ǑӾsWN@/L[~56EU?cS%(IC~$jlT}Xi<Y޻ъtBeZSHTGGIFZofCBl 8Qs'>̋}ΰo?c9;Z  Qa=$ K7Od5کpG?&ŤxEĂ۴;.1&D isWvc7%:&`Hb[%4 \/2RhY_IKUd$Tlqv<%c,^QzrW IlVo8\[;ρ1^Q%y}R3g=F`S$#bC͈ˁ7}@: !;>/='BDYrۛ!h5ZU#|f [ik&9T9`$6%G3H@K7:(\T1>|V0O;Ko=-tZ\M -z&OvluDPF恂W0 35},/#j,RH~ɥjqP%]I֖z|Î/ᱮ(^AYrQ}~fc:8'g%9hB#/ sYD=wVyT@>ռq}5nH F9 <ȁ|ldR`5]4:3_!'@*Zd>~\23I-% =_65ˢqj#gMYq`C7PZzeNz)䆐ЧKK+%5F#Vo-k 4)o#52jdOjBv^rHSU OOmD&c7Ո&%iтFmGa/&)FA,KdfI0d _:'NІ=1anENp f߯'H/,LGtԤ v{- h (}+F1* E3(nTPZ3j!o쁚3CEQ ,ǃk9}y3}ke]$fEGyGNژh:r*&zj8ڑ^z|}]>F}㓐3t Ss?iC̀"ᅤ:.-5-G_Gi UѡzU\- %ۭ.@Uz-dۄuwAVNLa ˥g?L7y2WLaI^YXwp&ϳM6ʜOPnnK6B1G˘QZvK%L{W0kQLA9Zh|#p 95S>@N5Zͷ !0q8RwcA){*f}XЩ,VIBÎbKR uX~}!Țo}UV |j V) Es8BwǮ:J7!+}btLGD@ʷ*:rn6*ލI)3jxPrn\H3a}yCi ˤkr*c]YzZVcݣҠKu]ѷf2|QUӰdͩ0%0p,Ԝ/B:n㞫ISdrO\J/wa{ED%9v]p@Mռ_v_[5M#4S}Mh,Ν9^Z|gF{?2T C)Q`yY <|-Xm*jMQ5if|sȭ%D %t\};ԕ,c9kO?Z:5&ڞaΘ W>WkĽj#}[#7u_p^ؾϬ"J.RDPS3, (2Z16џ5K,.%$$~#FtGP%kdM;Dws߮sW8m~䝓[>L &]HuZı4ذR,^љ*7`/fלT%hJ9n\wFC6j3jGNM|bk{s}uyPZ$xLbY R,8EqbQRʃUfJ8VޢN J%+.PW/Q-|`6<åhfD!Kc X ky_STZ4O$ *[@)oGEyX=tװ:~Kd&`Q'tKUr9y"Fă|\ƫ>բcs;Q]bH'Bя+MؓUVNGFEf홙#ro&@e88UyyZ(A>J+ iVg.%i6*J 2IelM3nO"tq6_~Com{z8?y3<>vZ:;}SMLRУ̂.Mi")7=AG?`QV" 86J/L$_ a9svjسJRK2n7%ya&d0laQ2YoT"z mhҤt;ò̭ΗkVRRI `~7@T$Ыٷ= &2#r(2*) lfZ ]qgaRb}~z9בo|5i>i% .ercRxfW 7O1]_25z E9֜Pfɨiߘj6һQB6[#Nh7'˭%-R-F!ڇpQ2_U "?cҡfHVQԇㄝkU,^Щ呏_߯<YsmDh 03 J&3FrsW^{0 ')ĽKas43]{g٪ۃQZ]˴*b{jPZ5yNivזG#O?wd>ۡs\0)ٙa݃/p2E(2 }T {}Vw j6qa$`OkъYWՖ*uLݏR%Nd T"<0~QYßDg 8_ H0FDUʳck㈴ݭ jnؗ;[pW9;K9[lq鮀o@MR*pdRqw\BGo"F)>a6*;%`- }Ik1Ù$ Ϥ4fSCzv{8oqxh[3,ziuZ}d.4<2 7Esdº&b֚'oW4&A#mL@Y]zNxأ4pw9cV~\vjϩ(u>'?(=CgFglA"]*wDF RGA,ҀܢK'y؊*f.Dϯ$2r xU{Z~= \ =[ô0t */s#-4u;sbu>K꺠 Bf^aT6߲v~P4vLB1ՑAG/=YpI*m#~+K=Y ^"񉐀+@LjhU<3[n,;0!ЀMz״>unJHR)) K"(2<i b|N2Fe2Y20Mea!fdSzNSrϷ9 BJ*3 DӲah!;$g6%B9sРB3xD܄υq+_fCeYΫ>( fБv8btzpo+ve qEg6G}(~ ҳ|u `%BÃo "+N-^Bfe쉁<22קZWBs@ؠlu7KC }%ih?'Aq@|DeFvd w ,|1&<2#۶xO,'ml ESxYJz,Jwޒ?Z>(v8 xލRnJJVo<} S+QmT լbM6xI_<N Y)|c\tڇ/= 1?dΡ 4w<:|q(äcyc!Ip.+ܾj֥:`'JvQa2uʼsaK~֋ 51ԍLMHŝɤN;~ 1iZ·#gY nXq&ٖhi/+S_oTo{+NI/ܕ!ޓhz 7v#' SԾ>s-U B өqJN'|e1`Jl;4-:gHS*w4X:K3R8PP#ҪǯĹqnΟ g$5NtSzɯhw{'EmO|f3yyێN n`5<n.ȋE9!~b퍬_u/+\#n1ZbM* %~ Rs78&0"|>=@i1źR;PN@dGovyvɠӎJҜQ~=DmeDBǀ9H @QI+ꎨm7Y=}<yF hr8tiw+7Ө9QXyB#K f5pZ|4S6٭J#ӏ&{rג x=&}/ЇLx^8L6376O;†J&=1unO))o'#tBܐۑc0[j/.R஝\pЅkkD#*;Ġ%$އt|([4J-n :S΀"4Bgo!ߍCaE\w 1Iծ a|$͟4Rsnw1¥<쿄6m$?d-1\\umzI'dwc~<n5#8v_'e15Zk@B<_2=nCFr+{۴zN(fU[݀3pU=6BZdŦhdot^@đoTaKa>3p5:3<䖉L|So>ҫэ{,{SIXqL6I_39CO8oق~tZCcJkaŅKGU-*9`g լl'υjw/tCE6F)\5 -$#HO u;kGu I;L普;4xH( Llr Jƈ3Y|<KbDj ];~]|ʬ՝N+3x##)2ۓ%c&9R> j18W^-{lٿ~p ض._eLiH3ڭԦ7@+~Kp-,ϧSב-Pxd(+=U(Oች,9Ӷ 'ʱpeϳez~AtˍhIN+=OTE,f+dUx_£j1dǍ&4Ix)M^ =lg_Jp̱})3G[#ZjKvbh~ٵzj]q8 [/N>!b#[0B2VHXHl훚$@&gk' bcAz)uvG%h .ZjƑ(yo^y3P"g5]hښ.ht6mgYD{I {/DYvuĭ%B"Mih.Ct EsTؠ{wsV% Uҫ_.fV9g#L'0tw;;^lFjF^Eq#(LbŲ7P,T&EPG g4ڪ&ǰ1]A]07)ps=<4!qBnMJ&frLUoy˛ jK2f 8{}J r 6M| .HD^qnvž,}AꘜnKw"~>b4b$6/ tjp'G9 z9'^cAX8վWԜiZ^]璅ygVl9L>ܖ3߭nHO'xؘPܥ:Dli&6 ݯKYhuω11s%1?)3s< [ _9+ܲ-x uQ"tr3ZKYPgs9=X(Ηou#+P N Y5f<6R3Wj۶9dWUV6#J.;[ Hm}!=l1݌b%"TE?RzaFEi2dw{ Mrb51; Rh,[y(!k)R0rsfFLB?i\.bgnfzxԋK}b 7 (Rp3k$iCtySO1: QjYPyiD"䦩KGU/J\h)^x\_40HN3֣icYVÓ )?r.Qwo}_\ϩ^S'yFFJ0A 9Qȅ*͏j[܍󻶩͞H-,\!*\GT8ݑa2XK*Ht#~2 pTE;fvY{)F1 -u JJ yHMuk’x,C[Q3l?ǚc6UQ̇[t3 c)y*HLpyʗ|<ՙyXFϐ/ !v NRfŵ9K*K9[9%$Vpmwӂe;8 5eP"{dh#KrP2WǃI9IFfwyYi3 F:ri8^Aʖ.ɬA5r{ϴm6dc\gT0-ȵTa30A*dUDs=ڨ.PlD3Zbәzy,%Y U-)Af7+v~k1##4(bl%µ +]s= ~3R5UУA͈`ܹH}V67]+{:\6ņfsT7җ0f; :qO2ȴ#Բa =Fm{`o?v36HCo`Qޅ5 391=hqjm>hmsDfNiᛂ>@6 z0K0pFQ[}k7oQ{jpyg!>f(Q;("7p=;0! ɃLP%~gW=KPGI% H+U+^BuFmZTnxeI6iGCJ-]&]G=4\nŢbO1`xSd] -+Z [J%Mn%> +"KM-bP0 >O¤ 'pt9| I\}:g4acMhQL=ʽ-u`Er+aG~VHn~kv_*q]ao5,Wi|;M|4Gu_859WXE40L=o(9>Hs ' 7K)ls+@-;d!]g|17@,>ߜ!T9IĆ,?a_C "ǓM緈-n[3kjLh#g-KzA uĂV*!#WwwB5hmii[Pm0[*(%/iJa$.f2& VbǼM_*&7[]-ZWRE&R¼Ʌ"%off#^ǽ8/sN %9}7ȑ(m_Rmkz]GyުߓMYfVhmyW%:piعF r^T.ChxHuݕ+a}"gmZހdT(#R]VEyژ\Vt&Dz;![UʥEU<{[cr RpavK@.&3xRnO%P:E¦ȕ !@b<KYHHݙAčvs2%&8!MpE+zvĺ\AD uH {:KY Lj $聴 ?Č 766Ni 8 eMisT9G0~`4m( |^2~m{**\.Nyx6tS Ʋ*e{dŨLf5PT3GZ0f|%[ɽ<Bq3Q)G0RcZ:nwфьQm'k:'kn1Lim[U 0pAYĚ϶>?gk#3\,geLKGaRwFJn -ApڨN  ՚?IlR7LE7zZgYS%_8J5B #2R }J@nѳ̐vR c apg\DPPR2P=hsy lӡ4&V:VE͜ ߦ^i`-kK];KJ)tbUο FIh]13ۈh6x"D<قN|p>>[Γl+ou>j&. F .Qh}%F8Q"Ƀ;Ʉy-aCHyp4f,:pL9 !1.oA=#cv0d,8ۚ^vd_Yәmfei7S g_8A ?F.!/-uXM ב憼CjuK:V U{'6S19#fUżhRQVQ9iݞ;෮ƥ₺1ć_}Sx+(_%vv"@xңe8Ly`mU<Ɖan3 h\Y^ogoqK4ZVQaztI2V-jw[WX,peLRٻ"aҋ)Exs; a*1aECׁ8H͔#Y΍*fHxa7աoȡFl9] /V >ܻ|А.oV;!2؛ (A«U0}K-LVd$%wD8Lڂ0й\M"FCk$ aa/&tE%qNԍmCaVL76^˝khsЕ8xQO]rH` + ߁UL!ϺEY8ƎhRSEmד]TDtP$hl`eIH$`e?7O[G^oa"Z\JyD T(Лe**b!ºOK,h9u ]K:^׾d]ȹqlNJ7泊kE9Fro[5kxr1K5oTkkαҧ"sKUl6Ɂl+UM~Zpb/J^udt| f>u7 ,HeV,.zM)RC SC*aR֡Φ|nbO=ŵ{RtAZ[?D7TYpʘoɚ u8~KһPNgzw;&"wh2rn ֵoYb-L'm︢5w3F *7ՉmxQ2qDLO>"[0,T m~ 2::>OlIZ]}Ga殬hLjCfZiF#&GqťD1HhB!eIF8H}(@%,˽ъ_];[5P6&[3DR,ojsX/Md9,z]r՛pBq# 8SFA:IԐA k9Y_HJ:ʿ/)0):p(WF[ S3ƾ9*@Z@ծj x|۟ܚ1/ BQԾ'9`u߻T|.r:"Ѓ [;m?a$6-$=&f)CR~ #)_%4<Dյ?%dnW筑K0ņqXZ8~ ؀F {i l&`S`lGDEN1XbnxYO+iE @&@zRA!fxCW1wM$'U+S]2 7Sl(jmuv*M|{U%7KP$Rό$\r@0K XcJ/fߓHvA8CDiXOㅞT_]P/S!)uH,u*WWD?pZEM8]-Fݿ빠&633ojΟūUJ2,vGۖsĞ_r>b .8MΙg$ tidm$r'ILU~>uePrd/9RS\g%' 8E++e/Vwnћ.ob_LMDr\ Z_R>W5籅 ,&ktb>M o=K̚>#ri iiMp7q2` FBʼ/ bI'{FYӥ&xbeak ǘ|54NMEfko",V}Er$9EEshtmOeDogLRee !8j~iHNms*O6AfYIXTA> e>(T},I9r>rGxǷ]@P5{6gP Es8v'+lp( ^^D'jl;r0"ᮇ81N;ᤙڵliY͘z' ZLJG8IneO%>$*u@9N[>HTxM+HR+>tur?av !\oCY\*RgWn'yVR>F/]20V1:K =(sH&E),V8z! HR $g|е-\KO`TBx"{ykvOsm5-VuO~;!ޅN&%ۚ.")fghzصdծq#a]mk}jb[ 7p۟dѕA^kIt7s˩ ~=ĪI\ҏPLXe⺪^!QmkIg'䅹`E:u1hHZLΦ"a} ݺb6l* O)Ö"_CP߹8خ`&`!;.UÛ: AoLa%c]t.V_W#.X :@&Z*O1A3ׅç1/2sjJ.ItN~OUXF^P[597QhsgRK;[dPRvfzVf7_koW=>,p'̣Lv{޳6_ack<03`'aư.UjZ!rkIG!Bhz T̜ȝ \q)J! `ij`;-ӾwSYľ#j5'U<^iI)mg^hcS,Jh-}+o DsܐEb9w-[rSڇ:!E0Z=uvѢ?uE_9|R!%KykN,*E~@"@Rg -ϲFR窞>|R[LZ(_t X.6UQpdN#8ݪl6Vƛ݌n6ي?|doa#K"tF4T [rºM5kb$ ʗ{\ǸY`N"g(C:АwM0黕`žk c`ADv;Gϭj}ʨ{:=lŁC(\@Zf ol~gj'$|+ #d+ IP1^[x ,&UH1\rCoȱNrV?♯{/ kR?!S/'>Q%c0Rڡ_"g?NnwLνE $u{z\a5( r|O] v ٙ1w73`^W)qdi" j,;jWf~` njD  i2(2.ͱR5w_ ijҤe>fܝ(Lku8+9&:axZ;g?J4[00H#ԒߩaW#mZK(B\u5K'˫; BkUSv \ln͢0 >MLPh ظSQSF2(rnG;/lz'fMFJ "o8b&1!h3i?ݱoI*:㴙k`Zb}˽],xONX Pf,*b7k )Pڳ f}b$6y^`̗ qƋTJR)vżhصK6=u#^<3V:zg6.o?Y+,uroШ ;',<7w/Pl0}gjN͖R-Ё6r%v!XFdx}?&l O7vҙ/*w]w4#'Oxogw(a@?-nIa{p [Eb[vSSdŻEJtԶ$Mu:^O{yl-ֶ9WEBm5'Bb%işOyKC}J"ڜ8 t&>E=0hԎ'd@X @X1 8Yq\#@J `hOj9rt~iKŬ %}:"?WO,c,?LJ@0Ǽc}Ap ?¾Dm2QI5%jS8Χ5t5uH' 2S{ѱ _pXbq;TWpI_'zoǐշ_/fGES6-snj|a RwMFW^K,.wDH퐤"UU\ݿ[!,ΘpH{A>>v3 ՆE!0vx>1NZRpO[JI&%;CyHI@,7|&O-ʊMoߐX.QP{ļvNl@̓ }T #woDB倎H$ >MԄɪʮ~&F&丙drs{d_S5:@CoIuY@-[uk676Y (G%)ˡYcO+wǔ`6wYI{:sI+r].@O^# f1yiN3L7ɠ0DNn{ɦ3zD¼6]Z; ]sUO}9STB'J9WI,'ۭEEn,HZm{"oPiwkT\Y_ &Ht=ˈ!L,nCKNXݏJ.6"p\ӎÎySrF,\U2ݯ舞D8vɳfu+I05izq)[r5eJFIS˙bU{2}BkQ ٞqJE2S;  2]$Ғ>`,Lb6OOʣoTք$Hy3\aS(zXmgH]k~ &;B;Lɿ~NHOvnC?W⯸k*,J2VÝ[9w*P.xFJ}RÕT}V@nlN<~yM^zI2zy,u2Nwg0`8s5 z?4l-ih[ɭJ顃-~Ǹ3{ q=M {Һ{ ΎCPVm[`BH=HS%iaSM7*2R*;Hqf%lۙDS_fztޏ}sӾFB4*?lf~Մo^":3kS-b3a]7 PZmi/J<GdKez^Bosnpjh~47QcO1nM(^D6\ƘMCdzn4jPt>Ye^o Qn0+q#06fZztSlp9${M2U'z\'6-_:(LH2nd#f\Ȁ8^D 'LKo;ЮZhd,~t&h)Wֶ \?%%p(Ji5X v(V4ؔ7V{->$)Ƴ^ fb,-j_ HLe!!FoWWGr~>{ ddmvrJ6,"~B (Eç/bLU$L:7~3<ۡǡr"ER `>|2OĹ{]c&!<1vր\)NTu+Bug67o<'eb} FO}X㇦;pQȳV̰-$p%97 nn31Nta};N'ס&W StMP7C[} ELEP໩zQ3ЏZK3i.[*2@NjY6˂~(qr&D;r&t "2?w}OEH>|Iy& -KRx)>M0/{mj;S *r'LF>LHdhΦ,fh᜾2e| CTpK»#tJ*,s ޭY={ѰEV†qGHS}IN;PG,>bd$y~b)#e^ % jm/5%'PDK;G>pʫ9%D"tsDI&V:.: g(k">!T_[(ڐV9OH o,)Q>p2D@yKZ +i,Z<쐩,?J[kcُ+fØkvᗽMw<ۄ9TJ(G W?717Rg1tu_bt.h3_Dq%=.IVH\jUyp!^¥+,DPV͙Z@.jwfC+HCd0ܤkAMHнs 5鹏Ǎ2SrvrfK!:?8c+G2/ucSKs}ݫ$l q~!Utuwđrdh.H(~Dt &qv3``C Rz[,U$˗㮄vFnBZ lF: lz47[q U ]bfǹ= $fY1vwJ:ZH- 15V}`1{n;5;U4( 1s1Oq/oKCG4&O*27r:dFyҽA~L`ݿ},?LښA&c3'q[",2y$ RIx:6d!BDo$-Aoۘ$BRpwPSOb]ߍqe$5_d7D5 Ⳣ ̰\-L~g/b! Oz u+iLݵ7CD&hfPutgretFSXkԬ ֎~K4="H8qT) ? aa3'e3_|%qv>ZI!Ci7xY-Ҏ Dցoٿ4EM)^H7Xv\Zh}7ڥ>},{9?֡Q%dK<8`}|5Bz OM)9.tT0L _eɒ{|ZDz#S*Vb&eIAALjD2VmD \ ,*Vk !(4HP&nڄ>[&mM5Ӟ͓[1 k@3EU)CCk%?Gv$oz2ꌚT};H,!49@71 Q0L^4j:\\;GL_9TrS7gi*ju.< 8t-yPu@x2@Q =d1yĻ>A!ѭ%T54"L)4 PQ S^Q o)I(hLfͧ혦 ˿5j4ev(&-Q5^II Zëط(qn5B;?}<7H2 P+%9ڊC,:IQ#nDĐƂ VpGCF@p0r +H V7x {L3yՌ'g$Rx)a],3>b0^9EЮD+א>Ly֯5BplDx/C(٨,TqoR- ڳé21 F' rpz@HƦPCц6oQPg`d^2 l~w]׀$=!A^ҷ9rx':g ƒʺa֕sgv>[=A;5pgZ FqeM>H5wJp!bawRW7{1k%c.1Iu2f-Ύdt ARxQe~q`L#;Z5` o@Y? +9ɭX PlpRk=+8JHzLC {1>oP\*^Q-8oNw7YhGd^/퓼oݠtF1wejn%n?ZOf/i ồ!9~rٔGd~;y?4".Y;,_D%x]*z>l2`78"[M2O"^,z)#aS|q4g@.OCufWSdeWr5jlx" 1?:H1\y 1 RTbQJDS '1s;U+wFTE ˧-rƚp zݕ+̹ptGc M0ۢq$Ӟ_sg[,G 3ƈ UaX)EM6ȚXUF7evz(2\.{~ВWtsbM@玦0m]€hz>_yݩ2ega Q3ZY8';OKޠ֪ǚRQs5b67^)azIdM6+\\e}"H#/_5xOX a|;F`>;@t~t5KS?e 6$Է{o-7 +1o$Tf:ajyb}z/1wƌ7Olˑtjw}PQmt= D z "0O$UN߮(O`޴@S{Zma^$&qy,~Z^D!!pHjhI ŚaWGDH@:ѝ&K ۀEhvAjL}`dMNxLȔrF`¿6Zq}&B7tǯ)vXk{ۼd~-[=!DnY5."+bֹC14p%QiHy$"I{P~0EE#$ZZrnΕg|pv_9;i0B q0*k(%cCTv|w agcWg$KΤbCU.: iE 8ZͣT՘vt*8r(C;&09)b3j"5fNɺ;wﱅY˨̓:1>Z!4[է96%Ҋ&qp]2N>yI%x}YݢGvVHqNR߫ :sOqFi Ȓ8.9Ĝƒf/dy2+9d7Z7%'gO)W; vT =ErT~#SY)`j_kO)26beP'0T`_1[·C$ETySZBU&d.OL  Vgf ر p9SjCD ӝwhh]-_ `/B9ܜc̀\0Vpч|"1gբ;q(L )$Q`6;/sycUV׊Y81k3ߖY >TSbAI38Ẁ #\vPN!ialsCV841u%?`^m:+DbJ% `,ʣNاɜ@\]urTJljUkqxeV󡚻AX_Jp.\/׋Q?[S.r=\O(IUvnk7:GԊ Le~rоM&NT}7K5)ƭ`Rl`(w\bOpg5xl GTn&j$|__DL2HJ#tGjZ&z iP?4QoGXsl@g8䁥rXIVۛ5#aNS"0q/`- l!4Hx*}@{aP~ b !>o\k,ɝ~Yhu5~R[{Q#BD)VG?yYsfN} qhG6]0Ek߾~>fw31d *k;\rMgieuK+0a!ohuhap%|H<*}"`ХY9)7u w+'cΕ}zReO,MOik#/P$BJzPþ*rkw9>s1fYb^HT)˜RtVIu#~Na |ٳI#|%ED?җc2BI385mx}WA+7 )=lZb<Жf b28,VI{%p@i/<=aӿ"EU]ķ(j9m.B>3TuSVPcdi[`/S0?B_r=o8W8=˵/u<=}N# ;SăVsS9Az_=8?:2o)QGy)+*囦#7{4trЏC%[s6ѼvMNbF<m⯜gKHUOWg:XWb};51+_5Hho;uLڪzv@oDL{$ny1fgl1/'̸cuPT`ṽ^֐ވ/yR~tH4:8Ƚ~{t00Ư03]:87 tBg9UQ0M*0hp|A\lV[dTcEc{ɐmqj.^rJhρʠ dh 4lyEԥkW @4M+j*cfY̼X@EZXջOqŰЉ(KmhWHUpPfQZFؖ~*UPDvă`MߘS&_p3ljpZXt5*yAqqr+τX،55s ~8@} ڜ jϡ#I:o1L ~PYNxi_u@ނN5!T^֔f !jhL<9oCmM84 F+HY(ӌ^=KMSb?Ϧ/_xra $J2x$WnV ZpPeuZO" ᛹ 2 ?0+ҝLJi")x  @Awef.3:chtp%Y6j͋9 yƻ?طFQ_ g,T ۠wJ_PffݻLt j]|+7=WϓˆX zqJL3-[(V!z <Bmys𑙗ZVXhk "tziЮno]bx_\LWisZi3bU{ԤRꔌp8"0P酚/˽ZUs),d(xNL7V" qءhq[@I3Zs? _:a0< W7~ۯl[sAEXV _޻!w2fD$&R*hEY/oPѠ5~hx44]ECOUjA߸iXt<FC|,k:Q8AXf~ĩ!Q|$U ְZA# )HaVWtNv͹d{iDF{cS9\0;6%dq yiI]}ODheKp>ༀPo_%ڴͳ_>aҴ`iAwXb !4yŜr:x>|cbRt;,~v{/4e'D#*v')c{Ŵ@(k&7n&-q[I3/Mn ZΈ]WlXޑ!|k4ɭ "_+^κ _d;VPEc9 Į=S+w(j**nagFwQϿ?f_ee3 7EΠ#9r`J҅,N=3$~UԞ nKk1W1yI to=㒼8)$@e_IMWz|utުtbtG6$_xߕt %e=ɴc_ jEI!K@j0b9Y)2T)/1d!ҘiNP! վ&|67[ a8>Eq{l(qTAx*">3HLm~WRp@<6B#v`5"ƍOHɚERuR~;DŽqAw !/kiBbuQEő.PWxb1y˾!?wB-RRu7g#\MōoPmME c@&6AYwUsޤ1o9|"v"s.rB)NXy96Y"r mU2 OxR|Vw :1+%Uq*>$aR9,XyZo "}[Mn`K [ѶhߢE9(+Nma(A͡YSq-RIrFw EC{? %wQX[X[kAq5 +SH)Qj>Ne]Y{W4)~ VL9ĀzL8'GAӶ_;>VB[0pӇDb'WYgsX/k`bͷrEȯw95ka7Ăg{%@Bdqx  : ' a^NQ3USw57򼏁' 1zkí:c+>@pQ~cth<|s"BEyd1En/pBW{9aVy}KCЀrcR^'raQϭA1Iu/9{n2H3IW3Δ2\3^u::\u\k='N-܆!& [/^xu|y>#$ā*lЯHgAh4u:Hxt, weaaէV9 tWC29PCo~mc9T+f|cS9/y134bʐ c֊u~\NI"BoIYc?Tr4j2b50O" ʠeHy&v*喜L>FTR0bOج wduAo^ZGMϾ,%&(ب{KHr]UM S & 1p|/EPьխE,۳Gh4|ݟfŖcKT*ݸj,=/*: MGc4iх_pUQɄEx$Q%5zyCi9v"S)RoY>ay"4)9)MYf!MLw~~ZWL绳4؃e`I)dQׇsq^r0l7JVܿvKfg "Q$'c,+fkD V]1S7!Πӱ[(ZDT¨{^BhRJ9';mu^ t5md3d5kPp onҚxrpqlW (R}ѩVSZ_#:W~?IXB@JJ0XWIhk~p@]AŘ;޵L~szګ҅9.G`4XJ>5PV̻Ej&{x;[ʰ[r|h[)ۛ8Ӭ+0iO"Eg}5L4 ~đdĤ}bL9dgGa6C8LxÀKzKZ]ðDʲ"(1Vh7Wy4[9_&y* Mt! u$s9OU)sRrKL`̲W7ߦ4., m\vGʊ3Aͯ[&,Q|-۹$k$q*YtBQ}ݾV_mA&nuA"˞K{m¦1H{QH/Ki- Nw*:EV󊊠/ :%P˄7^;͏/m&Sc=`>NT枌0_O٣~ gw>p]׶5$i+g.v)4 S6j䫗nmsnp. vE Hb?S]WS;>Z,1)ma+ Pĕ^ʰ&``q1Bae}9S1rEOs1}V\rd(]P`q.p!HN)g-5]s0DM/c]A5r~bgf%!;BWV2o6$$_ >UU5`ۿx.D<)AxbrqAʞX$.gWbWs.d]r1/Stz˔ޝ*j QCW^D1i8AݯTIx"#J0My0k+~HW8")8wXKc*ωq ƌy<NJ.MH+%rC#cŻNj5S+4 '-z}=fX?M&F).\6~,h{P?9 t T]ō>~L+ 748W1ߑ׹ʪ)+ۏA)gzBPLg6<%txH^+%|\za)&q-^CY7蓢Bn!Wv; LD9#n3!lE@5)2P yn5T fȇ`y2@[E"~2Nd*-{Y瑂O-ԗ~zaj#۾\8&M\gafoX6zKɂphNrw`A6>($!@i}!/< (dϪlrV|S$@NҵB@CzX B⅜S(, }C i[cV@ڞō[xK`<&:>)\뽆+< }1l[Rc]ʅvQ& ( Ӷ ː<?GYLBt7i69TM)}b6ubsKE acŚ"ňJTZ)''uvJЁf}Ա0Y)0WOqVE>1ʼnkoO15]7mc7&֑Ԓ HZ408kTmmĹwFc zfѢ%Oh8NR;bo]Iby6kKIs8Mթ(F.e:b/E+qӈ.ؗ)׽% tT+8h暪;tZ'FB+_@AȘo+Q?WLkQ92X_xr*Bd^+V_ i̸|N03W˗or9.MvIMDeby1>X=d̒MJ U7km 3Cc ʽ^G{Z{LԚk o+)Q3 S*O_k5wܛADeP.S97S ftsZO:&U (S`q iXKw:mVШ Gt0#~Da&Ι{yrR{ ']22P>*:G 99U~"3&(>oQ~_nL Fڳ3ORO9φ{KrO)Yz~&U^um*Ixm;șEgPWwޣѽHN++f-sߍ| Sckd2eG;BI@ĪX#ޖrDV'U#.Pr?uQ+k[d׃Arw.O8 czCpsT fȋ?PMxQgeM>k#czy {Ҷ{,@)MpeUDsE!Y=|K9tlț36:~̛*Y_ n0^ЙzL*"1x7Im査wlo@7 c (q9vy-.0".PDrDŋ(oi/ĐeVg[a{ׇ\,-ej֥@nMNN"CrqP)&?h٪Ca]RcntL>8K3kXg $8 ba_1&`y1vR6@ֺ+h3 sTcͣ5vpaˆ30j?h9Rp)RՆtX]R ?dk<ƾ4G3x$B 8_F%[d_M840Z+(:i2L5Л ~9|Nl!g(O "x4pHRU&P%zMaDۺaw]=7l0I2լ6 #PeԍܑdXt DL+kAΖ(i!/?XW79E,IntĖTۖ1pV %uw Aj>Z %+JsՈ u?"0f_eL/=L%)`֠3.SHy젮GgI9ίp+6̟%CС2j/RW}MQzd7D +ŗoՠ/7$;Cљ'Ɯfv:nLHF*'Cld" #䜾˞-꣏X[jeW%{%ui?yn<9A,F [_j}s^Yiq u/Oy9%`e|@PaH!.#7_]bN$_#|֍oPZ'F&?沣Bɸb+1U'[]K@ h2Vŵy .p+9ڟPB>)7&WS Y`.\ /%Ld.yow2Ѳ^nP߽&U8&^5XTtMmK$MB=Z 'VnXfNI-*pG譛jU"R# (`?k%c;{2JO1bTG=%F2&&K=Kv'`y&x4m5 00YI)kذzkACx%}N:dI9ZtCtdßiN K}0  Е}-{"A7)AV{y;7u|<PL^cL~R@21L.WsN f)^,;^5!4^s.n#maY@o͞=!l( ݊yR]7[<$5e#)u)AQ5Ph"p,qL U~kǕA"~ CLr4f38$gu:L$v RenJҬXd 0`.%_Sܱ:FG?#*'/Kro/ʊ tw/$A u}Qfʧ)%xR8`raƜ "hTK(LoT(1"v;9a#U ǷXz2b+897鈐mA)%} EKmO6MP!{P@{Tآ{*\$i\Jl}sp͝VA%cJ&XMk_UEףN!NZ8Q"GzEqcQ'sƀ ?do\qua'+<*G5M*[ d08S4;YBU ՝hYyOgH`67nḝ8&o@Col咍nJ7nρ;>>R?Vf^ZQ¨JX۲ ƙǬ&D>y'";7׽;ެ<h qNv++? g$AS"bcR<a]yމS~!d#uKܟο# Ie*V&w/V> 5 K#OIc ’ů랅*r۴΀D?냰p8PԎfMXߟ\F q!m Bl"Sqpۘ=%| )3c|L3xiRBƂ\;8؋6ZRXW[>ti(hX(-7獟Ӡ>zmN񀝫_Lonişsl$IiwψVA^rYP n']?Jw&?)6 P9_94 PbVBϪbm#&|nXcdAGIWčheo޲q (~\zv=q7I ([̇M2H wv.:<ɜT܈)8E*b'HkץߎPK药@%f@_7{OƄ[JM븟yY^7 JYT(5 'DSF9ǁv%g/0td*> q'KsW#@xG@Y+<ő[IEd$uGg$IV Pyf2<"|FF9O"7~m dJJ0 Y3zҀ5$:w2rr#Qp_T5_|k?>nmY.m5L%{ܿck;}*Lq{[JS}Hũג6#64˜̑TQr%rcwO!Iz Vj@ yU}׼HH;"Es4mQy#w*XӎMZC@!CwQI9є\jbvjfseoFmlb"KRž7J~<1}qҎJhP3N=C]sJI)5ĨMz^8#)w2P$ r)tF!F/pŕ6q3f7Y-l˯xJS~ B @u4mEpkJHix̏)E 񨞑 ɠ0)ox& 3 &\T8MjTU͝A6v]X-t}ND 7:cHJMw!b=,,ܳp1MjxR=I X28ozW-/ZKVKa;pPJ2*DVG'Fː7.x$J_b>V!5jY KV~BFa/ܸ_ff΄Qge'3ʗ&`dh?8ɹK{j i4x+:tJ]z|wdg2U;r|O}m ?-4MMddX#2)w$2`Oz1&.;*Se'H@*ǹwTn;΢WzX9/ٱp*S 3c¥Y˄NCe*olx~FߴcD,IaqUtd;iҭ8ې/΁|Jr*GǔPvub#0ʒ'O9Z HJR'41]*(7^cs\ZɮbM e{MeWO\;@!Y!5 lE ŘGC*\<^- ^)gb_먧ɺ2mzqO_b9aERЋUͳz75(e&JyW]1\`5y%P & IX:ג`tD%oCc9t{VK-@brTއpoxT+܄1"lB_ԁ*63B2j3ʔNّʆ44~-/Q7RK&$[$,Dhjg.x+^8 ʴ@ψSE,'롦C>s@?mu7/28|p{xEȼD;  6qFz:qUT9L}aJ0=K|YW{9AA8,d/L7d BEٞčM賶%9$|܉ΜKcùg%`r~NA pl,ZK@P Fޝ +a*774t>#f VݒATiYtu1i+ @Q,&ؿ63NxBQ7XM/tO;>ƹPň@Pk#W Rkrxy޲ +O>7S?Jneح9𱦯(_avA˝3$NzA~,~gor#r^,|;W`|Q8[$ 2BLo$MPԋ䈎e2JVzaߨǗɕnO3OGGWv@vq28Mei,ܰ}q0>mk"Tmz47c,* ece5-%JNKE[- g8c8`OeR1^XP&ۧo2{uGݐSI 6 ,tEͼ|OlD3}6{|7 sk{lcY)a7'ݟiA՛w[ '$ye^s` #Pkxsz{m_nGWI捱 GmFwcΞPF93šDB_i'!f.܄#=akpn$:"ko! &p:PWJŝX0;씣l Dϵ:{ J)kli=}&'d6Ţ$`uK]yRdUXլ۷U {Uw4e*iIKsqo,Ɩk V.Q"˕Z- ˬ*vs~Aj{@0 ǩ!#7/X\_N.y?>?3Xk[i{L (L 0M@,8ۦBn;1;/+t-0|G*E32nĐKC%O=L3h*melƺ=)ä~9@^}+Fg y/ 7YoH7 Crdl)p)׷ 8$G*P?`|Êl.]bYOdq֛dJ)A.ZU,pU[V.[*JzܫXё,LDujҊ?ƞ `FUdžD0Cgd ~ 6u.fdF^dҰ'RrTB pGDʨ&z ţOXKdN =\^G2gc=JÔ+2-`w_O c55 hdoc.?&k}'~?K~5{U1 y-♓L2E%zO#e0>' ʃUOϨoy8Zkʆ{U f,91,ri<^:䠳ЪVE+0#-dY:*!Ӯ0;E.ĀOP 0UЌ)~i [0N'>:|l YTS0ܮu1qBtsh:ږޏWqA""7}n% Y(j| m&m&ֱKG$HyjVd;JԠ3<]2lu:ƒ/jRKp B!a+Ft#;F5_̂|@~f-x3\zn7@A=w񧸖e~^VОlmQ.P)5ҎQJEm~ yZ%AS*{Y)+>K^3jξu\&:O- ah~V9 31wˁ˛ *EzHUF"Hfuf tN|2e&Nx7$7x9Kλbv51P`43e7sUIbdB1 :VCIjgp=Q?0*vm0"i&fANÕQ5TlJnnp}[ lR8xhtzHrvd5;?< .ta4!=BN$*&і}VagneՕ]4/ w|{ݛ~{#Q[6H -.랣 wҶ="맒$m/5+u42r ŒDgP!Q WTt[RwFM$% \ɦH^R(>RLtn!gɧUUte!~Z>rbaoNFD^]{W=-1&Fp\I ɔp 1ąRu+ܳ5wlċt)9Kf`waT2Mc -Y?o8Wݫ7sSd*zCgX\19lhO46 W;g.ꚃ @&raUElLLhk%E9ܕM};:)䡟Pa0z6O_Ұt(>9qިzfS1i6aMف,M5Ff:fʻrT)O_8$xrwyeMi6*ZJwIYS&Be9~"\8=z _pF|Iӆ5^2`w]%O,MM ,3мj'JPwr0vkBCu]Ou IJDCya (M*YQxOv E[Iy7i>;(840Q[x\sRʾ_ڛ5TO ۉ\NkmV !i9!؜vkٲ|S15P9NG|BF f[xZ "FTJο]̳Ӳ 3Sj2 Y\b:lFM3jd} ) Zľl7=7<էvvn%r`A˩6U]@2YQ34YtIW>Ԁt'>8Gґw* 9s,ڇa%PQlP&"nNut/EDY O/o4] &[:$`vەgAx(0U7˜0dyԜK~'iok!&CVy&~s|&{z%Zmfē ɖS {/UUq#cR8SN旁]@ffO%J33(d0  B|AɣDty' ߒe9@n Qٰ*TGxJ[fںAMYNLa"jDFr@JQSXt d_sU6JKҬ,V]o|]hLTzmό+ t:DM@*i?µFU'ki|ٯ~;g:7C%X܉D5Vܩ-L7]dTC0+j$RƞlsTǬgs^Ũ4 I'bB %D1'mv`cbٷVSbߙwQ O@;j|k)|h Oq? z['[c̗MUGL:cV> נ"sP1:zMS*b}+Ϩ EF٥Dpũf> <҆U [{)ˤJ[/*?}a7nav?3o Җb:rF=M5۵zf/vs7sODH:]-[.N=JW+[_)z=݄{%fai&^;FωGÅcKm׉59*['Ϭ,gҁ8z'C' RPr!snn6,꼈`U*fY%oZ.tmI?![ySy9m$9NUƈZtCAQ$@DT%Ʃk2vc ЁAeq Bgyi1`ڗb)K4E+«M(m^.ٛil pN8~[t:4vVQcx:c~u3Urx [#YJ82|*%SCap"Đ.1~W0XSY!-J"% x@RulԧKbDV]^!cQV._r`K@Yj3"tj[U(> W/ݻ5.aOy : 5-ͩb^u+O\1/ 0=l f7ORT/xp~X(DRPTMk)# Ԏ]\Ϥ)Yև8EqWTxKg ,yBJb~xÝbi&yxK6-MqOBYLr5`q||űT Wp|f~-e SMT[ &ݶ>IK"eUǢ ׬^U>ǣG1}x7u7nw:?FJyȦcԏϻcMe|O8)F!WniԨi +ALOV2'H>\u5Uao:' 2H̳9'{_n:| ȹg1Ŵd7 t&--E UU㶏>%ŒFm?y%VVuzT^w-tӌ6tچ[B.!=6-;BHr`yps5JGUO&9c$;rl_.Bm,JM"!jt'r7NE*j0XNݍK;aIVΘw$z7`Z|It9[rC/Rp`ȴ?,ϯU#a&6Ɨba ,߽Ѳ^F Aχ9JЪGL9|w%0tTmy;YJ~᝶.\<"!÷Cph\zb]YUA_:jr8{юM,}-dl3ͨz~@&7Dvsj9e m"ahYoMMf!:<nA)]u DwG\N taf\c&;/iT_tSAgŵFJ-eMCNɤr CT߅Q( ?H8x ,eE-~;Hxڑ'bvD\:_B,5b^5E+4'ʝ6m#vێ5qNv ytb)7'uKMK2aW mS՛^ІQ+\wG^7:IQt{boٝ._xYVnGՊYӷ@!֠0A6FONL jOHgdg+74ZŶ[p>D~g` :pZ00 ƥ02ߣ/^? `5)AgBxC #ՁuBﯽ!]q9ӹR kT``J%*Ab6ȅ(7_N_ Ъjc%]ԃ3*#|]},)vR` \0|B03먮߳;vKԶ O>4DVv?Gp*(} 0amq,0It_J562Rg_H Ĭ{LjH<u!۳Akj j)aݡ#d6vJA3jɀ A{/5HE:8&+1Ʈloօvs R\8DcśJHN1XWuxs!. & k Cmwl) 'oNʃNbBm7)CDQ&ׇhHSǰEd/5TIo0zhPv,7JR8c]jv2"I1ROⴜ?3 FݕxƼ_o<̮gr7J,VKTQ)scq 5ϘjK'IDQփ;:i M.%. -'?(Cn&"eMVۄ'*`)B^&r(, Y6>9G8L|)ީZu#cCW{+C$AAt ]Py %voJ2'jAEԅD{)צu"f<lʖjݚa+UćOqN3yP~ԺB(fs_̷"կ\`ca#469véTԄi43Q<Fb(;);4/,5Rt?e>FkK ]'m.07S1+(bzmB2*8v;7FJoOdCPD=!]hBUUCEGRq8H`871cXlmq?5b6M'ҔPy:6F HNj˱ YiD]w̄>c~uiC=tЮ8,\әf:r P. 6N-HO6a°Seԏ?QJNuBL&%P]UuK(+BHmxm/i1q} wԹ$Ka2o`02ǰDET+TkKpcm}+~o 1QM-߲:00мUA?lTpo42L|^,ѽM U;JzֳͤFG"\,M@yϨ-P@ $QMƉgkpx+EL+Eoixrx{D>PZf8;N=G461hJ0z5ҨU49g qXRU.ȑ}| cc)X PGM6ZU5 |>^}ă&I@8}'NƔ׍)| _MW ZynL"L I hR?=<H͕dPuf%MWkHM2BUa 5- Q՝MNmvm̬y>ykr*%CrIf&l;Iq:eNhE*^\O#2]I_E- fu:0x٬K.%8ճ) Zy 蟻:b~j)we݀o@Sj˧Ao+T`%i`u;^B`URRʱedzhy@qfKG020/|MD,^г^|$NIz- Aja^՜"hWYr=X9*H._Y|=>ƹ8ADaB*~@h+҇OcsȬ(/ }Dy$9y!c: RZCe :E08%UDt"cb`lTSN$%hHF6֤Â|d/ JqOT(qBGX.OV˫#3zj{NT'5I 1k8*gwm !Mt@0:mQDŹ6xƦbx +#Bk9Ң\;5!ޣ69 h^*t?t.&ι8ˀ|q!W j=)FG솭ʓOS$0Mij{uѿ{xyŨ#e&Ցo@][?PΞp-zY,{90HWQk9U oP+a "m15bi'I_y)=o~6Zv AI^M7癛cVg ! j%39ύ l#@ƺf/A>VoѠP1Atl1bx ˘D]N7Q)Ub8 ޫ/oiW[L^TBZτZc= z W&ӦބmP*$\3n%yK",AAS=jEb0Vl$Ʈ#"ʕ(oM,!{N 'mFV1֦"w;R ŝ^5Qd}a/ 8YܫTL@Qs:d]dO3hF1? 0¬>N`KxLȔ$a+&]md$b~948L O/+̱V,!qP^2Ls[e7tϕ|Gh< B@㨤{yqЈrdC[9-<`Pk!߱DqA}^ڿ@Ȑ# ̫]"OL+7d&񢼆~sy%ge:gDD3ېK&~rtnŸGxW B-I/LGkRdLQ^+F9S.،^{+e+ }&FvFK0{TԗCYG:) @!{ Ɨf1w'9wИ6s/Tn6.P$. 2JNl߸t(΃MԱI'+FrLSC;ߵn?@JrFe  o3wJ"(cCOȹgᑾi9bpΟaL\޲MxE;+ [=|".TtOgL{IDD`R/>Ѭ m t(gVoّ2 5$Oދ_Y^Hm GW&J;ɔqiVN3=u[]RJ&$w<Ҭ3?y=2EQwѷc^`M:vRf+(pT8f6u /ؖZ&܅/X̳T&8"_Dߩ[V}di{]m)5г]VR+%K^Ie)LTBޭ4 ,Sxc2?@E3lýp>A8*5[&!&UKB-'b'b{Db6pYaU'06 Y6ii YL-Jv%H~ѿV q]OM+z ʨb5ի 5v2hqגOX'Kuh韍db\\1v Dո g{,9 G!^sHCؑJw7v>C%er#¿R|B :'?E  3x8 \cq&E>_du+x# pǡ:$v6V8J{X -n]R ˧pEV)5\fBk?uR~Q^{ M[9oGԇ{*ުi adUgr8uS6ԠlD_^1C! 0cen/sl.Te.o-@x0vߑA>Bh$gЊS^jblgUtUs66v6LT;U7BœxiLyU{uDx8 y *c~a^ 2b]07(V(_cbtƒ"p_yEA9}DuD% zjZ_?}Es!7ބsJ+[~łRSA-OIZрBq 'W:J!2Gu45զ)[(~*3o_ߔsH>tW,D7s}̫n 0jn/D;mH[Xȉe䁤yl)߀TOܕvgN }tx}7b?(>&Zȟ}LB8^ckbޱ`bV= w(oE":)2nղz|dӭ+Ve]Re>\/ [@ wR%>`S{l*8Żu%q[TD"u`#M*<`MB7=e8~;{-s7Ysj7GnW+ ׻lDi4UgͽM 6#*r0{ڜ=q\<{[pZ mCK(NΝ)֗>> }he/ֶ.}usƥd}坳x@}0QzD%īm$?Gw!~^φqnU/S/pLk=]eZT35kC }ә_o8Ж+c!Ԁ*˅&Y[AӶ>2+ny {^]}/w'u?ӽ?!=3=*6M@8ޢ7Mcǽ*8eQ J% ,;_E1a>pR!xhx7jt2L#O ִ8s+Hw<'mVO@$F)C 6qRd6en}&AyF$nİm9-#7r3Vk3" $ 5p`m:$X@B$3)JpՍ]$)],BVB- MC7GRߕ>ZT0+| Wws'% Vtr iO1j#DuR 1KciѥRp_҃%Ru"O#>[3 2ƭf75_f*]D0Aa@/ i]Cg1noW3l~gV 鱕DS4餐#AN{W{Mi {3Hp8̹hP;j^1Jdh7Hj9kះܚIx JعOU.9ϘidkO5"gVTN'u^+q!kd=7)̍Q}"o#X8xtgw蚐 ~("g,#[d;_Έj- "xėL$w`Bٮ߰9c-=TV5A+$Sqc)G;~C1i(W:#'oXotxs@8Up|`}kȽ!y`Tȿu'ɑAW%b 2糫*v@X kbH>Brj2VC2훪Q&6 RKpU&l"e:}Qjeߒt2-V̷ζt\l$.^*1GS4 K SD޶^YϮG1 SNwWY/*C❅UE*Ei?DteK^NXNk FQ嗠Ŋ+&ͩh6WF"HMtԄ?/^A>Jo̡< `+/rZ(߷|Ndم庑"z )@iy_iƗMmB,I&+΀J=r$6dx5"-cbUeQ[WO+ǨI 24lN*:j; ۋ=Q|ڦ$X{jdQwS?[NzM1d8s-Q/xV4 `!LqʍȜ ;TA`uv*}[}cSH\3 xT7JeXM=aX7OQB4r2K1~E&MG)/J*O%I}0EWIyh1_sˡ~"R8 ڝ nK#*6W2GsSmڶ?!7 |dTHZٹD62BZ|*AGdDRٸfbD"'Tϑc:ÄZ]Z W8 Tۉ:lL`xr6pšl ʶƬz%pxNXBtSkX"5S`h,?0|TxP C2|sgWoW0WP^@86aYnlX~etN{.ڎH{*#e YiOIQyK߳mh"w,4M&Rt[C:&ggUdCJ >d;TDM%˦Kɀ8T>4*2r!b`w.gd-p]V`2zl$T_*~q 45V (doT]8͑峑={Eֿ_Jq3>j"Cx\> \U64yL;>jUxq9j1%ͻ+WeXmvh N0Z,n3=c/^@Z5s {j,S؟#0DTfjSN۲AL=zPn*5LϿODTQ(;0e+X tT$XY`ӓ}=bMѿ`@{ [- oӓ 'IBb=H+w7p}5hULqeuh07}`A6=7|ƒ K=y<0Zf\*?z@`<͡}ه'jBbSu:ǖW5Y۝_ 8&f:.T92B5>μPl ى\vREXJ",pGH^FnP;eڐ3@[\]dԨ@p:e茆8yb]sVѹGJWk|qa N2L(:4O56Z #>< wo x %#SKA=gY7-з Ὲ/Ge>X(Jԋ${^[ #cG#È:m2cW^7uSzAZn'roがZ`fPSDy- k)D#zT/E\SpXqנR,XF~Fٔu>Ɵuޞȗ=R1EANʦ`c>~8E hQ+vc`$MC ?jxW`[ I)0XG{,"ď <\Tk1!Po5#i8+#;m#aU-yMH.պ4QEƦsSd}0u"vWMOVci2|_?q$Jdbe]H=#5Iz4f̂B&M܂t;2$ݏ%JNAt.U5 ǂ:@Slr,0IT_x&E54Pvq [Om[=q8[q"ˮюv.ͤbA0\Tx@È Q K"ܮ d^x@:@H"w\|zZTzΗk juQÆD;L\eql-M2 0 lLðNDC(屌(,ӏϞb Hu'Y3,4鵗|[Ò 8}H J C\}5ҢA} E %KV`n=#@9(طջ"<6%6NAe^_(X?>E%:hgs ̀;_ZԁUB:jvU[v+ryD'&4Ԝ17L L1>46OI-Z4dztFrkS.؞nA|\"evbbdjb)y1>_CE4S3JD\1WVk6Wcb" ]t?DiF4Ons820 [1f]˓sn؟!ġ3^R=97ٮBho~KPml]` ϶:QXTP* qnN2dzj?O:xס}硓\Ig.((X( ՙx`#!0Me3{ =0+zt )ڡ˒`$M#iR.Gl~|At]^(,Fz_͑&}XGTIpG &B bC!'7wQ.//ĞڔPtg(V-TeրP5c%YwAoL)ߵkP2%]ġzj Ep *},W<{gթ;,JPQLuL6P3Ox>L-Ht3!a}9fM3?1]Jd5M.]DOh|C:uF۹k}P|W[(ÂӸ~B Sdꞡp}9{4GV{. zP[]9zXyb i# R|+a]Qg7JpPw]Ba=D%rG^F[S@ (l앐=權 Ӱ Zwgy}P4D!R4 Ia1빌R*@3Y,)鱓Yq&X7&/49b*n,7?s!hi%ÚQZŨQRte("em (ߟA>.╌Od x֡^%n5titF vX~E5tWdF*spqHbDcˏ/sI.!#&v^&;fRHY1wv2=程Y sv_=ȇF} pWnYF[5jlV́h[[8xʍ`t-edP?Tz3xp)k:g0;bdm>y7d=MΪyfU 5V*>4!N⼈e% P[EC{QAQő:je`HhG*; &M;Nh',*Acˀ3 !z9l1O`]rBXi䤿ЪM .e韘t?iH{S!]%V@%z p]ru\<Ma0 :R٧0<(l~݌" ,,hd'$:\Xҵ(