lucene-misc-8.5.0-150200.4.4.3 >  A cp9|v"7/2X\|2X]IwS 0ýQ/{\>} [, FhL-n!q ۾2oӅQa>WcЇ\(Wh;ZwQܘ#Uի{cS<(&fw ƈϜ,r7{fZqbg0- (wƒN$TkR/TB! m3oHE-̱72ppn۷jib45c68193061d7e637e3a03a528e6da1cee241d850fe69cf32b758ca2f0995ea3eec987420c9101f0abe4f0fb4f0168bedc96eb4 (cp9|&SjDngrն^ CU\r6)7*ja{F%.]$Ñ)ܾIQp>?d ! 8  #>Y_h    v  $   (898:UFGHIXY\]4^bcd%e*f-l/u@vXwx(y@z\lpvClucene-misc8.5.0150200.4.4.3Misc module for luceneApache Lucene is a full-text search engine written entirely in Java. This package provides the "misc" module for Lucene.cs390zp36\SUSE Linux Enterprise 15SUSE LLC Apache-2.0https://www.suse.com/Development/Libraries/Javahttps://lucene.apache.org/linuxs390xw AA큤cccccc4161c1c939316be7e79309073770d0d59fad352526440b2b18bf671cb3f3842cee118c9bf242a2f219c64a9ae0487b4d9bacadeb975c89285df6a0f2fc9f457012d002b49fbeac11eae6bb420385ef28267ddc8885c931a1859df1f729b1ea23lucene/lucene-misc.jarrootrootrootrootrootrootrootrootrootrootrootrootlucene-8.5.0-150200.4.4.3.src.rpmlucene-misclucene-misc(s390-64)mvn(org.apache.lucene:lucene-misc)mvn(org.apache.lucene:lucene-misc:pom:)osgi(org.apache.lucene.misc)@@@@    java-headlessjavapackages-filesystemmvn(org.apache.lucene:lucene-core)mvn(org.apache.lucene:lucene-core)osgi(org.apache.lucene.core)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)8.5.08.5.03.0.4-14.6.0-14.0-15.2-14.14.1b7@^@^x]n]?]@]@]@]@\b@\'@[Y5Ycl@YTY@U hfstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comidonmez@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comjengelh@inai.debadshah400@gmail.comdziolkowski@suse.comtchvatal@suse.com- Added patch: * lucene-nodoclint.patch + Do not abort compilation on html5 errors with javadoc 17- Upgrade to version 8.5.0 * API Changes: + LUCENE-9093: Change in behavior of the UnifiedHighlighter's LengthGoalBreakIterator that will yield Passages sized a little different due to the fact that the sizing pivot is now the center of the first match and not its left edge. + LUCENE-9116: PostingsWriterBase and PostingsReaderBase no longer support setting a field's metadata via a 'long[]'. + LUCENE-9116: The FSTOrd postings format has been removed. + LUCENE-8369: Remove obsolete spatial module. + LUCENE-8621: Refactor LatLonShape, XYShape, and all query and utility classes to core. + LUCENE-9218: XY geometries API works in float space. + LUCENE-9212: Intervals.multiterm() takes CompiledAutomaton rather than plain Automaton + LUCENE-9150: Restore support for dynamic PlanetModel in spatial3d. + LUCENE-9171: QueryBuilder.newTermQuery() and .newSynonymQuery() now take boost parameters. + LUCENE-9029: Deprecate SloppyMath toRadians/toDegrees in favor of Java Math. + LUCENE-8620: Add CONTAINS support for LatLonShape and XYShape. + LUCENE-9050: MultiTermIntervalsSource.visit() was not calling back to its visitor. + LUCENE-8909: IndexWriter#getFieldNames() method is used to get fields present in index. After LUCENE-8316, this method is no longer required. Hence, deprecate IndexWriter#getFieldNames() method. + LUCENE-8755: SpatialPrefixTreeFactory now consumes the "version" parsed with Lucene's Version class. The quad and packed quad prefix trees are sensitive to this. It's recommended to pass the version like you should do likewise for analysis components for tokenized text, or else changes to the encoding in future versions may be incompatible with older indexes. + LUCENE-8956: QueryRescorer now only sorts the first topN hits instead of all initial hits. + LUCENE-8921: IndexSearcher.termStatistics() no longer takes a TermStates; it takes the docFreq and totalTermFreq. And don't call if docFreq <= 0. The previous implementation survives as deprecated and final. It's removed in 9.0. + LUCENE-8990: PointValues#estimateDocCount(visitor) estimates the number of documents that would be matched by the given IntersectVisitor. THe method is used to compute the cost() of ScorerSuppliers instead of PointValues#estimatePointCount(visitor). + LUCENE-8865: IndexSearcher now uses Executor instead of ExecutorService. This change is fully backwards compatible since ExecutorService directly implements Executor. + LUCENE-8856: Intervals queries have moved from the sandbox to the queries module. + LUCENE-8893: Intervals.wildcard() and Intervals.prefix() methods now take BytesRef rather than String. + LUCENE-3041: A query introspection API has been added. Queries should implement a visit() method, taking a QueryVisitor, and either pass the visitor down to any child queries, or call a visitX() or consumeX() method on it. All locations in the code that called Weight.extractTerms() have been changed to use this API, and the extractTerms() method has been deprecated. + LUCENE-8735: Directory.getPendingDeletions is now abstract to ensure subclasses override it. FilterDirectory now delegates the call, ensuring correct default behaviour for subclasses. + LUCENE-8662: TermsEnum.seekExact(BytesRef) to abstract and delegate seekExact(BytesRef) in FilterLeafReader.FilterTermsEnum. + LUCENE-8469: Deprecated StringHelper.compare has been removed. + LUCENE-8039: Introduce a "delta distance" method set to GeoDistance. This allows distance calculations, especially for paths, to take into account an "excursion" to include the specified point. + LUCENE-8007: Index statistics Terms.getSumDocFreq(), Terms.getDocCount() are now required to be stored by codecs. Additionally, TermsEnum.totalTermFreq() and Terms.getSumTotalTermFreq() are now required: if frequencies are not stored they are equal to TermsEnum.docFreq() and Terms.getSumDocFreq(), respectively, because all freq() values equal 1. + LUCENE-8038: Deprecated PayloadScoreQuery constructors have been removed + LUCENE-8014: Similarity.computeSlopFactor() and Similarity.computePayloadFactor() have been removed + LUCENE-7996: Queries are now required to produce positive scores. + LUCENE-8099: CustomScoreQuery, BoostedQuery and BoostingQuery have been removed + LUCENE-8012: Explanation now takes Number rather than float + LUCENE-8116: SimScorer now only takes a frequency and a norm as per-document scoring factors. + LUCENE-8113: TermContext has been renamed to TermStates, and can now be constructed lazily if term statistics are not required + LUCENE-8242: Deprecated method IndexSearcher#createNormalizedWeight() has been removed + LUCENE-8267: Memory codecs removed from the codebase (MemoryPostings, MemoryDocValues). + LUCENE-8144: Moved QueryCachingPolicy.ALWAYS_CACHE to the test framework. + LUCENE-8356: StandardFilter and StandardFilterFactory have been removed + LUCENE-8373: StandardAnalyzer.ENGLISH_STOP_WORD_SET has been removed + LUCENE-8388: Unused PostingsEnum#attributes() method has been removed + LUCENE-8405: TopDocs.maxScore is removed. IndexSearcher and TopFieldCollector no longer have an option to compute the maximum score when sorting by field. + LUCENE-8411: TopFieldCollector no longer takes a fillFields option, it now always fills fields. + LUCENE-8412: TopFieldCollector no longer takes a trackDocScores option. Scores need to be set on top hits via TopFieldCollector#populateScores instead. + LUCENE-6228: A new Scorable abstract class has been added, containing only those methods from Scorer that should be called from Collectors. LeafCollector.setScorer() now takes a Scorable rather than a Scorer. + LUCENE-8475: Deprecated constants have been removed from RamUsageEstimator. + LUCENE-8483: Scorers may no longer take null as a Weight + LUCENE-8352: TokenStreamComponents is now final, and can take a Consumer in its constructor + LUCENE-8498: LowerCaseTokenizer has been removed, and CharTokenizer no longer takes a normalizer function. + LUCENE-7875: Moved MultiFields static methods out of the class. getLiveDocs is now in MultiBits which is now public. getMergedFieldInfos and getIndexedFields are now in FieldInfos. getTerms is now in MultiTerms. getTermPositionsEnum and getTermDocsEnum were collapsed and renamed to just getTermPostingsEnum and moved to MultiTerms. + LUCENE-8513: MultiFields.getFields is now removed. Please avoid this class, and Fields in general, when possible. + LUCENE-8497: MultiTermAwareComponent has been removed, and in its place TokenFilterFactory and CharFilterFactory now expose type-safe normalize() methods. This decouples normalization from tokenization entirely. + LUCENE-8597: IntervalIterator now exposes a gaps() method that reports the number of gaps between its component sub-intervals. This can be used in a new filter available via Intervals.maxgaps(). + LUCENE-8609: Remove IndexWriter#numDocs() and IndexWriter#maxDoc() in favor of IndexWriter#getDocStats(). * Changes in Runtime Behavior + LUCENE-8671: Load FST off-heap also for ID-like fields if reader is not opened from an IndexWriter. + LUCENE-8730: WordDelimiterGraphFilter always emits its original token first. This brings its behaviour into line with the deprecated WordDelimiterFilter, so that the only difference in output between the two is in the position length attribute. + LUCENE-7386: Disjunctions nested in disjunctions are now flattened. This might trigger changes in the produced scores due to changes to the order in which scores of sub clauses are summed up. + LUCENE-8756: MoreLikeThisQuery now respects custom term frequencies (TermFrequencyAttribute) at search time + LUCENE-8333: Switch MoreLikeThis.setMaxDocFreqPct to use maxDoc instead of numDocs. + LUCENE-7837: Indices that were created before the previous major version will now fail to open even if they have been merged with the previous major version. + LUCENE-8020: Similarities are no longer passed terms that don't exist by queries such as SpanOrQuery, so scoring formulas no longer require divide-by-zero hacks. IndexSearcher.termStatistics/collectionStatistics return null instead of returning bogus values for a non-existent term or field. + LUCENE-7996: FunctionQuery and FunctionScoreQuery now return a score of 0 when the function produces a negative value. + LUCENE-8116: Similarities now score fields that omit norms as if the norm was 1. This might change score values on fields that omit norms. + LUCENE-8134: Index options are no longer automatically downgraded. + LUCENE-8031: Length normalization correctly reflects omission of term frequencies. + LUCENE-7444: StandardAnalyzer no longer defaults to removing English stopwords + LUCENE-8060: IndexSearcher's search and searchAfter methods now only compute total hit counts accurately up to 1,000 in order to enable top-hits optimizations such as block-max WAND (LUCENE-8135). + LUCENE-8505: IndexWriter#addIndices will now fail if the target index is sorted but the candidate is not. + LUCENE-8535: Highlighter and FVH doesn't support ToParent and ToChildBlockJoinQuery out of the box anymore. In order to highlight on Block-Join Queries a custom WeightedSpanTermExtractor / FieldQuery should be used. + LUCENE-8563: BM25 scores don't include the (k1+1) factor in their numerator anymore. This doesn't affect ordering as this is a constant factor which is the same for every document. + LUCENE-8509: WordDelimiterGraphFilter will no longer set the offsets of internal tokens by default, preventing a number of bugs when the filter is chained with tokenfilters that change the length of their tokens + LUCENE-8633: IntervalQuery scores do not use term weighting any more, the score is instead calculated as a function of the sloppy frequency of the matching intervals. + LUCENE-8635: FSTs can now remain off-heap, accessed via IndexInput, and the default codec's term dictionary (BlockTreeTermsReader) will now leave the FST for the terms index off-heap for non-primary-key fields using MMapDirectory, reducing heap usage for such fields. * New Features: + LUCENE-8903: Add LatLonShape and XYShape point query. + LUCENE-8707: Add LatLonShape and XYShape distance query. + LUCENE-9238: New XYPointField field and Queries for indexing, searching and sorting cartesian points. + LUCENE-8936: Add SpanishMinimalStemFilter + LUCENE-8764 LUCENE-8945: Add "export all terms and doc freqs" feature to Luke with delimiters. + LUCENE-8747: Composite Matches from multiple subqueries now allow access to their submatches, and a new NamedMatches API allows marking of subqueries and a simple way to find which subqueries have matched on a given document + LUCENE-8769: Introduce Range Query For Multiple Connected Ranges + LUCENE-8960: Introduce LatLonDocValuesPointInPolygonQuery for LatLonDocValuesField + LUCENE-8753: New UniformSplitPostingsFormat (name "UniformSplit") primarily benefiting in simplicity and extensibility. New STUniformSplitPostingsFormat (name "SharedTermsUniformSplit") that shares a single internal term dictionary across fields. + LUCENE-8632: New XYShape Field and Queries for indexing and searching general cartesian geometries. + LUCENE-8891: Snowball stemmer/analyzer for the Estonian language. + LUCENE-8815: Provide a DoubleValues implementation for retrieving the value of features without requiring a separate numeric field. Note that as feature values are stored with only 8 bits of mantissa the values returned may have a delta from the original values indexed. + LUCENE-8803: Provide a FeatureSortfield to allow sorting search hits by descending value of a feature. This is exposed via the factory method FeatureField#newFeatureSort. + LUCENE-8784: The KoreanTokenizer now preserves punctuations if discardPunctuation is set to false (defaults to true). + LUCENE-8812: Add new KoreanNumberFilter that can change Hangul character to number and process decimal point. It is similar to the JapaneseNumberFilter. + LUCENE-8362: Add doc-value support to range fields. + LUCENE-8766: Add monitor subproject (previously Luwak monitoring library). This allows a stream of documents to be matched against a set of registered queries in an efficien manner, for use as a monitoring or classification tool. + LUCENE-7714: Add a numeric range query in sandbox that takes advantage of index sorting. + LUCENE-8859: The completion suggester's postings format now have an option to load its internal FST off-heap. + LUCENE-2562: The well-known graphical user interface for inspecting Lucene indexes "Luke" was added as a Lucene module. It can be started from the binary distribution by calling the shell scripts in the module folder or from the source checkout by using 'ant -f lucene/luke/build.xml run'. Luke provides a Swing-based user interface and can be used to open Lucene or Solr (or Elasticsearch) indexes, inspect documents, check index commits and segments, or test (custom) analyzers. It also has maintenance functions to check index structures and force merge indexes for archival. + LUCENE-8340: LongPoint#newDistanceFeatureQuery may be used to boost scores based on how close a value of a long field is from a configurable origin. This is typically useful to boost by recency. + LUCENE-8482: LatLonPoint#newDistanceFeatureQuery may be used to boost scores based on the haversine distance of a LatLonPoint field to a provided point. This is typically useful to boost by distance. + LUCENE-8216: Added a new BM25FQuery in sandbox to blend statistics across several fields using the BM25F formula. + LUCENE-8564: GraphTokenFilter is an abstract class useful for token filters that need to read-ahead in the token stream and take into account graph structures. This also changes FixedShingleFilter to extend GraphTokenFilter + LUCENE-8612: Intervals.extend() treats an interval as if it covered a wider span than it actually does, allowing users to force minimum gaps between intervals in a phrase. + LUCENE-8629: New interval functions: Intervals.before(), Intervals.after(), Intervals.within() and Intervals.overlapping(). + LUCENE-8622: Adds a minimum-should-match interval function that produces intervals spanning a subset of a set of sources. + LUCENE-8645: Intervals.fixField() allows you to report intervals from one field as if they came from another. + LUCENE-8646: New interval functions: Intervals.prefix() and Intervals.wildcard() + LUCENE-8655: Add a getter in FunctionScoreQuery class in order to access to the underlying DoubleValuesSource. + LUCENE-8697: GraphTokenStreamFiniteStrings correctly handles side paths containing gaps + LUCENE-8702: Simplify intervals returned from vararg Intervals factory methods * Improvements: + LUCENE-9149: Increase data dimension limit in BKD. + LUCENE-9102: Add maxQueryLength option to DirectSpellchecker. + LUCENE-9091: UnifiedHighlighter HTML escaping should only escape essentials + LUCENE-9105: UniformSplit postings format detects corrupted index and better handles IO exceptions. + LUCENE-9106: UniformSplit postings format allows extension of block/line serializers. + LUCENE-9093: UnifiedHighlighter's LengthGoalBreakIterator has a new fragmentAlignment option to better center the first match in the passage. Also the sizing point now pivots at the center of the first match term and not its left edge. This yields Passages that won't be identical to the previous behavior. + LUCENE-9153: Allow WhitespaceAnalyzer to set a maxTokenLength other than the default of 255 + LUCENE-9152: Improve line intersections with polygons when they are touching from the outside. + LUCENE-9123: Add new JapaneseTokenizer constructors with discardCompoundToken option that controls whether the tokenizer emits original (compound) tokens when the mode is not NORMAL. + UCENE-9253: KoreanTokenizer now supports custom dictionaries(system, unknown). + LUCENE-9171: QueryBuilder can now use BoostAttributes on input token streams to selectively boost particular terms or synonyms in parsed queries. + LUCENE-9002: Skip costly caching clause in LRUQueryCache if it makes the query many times slower. + LUCENE-9006: WordDelimiterGraphFilter's catenateAll token is now ordered before any token parts, like WDF did. + LUCENE-9028: introducing Intervals.multiterm() + LUCENE-9018: ConcatenateGraphFilter now has a configurable separator. + LUCENE-9036: ExitableDirectoryReader may interupt scaning over DocValues + LUCENE-9062: QueryVisitor now has a consumeTermsMatching() method, allowing queries that match a class of terms to pass a ByteRunAutomaton matching those that class back to the visitor. + LUCENE-9073: IntervalQuery to respond field on toString() and explain() + LUCENE-8874: Show SPI names instead of class names in Luke Analysis tab. + LUCENE-8894: Add APIs to find SPI names for Tokenizer/CharFilter/TokenFilter factory classes. + LUCENE-8914: move the logic for discarding inner modes in FloatPointNearestNeighbor to the IntersectVisitor so we take advantage of the change introduced in LUCENE-7862. + LUCENE-8955: move the logic for discarding inner modes in LatLonPoint NearestNeighbor to the IntersectVisitor so we take advantage of the change introduced in LUCENE-7862. + LUCENE-8918: PhraseQuery throws exceptions at construction time if it is passed null arguments. + LUCENE-8916: GraphTokenStreamFiniteStrings preserves all Token attributes through its finite strings TokenStreams + LUCENE-8933: Check kuromoji user dictionary beforehand to avoid unexpected runtime exceptions. (Tomoko Uchida + LUCENE-8906: Expose Lucene50PostingsFormat.IntBlockTermState as public so that other postings formats can re-use it. + LUCENE-8942: Remove redundant parameters and improve visibility strictness in LRUQueryCache + SOLR-13663: Introduce into XML Query Parser + LUCENE-8952: Use a sort key instead of true distance in NearestNeighbor + LUCENE-8620: Tessellator labels the edges of the generated triangles whether they belong to the original polygon. This information is added to the triangle encoding. + LUCENE-8964: Fix geojson shape parsing on string arrays in properties + LUCENE-8976: Use exact distance between point and bounding rectangle in FloatPointNearestNeighbor. + LUCENE-8966: The Korean analyzer now splits tokens on boundaries between digits and alphabetic characters. + LUCENE-8984: MoreLikeThis MLT is biased for uncommon fields + LUCENE-7840: Non-scoring BooleanQuery now removes SHOULD clauses before building the scorer supplier as opposed to eliminating them during scoring construction. + LUCENE-8770: BlockMaxConjunctionScorer now leverages two-phase iterators in order to avoid executing the second phase when scorers don't intersect. + LUCENE-8781: FST lookup performance has been improved in many cases by encoding Arcs using full-sized arrays with gaps. The new encoding is enabled for postings in the default codec and for suggesters. + LUCENE-8818: Fix smokeTestRelease.py encoding bug + LUCENE-8845: Allow Intervals.prefix() and Intervals.wildcard() to specify their maximum allowed expansions + LUCENE-8875: Introduce a Collector optimized for use cases when large number of hits are requested + LUCENE-8848 LUCENE-7757 LUCENE-8492: The UnifiedHighlighter now detects that parts of the query are not understood by it, and thus it should not make optimizations that result in no highlights or slow highlighting. This generally works best for WEIGHT_MATCHES mode. Consequently queries produced by ComplexPhraseQueryParser and the surround QueryParser will now highlight correctly. + LUCENE-8793: Luke enhanced UI for CustomAnalyzer: show detailed analysis steps. + LUCENE-8855: Add Accountable to some Query implementations + LUCENE-8673: Use radix partitioning when merging dimensional points instead of sorting all dimensions before hand. + LUCENE-8687: Optimise radix partitioning for points on heap. + LUCENE-8699: Change HeapPointWriter to use a single byte array instead to a list of byte arrays. In addition a new interface PointValue is added to abstract out the different formats between offline and on-heap writers. + LUCENE-8703: Build point writers in the BKD tree only when they are needed. + LUCENE-8652: SynonymQuery can now deboost the document frequency of each term when blending the score of the synonym. + LUCENE-8631: The Korean's user dictionary now picks the longest-matching word and discards the other matches. + LUCENE-8732: ConstantScoreQuery can now early terminate the query if the minimum score is greater than the constant score and total hits are not requested. + LUCENE-8750: Implements setMissingValue() on sort fields produced from DoubleValuesSource and LongValuesSource + LUCENE-8701: ToParentBlockJoinQuery now creates a child scorer that disallows skipping over non-competitive documents if the score of a parent depends on the score of multiple children (avg, max, min). Additionally the score mode 'none' that assigns a constant score to each parent can early terminate top scores's collection. + LUCENE-8751: Weight#matches now use the ScorerSupplier to build scorers with a lead cost of 1 (single document). + LUCENE-8752: Japanese new era name '令和' (Reiwa) is added to the dictionary used in JapaneseTokenizer so that the analyzer handles the era name correctly. Reiwa is set to replace the Heisei Era on May 1, 2019. + LUCENE-8671: Introduced reader attributes allows a per IndexReader configuration of codec internals. This enables a per reader configuration if FSTs are on- or off-heap on a per field basis + LUCENE-8787: spatial-extras DateRangePrefixTree used to only parse ISO-8601 timestamps with 0 or 3 digits of milliseconds precision but now parses other lengths (although > 3 not used). + LUCENE-7997: Add BaseSimilarityTestCase to sanity check similarities. SimilarityBase switches to 64-bit doubles internally to help avoid common numeric issues. Add missing range checks for similarity parameters. Improve BM25 and ClassicSimilarity's explanations. + LUCENE-8011: Improved similarity explanations. + LUCENE-4198: Codecs now have the ability to index score impacts. + LUCENE-8135: Boolean queries now implement the block-max WAND algorithm in order to speed up selection of top scored documents. + LUCENE-8279: CheckIndex now cross-checks terms with norms. + LUCENE-8660: TopDocsCollectors now return an accurate count (instead of a lower bound) if the total hit count is equal to the provided threshold. * Optimizations + LUCENE-9211: Add compression for Binary doc value fields. + LUCENE-4702: Better compression of terms dictionaries. + LUCENE-9228: Sort dvUpdates in the term order before applying if they all update a single field to the same value. This optimization can reduce the flush time by around 20% for the docValues update user cases. + LUCENE-9245: Reduce AutomatonTermsEnum memory usage. + LUCENE-9237: Faster UniformSplit intersect TermsEnum. + LUCENE-9068: FuzzyQuery builds its Automaton up-front + LUCENE-9113: Faster merging of SORTED/SORTED_SET doc values. + LUCENE-9125: Optimize Automaton.step() with binary search and introduce Automaton.next(). + LUCENE-9147: The index of stored fields and term vectors in now off-heap. + LUCENE-8928: When building a kd-tree for dimensions n > 2, compute exact bounds for an inner node every N splits to improve the quality of the tree. N is defined by SPLITS_BEFORE_EXACT_BOUNDS which is set to 4. + BaseDirectoryReader no longer sums up the 'LeafReader#numDocs' of its leaves eagerly. This especially helps when creating views of readers that hide documents, since computing the number of live documents is an expensive operation. + LUCENE-8992: TopFieldCollector and TopScoreDocCollector can now share minimum scores across leaves concurrently. + LUCENE-8932: BKDReader's index is now stored off-heap when the IndexInput is an instance of ByteBufferIndexInput. + LUCENE-9024: IntroSelector now falls back to the median of medians algorithm instead of sorting when the maximum recursion level is exceeded, providing better worst-case runtime. + LUCENE-8920: The denser arcs of FST now index labels with a bitset in order to provide near constant time access. + LUCENE-9027: Use SIMD instructions to decode postings. + LUCENE-9049: Remove FST cached root arcs now redundant with labels indexed by bitset. This frees some on-heap FST space. + LUCENE-9045: Do not use TreeMap/TreeSet in BlockTree and PerFieldPostingsFormat. + LUCENE-8922: DisjunctionMaxQuery more efficiently leverages impacts to skip non-competitive hits. + LUCENE-8935: BooleanQuery with no scoring clause can now early terminate the query when the total hits is not requested. + LUCENE-8941: Matches on wildcard queries will defer building their full disjunction until a MatchesIterator is pulled + LUCENE-8755: spatial-extras quad and packed quad prefix trees now index points faster. + LUCENE-8860: add additional leaf node level optimizations in LatLonShapeBoundingBoxQuery. + LUCENE-8968: Improve performance of WITHIN and DISJOINT queries for Shape queries by doing just one pass whenever possible. + LUCENE-8939: Introduce shared count based early termination across multiple slices + LUCENE-8980: Blocktree's seekExact now short-circuits false if the term isn't in the min-max range of the segment. Large perf gain for ID/time like data when populated sequentially. + LUCENE-8796: Use exponential search instead of binary search in IntArrayDocIdSet#advance method + LUCENE-8865: Use incoming thread for execution if IndexSearcher has an executor. Now caller threads execute at least one search on an index even if there is an executor provided to minimize thread context switching. + LUCENE-8868: New storing strategy for BKD tree leaves with low cardinality. It stores the distinct values once with the cardinality value reducing the storage cost. + LUCENE-8885: Optimise BKD reader by exploiting cardinality information stored on leaves. + LUCENE-8896: Override default implementation of IntersectVisitor#visit(DocIDSetBuilder, byte[]) for several queries. + LUCENE-8901: Load frequencies lazily only when needed in BlockDocsEnum and BlockImpactsEverythingEnum + LUCENE-8888: Optimize distribution of points with data dimensions in BKD tree leaves. + LUCENE-8311: Phrase queries now leverage impacts. + LUCENE-8040: Optimize IndexSearcher.collectionStatistics, avoiding MultiFields/MultiTerms + LUCENE-4100: Disjunctions now support faster collection of top hits when the total hit count is not required. + LUCENE-7993: Phrase queries are now faster if total hit counts are not required. + LUCENE-8109: Boolean queries propagate information about the minimum competitive score in order to make collection faster if there are disjunctions or phrase queries as sub queries, which know how to leverage this information to run faster. + LUCENE-8439: Disjunction max queries can skip blocks to select the top documents if the total hit count is not required. + LUCENE-8204: Boolean queries with a mix of required and optional clauses are now faster if the total hit count is not required. + LUCENE-8448: Boolean queries now propagates the mininum score to their sub-scorers. + LUCENE-8511: MultiFields.getIndexedFields is now optimized; does not call getMergedFieldInfos + LUCENE-8507: TopFieldCollector can now update the minimum competitive score if the primary sort is by relevancy and the total hit count is not required. + LUCENE-8464: ConstantScoreScorer now implements setMinCompetitveScore in order to early terminate the iterator if the minimum score is greater than the constant score. + LUCENE-8607: MatchAllDocsQuery can shortcut when total hit count is not required + LUCENE-8585: Index-time jump-tables for DocValues, for O(1) advance when retrieving doc values. * Bug Fixes + LUCENE-9084: Fix potential deadlock due to circular synchronization in AnalyzingInfixSuggester + LUCENE-9115: NRTCachingDirectory no longer caches files of unknown size. + LUCENE-9144: Fix error message on OneDimensionBKDWriter when too many points are added to the writer. + LUCENE-9135: Make UniformSplit FieldMetadata counters long. + LUCENE-9200: Fix TieredMergePolicy to use double (not float) math to make its merging decisions, fixing a corner-case bug uncovered by fun randomized tests + LUCENE-9099: Unordered and Ordered interval queries now correctly handle repeated subterms - ordered intervals could supply an 'extra' minimized interval, resulting in odd matches when combined with eg CONTAINS queries; and unordered intervals would match duplicate subterms on the same position, so an query for UNORDERED(foo, foo) would match a document containing 'foo' only once. + LUCENE-9250: Add support for Circle2d#intersectsLine around the dateline. + LUCENE-9243: Add fudge factor when creating a bounding box of a XYCircle. + LUCENE-9239: Circle2D#WithinTriangle detects properly if a triangle is Within distance. + LUCENE-9251: Fix bug in the polygon tessellator where edges with different value on #isEdgeFromPolygon were bot filtered out properly. + LUCENE-9263: Fix wrong transformation of distance in meters to radians in Geo3DPoint. + LUCENE-9001: Fix race condition in SetOnce. + LUCENE-9030: Fix WordnetSynonymParser behaviour so it behaves similar to SolrSynonymParser. + LUCENE-9054: Fix reproduceJenkinsFailures.py to not overwrite junit XML files when retrying + LUCENE-9031: UnsupportedOperationException on MatchesIterator.getQuery() + LUCENE-8996: maxScore was sometimes missing from distributed grouped responses. + LUCENE-9055: Fix the detection of lines crossing triangles through edge points. + LUCENE-9103: Disjunctions can miss some hits in some rare conditions. + LUCENE-8755: spatial-extras quad and packed quad prefix trees could throw a NullPointerException for certain cell edge coordinates + LUCENE-9005: BooleanQuery.visit() would pull subVisitors from its parent visitor, rather than from a visitor for its own specific query. This could cause problems when BQ was nested under another BQ. Instead, we now pull a MUST subvisitor, pass it to any MUST subclauses, and then pull SHOULD, MUST_NOT and FILTER visitors from it rather than from the parent. + LUCENE-8831: Fixed LatLonShapeBoundingBoxQuery .hashCode methods. + LUCENE-8775: Improve tessellator to handle better cases where a hole share a vertex with the polygon. + LUCENE-8785: Ensure new threadstates are locked before retrieving the number of active threadstates. This causes assertion errors and potentially broken field attributes in the IndexWriter when IndexWriter#deleteAll is called while actively indexing. + LUCENE-8804: Forbid calls to putAttribute on frozen FieldType instances. + LUCENE-8828: Removes the buggy 'disallow overlaps' boolean from Intervals.unordered(), and replaces it with a new Intervals.unorderedNoOverlaps() method + LUCENE-8843: Don't ignore exceptions that are thrown when trying to open a file in IOUtils#fsync. + LUCENE-8835: FileSwitchDirectory now respects the file extension when listing directory contents to ensure we don't expose pending deletes if both directory point to the same underlying filesystem directory. + LUCENE-8853: FileSwitchDirectory now applies best effort to place tmp files in the same directory as the target files. + LUCENE-8892: Add missing closing parentheses in MultiBoolFunction's description() + LUCENE-8736: LatLonShapePolygonQuery returns incorrect WITHIN results with shared boundaries. Point in Polygon now correctly includes boundary points. Box and Polygon relations with triangles have also been improved to correctly include boundary points. + LUCENE-8712: Polygon2D does not detect crossings through segment edges. + LUCENE-8720: NameIntCacheLRU (in the facets module) had an int overflow bug that disabled cleaning of the cache + LUCENE-8726: ValueSource.asDoubleValuesSource() could leak a reference to IndexSearcher + LUCENE-8719: FixedShingleFilter can miss shingles at the end of a token stream if there are multiple paths with different lengths. + LUCENE-8688: TieredMergePolicy#findForcedMerges now tries to create the cheapest merges that allow the index to go down to 'maxSegmentCount' segments or less. + LUCENE-8477: Interval disjunctions could miss valid hits if some of the clauses of the disjunction are minimized away. We now rewrite intervals if a source contains a disjunction and the internal gaps matter for matching. This behaviour can be disabled if users are more interested in speed rather than accuracy of matching. + LUCENE-8741: ValueSource.fromDoubleValuesSource() was casting to Scorer instead of Scorable, leading to ClassCastExceptions + LUCENE-8754: Fix ConcurrentModificationException in SegmentInfo if attributes are accessed in MergePolicy while the merge is running + LUCENE-8765: Fixed validation of the number of added points in KD trees. * Other + LUCENE-9109: Backport some changes from master (except StackWalker) to improve TestSecurityManager + LUCENE-9110: Backport refactored stack analysis in tests to use generalized LuceneTestCase methods + LUCENE-9141: Simplify LatLonShapeXQuery API by adding a new abstract class called LatLonGeometry. Queries are executed with input objects that extend such interface. + LUCENE-9194: Simplify XYShapeXQuery API by adding a new abstract class called XYGeometry. Queries are executed with input objects that extend such interface. + LUCENE-9096: Simplification of CompressingTermVectorsWriter#flushOffsets. + LUCENE-9225: Rectangle extends LatLonGeometry so it can be used in a geometry collection. + LUCENE-8979: Code Cleanup: Use entryset for map iteration wherever possible. - Part 2 + LUCENE-8746: Refactor EdgeTree - Introduce a Component tree that represents the tree of components (e.g polygons). Edge tree is now just a tree of edges. + LUCENE-8994: Code Cleanup - Pass values to list constructor instead of empty constructor followed by addAll(). + LUCENE-9046: Fix wrong example in Javadoc of TermInSetQuery + LUCENE-8983: Add sandbox PhraseWildcardQuery to control multi-terms expansions in a phrase. + LUCENE-9067: Polygon2D#contains() is now thread safe. + LUCENE-8778 LUCENE-8911 LUCENE-8957: Define analyzer SPI names as static final fields and document the names in Javadocs. + LUCENE-8758: QuadPrefixTree: removed levelS and levelN fields which weren't used. + LUCENE-8975: Code Cleanup: Use entryset for map iteration wherever possible. + LUCENE-8993, LUCENE-8807: Changed all repository and download references in build files to HTTPS. + LUCENE-8998: Fix OverviewImplTest.testIsOptimized reproducible failure. + LUCENE-8999: LuceneTestCase.expectThrows now propogates assert/assumption failures up to the test w/o wrapping in a new assertion failure unless the caller has explicitly expected them + LUCENE-8062: GlobalOrdinalsWithScoreQuery is no longer eligible for query caching. + LUCENE-8847: Code Cleanup: Remove StringBuilder.append with concatenated strings. + LUCENE-8861: Script to find open Github PRs that needs attention + LUCENE-8852: ReleaseWizard tool for release managers + LUCENE-8838: Remove support for Steiner points on Tessellator. + LUCENE-8879: Improve BKDRadixSelector tests. + LUCENE-8886: Fix TestMutablePointsReaderUtils tests. + LUCENE-8680: Refactor EdgeTree#relateTriangle method. + LUCENE-8685: Refactor LatLonShape tests. + LUCENE-8713: Add Line2D tests. + LUCENE-8729: Workaround: Disable accessibility doclints (Java 13+), so compilation with recent JDK succeeds. + LUCENE-8725: Make TermsQuery.SeekingTermSetTermsEnum a top level class and public * Build + Upgrade forbiddenapis to version 2.7; upgrade Groovy to 2.4.17. + LUCENE-9041: Upgrade ecj to 3.19.0 to fix sporadic precommit javadoc issues * Test Framework + LUCENE-8825: CheckHits now display the shard index in case of mismatch between top hits. - Modified patches: * 0001-Disable-ivy-settings.patch * 0002-Dependency-generation.patch * lucene-java8compat.patch * lucene-osgi-manifests.patch + rediff to changed context - Added patch: * lucene-missing-dependencies.patch + patch out dependencies that are not needed for modules that we distribute + patch out dependencies on jars that we don't build + add target for the new monitor jars- Modified patch: * lucene-osgi-manifests.patch + add the OSGi manifest to queryparser module too- Modified patch: * lucene-osgi-manifests.patch + add the OSGi manifests also to modules that are currently not built due to missing dependencies- Remove a bogus log4j build dependency- Fix property Provides and Obsoletes in order to make upgrade smooth - Added patch: * lucene-osgi-manifests.patch + Patch the build to produce OSGi manifests needed by eclipse - Install the artifacts to "lucene" subdirectory and create compatibility symlinks - Install lucene-misc as archful artifact, since it contains JNI code- Upgrade to version 7.1.0 - Added patches: * 0001-Disable-ivy-settings.patch * 0002-Dependency-generation.patch + Sync with Fedora's 7.1.0 * lucene-java8compat.patch + Avoid using java9+ only functions- Remove the parent references from the pom files, since we are not building lucene using maven. - Overhaul the packaging to distribute the artifacts and the corresponding metadata and pom files in the same package - Specify runtime dependencies of the different packages - Remove version information from the artifact names- Remove the JPP prefix from pom filenames- Remove dependency on jline, because nothing in the build uses it- Require the different apache-commons-* packages instead of jakarta-commons-*- Do not require asm to build. Nothing depends on it- Minimum supported java is 1.8- Remove unused "%package javadoc" declaration block. - Trim filler words from descriptions. Say a thing about features.- Update to version 6.6.0: + See https://lucene.apache.org/core/6_6_0/changes/Changes.html for a full list of changes. - Drop patches that are no longer applicable or needed: + lucene-no-classpath-in-manifest.patch + lucene-no-get.patch + lucene-2.3.0-db-javadoc.patch - Add BuildRequires: antlr-java, apache-commons-codec, apache-ivy, asm, fdupes, git - Replace SOURCE0 by full source URL. - Update to changed list of non-core modules: + Update source URL's for corresponding pom files. + Update %%install section to reflect changed list + Each module corresponds to a subpackage, named according to its jar file (except lucene which corresponds to the main jar file lucene-core-%{version}.jar). - Adapt file list to changes.- New build dependency: javapackages-local- Fix build with new javapackages-toolss390zp36 16773272608.5.0-150200.4.4.38.5.0-150200.4.4.38.5.08.5.08.5.0lucenelucene-misc.jarlucene-misc.jarlucene-misc.xmllucenelucene-misc.pom/usr/lib64/java//usr/lib64/java/lucene//usr/share/maven-metadata//usr/share/maven-poms//usr/share/maven-poms/lucene/-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.suse.de/SUSE:Maintenance:28016/SUSE_SLE-15-SP2_Update/cf27f6bc2a8a2e797691796ab9ed9cfd-lucene.SUSE_SLE-15-SP2_Updatecpioxz5s390x-suse-linuxdirectorygzip ERROR: Stdin has more than one entry--rest ignored (Zip archive data, at least v1.0 to extract Java archive data (JAR))ASCII textexported SGML document, ASCII textPRPPRRR2E['=a_Gutf-82546e0802d76777b2df7cb6d6364d4728521ac8d3750add3d6234c52e45f9245? 7zXZ !t/j] crt:bLL %; r{~x"ҿeVȂr0E6a[ <%_c&7 ?(XJ%9Ǖd@[8Iٷ=Q eGQJ Ifs әuj?B0jż 0bt]G&N ch q9(#hzPd]r;OIB@#Ztb="guiq~dvq]wQȰf^&c@\[XE%Oqif͹dLoKܯ:!j:f:E|G}m|fH@ |EշwpLt)@B:DbԤ%8ɹϏzQs:߆!-ĘPxʬ\lʄ5}(B͙C~^_:^C&*1<-"k4vO,$~׈>ե^Ax, rb9-;06JCp̬/\GnP67QnK"8I/O , mdx*1ꭧW Lp"IS2VU봁Tft/ωWˏgI)pȕa_A-'R;PweL2 10尵4>zw}oKqֲaؑQ.B{y =ڠ8^ PxBTK6MZ}<3ҹ~=2"A*Z4rtkt@Eb M%gAAp7nV9yoY$(-E۲ UZ3x)Pkڭd$Txz#(-B`50lݮJff~+[ l Ks\]U;^diBr !};<: Rp8i坓5T'.[_ 0Ll2GW~3px ޣ:\EZ1T*j9<z|~O̴ +!_:Q`+7]k!O-{$! IӐ~:zpF "@M% &W0t$+RgD[ppNM-XCls0xt35sLd~$Zq,׵̑dߍJ&M"iz 6ͬܚ6{(#0:)sZ<}Lj+AV^/]5m7Db;Fr ;LJsq"Js)F_YkK'%q_,ٚAtlsw/QZj 6un%J51ӍwnɍRе̥MNC69n\)L}I(ҧG>2caW1`6#b(<3bm EQ8u?J'˭SA0rҾ\A#kC3IG?MMKH`lt(d)fz~%߃B^(%NIWpxEiFs!eDN#rh&ϊ![|-WR-!Ѓqꦎ(}4)}Fi4ϛ1|/9vq*4 .}0|CGΆ 0'(Kϵ9N* >.a#0|bZ$\by}$; kɏAs*@%Р d,m!DQ0'a٣Ʌ( YF^yÇBZ;BDt~J ⛻ȲdN_uEV`YwOUg$ {E#-T?w_~'8hBbcB~ɊYXVK|TB)[l>_%ݿ ~:pa5%-d\^5?PUwZB-|u8>OdDi1w.أed7Uu P.}n"dԻB톶`Ë%Yr>#TOH9~1srj?ݘɃ``47&?S8?4" j^5BO6Q­`.%p1H G4 \7ybvRDђqb+*Ӂ. J!VckYo.ƻMi$w+R]c,6Ģo~pĽ )E@"T9p.D^fnT 1}D𦩢hkȩ@!~ZB%K}IhAT^=x3ĕ͎iAW,Yۣ~俉WѪ>kvͅ_+F ܔkazZTYPY>;^"͏W6?KgK+̝^B=sYO`03gSI#4B%bN7?rB%?WL\Rm.Ψ.U)y1tLUDߊ3!iƾgeƸ}+Hgg* _6'%jlq3%/Lln $펶 rMA^.do\mfjʊFEM3w$K#N#YL*ZY~nf^PVT_om[}v<6dp*$(-vTPčG->U>DOqLJx9-_#械5KCe wԖ:P,!ICntNL(qD/5{A~|ȗ7e*=2q*}2m 7Q~ >}q I6>]݁ոTYBkxn-0qedB bx1V+ʿG DH@?̆?"!'*p GE=D?i*m)af"H)&{홹̤Sܩ4F{]r鞊Qr""Ӟ2Ǵx-$B" 5lhLymHZ1ɩ?h `{7Qrv:03%\ /*%헛D<Ok7bT?&ÿvah]".poum khTہyE3$3FBYKq@C4.t"v?k)TJ8 4ZŔNU*VNXQnqpzt˝^$% ʤzט8h_dž 5gDU(uj/T'"VWV/RbҊdu =WnR{9ltA D-6-; iP/YkV5Eb -09IJ|*䞟gj)ɒ/ncD f-M2 }*jU\joukP|bil[ɁwqQ`SpIΰ@@ !qHǽ 3j>-u:*-^"@U- e^>e#rs.F6N't_YyQd.02i[  vL_lD (-@0[ዕk[lh-+a{`j&e0G3MD~(hG rNXb(#R=!l^l ϢU܎jcTCpWa:hgʷYZmu+"Lg/*v]#?H 3Q>`ixFaC0^cH[08-޻|Wd"k= +؏W[ƊΊn.l{H RAmPudHwK)xmy.=鯲հЈOBV)W@o@>l ?3Jo0!~yƚ؉\!>"1/[|ra2jI2woDvh dy Wƍ.8w"g4-L} hphW}|#)11͓E<{KZ :g*Ax/-IExcbD:10Q\hi>_l:m&;uA7w|G7X$EzAɔ/m- ~-4X\<4 $_,%!G~p*ZYO8RH;|tC0 t`{!ȹF>cM0S%r!j.yM蜀E)+My!ϟ*,c%gWFQ^J ZXe,boi\챙Mk#\lGBym3ЈMy~K9:8ZC4VSV.$BAUMS[sw|^TKؕ#+q ke-?Ϟݢv}vu 6Y<+ }sIWr(_?TJ.yF,mSYO; J}9&$G.FW!ߌahoϕC( |S=|c)dTVl|$fXj޸Vi "n9@np:sW"Ќ;T#QBd=W p'. V';͓{:B":?:._<i#$`,n,aݲBMz9y.@ ^'R^/m,+b&66OPtnaw D˰rKq ۷5K 3O:0מVAQZtuͶBO3ʨ7➻4T3b4"uěi Aˍ#7F8yKN!rK'ơ-Q}r:M!`?r_HJ;@$ -z<328ƾG'Հ>w{p[QYY*r/~7dt \geH> MW;wH]S_@E&=J9bIf I3vF C_\2w"w@[L nD٪ ϣ Id(PQn3oa(j={M[iKB$Z-8SH,F)g) }HˣnWJ8ljDa9r%2ab-s؉"?-\K*1-X*2kq ED&Nk~i _"] n|aR؂QIm:8>tde承cNœ f1 *T)`Ѫ @n481ЈEDi_[.*7v\ wml{>jJn@]դǟAf~SXl@jkZ|t3 9( ~IYV'X=€ե8S'X, '1hp> (C?AS3ujXu'2\^g"*@*Ri舭|9P[Ǽu ik!&j DfZ%8+nYNJRty/WcK-mdU(?2/$qAEF'~C@W&D8摋kӝUOF0G˱GقLrj9> aHy*"){[)`f|e}99xaw?+hO) e`NM@$njmD=Щ\K瓠nݶ:>8u 9; Ò϶fC(!NG5c0L4@㦳)&~>u"Ԏ*cH)V1k?&Vd/4 ?qWg̋fFZgoP3YE7h7,gPH9YUxI2]gnok` Z^@jWqT;ӠaN`i7J"šԷ'3ƴxS$+Z s #}"ښ"kRA4W^[j|s aݩKAoR~!tgx$,HTCª3 9>Ue)Eeq)EvA v$i3^lwM-24UTi ج_j!2Y闏4TNDĹsF:fEp \ ylzprBĦ~q<ς ~_ku88~F}+Mʀy%0zҲ4pчV h|T0ǽ5I)? DyTqJâu QzɚzM l\;Xci#BZK[7%ƥ#͕b$WO|R9)gq|vtkŘ~8:,&5 ^>S@&[hnXLsZ Hpb rM1u-ƪ8s4ܗ,'oF'fO!/ l\/&Vݒ(4Q[ SY 88} D%JRnUZAQzt{d>Ȉ\ Eabbsre"CCZx:)c=a:]usUxn9ːRG)8vhV i}XSN&o/9/n{8ȕRۓ^B\yD+#QFv? 2r2.KA)e`>smsjXW dbFrm"'c4Ⱥd?g݇>`;o#U9m-LʶJ仨Nn 8beYJThƉMJcv,4NDF[(x(3;ﶭShwjYc7OL{'^Sؚ)}zH×X'zbx`>|H.4BsXMɠaBتi3JOo$~ոQ++E6M#pJ8"2Is*Ԥfe< F-Zލ^}n͆ZJgH K\qulkY[P-F} YɮzL!a{:BȌ Hkxl=?8&IVӐ/aSa!_f !N5g՛vg_=a:}?j`f&$*(n䟔4A [)Z?4/3߽&|huM}4!{𵮷阙%S]sWAa1;P'z(n>@*DYĻ3,řM$Ra̯%Q(Mu}i9 |bq`*9]7:ݰ*ph:d-R'Io?? CTan,vO?Щ,EN-۳˫媇 T,RF;⏞lU7/jY8b8Dא{m N=F`FEs K?;N6ό(G9P -8s8+ _}D2Rr+Cl ^qn-LOqnNKrCwdJu!f²I@3%SFcT/6ʇM*mh݁Sd Q ѦKǢfemu/sH! 'ЄQ 9_n矂daT#5hZ7wQ?"zLSJwH.tbʲ_]JxCreƃueΤovnB̀W_tBYzpʶh k:ۈ19?9votC{a8#äwQgW M"Y .k PfODv\ U2,TN}~^ro 9= Xg}nk *fՒ|[r &1s{n&ps ccf~X6tOo;8t %4 $O4R'ۡrIFNy;l!Ru76g~3}^0DUpt<$uF]Z@N'1ȆX(s~gOH .QCqeף4q*l34Z2:91F=%ѦC1GMO #;4gB/O]z B_{ݿXXq kT9_+Ywt%c#:K/ ӧbauA3䍘R Mp\@Q< S1VCxhmY_JDq-c+Y y]&Hk䓪) 8IVl?P785 ٩ZKVL븵OK/!@$R/H$GYL>2g8ܤ&΢+/]M @P,ٕ: (%^OXwq )O]eaT!tU惇@sN?OѮ ;j-;&{spRG {cǢwfp ==C{|6W, 潰Eߕݣ-l11~FLJ\1 ` ^HU(GA;~$n5We񃖀)o,<;PN,ID|8nNo 1SjS=7?ci[Vw}rQ'Bp % 7.֞Xc:@I# ^بeUrBS~O]iQ"g%.mѱϲ{>fuMZ2ZUeE12w`MdhCS:|7`5m?Qr; G uH-1U=߭J\t뙯5-{0n ES{9.@yW!s<}5FFђecgO ; <ķ+zgenU ~L] 8PlL5XUWYj=Cp4-/ -Jjjp.Tέܱ!20M޵YN^q^`ܓ)p](C~0ďXZ$i `&ڶ>5o($GݵNz#Z OH#K2!*5p]T"jvrUVsNE>b7`ũj !`%?i[#'Ckj[xV<$uDd ` % M#{_I`E7(6iT }U2  r JsXaY% Y6b{U y A)P7ŭto9sS }#" R}^ْ6<@aG2H &Rci <]f?DwvkS9#=qolsvVv[߭mt-EŵMaUž(/+&mr8)soy <$ýƶB5Q67)G[\w>:xQxND-*R3BJ=&qfdx8svOdo.A&"sD= .fDށЏ-0O,7T8y'ܤI"Fj&CQd$!ߜT/]G~طq֍44GnH*^xk}kلg[Q?&Ajk"uc;ॾ\.k 3s_tʲ/t5% Lg 5{WEjr'sv.'o Ovb 59Xn3'-7bŀ#٭m˒0t, ij :NKAvk"\I;(S'$r1F&5[TF^#4{uK(l*UI`+:* oe=V-OC>ggtm׽貂:FD3BrH87hʓz=LIRJ/,@{a#1x>VNZdv{Lh,1K pIt$?KEkՅâ;}w$ĜP q^b 53ϡK 5,1 raZiSED-[.ǃ0ۊԅ&cW/;|yy\g {L YNbR ?@!8ޤNb-{U wz=bmH6REx|R^DG o6T㣏Z~ODHzٿ҂|ɀIUXCk *u.&/ȁ=YP6?jV&$rJ6HjUv#ppV%cl«g"qtMD=/.ú w(+2OGzOM,l2K9LjX`[]>bn/M@1gPvBXu= F$rޅC]zHSA~cF}CאRZJB_FQPb8D9O>?vq QD$hh۠Wѩˢ_?z=Y}P]| zMWǞ#@R 1iyrγW4AQuSF6҃'s5J!D=61SDuu㹑rq]1 LF FYj@~D0젹BϐTZXGB= '?+`N(+&yzb5@E F ȻZ@Nxt]=:(ӐM峡'!toؘ5oa$tZufҗnk[R%s? "MƒgtvKVbUfhͅ䱿C{4"D,QGy x_ KSG'nJ~dqy߄ Dfᤦ$&E#i谖W-x4I 2.k<;ud6٭it wٿb]4x$˾u{1$re `r 0 TŮDu?֢حy˷4SHd6$TT=X|:YE˱}ȆNB]$tk](Rj9W>n%` ϻf niz(Ρ*H^8H`Aݠў4ۮtc%rL6gQLz:ֿGqA@IvH7<~fHg_{8XgCw\;^EQ؎X]l+ĻUrP]CMR o*S0d&jR;r~8BB/o6d4s$?wۻhI |^[, RAGoDAVZG_xAKÁbzM攮:$\NvA_idt=]*n<5#ңZyZt,:tg:WV}F2뫜Ck݇Jc]}ƭa$ JCjE}/?Q2rc6ZYTRஉ]{:pL ǕyDZ Wܹ5F!0caҷWRD4;tGA,GMb6=PHQf,!1]`,|,]ifDIE`K=`fqF$* P b}{™fѲW?e d4A)q6v+c͒^G4~yx7; {܉ZUo)yf:))j IHRSHh0Ps6WD,W?0L4Jo?UluKp4,ʣn# &b;$f=}8l OkP1TH-ok,h;+GIV76'| *IV&GRK_ڛxo7bZz#،IاU6[]j4T'3Q`6+dp1.}x_ 󴏭Qqu:":*3d_$[b|5D3|q灭r,8L#_1j*tiNQmvÀ]6#g4Q/$fmʆ{_n19m8%@,Gn;u3;:"Z"q~Ȍ>C%ah brX=+`G@4J[^¶c[<\OaKIn qf0HtFYRTG\G .sV7. /MM2nVGo_86' iUVW:nU¾W?re!'`XQ!<>8B* {VL@OF&VL2{YAZO`skۛ,sXő RǺBC~@`IAl i{sBe:pD˸<HhɵGwn(Kj(8 C\O4SM+hO< V/:mR#IWbG "&*.Ok>NgLF̒g=ֹ^ Qlm.?~BU I;e^s嫋ZK̳lRh_Օn'r<9vϫ}4+I1gb9=2ealL^y61Gahk:[ Lr?j82,:ÍBu8 &8}fTvbgNDh,|Fݞ a- 'C|##(0K͒J!?='t8Q"ݶNAI8_74MVIfR%"x9Rס2\+=՜qY]{kf U]. d@< #J}Y2XI%4hzV5v&Ť=jy"RzZ00@Mv݇ iہ/,= 4$>yREe"i@RV0d˘=L8S1/*s$9cWۄLa)_\ BIjat4r$Aځ{h1 1\a<lۄ~KS`O@,o*)68F`ĈV~nmC:Ҩ c !^K E[W|>ՌQfd@(;Y}X͋yY$l#Hއ_8Cs*l 0ʄɖ5qlc6G ?= Gm/0:=s#  U>}P"6j`}U? C|A)Ջja"S~#y.LfBYXiGxm JIx˝4ڊ4iiae/r{U|HO$T@{ܕ]8BdtCuO㵛MG][# lwsBU%̎OÀ 447@`ybH +`.;d!=H`K6]\G \2 aNX)l"8/*8\dCSF7T޺@Y fGtoT j$dЊxm3}UfHҠXLMhȜ?C2$Q袤y0ݎw;W'uo#<ĵB#Hpeл%5 a-|gx1aFa|e \۞EFl" [SӢo9ڟZLzZT=/^f``:ϳynju:9)UU|!ؗ]{1$E[aIQs֝ʂMSUm/~`"Acx,<'(;32`()}[2H%0Z=a'r8u× L- 67"9XkwlAoKY,2K'5M4|PpiuUMO:[jC"ƪ *D]TȐ{4%h5O"}MwM%_Ø_Lfm]J v]L ]tѥ;X!|b`s #L{ZW۩lZYמ)YSY^B;~p2+۸A.`CF`gyK+P+w €9OM=wG$f̄՛za.}R75ችӹ ˹2[' >N%LnceR{M 0ϼ(SPbMQRkgiJmoq"K^ڗ!kiUyn}˩3V*Gڟ'7ۊ%|FF@͉hc,"E43ASq_ rZ][F:5o.Uٍ ъJL&?EU);_G@$`ŽUY/k<%K\ ";NsX(6q|Q{L8TI>+ݧQ21a8}Z(E'N;Y)𹦛:1׵Sɘ 3zXc2}!vQF\˓w}TS;|My0k%ag"SiΠp5@{p/:Z|YP2z7*QPoؐ>t2søLc$FL)W/G8XjR/ܙ}W (-Ra?r$nI*} KrgmQfZd@ߐda.>dnNL ܡpe$\};c&mJHB{ E1$FJGۥd#<_zheoYz}JAT!\[koQiod/p)n9I Ԉ[Yv< $(]-1,tԳ%oq0A-<j@`6ÌZ;+Ke$ ?sʀœnaTEK13ܸۓ~Q:(f'!'D]͐ajՅ*M,PN^K#X9% t{!߇GiϪ^i<պP_lƷN:RqN`jB(WꎊK)w^`?&d}6;;n _TKcokYm'JF]]DL*7b1u$ ^>BG F\]WP>z9nx(˳!\F4"\n i#o&GH-֍qC]Lek uΔJ1O.p2 s+_#yB(&Ol K 53A$@3=PEEP. $S I,OwKxX 7~$`x/\WFx/Q݌aboyg$*Nӟw k{I5]js4 rw2U QK,^6~_{2M5bL$F gt~{`$$:,;6uudԦ6YM?O*e&!΄=}b"#f)OQ;{;-V,L.U̒[KisU5𐼲7IQfI7\bv mO;?U~$\m8ۡ7Y8B %>9h!#D`}no֋wsߦ>rl32~q G,Yoϙ)E~0(Vmʗ~R%?YC;93xco'͌S+k~ ]Ov5w;"\a-lS*.Rzgnūԡsm,6pyŐ+=8r3``c`DTs}I|GISwhgQe#]`.G`uu6Ec4`Em6uyb=L\Ef\ǏH%Vu9~;cR㪘a~8pI1+O_-,Z2Y=Q[QQP9XWvuR2mi|6E- a mUO2؆qމ4B,>}akz[ c7W 'Z$\;uE {rLʀvIqq"3"܀44].P& 0}6AHl1uDVOl?LAى"_<#re- \n(MQHzT߁͵ O(E"T8/xޞpjTa]ίp2{+Y/-]ȐF ]԰ lORyB(']]"K`r|*Χ+Us8>U P[X19;k 1(F~?mۍ G"z,dT&y7)pQQ|x`a! zOAaI/T+?,:%p )PF* _<VFFApfԚb4 RP<<Lj( l)L9zwuVsxn1t>@mT2k8]UΈF|^&!yn#@n Ll0xt[Y*DqAq2" Ǝ֮F˭IB/s0}J|p_5y>H oiL,1 +2vW3vMIj@JuKl[2%r==6`8t"^L~SoJwI㩕f~vDtDa]гIz E1~/\g [;Ieo(HNh7ʙ.`/)b42S: rPGIexb'UV[cƼq+M;M6 x -TaL@zҰ;ЯHoktW5?0SzXZDRJJmgI+rҩnLJ6,jB/s }Cֺ>-6 fjEYx*rÔj÷QQGgĽj ;lky9~Rcg )LN4J8t# WR qyOjzi3`WwVG9P9|O?_W}IR)KU[& !Al5GysrT =--ܹ~a%hSu;6Er{m[O$c:\|Y،>}hI1ŧo M1ZO@&~hS]zwQVb`qe2~(`QkODpƑ/<&F_r 7a}_?Җ  Su( j}};rK.4mi\٪#zdk{` Č!-[]&`'/oҠAp[ʦ=d|6+`-WsG_Ъx/qa,F[]j]j76)ZkFztPӳڴ jnj.GZޖG>i@]J] wVMͩ,8askQL2)== - A8H9 Ylvӎ=AVoApKvgRDd{%?үرQT +HeKa1pK>6#)q<ܰ>5_n_XVleU'H;?jB+r$;xLJ3nE\jT jl3Ŵgk@[6t1Y] ܙUBBgbITu(dȮ}FOtT"Fi/ϰwwSvtf{x,W;?Y6N=}jQV&#-"Ee3b$:).޶?X I.+B^5n(*1LO\s.S魀>~>7NчD"NZ)nr Jq և0Z(P"76cBSv3S^/&a\Xse!orߍ!]%_2)x9'5 nɈq&We<'jQ7N; ybPx{)dXũW-ixx';>*o"񏫺S"ED`c*mΈZkwYpo)L:.Y; =6&4*jD:D2nOe=/J2F-ޑ$!XMp*g6;S胆rƼ,2χj|&6K0Ii_ {։'߻@T'kw_uk}ehcTÀ7 *|ʵ\4[݄I )+La%h3c唞/M3X>fY&/- [Tyͦ‰$Zc8kA[כjJH;(#L;{ha3/{ %!a:pKKR:.#F[nޠJq.TTTu ~,0%"BY̬g1!Ay6O=g=L&-<&?#GY]VME]uuu,ܘGNq,fYlYH,Fd%'^>e@+*[Ǭ1 H/~3{֯{픲r=PqItwÈ,IQhcN 9g>7Jl-e1-zdX =:gVXKܻWqcK*Hj$Ԩ26~WCW>rυɝ:+­Lj[dz R.g~mh`͎-hҏ: r6$Bْ*-: APVi/ a]U4Iz/3}em~wr4^x<, e~]g7Mjγr~=GE˕ڼ@ZRv`!̶=6)H\HeI`|jg^V*O8cJKf e9\HNGb&e#k% 2 Ǩ>S=5!M䶞RoO0G ̛@0574|ni;Ѥ-=O #ճ BeoUFSp(FTh,9Y1*Zm&Y];?n5C. {GVg2NY(7#Of|ۖ9}|ʱ9q_Qg3Q%M.1d×_`l6GdMla=ȋ`P69ǂA0dMz|.d|n@ǙR,9/>NQ: D:2Ҙ`%sh^ xp?V:3@2|xQ, hp Rgp95˟9ʖ$ ?*DWÔFD%K Жy]H@u롇H0_uJyZ)mƒ%nk_<ҦK7oGǠ K ¡԰5daV9|Ra \oaCBo9 =jRw24&: 02[}Ӕ| %r~q޼] ::?"si ?0n_"mmȟ hn-;Ɠk.quQug52}\3~L9fqRڀ=rYo-e6ǣGW鼹<2`$4fҹ ߓMY m;r6xH~U6l[% l> fKq =Of0L ,s 0L>}4_r9add#ewzwO.<[ha!zƆB0<:X2{5ݴ$F `NN)YIv/+ +۝0px4>:wDW%={"0)6g I Ij]GpO?_-HJWP)hfwD=}0ܒOǀ>5$$+Ղ64&JP +68x׭i@04jP$tyH3v*犪ur'M#c{.vU7]GLr˺W&.MVl糝3)_Y۽|rDI6SvQcRo4O:.M9'r`b%,"u<.? m_1o,4ܑ;dwi^) .׺%ly3ScvT[2LS$8Bomx3M<ی"`FSXJjnfOH9&2J|u`;agۻݜMbIp`v-n&.sڇ^R?Z(93{^Z9pGL^]kxaO,Pn\JͳeIHoPD@M;8Zӵo&\˔eMe΋ be>ӈG5pCp "RR9NHKڗc7c8A IOF4F2t&Ѯ lJs~'2BBG [F>b"DI[{!’$zYAj2%/ SMQn}ic G'uTN[^0>pLMRP8)FPl'9p?E/=pV]aEvځ,q꧟ىy>̏nA fjې@`AJlkSd +>g#KD<_G/_,!ЀG1;ڔvMb fmN7yٽ>rq29BfUQi/Jej#莶jE'_)%%URSPF6v)Ek\yDz)*wOoZw)J(J`!p1/i0'5._t)8ӛkuH Cqʴ1+*V4kS=f_I{$d7=~m]jmUF~ġ/Wq.= (usϥrU'3,#XOꑺܾ:&u]*>@o$`N幉#<2aGQ\ cqIvA̾d0WҦbj5&ag:-ض1cStgWfgjfηn)BPR-ިbsId&"0Xq,ĔUmErjr\~e{M_Y"t Kw.< lSwwRgg_=˷-b y>T#9HZG(4'WYJlֱ0)y@HW]UdpbE^u+$v]4sFd}2KjWP1- A%uXrw{'}4p #e>)*mn<;;_,IWܷ4ލ1_3$NWmpK; 8pa]Šx,pPC!TưrVLg=ݬ%;&N949{ˣdNӲ:,5.]|wԷ@X>t,GP#G|EmUnEq xX Bf?` 9w׆.I@H3,j'Y'!*&M'm+$SIw-BY!.*vOsn֏H7 3V v!t=! Aifg VٖR$@*Ze_m'}>]&J 6חVa9lÉ/f(e"B ZMKļDgtܡsϷogSM4?Tu UoOFCdLGyh.I 0/bgy# *nshe> ޿1Np(J\(}<솭db@8a߁t%v1<ZZ8xGagx,Y8lNPX>/4z6lš{R׺SuO XѭSI+EbH!2Mhצֵ@dn[m< .H5y#Sef(QKz豬GIPP37vQ=xPH_Jizk@"ɽoμjLK-,WCrf" 3>.B Ԭ \jez ÖgPdjzU}8-2hqh̻eE_iJxs&fly&WK+jsEM3vu\[6Bά/CuS"\nޫLLAK&#ŲqNk7t4NaǴ_ASGkYk՝r 6ѢaGƫ4"c2Uݼ H2asiQp$Xwu17ErF;f[H 9R` &[j6[r+-7=&UIeqbǷH:Y+ ט8NAtGFgL?d;snᐼ6bX~ہ]]܂4~-N`\F?dcUuf3sA[qyjWMTP,.d;lQa3'Zx`{ On9Le0 p~ѣ3qDyAYЛF3zB^B 2 /5ZMğg(.FN'_pOrukYv kCMB@/avPI/8~c>ǸAECpE"Y`Io=ZŽI?ʶ & =Ä-kr8Þ`廒 j̪(M4ѫ ޶ ehiXMyeհO,vZqն B[^2\.;ٷ=JTTo"cY6&h) 3EUm?(@L$zʺš|;V; zӈY|7yU+H{^@e]7{Ks3FhVBP7-u*yM5HnwfY[:0PᨠN=FN}11qH#-`0Ri  7J+.s4]D]Map+'++V#jUel8XXw> Z{Xvci:^$ܲL W;xq-zj'b&NƠ"AY&Luʼn:7,#oQU1>S0tgsDsـlZ†bϰw[[ s[|/Nf9fa28nS깏ςQԍdre줥纤EܻJ=*a acޯÃU%"Mhli O!4ɑ T ctOy$ {CV[ 7vCRg_(>,AB.f ޡ3YV7,PnkMs!4^cpX5nr>7Vbejʐ6)Jx&;LIpHx EmvI4F@P$ åɽ Nrq.9:'# OL 3r]ґ~8i˯7 MZᬪeHOhv*%] DGwqXi%NLuQ#l(Q0L{k|fNMZyY[8}xF?Di(: N`!(;>, t 0Ǽx87/5y;33侨ʎ )#6ǧ5)!=Q2ԈUɍb~%~)HxI}ZJ%.D3ޘ0ŸYuz#BRkM^0>l*0q|s] οrԲ.qΩwCTu[/57m1v$d?{s՜>et%Ė9`鮟 $̐^Ř= C?uΝLF~U#NS)[>ia`[25s|{i}e43I)?|`ʨOXB<F{DZiذ-fHME< >z~H~8jPPB2Ux[RbCb% CJ|q18Hh&Hi8vc}Ҡ"QcyH AWݢƽkYir wAx>deJNlePf ddXU# GSňy֔z3Y145?rDn`P+)uϮE1P1(S $G\t[ix薫j-v8 .̍iPQѯo-3. x:Wz|rW73$ 'dfbʁf6Gk'W|tb!URm ɘ.!RçI X|DwVCHAhvxn Ú ݢmH<>&%k_Y.jf {'jygr71p_c7!7AHWf ixhe<JnԖdo 4%޴ +w^%\^N5-=Y뵐x.@&2[(h> T|G.tJpqMA 1q2:p9ո,*RLx z$W0߾d_Om'W]@I>XJ|Dg3A_O|_  p,qz=$_XH9L-QaHA5WL)>T=|}Eoӊ@eNt4sEIo!7UbJf=DKT@b ]-vGF欽十ЎDUa#d)X^;̼b鰲SסG'uZRiʋq(Bu(@*!-HN$@{ZtuU>`S xjGЪWQ}pu@l3u6^޽V9}ïcB7u~$]:*D<9lkBPD& A{d[QzAa޴hjp=a Vt, |Xfco,"Wm-5T״la.=3,$ o{4?_:zӧ` :|E҇_I8('/3RB "fpA(SFR8U9hj%B.l"׸ w-\VzM)%LX v~}4ќ0W_t]G=7Z^鹂$[+h^p9;C܎BQ/)6g _ [TDMEuITZ/vD2DaJOI4_Me]YY< RodDH* ucd6vS;c:ܣ =PQ)]eThU]N~>`śԆ0e˼c_5nBgg~^`%>H綇bjBa6`. )| =7D5oZ@."![Z5Iy*a՘EZK"&$WtiE 4"x{7к [eA$6 Bm垃kVG1gr# ] 8T'ô(XorYơj3QZBr:Gv1{7יkGC/^bF2R;a*SnhVWs!dp?v:.!Ѐygi{GXD_jsV vAò%T'ժcHStD}YCjg^i\5D_8QcCڝ¶*y6I 2[յNr1J[󛔭NoI?葫v yxwAEops7N`;l-FIG}w+ *Ӕق(34r> RC:sb:~y 5%l `D1 gk*DL9VjY-g# #+#ۡ2$bM~WFvl| c!k.JT&E ?PDmkzti @Wf>T0pE7 J1w!(oC:mTƖ*cG 47w;2|cN1cZfX,g"(Ba<d%4bF ^TnQE*fc#7>G) ȋc71tj ,Z[jtH֜AȈ04YŐyqiRs'j̵|xV'vUS'ꃐ榍`.F<D`&`c*Q#+ 6{AY jN߼<8<+F(F~ 5Z$B1i"wO00&HvRfѠj>AxjM~"i$ q d3Ė^ {:vR #|Z.:{􁏿Ş݈*rI!1dGNϭ xi!̷~J\'k^aڠ!Q|nXxK|BFf]_EH=%aЙ:(ѣ Sΐ&cZͮFH-!ڳ ` 'RsURiF|z_1 "Uz9Znxx{,ir7?0=% bc7b[BO^uِV{SM*![A6p*J#Mߑwˇ,=ljụ̈̌/GJ΋ b+:q1j:I(&2'#}b:=%*!όG:NUn,7_9+Mrݦ3 qė4)~v#<=m+z1jxۗ2y ʹ6ey)(=l?U E4ޘ sn}Wv_1ik>3 'D<.4 u+2JjLBN6gIrQ'XCQӺ#MY-44'r __ȣ/Лm:a),.a@Qԝ=,8vԇhBX:~oߪrY$Dۛ߁Mj*dHН}Ƙo{ 6 (:# }qF-.+-VD ۸/R%]4YW3-`D H׆J2Ђ*c,)d"_::kj|}.K׉JO0٪1zsLү 8_~gތibSŨDkLf`o`*NnӅoS#zzuI7z #92P@Sx\Nz8_Fo0wn_)t_]_17 n>BjQxYP}0Ȝ}F0$ mj2?;#uWYs XU9$ϩo zD$o0 ğ= =J]m8 0Ŏ_2{0pm?' 721!4JƧΉ9WV`S_)*/j Ό,pŕ-y5#gZ=d6K?[Yw2bj+eYfMrDsdСT+=]aЫ}uu)iZXv6$ F2jw+yVVϾ(6?5LJWu ?A9^`+&-o/cGsC^5q a.Nyeʘ3}y:fP_=1؄*l"fEqݜjBfV~j[..նEۀz VWʷ{=[ό'Q9Z0]wv ﮝ[2 5|c1IJT~ۼm.5ި,zFa YGtCIMIIι-ΧէH3YόӨT8RWR9[Tdvec`hB0'!qr Fj!pWQ,u⃐kVf;v˴bMh$4HM7m# J3q<ktk?QwuM_5-%̵LԌ&2y ?wXv7+vsruA%p2mԆ}a ,@HfyСsofUjqVK4ldJxfE6S<욠x9r]Ep{;jdmL"W9eH}1yXjn9(Y47$ҜH8J1<)ۏk1?j}3XxiNYm?/nhL1k\b4 !k!; y.fбnO$6f}z*ګeK3~T@ş$wmmGE ?lc_ajo:LG+&wteaoX6)41j;|S|Go1F-!MO*jGkF^S`X2o>]6K~mΈ-50WjCgox 过V揔܁LVq{"4&M>Q\:L*v@!9[}mq{wcIcaWޭe ַo\=iu`B '4K եX*p'0I n !-DF{ؑ=Ḫ2>YrYpwc&%kN ƣy/y)O%szt͞ǂ+@w(#O2vDMԐٚAd="zKۿWẘ`)8ɋbLJʖ̩W5Qz` jӸ'_&wW DO{e\E2ʱ6qkS:*Jw{xO\G1Pi: =:,%̭{o KӡF<- 1j=~Hs/~V2N Gͥa8 ̘HٶU^`uWcNX ꌊ?BTk̤KK7o+-"ZNŝzJfgy^,͝l^wA`AOT]xC.@E܇q Aj~K%#Kz>8to%u |e=qa J6xYS)E3`'pmcH6_L 'ܝje>Ft2<3ܒȻ(@v v^Ռ#?> v#' %#{QU>vH}sfcީI[><5)8;&6qq%%Aoy 4/oL 9:zEK?U;ybW([fjL K2 ^ ֮xe*Z-2Cg`%,%;|>Q?sC4YO,)Z+l5jx tگbһ0g3@32uNڭn^GE>_EKpAH-n Ik\`]Yi>uPmv_~eRf J.Å}bH%E庽Gp3s$Źi);bJU8!,c]η%oHCS۹Ym ,'AKg(ϴ._p&%\a̐.ls>`ӫ/v S;I*aZ|vI;]!U WFW!nFk}IBcgL[Xۀ{DfrhzY5 |FRS~w>ߖA8g7lWtxia!NrZ'}9 "󎗽-v7ApT06uQmc~Au.uTRO[k0ybʥ- %enRe6u/QgTR{5-8&`vH j+ڵخB MKMM#5rXDI &~ihc H3ѠyL“ع{U!"t?fFbzD&3,H|vU!~V H8mA\#U<,4BZU_.j_qB>܆^B>-J/ SFOvn]CɫplviR_5[t\jS '6:%;e[!}4`՚C0;ӄhX'fqۦPN\,GILVڑέ n2˕Ԯl+xvɫr4y|5W'{qتBQy*L$sDHM'A{'Bk_ Ҡ&^M)=[-X5"`u\΃sjt6z&ן~fѩW2!PZN(}qĘ2?vQ ݚ+8ӯv `Z2}۩ ?m yFO[T+Rbu1OBYVClg'x~"2P${@0JAr\[- ӛ}CmY\`gsH뺞\j3I0_Ay?EF;'qj$@z*64drI*.1GRsE7]LͨW-[8C ;'Jg.싃L"jXUXxfwL!+/]rL.H9`=Sleݾ,:w<<|fnsڔughJK/ v9O{Ѿ-[+%uraQ'#`YdBJTmjO'L) /:IM/0u$}MZ*nVW[C&*ʑ#MTi"+I̝Iav3?yszrck ̾3v3RFĒ\Lt}Y{,<ѕ wPWtxw. .bLW,iZf;qka-qc_S~U}0}]tgOG-`acSҡ|ZOH"nLS˯r\P# ͒Hjr̨}6B- +lẂ?Ḳ.i?'hed* șOy+PlEr}$``9+0a)*r <^$N8³Uy2.-k/f`+u `7~[Rw @# S4N˰22ow㪺|aVTƎٱ@&?cġ[̟a1?Fƕ]›t W 61$M!+Х9[Iয়; sr^} {L+}9ٵ ӥ[Y֔z4 cajM",!&rd w`fME2ˑ;c2=\1#N. &駢FzN|9SOF!o5">ޥ8ȕ`9%6u H!z_>T[$Y&lxksʖtRFv9( ə<v2%__ lH_$9<]dL YFWڂ JۤTx؄GA֡稝N u}0;+D,zC*Eڀ] cн_Ov*+AiRamKk隺^4njg 饇s Rσ| ppdEv5Yvʢ2]Ҧ)\;#j&I? H$/1+E}mpp_2 ϞmE<;ԏ79?-?QՃP㴹$!brDYKG1Jé5q[ǿSOtoőEA-4B$s_&,SÚK|0[չ`,zMl7)1^!Q)kн)(Feh,\/ENkqNz@%XA6u=lMc9JlȊ(/.۰J[}o(ċF;JEk$TBUO;v~$^0)WqM@93股My1ʽ@Ef|+%̩8ue6}ڜbԌ(y̶eZJi$wr%D'nD(%V:cip>ԿX> O-UtѾS}m8Tmr\+S/c.{M`k;HZ)]h Nu<8︃6 n6k*sm,u ̓t$chڛL a\y3̻H1uW xχTN5B A2v9)@=رt Q{뻗`8eyآSa~M?9IBkhV8)`E蟓Cx<G?/>xEc;Z؊;w_7fs}yP|M!qXv+ Ak%M ަ3C\'J ؃T Ėe0!Õ,=!I'+<86i7ff$\9#N[Irm5ag6:t^yO6yi7"DSl%SÕгq$L D>9X^bG\ҲSQԡpoLx@WogM8v;@4KGǴGOmc&_ PՋ@!csX[Spi^v㿺5멙}Ǹ~פ:gPߝ3r vfysdA _9Ĭb\b`6=ZO|m9rū+: ]&B(3E#[sX[+fabVX8Yu8'Ku zao*j`wEq{ ٤![GQ69_CT6jRnBGġL\m鰸’j d8ޱH,+ 1U\1jX)o~FD qhZ'*tQ.FMt j25' Dyy8K&"4Z_:_l 8Rb),i{:t`ζ&\^>4gq?zE ߠFi$f F}whd@sՎHҋfEw+ICe޵ i^#Pric\K*aLxr?t޹.vJk_I&[ig/ hb]tLcv®h8#Hn"ny'Ta$@=]56|f#VhS nˁf)N63iꤹRM:xG- k1`dpY;[K?Ucԙt5%1~5ie)ڥ3l|VG ̨2w-q*+)\ &ko*Ub҃(Q$ ( j0F 7x.+N$>mxʋ{ްBr_ɵʻ1|$ *Lq UatD xk֕LsƝ2iMt Ir `P-E_mykRf];Y+* CWoUeɑCFfv~03K֙ɢ(>W,td/[)&Y<6Z,lh?noyÁwf| b^E.Ft8D-jwP䎶 }b 'q9Lp+q}^,+Ǯ|T( G*@| [z:B ˢ#g▀@ڹ\l<( 6E0a^.S,Xi-$E5y,"9(4ˑ[F4?&z;KEQJY, :y\ H=3bYE A$;Ԕh S0 ;:KeQB+sU*ʟҤ -,,[΍- 0iP$Rÿŏsi6Ͻ5\bgжC.GYE>F%1D7~95jg+UUh6Y#׏T"c6% פi8'2-_8Yeo.Y EnXFs^ 3PtcJIB}A.P?S Z4 bzۗT)#eY.`xTfֵ gdeJ&kPyu#b̕*Ivp`;P3>_-Jr&ˈOyob5ppfۚږk(v\f5eWOGWP},% 0 X^f6L1&N\&AK!=d"daH}1 M[ 1rd2g?jhYE.v]T~{7I4Msy/vܓ@~L[IWYh1r-eTIVeUۜB}f|Z' pGWrUtB^U襱':Ǹ.$dR`\/3c,cMѯ$>6@1u o\F$]GGMW14Z]M0$g0?{>al ڥ'e 'Ьdi1r9$/yb@d.yᴓ~r=J ˟t͛۴W ǟ`[>EBПsM+5^ KN׉As_ktb5gB}c~ =97Ԭ'1jC8rL=GcAG(lqBF "e6 )z_fJRj.J+/.XOyG:ʠ4k켯ڟVscgS]YD؀r?l;W&KN'I î$?5oWVCrA}/}C"oJJTLk]Of>Wư؜4D 4+[s|QJ L:K>1S=! @T֑WemN޺/&306seК!%sĬ>ܗv4nh'ejaAOhX#*i_!12-@z` `k Nd^{|;n+J:+ةE66J,EQٲxed;l ^E-:L?'駹ҵR +<-3hd~8 AOuBك[w ^y31-su l Ij'7 WA$I2;j΁4=ZU {U<+^|OU1pAndyJl34 mET 1*GY&?)Ke~T|A^?0QTxQ+:V?apm{0 "73?7vc>% Ep]?DDhjiEbenaw$=WOIDS2ObXN6])SdlκX6S4^OR~Ew(ē:27DsߙC]{uƤ=]L&+lP5k$wyGÁP(e 'ԼT-P {2P\Pozb!F%a7zƒ|\E=wrJgt9>WKHBFCu NZl56kr%COԌad-(:0WX%2;?ɢŭVaydiLbEtfh]i>nڠt=Pm$:@qg5g4fDAދ҆lz֚A)fDC\tq|&$cB 56E@;nz'qQπQJR<C>\$52ynba,t =#3ђc[ .oW$t8RyrӢ|w `@:YpKn>Y"l0#T7ŗ(D0} Z8g{BlmTe8c:F󹫂KHG欈GA^!Fr'@x춆:Q;yz>˥Gg(NG tVEgኴ Hh^apED^B1O@Q K 8lZS=׉nW8h˜1o>BeE47C.jP/g Io\Ok۷*rϳ-Q[P~maq/,B 6XuW՚ƶh^acm{VcqX EmSovm?G\(㎧msx?˓2i<UjڛF5BX0ٜ4>=TtmN%l; G9LhJIx"r=9sD1+TT)'~@Вgr@QSU\a$)\\3 ;竱{s Wk_{| g;ϳ_*JO7vc #J](ʌN=Ȑa2k Da{ d;fYi2i[B0nԀI<YA(crW{[YkېX}+*lzyuV4 T|5)NPuc!sy̙6pQ-SUL 6T,*g ~f.&|ƧR;BOr[7CeK|BlT[ȐV덇$߰ js[hfl?h)`8iy0l޵F6,KlԣV19CD@1"0q{(ڃra9Lf[ E9>u )e- ւKJ012P\ eE(*CϋBEy@MGN`2~8 ~^%# "NjNUgP{,Pg3^#_w x+MS&&\R| zeS( d a:H=Y6/ZpkԮ>Q.w<@[!؂D6k5h*bY33p2{s?o&E}M#e X8 CG%ps:Ҍ"P,"AIlZS dC?JĉkI-ę>(Ӿh^. F )S=hL\^2N ^UYd%R Sqp& <&Ŕ1'A'Tp`Ho钺5 9# @ӽLNeL)\s K|BtB]`_^ALv}рDbG N/EMo'pԎ9̥NUW!픮6BMF)8;>3ZK. @3E'ݯٞc)D"2C RFu2CӹrFܶbsa_Mϔp"E(,oɻ{4ד4c'@JLbƐn ƻ\5M&Rh'^QZOkFTnȂ~KFWDܑHpQtwq7-R=Mhd>қpNSV:]R?3be2zcJO KM1y@QM;Q@RV u duok] OQ!Y]"4܍OAE%rW$0ꨱQ[&Or3,Ͷ/?漲9L*P(=2PXf=9I 6x𹥇 [+e}\9PbP Np:SxSbﴑӺZUP%}7F:t*,$ӕJMB#*[oFم@5 ycn \`"+^Ɠ \SA$jj?rV]?d%QNd)HBGG:zEko!4vG[E#"-W^'q=+n&> ?k)ǯ)o1^},NYQjH ;<1%IR2Vi蚙I,`߫fZx1=6j&gQ՟/YzļђNYxf) DMQ)AլSF Z+p$óyMj 7펀2ur@'؛tPyKJ˞ga GQhV8^O,Zh7C[T7ы^$VnL?qւWBD,Y޴G8ϩdFa jSa` Yp鬭cGA:m+YƧ-һ"ZbUP$ yW.n ?!{b2a"܋+ Oʇ+oC<-HBlNr}|4\t=:>ZKK>VDX3.6a3@'BlBJ؆UZ NˈOzBpi/ik,3e?Ly% t?<JL?-:?& =71vY8.-sp62JNc;{Fj653:t˲[tTۣizk.聛9Ό )ƅl|1KQ,u'%CI4[NP$3A-~: qz_r^g2kM"_c%]]xg0Ũ ky]&gb#}aS#$4"i5vd=ML -hL |k"w2.<8dhmkJʟ"fo7t޴U;uxq%nlD%ہIu,w?Oп43).Cz #2: ˨*Ds3<ӄ!i爵'/S<6@$Os4Qp 3Ի$U] 4jUЄ**}y ރZw&L&v]EjT ~|MԂ~2n'DIFEercT7#bz >uP yF]ؗq{^cI*t?6]~ `JxϰA^xYq ]LN/P?՝q?J[uZJ*ADr;ZoS/sXxTcK[qm! wa5&oCksuCr7 {nxԬH Ӝa 6((.)F%n-A-o`Zc;9z˿䛥B04]"T\ٯ#gi|"TY@L&#$l/m~&+y#œm{+ YV,vb`pA'ziFϾ$2x+nWh3Ups:[ƱlQKQmbH0dB{\x>(J!I}ZE%gr)G!,t)0Iv!tHBx4j/UT3  %RG*ęV:z-5z{Xd9Tk0ut7=Y6*!ȍ M_`/W# ^bFjA_)yT&s+؜V\C`ߠu@ÊL&w,ty:2)͉د n\sJd{4m -F s&Ѽ❂GouZOFLa6=4X6χ95p]_+K1 gaNO$Szd)e)# 404ÅH ]7\DRi荼KZ3Q μDe(V ޿`W]q3eFXq9Xt7#bEVՆ@ڱ51!ozUthw/^o腐8gR05XКmedou!zlB8(o|Ҁu4^k7(+nCZw[f B8 }F^t8][ŏ*Ubf6쾅uʵު ̈́5nÓw>$ ̟ǝ4.­[Ψ@ؘ>}ZQ2<2]_:)9>I( wx 2zO ."004r4oF짎 :.'ᱤ%QV^(nT{ .kX 8dvkb&ʙ0[K~:øN;l D%hJ5W'x 4F>'pF(芀1owdx?E^NS< zKd8QBa3Q:FC|@lSKwEFI+bMfjN%'?Eplq5!/P{>uKE=Kkĸ^bʖ>țd?Wv  7TӋldy+5$IՌ#qB`Ȏx7}rm3 w:eׄ[Eʺ((܋cfGVv~!IalNW}-\b;{V7lKTB*v1XѺGa>*ՙH"xm_pFpҥyf/뀘cY3#CSIwM\))Ґvۛ뵏f#o`<Ӹ?R 9|dHl4sHOՊ y1+6j/wN w?8ֺY4-&HiwVɫ91BĎqaTp dH8 xhzڈ[8sSEYTh7qmyf$ՖJ ]Tr^ B|U\aW( ͼÇ_}-1k>) 4SO,6vgYWX(G9V7I}̌+ɀ&gR{mYBħ8梸GTu65ST 4~m@VT8&`RDvZ *7<-)N3DDe J=pß.?$ ©wi-ofىE^ TrXuCd9'miՏؕ $ 4ۏordf]+HŲ%iQM0.mXTqngW],@,3s=S2O6/Aa,UDZzO =nHq<~%]mxzTc] >*vm @$Y,32 RV^&< kLd^1. AH+-J O&/M'><>XCgFGhGĠ p| s`%[mՒVu&Gm 5nJT VVQƕ9!%͏@R,um fb2Ȉ" li#な9JVɄ!n_\!JR>Ղ>5ǵ_wl!, Ԝ[d "aNUet5y4M%|># v*Z2Hu$!٤aEے T5mxBCXh0: b:+\"5o]ΣU409A3@+SG%(%/ <&{f}oUfƮ:Dӈ&w|~dH4)(($_sk1p7TDVoCh6gR>tA)*KBn( {NNu|JZA?D9]..b4˚V)T46@pR?|ЌHBbcyЮ 0Bj‡3I&=}-Ćo4}bɚi'OTU9cRu銶^hQec_y6 7?q»Z2 w>>^vH; hcu(d+D'=H(?k} .0KW*܅3bIVBD@å]" ɫg̨e o}{{,/m0j[N0+[7rqާ<@A(c۞FH>K'''@z=](г$ ¶t)yzS)Dߋ1װgU9P>HeSyT O9Qnj`:J?V $z]FParQ.v.zng_FE U "E)QM4ǕBfk 4/Ş见nGÜl$'ʔ|IP ,EWqXs ` vPVR-Ťdk*ϡ#woHe~}kEI2c~YGY;):k\5ɘ~o)8Uf=#&-R_VxSE7 I>%ͦ7j;X[83M Ap}D$!?ě`ȧCMGp6T0$a-O 'ta#eNź] Z V^ ->JFJY\˃;Pւ;[ zvAN9F/&\nXPͽY;'!2kO&^}+/7LI^Aǔ>lh # ?*zgƖTye5١`¡{JrSEp$zk9kBl!o%-oVcIGK>.k{YeC5JGyl 3|> aet>& Ƭt&n0kW Wīu9/iYheda`TKX-OVRzEܯa!{;ՔIm'2ʃv'u4rexoӠGg֯`{%W%K{ t`A#o J0vxBI=9zk]qލlh󝗑zI@\[yr:eKvn e qA|קYߐJb~5GzP Na5ZW_UPXA[v-NCn#ji*گ_艇Hi=Z"Gd-Sd8W++̢yN0ǰWaݎ\q\9Κ}dfԤ~-hO_}/30Uӿ46OSP}W+(.G?lR.UK\j֯%}h )!,mp'>!ٸ ė= jF 7g{z_& πnF7Gۡhv=gDN* ȐIc d(X׌ F4۶R^0gD?u:G`4Pk]yH^OpElG1CYB7@"Nqu~N,s`F&C\5aY͛% ɱ)N&i^2$cvBkҡdqe6vH25^X 4 !0A&_9=Nq$]1WYM*rܡ=+ȅcOҴzG]hGI>Lvcq¶ 8\dK>6Q3/si\z4 #[d GoNT=y.OPPJεUE}%7"oAI?nxܱbG[Cp TS˰U<2W=?whB)pϭҟo N<`0[bQIda픕p$qI 1h2=36CYb HD.6ѢC6TL֊n?o^mUS'TH ݔDc| o?DȶG)$5QŨqʨ_ׄPT]3|eSki[HCo\ؿrܩ߉`UɯDFa]@-RvsEI܄$40oBZ/f9vuLAK_c@W1J LD#P%"٧Od U>[Tz} uH|;G)æk4k(xM"5G1/J2gWr7Pu7فz8]U ?0H|0P' =&u=b1kR'IDڝW!:Vt8g]eg4Y)@ :WT poӼ֔A bzqƒ]Nk\~aRd況KY:i F#E(ռJ=2fk7"QKY(:>BDKQ+jx_h{78`-? g WжoMߥp:ԣ6{|,Z$dvDuo=^o)!!Q[^?qfd8祅9P=Ds>L_@_ΖԲWh–Q'ǓMojKL#YKp8#;w!sq'mɜFEK ]ȊtpF|ɤʼ˙ "3r> k]?o>_+kƈh=hudUR|Zh@Th @JkW,ӵ nUlWbwv2&ȍy5(75BX Οs,WMy8o\+"&kJfZBT)CsFJF;Rk?I^UF>Z_NUi9IӘ*ٮq!g&Ds-SԳ#OűFؔ:Di^eWHηK5OYω V̫lc%q"vivhM(q܆C+G5km,}E Od)3nRGMP@giF ZSzJx8Bm% +_}ɠ]:Q Zn]gQӳ\EfxfFdt.NCB~,B"-|$jо>&e7;,#+2P\]eMwT_‘E@Pe$i0\o,u#Fa%N ,7V#۷]+D蹃z PDkuX{QuI|Q:s[뾹}(" >L7^>[8͘9 /c}7aq"RzY83[0rA+cC5)n;nWTh5 \Fa>K&zqh_:b _ܶ fo婄M`):T#*}e1/5n.; ?*#5!%e[STf5t(G]s;)^MVt{7k]rLr,$~,Nt%TZf%6lUT(#G~Ӟ"Ǫ%%dJ4ү4joTk.iH]nZ-gVYPq; {>Gf6(;i-S, տn9q3 b^md/&$1n3=e ԒSH3ゝdm|_7Ob7+MUP؉nYM ~Z  1S, JMWK$7cyq=ЩbYql@3VHg@܊C7eHwwYh"mdv!fQ1܆φ)mL\E_\wݢە9u7pnSU({,>IZVyI-| -7;R脼`q͝PѴSYa0˦V|cg 0Ϸ&/^-^jM@jǎ Nw[0襣sߤ [RM1H,MM Oq^MP+]D(lxg& ŻS5Sͣ ]z13Чh$lť=ӼN{w)%rRrU&C5> ZdYeԛX'9^R鏫TtMI㤓 K$J%+p%Kh-UN1S/egU#GL GJi"=ѠZGJ`qD[ O7+ LB6Wt6;SWFJ$bىopnqw1xn/P%Pc ƟNĀ/)p Ud]Gʃj_ *&p uDUVC9zCDEpMbHX'O1y^/P.d&l^y9 hݧ-\>BSb_\azۭa Bpӝմ;k iPԠݨ eO psBN=6@*L΋𴚰Vd_B1W7ω8}<+iLֵ0XxUiG`ys f>cgR8tWj""I!TyˢmlHlw^/C X<^J.">wDڊBPe&!C״ +*It /%YPfW2+ Ltoi%A狘5* 7鉽E;^k~$L حr=Iv)%G߄b_&ŭ^tQVy`oR1-Gu%k۹-H3a'ZRWo)f^-.[m'ru*Ǟaa#vf?pY>{B0}~)b02χ(4l.GJL za:qeH`774xQ\I1El@ӎ q^{IGu p8cpoÏ/p%wd:v7r L=p$ 'Bo3 s/[%gXOc8-iŒ: ^j%Gs+%#̨lOmDß؁+…}M!Sq DVօ?h2FYy+pcw Dϡ<su] ~Cd}J1{X\+cp8Vy;osN {8f0!G4.}ףx;~W)gErBa0J!1|Cjm]/.bSfG W4]F\չ@9 6n&ȑι Y5QȜcf6WlFwvB -b[-LJ4A ;$8F GA,_(MGhʋ:cjUg@vE5:92A]+fӝ\r.t+7Ү/2vb?66Y|Kd8[b(u] xǔ.U'"|&T6mA(ڮ!!vHg<np9k2:5s\{65>͖6gZIGY/鼞)NMGdth\@TĜ2oɲʳV%X R_ u'ȏNq85FP0X(Eױ%U V{u]tHY\:QMX:z?}*~Z=OZgZv4s܃Eެ܃$m1DM;* n_ޭ`!EBY'X,OX,(q< ̅A~ji0fc`Wv)K G:9{#< ;mMP%Rqcz3Э>7A,$kNu>B{h| d?K%K]pS؏,F^ U}"o"Qh& %c^T= 5TIfU}G4ViA;v 9t.%U(-Ìk4y¡-~zX`q(:yy2㡧8zA# \aL-U"ӧҦgdI`<+v/[2:HG$;JCtuVk ^wؕ&!eb2&A6{(SrTi >ʉ ̋J.g^Aq^=^,8Sd ޞj_|BKx!kK]+/[J)VWg\K-DA<q}Ԫ;1/t|ig2ϰ$n QOO:!IHsI-:&{n;؏ e.*Q%WJw7ۗ|3r-e&nB*]c1lk) uD PARV33uH{M1(i`!yiVkMD>@RA 'Ƣ蒜0N*QLb[IҼ@teUm*A,rBi#:}Yg6ݿG+o^BUYRw7Lb?)LH L8nL0Q`5@eCߧ9BD;*oa\8$ko>4VfU }űz|O8"{ O&sTYʱ?u @'X6`8I鑖.=}ԚgjƬis{Ri#X(B&-a%Vcs=;ٸ>g2ʪnzP\ˋi>f67zAN {sAhJ}ٷG Wgf -FvH[QNIsX33!pgLq`jPn}Vg UYD9 `ДiXF6g|%v_Rr:ڏdiK {(c(=AűKo0ߙrLxNٝkd.՗:<ٚ1W ~$. pTVOuZ˄/3XPcJTԞųLCG\m.n6R$KT6t4ct/\!pTda7hhPzE\['V'){0]4_o~:䈄);H{[ oD%;ϿEƙ-áȀEyIhsuωHYøX XkAcLF=o} ; >瀓|!߃L_JǂK}@h/<tJ(oe%az-4pM=$ZS((#Y A]$SMcox<`!~"ȖX[-T_ I༽6"Sġ{cBwsvYO9@ ٘S"ĥ?"-n߹f(j0@חMF:F HZ=vG[iRͺ2+ϨZ&M;fg>E]*ܶIͧ47o\#q:{(Ib$II*MSxh#-_[DB~95yB½G_/_nկTj? @vY7Uc2!EK-nr>qd;|ntDŽ$*2~S=EꚚzU(Ŝ߾ N)7B(ř G#yфAB5>  _4g 6;wN5k5Hoc] HIㅒƒi-$S {b,'%YԊ/C Ǖ%27w{ffaM̀.2` z3IִPRqv=#K ƝO<ˎAb u5[( U+.3^~lLtKsDw]dj14Zcj!ͭAMbPAf2♽qſb:p^.2S48^~(dw2.d#,4a?}VHoڤ@|.C7vC.G^2["p PT6 SU1,f\qS,0in{x%}[jSq;gm1TVL;A[0F|B"u]HIlj!Cd5NnP #5=T 7 ⽽Q_!ޢ(f4;p*`Ԩ;&'UN5Xz=e\)ѫa }N>>Ws/H8oEou#^7@;Fm F= 췻JC,̼Ip=_)'e̻pzc{PLXީ,xb7THނ`6M$o,acMiX^L~Qjgerav^*\g8_;9u7i3ZW+jjv6 DJN-9s\$/˶ 72C*6;lcKB QsQZ;WX ]FR:-2izO]+u'%JvXi7 tUnhl84ήb9K;v]GX0ɮ bWkSC~6OLWe]Ɯl)? y{jq3(,9k?Z[Hb~[r|VK6KUiix7(C@Ȱođ}S3e"J|2I(X:v#r eSMe5p;毀i65sKE vN"#5R<0"iIsf6$@_3VCwt :ގ|Apd1`aH @0k3&%]eE PbgHx/7U iRPv9Dc}S6S=) =l:Mkg=\He+7`lQ?V|Y#eS:W+zl]vXfw" v[~ R- QY*MQc(`7S^Ghr`ZYX[g~R6yP|׌<5i"^GCC>ݏ|64+rA'zfi߀>K4T[^咓5{e.+P󚶀N[*#.t-/ӶtUS >P=Q*oo~`ԅ=Osp餢.N&0-YBk g̛Cw,h'7Y PQD< h$By-E2e̚-IC)8J0>*P;XP2 9rv! uD<> Yy$ LoYNxY (VKh뤶TI:}QSҦřfӁ.A8>}oÛJ[*(Cv22=Ti͘*93Hf`VZ&>6ft & r>8LNi""0w诺A! W.j&ל|67]ż)?Qf8ө>vk3}TT.Љt{R[)ſ~rF5H;9L4Y'dA6)$u st۬T_h=(Ҟ^r[_qهC:χ~Y!2Kit]ca6Z!Ь[j.NLOpc;Smh `Es'GK#YF o\Hϐ Xo>e=l ^E3d~zK.LgIYl)Fo kbFȖ`lY;;DŽI ٧klD^fM~!G$mhZ*TAh¡g Zot+Gx=( h+]}`fd $߇o-{T=z*6 { ˄*kk~ πSmq{@YuL. 7,,* "9*laZ 2AWfP0E%yD=h4MM~E(h{yt|SFWswU.|%~~ tt~Mܞ<]+!c2ZIcFvL7r  rB]ZAPr=L=TrT;nkB쎗R\PjdE_E#}k -'|طRәT{>rsT`sQҠ;E nיR`hegߋ(,Y_~#:ġ`d=20= 062.a kx ~|^ W:K|`Ip8Z]2?e"24p0ljs{dzֻC9GT[&h᫛n]vI)'VȎP^O= υv9 i}u- &i "-Bpwv(%}تB&z\I/$/ !F5Gӈ%`(x,s۔{+'-qM ;>m<9Wۭ2gM KG5ܭ0ymB d}MI{)<}dd: 1xYY|ј Fmmт9:7u*+id]\)a>^/b<lS>t} xd&ɥ:R*aCDȳd!`$YM${Ev^qLp1(.bW"|8 ʐ7~n}S<؀B1]ny.ɮ&H 3!ftظWaOR(F=g^{;PFy֯i+Yh\W _8Z(H%ф : )gӥ%o? &%E)a9sCL Y HQGD_`w<&rZ_t|oxuZiuLѸߔ,0y&{Trb"ߤ>cSOa7:;QFk6]s?y Åbǒ]oHӪ\~c,Q<Ն?"{|f ,p 3D}ı֢W}"۴sP¼tp^:v1߅LO,=Pu/0y G>dRf۳ saQT]9i'⭄؇2{\/ LMDK, M{ xT!Т4s/mCp.2bGpF>!7`~8Vq V8$Und&p2pT&>IPGcCd盘F!x=SI˚%e2Scu5*&ͪhzUJ\_a DatشP/RJ39ś&Et5 Q*eB`aszxi%M?7kvRž@pA̗ͷB4 HZ o cH\ݾs!z-q5&I5Ck5AWJo}q,>hI@÷(tYa"E` ݚ>VԬahltsn5Ψ ,ǗA ;0Ia3n3#S@Y/Y)Oк9'-A\J!JirᱦqQJ.u6c"mHzއGA:퉂,ndG7RSVǞ/uUЮF8 NzN ]h~~[_bwͰ["00xE_dn@ʲ[_ b%.ڪ_afs6ԽCwp@ܬ_5gog9WC^Li.f:VKk sַHH E&NԤhNoz@0!ZQ1Η^d{ߋ>ҟjsKMBAPm7wp'XYrza`ǻFD.;s c"JQyd$ݨ}DyR)KaaP+o㥢Oy؉֮fSd)o6v;Hx"aig23B\Zem\^1hrwB:b{zAt<~g u5 IQ-V |E FĆȏ"$~ DF=ݖFH~p]iU Sb@!gZy#[F=ӄx?~yA`rѲ1nYďońnlZɕ+0xŘJx>#Z" JE9ok!F)2=8MuG{Ї&񀲤r#(ji7)Ɠ2r%5rO[I g#㞏bzzMa*a1{)'󊖷 *j[q#PpoCF̼ w\ Vm9f9,PyzEU6%r MqRE7WK̂$(jWRnNYͺecoĎUAeg*vSSB+'#:_shhZK{pTw&: *w%j9zʍ:7.`r#6ۆ#-[Wf\q&3d.#Ԉ2'DcSŬ8P  ƚ |oʉweμs Ν+ W۽rM(>¥֤ͷ+.iz*ʜ _Pz|+&%>WZE0 61CU~X#JHӯfTZrPKYM0_l#'5vq+K[l7P#YBKw"E T ym^F' DA>-ѫ2xD2Pd+^spQr<5d/EZ)qh̸#o9:  H3v_׺-j$3e7fh@q"#L\+JR)!:Z9*"g׭r/ǙBuEGA4_v|xXЉт#+>b/GIرS_ħ Q>'|&uPaބTMi݅;4?itV;tT1\H Vc3 ?D\wK8v*l" d,nxǪZ uEzn"8Gn|t@AvE^o4}LWiFOrI ra;9RP)P_OIeN&[D?T_)>GIbO0 b5 TTjB&Ig$c*C4̫n&J׶ dg՜_|uu~=;s]qNjc`TK< 'MU.gچ3 &x5lsnP}ꃃMGƯvt́y#]HflSgqgg+;+d-=3[Lze@/I]xauKŵk]h1>?lmcS_}ۨ4+^S#;>M {h: uH10Oѳ43P(P_\"F]-_ݛK2 x}-n)`byk6,̘` ǵy 6~m$g~LVj= Q`툕ZN^J || %^56_m7sW3_ug ̱x ֊] [b&O;S8= +h:w)+컩Mӵr̋O= SL$(JJ@:髇%Кտtރݶ=nׁ~AɌͣۛ'ntt!M*þPU{,5W!Ch' w1m2 [![w~N4wFLȜUר]tbpx%@c  sDSWԎd N97,u LptyZK:ͫ^V㑗#N΄f xsa^d䨺1$T=w)1A?d /?VÎ~T0wNQ}bs k!=6?yٻ`Д6sXKv4.ɕ`3gňʖ7:Tlsp6}Alb?OKgb*뙓D!^b^~H*QB\ ddw`nPp9i^6ڊKʽo&-l`NN_786UKuG bb5-r΢Tdm|dFMv}G s^ G`\̂DΈc7wSE=Tdz P\*ɜe5Ր)eJ=NBqbj a@UݷPw#k5m8p~W~]7 <'h(fXۡ?rMS-{a]Y/5Z{mI⅞U(@['Z;)RB k&|D=^KӳVКvX`Ը?4EѭC)W1׿3Z1]ΦOksڨ?c@-f}ZNFcy IlLS^DK6f@ҳ )r&u[. ;dtY?Ln1 L~FŪ5EuMs&ݨ[h ͦv>\=tiƨ~@]͝0E"UҢtƎNv\egHO *H9e%` y Ÿw5"V&EJJb؂Y,ab{| Ԁ%2=+|hfgNJoN0 k@B$̄Z9bL*b\W5BT} 'Wu<9 UZ!1  '`'6n {A`TKSpC~w%.zp\c1&z BJm6@ЖŒʷ(/I'T{Pc5 I`Mcr_8!㡻t>ϊWseyz@@4Q''!:RT}qYqPZ0wWۏ#@ݡl wEGHpYF;kr=y &Zs#\+gd^8έDN5+7DzwYiA dcި>ƙᄄy+ %s{`)y±Ij:{.Ctؚ'UHtZ"z}u5+NB"Hoaa} ,<^`M s^iǝ|_umO4V=(Bsi 6{X$|u<,!tb3cN$钼;ROwuwZ րhCE@(u_C $SCg7w熘P9Jĕ$YĹ,#Mm9z~UXXH:u ohES>1 4sqy;SxRx48>+-{$GNb6ɬ{8g \5J(x>^'jo)3$\i捲M:}_ADp 4 4?p IlBEe6}QDG.W5˹Io,Ί'"OtU̒UdsQIbk:|>}GK$W~Cp\m .n"a9M] qpzgU>gO4QYQcv}opCˑA 9 Bw]e{xwO#;)zlRJoJMxOlk+ e@ ! !ܮ, &Nbqek^1VOܣ3:Ƞ\| m5f56Ȍ5ҳykf(yqZښnTOmfG3Q=-ʍpsr8~wfZK9GGd1٦J, F"?SeBqB9cKݳG:ɪNѢ]c/99w .SutloYWgR;yNޟL1D3AKg LCeх0:4\"6&*iQAIUbrZgpge=/>}z:Lb$Ln*@&T F+1rq'mqS4]ֲ.C#)KlI Iy5S$pr"OڒR8j/f~Xh6J[l߂B$)^ݧ8{$hԡ#qXsW~rZ!3YEeDc&7ڭP6o@{h^ u@-gD9=PfD—Ai'pP0n00D^GeC&t]Sq+!(/ي.mNǞ $mLdz5cy;vؾ?rb>a.Cdlz*d^9@E&԰! N"MB >nȋi 0pUNdB8ͮ.{}V@eZ& o\*} 7Xx\ՈUzȆQﴭ!}}L8h/E?#%UM<¨Bdq|sV7V3,WۓW. 4B %8y]yfֿku^wO6A':ixvC2ӟuGsmk\:¿ZZa˺ 5ƥ8;G#;sɺsͨI~<;q`Q@qgHNI?tNoi ,$/.P|uϞ[]@֌EέXJ&TEA ԍi 3(:M.=:=U**ލLa˂ S{FV= U٩Fu91vG6y?깻nVal"ohM߿=z?a%ދ0b+k,rdxRܑۮQ 49 g)6mR2z&i%qѾ|RgyA 7, mځ/&u~U}\GVn;D]~b͑G~15vXU@9foE.}9`>d-7y5 #Bs$Й=ja1`*@7ዯߕ m]8 ! Trӟ{垧†}ϵ]Ik*%SjLO4*/PD4(`J4OUuuz XCBG$2(2ZZIqIJʭN@[Z!s;\>I1m1EmB{duh˴fAlFy:EM N&8r}3`Y^ô Vc>_.٫.iHle78z\t=*/dw\OD $$oEmm][TS[NpNC SAyPiݲc~NN?P/ %ςZ|Ew}O,Q='n%Z# \W}~&7. (hWn(U]5Lؕ7VǞ!^&w`19>7#+ ЋgXinK/D ~E˨7րѠo25."8M5i7Щ1 %x43YTt4WfjITr5<:t)f<73&Yj ,Us"f6ZJuD@K@A*9\tE(\2FIhz궓T 1e~{QCtLMQ>\=I1V,|Bw⤸z/b9E!(e)VNJ,VGG.0t"ǀ[N>l"aEݗ@h eIܺc J"64|`AfS]J0i07?Q-0d0* QrO6 p_ܷC4l´nTYy.Ղ k6#|8(]/xt6ptC"W i 'XJ@ y gXgmV4dw2s!1SZMhX_uA(~u؋~NP3;"G`AE PZzpBluOj! UMo};>mA kS؍ESJk = GH#$\ W;x.w*}#j Pd3GZf14w9JC3L5B.J=Cdkh'<$ϛ^jq(dž8"9jy볺!3k ڴ\3?Q\|̎eo Ftѩ swsinlH=(`%oڝOdR Zdiz")Lܾkn.K-d0aՑĽ[wpzd0ŗ[|ycW?q˞+ yǬi H#P-aHi-`Zj6lGTT\!f--7MMP7ҪlNƗ5#PuA M/ W,ט\MmUtϳQ, W ϑϳv|0鮆ĉ||NYIS+%)r?A8E Ac<@+ D^C|3B^1NAT dMjئ;:Q۝Ʒiz9־ ^2^sD ;VfY}Ɨe iL  IO;v$خҟbDdP9$mO~d-8ܫB]Rew] 㖕AT~4S!.w·Ș6ac0YGֹ +`%Wǎ `k%h*VVP'' 3rThRWNq[vS1× %Q/כ>SBťЃu^QҺ̡t90BGUu4TS,O!gH M¢,KO3R4W[B\o16+AX<|%@ Ph0}@sp5E:yة8Dr% 'JR&Te$"*lnO_%<ҠzjQ-W1)6?>/vٰ/joid!`H*Ơ F^LHߠ/8i2(xYP!(͠t(# 7 a|xZI>}oYH*7[N7=]=+ >`^2YYLfLI(,$9g 1iًߋg:U忛uq]9I8(]7;4m$ЙkPW EDp4?,CMjJE AYI+>?+r >(NSMy؞.sNμe Yv G"B(lw/7o$ZڬO_jj<)d#(8Y|S@Dn><'bJ  q~Kd㰡+\l)$)tK"4zZ% T$- َ ŮE x1`vAwe܏!}H~ύ6./@u;ýI%le80[UD$U}+2'`P.^o;"i:' W}c$0*ƾ̺#Bb#J{bh1C/.H/l9BF!d?oNJ=S̐u3n5/!89S:]j L3}13J\dMzer7i%s<6eqچjZugX: K*5h8m yul\MLw'WL:i6}k%&CRwi!rdQK Kg1T`NZh$6@f$Λ=8N7zDaCj9ڷem^Z-~ԵW`Λo+[4Аf(kw.3jGĕY pl+\{轊æbZbt.AK0"Q=۷`:&tR)yD!"&!>[~&׵gбRSIWf)K W!ĎǑN0f7,<~dlk@}9K/~*Z7"Z[ AeTVrfR"ơyg$m / @/SV%.E;<) /l.#3Vݶ)Rvhuze:$MĿT"&e7sqhGE"N;CNe'fp&R6_/&|4Z{Pd9[o (`FY ֡aG`Pw\`IhhYhfH 2eozv ӟQKLar.SGNXQk\h|g4:Ȳ  YZ