lucene-misc-8.5.0-150200.4.4.3 >  A cip9|K]M{{&4EvU*—GNei7d{(PVC8V- _ `"q+]5 H4]heԶ$ZJgPg >&%F*7QγK⿆8v7>3r6C|Uq _jQU^;9%1iEa GEnvh*Nl%kcX6!1Ʈ,[g8fe67a17a4da7c60009254ed619830947f41e60cbf2b1f831e563aeda8da62926b2638d8e23c78c84e38cb4b6f36270d6addf6ba 4cip9|}'*I>ll(dl`dNwtfv;j>x{Q&˵TsW!?X8UՉe{Ws!:=%!dnquF!z4Dvh{5:뫆Y4mN ܦLb^=ƕ UF`^Xl`'m Ίb~~NH#37RS^bKƚȃᔂow7f6~ ,e = J *Q;(h>p>?d ! 8 'B]cl    z (   (89<:YFGHIXY\$]<^bcd-e2f5l7uLvdwx4yLzhx|Clucene-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.cibs-centriq-3\SUSE Linux Enterprise 15SUSE LLC Apache-2.0https://www.suse.com/Development/Libraries/Javahttps://lucene.apache.org/linuxaarch64w AA큤cccccc06d4b6e55c26ad6df8738bb8336653827d90910c01ad72cdcbeccc8938a3c182ee118c9bf242a2f219c64a9ae0487b4d9bacadeb975c89285df6a0f2fc9f457012d002b49fbeac11eae6bb420385ef28267ddc8885c931a1859df1f729b1ea23lucene/lucene-misc.jarrootrootrootrootrootrootrootrootrootrootrootrootlucene-8.5.0-150200.4.4.3.src.rpmlucene-misclucene-misc(aarch-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-toolsibs-centriq-3 16773288698.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_Updatecpioxz5aarch64-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 textPRPPRRRL b2-\utf-87d2333b874a393ab96c45b61d602291fa3d6214a8603b524c8bb7121e44a82e9? 7zXZ !t/k] crt:bLL %4)1RG=3WNlS*-QtmJP5bAte?BX'(CB0+Qh;Ln9|fzTIHS"Wa4ֲ9Er9Cʱ9dpkGRZ  ƈLQΜe-mZ" XP!|`&ɋ{\uv7Z,(hWNb)Aط@e~o(pC#MQ;}Y3.;))z:>,i!HhGP;7>j]&Bh1"+U9TL x\3**z18m1<-5p;Un[u. nGY'%2VG̅V4:UW#7{|]^#-xzLzG @> L^HW$'=0z3;O^(3ƨ Ej"k .mVh=A dlex \\敇o &L๓sR\= Ձ/-&!n v iuб(<`:Q-\+i.6Ḯ1TÅV΋kl8r$vڂv }aZ48~CSa%B̉3diNS7u ~G(G~,MH׌ۖV[&P j=9<8B-fYک&6JZGs7qZ}WRnJPuy1E/(i5E5a>`L"5㯌:È= 0U}%? X ]p_8 DM5^c56X\dznNDkj7T`ow12 0#=j F>rᐙu"T4䯖o(*B$q|){ 5$:W!hs1uII׼OkMG&+Otb۰ v w`=:ex[IRKGyV6 69\4 f!@; X][N0oŘJErԻp9@4Co9f\e6vYJq`L"PJfol{cx-azӕIمwofĂ2]ozzϨxp.e@fy:?]4<ߵOd=13˘?Q}>xl9,坂a\} $a%!%=:"9@&kSRqeP)Df<ly~Qo}1$s(Ym#5ef? IMi@Rg k麇ligI(ťAxeD \gآ?Ys JnfJ+AA{8>tS+tbNQ|xߜs9M.կ%>J{0˪Yˇ+b*rI#rњNjҿSoߪESop( B|.($0(98mY=#q#5cq*pJc;.8XF@8|J\+$!dzj >LVJ3GvX{EG~!gLjd +Xʋ/U[jjZoBj_,ZV3>OEĐ;f!!E!T7&OTS.TPR!! 6KZe&O< *ïCp7!;aۤRl _\+—zF,ʸ?j5퐬T}BLnF@B9ٱyLh~tۣvZ saG!ɱX=>̣is0N,=Rv#P}me;h(ȏ0fZPD+zNxȆ -˿9.c]&B@{8jٻ}B>u&Le3n١rs/,nV5m u\:~X"nom7pNJ#T2bJ481%oWC9û PWF,Lv[l踗l=(x:`Y%?,,Bs[i"r"uip)JzO;pJϿ !ꕻoO߫؛/ML nNKF/nܚEejle!S`+Ӭt!4=ake*hzeR:W8OH`tD mu*#+t ]9\ phryC|0>p4ۉ#0bΛ #qk6C. ) h==xHߜ ar dOD\q 3;o[)I" 72Q[mc3Vha)idV/`E G:<4;3ۤ܊y]O\qZ1"˖`̚dӂnI7&d' *0Y9Q>o{Ɉp c9T :W Ե^ՏWZU I2 0f#=85!ZThN5+} );Rn:^ݿZDeeDb'1!@YO]{ zaC*zJ")ܮ622#1xHuzl Qw}$wQVjP5BEz#tm8bQ uE}Vd-t=J33*a@5@z<×R];^s|'=tA` -pS con f{"~GH <<2yKCicyFtXڵ|(sߍ؛ĩBK#MϫikFw VxzGY>6=`2Lc%dM܊ yYݫ*|/PȅLj/m\ڙ|BZ/>i[`@&J~mX4kS'3#M[&08pJI/)ve]F6xјK 5?`hBT[ؿDm U [f )"$:AX\@{-wDó7}#!D5V_i Y&HR0wF8HLg|hҞe-(]*n,a.}j&+S/k,4Ml!;8Ӷgo3[b<\Q[E k71I*[$˘S͒ z0qhmQ= P[Kl Obk~]!#@N-1փyʗPIðB|$> IռHiE~npԆOWj-7g5B+9&N)U;邁m{hIVϯ5m\y孴 `Ƕ>"̼!ݼD<=Cb_vo@zܵ>G>6?An`&9T?UM<=}zc$JȳE{epi$[)RqNu͗v,;;Vgћ[f",`Q :`}\.\2Yw!XHP=lAnxja,,Ŀ ^;~"Ygga ^O|!ՙ"}),6|RBr!|=J]//; '=8t5^[n5^ >>&Йq &T]iƐMTn묱+"?[G|2kIgI|.fCojiK|KcUV)&IjQJSB)װ-< 6N$,W475RXv>oOqj9B1{k.\b]hw.: +FԾpAp{.nWH׆Eo$r%G5!:*>H͂a묗 OK\s.EfawgKJ(1ipְ` .eNa P7o/%w1/Wp`u#b4JEfC)7&88.BքƝj7dhЩ'}`+%j?G>EJAfR7P,MF(Z)|\ 3v2-[(N$n ؕ,#~.-@ q N)qB]$!3O4wW\CTA64 ^ D+j7aW~{Uc s |6x]&nWTMm2_>c;2/pv(% ?yt(_,bMMcfK]l0_^R~LfdHi*$tƳY뢌)h/ ̺bˉ$ygcE0\b"ƛd=KO~uwN}hM SBst(un$a]#v9EC>,q!&Po&v@";F GBM#v}uU)Dw(TXmMxƴPG.eg[S-9gBo/n7@Rq^Buɹagyo"V A= (ZO>"W \_Zne:ߟY<֚CR]сn8^bcTe2* Q먳a}svft!;P)sgL1>LTd `GhlG$%4݈+0O:bH9 CgWtyG S[ovz^p{ `kg@R( _>Sd|-ՀV*$'HR ׾,_* ;t0tɐKU$1)nX O5oِE쟠!nPbh7u`z)bd/3cTftaT[ܬ+Zt, yK VvkN {Jmz"H]R.H\X E BM[k&gdMZ0Gj)E :^6Lj#lE;ʊsv# Тf/H ]MnX!+s\9 ?R&Z@("kJ#,W㝞u)4*f 8vM'lb[>!" *{|M09ѴX:7L+.Ru_xQmCP A\NE A `0_M|0&l}M*,P֟eo(Uq ZWDsy0N$ oejaݾA`!Q,vrC{䦇Qzv$ .L7jb! QjngvXEG{Y| c~=\K%׶n{;ȻK1 <.mp?)78:yO!PeЉ{/)=JHndV*]-8Y&6bAꗨZ#!YM)P_AX J΂ND2I"kzyաUz]L1x/`-]*Қ>Y>Ͻ#%5Z(kLH׎',=5F#K$D6!a,H[k NnmeA'X}/$7&ɵBm骂H*`c[,EK\gYV7r%Yg&~3&Rn$ZTPRH~;A=у8&iY@-xnfc;);| ̎v.D`'GE눕ZNfY^S1xsaEnЄ]n",:Nlڥm=x_xMeƦްu@p'2no^W>Zrz P"ؿ.1DFI5?qQOh[̝yP-Fhw|8PL h4kF42> I&`bM*U:LJ  (!!zF36&=\!=\;LL?\=B4:(dpG7~GrP$`,E|m((v 2V6!If%bkQ[䛊 표}j"9tP23N1xYސ;6nRh_ ӇwOVݟ%ٜJ-AǺRNRy矻]AY)7$* 5׵ |l9\v+B%! ڻThwW(EKƔ5켐&XSPVN<I{NUTj7yߤ/.!}i38WW=b>N̪GT2"a,;Y)H+'b xq^̩evԆAԢrO,iuR`dƮ8$Tg?bb}Rf5N}kxᷡc6*o9U׍~(r Sœcjnd_ pd[I:C>?CIDjzsM°e&yYKTf/˶$fZU3$Z|B6k.~:ƞh:iO>ʅ?/i5ӹ7{Y]mTTXg3+Fؙ/:z.K7t9GM I-FؼdB-mxVrX#(Iݳ$N0d! 7Hx4,[@-~߫wx&旴.4t@,&۷e=(G"w}@ rhNK^~edFw(vnEп!!mO]SO@[sE؀'\@V־rs0aTb{E*.dl=Vi潧< 6^Hї [xvL1B腖?-/;il'uKHo}sX]~2!>$v4|HoVnb3%Z ߀\\ZVe̕N35r4@.`IN`]Rq>K;a#`X}9+X}9xs1A*gt3f3z{j-{tHT"_cW-7a%2Q\2iuӕ.)SOβk%^~Kp]su 픻;todIWZXvXQ6([kdѩuG WW$ptGeWծu˚Y#upUvRS|2,汚%a7?0Pب-Kۆ#D|14}-@TTCho౩\Y>ppiXaMn@ao1E29T(gP+]\?AxBr2Jtq_=L-Q#ns0ԿPu F$-FwGQE3U1Q\xyJr(!Kjk|lZIڀ;&S[" ־@ZGEx(=ofSE*9k_DaHwb&%RW%h+H5L?ԱgOhxVIaDM葵WX-o^7>iY-?]% 6ge6lq[>i[hVAt7Ub_+Nqz$ǯO =5jV3KJr U8JYΘn XJe<Ѱ‚AF,lN7E֤[<97=_}%"QA(Ӷ@UMG^Δ|&8DDAX`1tAOfݩUvi~6Quzj7Q[$iA`4D͂yXJ6慜9`>6nuqdCJeZ-F و]½ М17lP˸kǮr`w?Yߪnחf[lls2lHH q w٥0"_텏5<x GPO)wi5sV~Pʏq.Vˆ3(R-֘n+1>K,&xޙ 0l"ǐP+iq? @tE涯H^G{22S5~w1qrd171/N߆H:K!@n;v,bb-BW0Dz36sny!nzLk[URIgbT ^[5n)C;Xf_)!}mT,Q(x7&QGy/_a!!wXo-$C^]ha y**7a-G9cgy_/XYUl"BG6~,SGA`;_1'>x:ff( W7%- 6-{R?bJ蝰)sAkgԁ`xן:R2hhGdk.ss'| Şp[18Lc<;fߍلK? 6 r;ҍN1yB)10T=k%.A?1)ry@FX:6_3< 5؎TlJ]aᆈ~+x 55 aZC3ZYL̊}bMBqC# gogq *D=cU I {F|)f=vZ+o,/4^*e"Tx[zŴ~c@_| _n]v !0ؖmTf>&XT*/2C :\zj_m!\}ަ5#Maj+_z+^գo 6Մbh{Z2ڢþ#Y)]9lvpb.I8)sZ9'.7-G0Z $ ĥNNtP5h *cR%ͯ.f1^gTU& A~Ʉ#P!͵/j*SN,Dol5܋-/\:{@ yYi^c(&P)%}-$2UuEE.hqT1ȿ{옐f/&0Z{@9/WȜv%hnGU[p&6 BUuvL8}{#1Z n5+FLy6mVvÙubs{|Xo g0. 6.4RT6FoqőtZexb02uh._4g @{k6s7,Z@^++ֲSQ!*1'{3&{l܈f'WxҳqFS@vUDF# uJ)wYM* T;ISjeJtqFjЍ=UZ׹K9ɏUQJ}_ Z B㗐pPN~zkn\m/[%x3?4k7'Y(Z#:1kHfqAl.ƿdjvFEg!kQES=-* r0k%Sw5 _3lNo*–^;lMTFl#aFڜA=c!hTU)s%],hyPkuҐitEҷ|y' >6'Y$.mPT{# 2LZT2V8VH u-!nw=xte!iaMM9&e dpPF;74CzV;Jq=i0?vmd@4R~l-殌E(h`;ucrY*g}v(qkkZQ`sZo&gP.ȑk' e PFE!ZiS aXFMْ̄:P\ .›OȎ*۶>glݝO2`4ԷY1S@cMz'ē/{v$aPe_ch|C~Ûu]ddO!šV( ?n}^O_6wjIқm(^b$Tp}Ԁj{4UO4Şe(ȩa.G7?l C<;Zb]Si-nKpw0 5B H G)6SyNl6.IN.+97DU( ýo>n,SN ;/Ko7ht{.o{!=1߭,snK7A34zmb.KxmB5qFF`}j+r󗸻D((YCX|q?N7@?"vvkŕ=F?Udi6C_oL=IIJuGT P Dm(VQXfL14&{R:sDQ:PgORܙkS)5E]9 Lq0ixe杺KS~cHօD~]YcPN@Y; Tgk0}2fq9=D[z4 CXžj b'[ h|tX?di=^45p0:{ֈİ^uJ ʤC.-T6 T7FIc5/2!K㱈:<.!tኛz{cdȥ%Ë; Gĥ<5kҙ┃'< q=c2*L_"K׀*c=ki+v tsZou F:{>aW 5zm-,E-ʧi!W8Wt?#suo(F\x*7>b[ :We3z&3=S&Vnv/V1p|z"Ӯ(\5p?y kI4۔(M2bH:zh)As?Av E(1q꛺!{3H4H0g]G]lNu 7Y/{籹lX2 uCViZS)Osڝj%+q^T8߹<ysc爯JnFR&!;yezd01*`P긔4T]fsyKGNe N-H8+"l}hG.,5,N!r'{CtY0QC?w3~kv5 |q-x^xʒ^7g^Z>u5]50SI!3<~[G. lsJ~2Y9@. HWX%{+kBv[CXQ6F8j[$SӃŢ@T!&ȬBu ]4< Ƭ{I}Z)NJRTlװ(>T#G% A*9&Y/+K8**h6Bf "e Ȭ6L?*z0Q h_cG?lfԼfXzC;ֺĉ:k-TNGmO}?K_,MBi4^CʵB_N|b<`vs8;6lΆNf6l)(+szZ!ĬA1NFQO[F akS): A/pE29/P%y (acz-* /Gn;`Wi6J!8Z{Qj,L劌3Uk6^|nD`;[P, 7]tb@6gA 3AmJ]2 ̻M6 x(!Loׁm0!6Ȗ "6'rj{@Q&Ƿū bA'g40 JQ^8;Qy 6TX%EI)HUJ]V::H!gbO UP*\nL^ӡ Mww tr:M NMFcM1*xJ5fLg`dǓT(!La>Z}^yP3R1Fe&!Ar3][fDw殓_ɇaOT Xj'Jf!M$#`̈a: 4q;ܫsL= sjQAn=r"x:G^i7XCNtp6~AǟI>l 2҃=V͓Sݑ$o3ݙԯ%gM-HN,m7hK[?1LTmΰ' J$UԘדKX_~RR4|^ގ) 2<á7[CeM#ŗm 45zc W2ߍ{Lqr4bζ z¢̵0ٱX?˃S-"#wt}%gdJ}0>J_Ύϸ5HQ~.nDS 1hRXw oĒ^bsQ|w5U[CҀcgi@tꚃ>D̍WUo[pJ^w qu{v-5S -+7^(E|l6<{gVQ؟#TRT(3Iec"ztw"GMsoet/r)Å=˨z`6YLP|ʼn}/&TzF<[J(Jp׃"uozn`:0sKw=cf;βd5&Cםk̃o1V@Y['O^ #Θ>+ 3`ws=kEj9Bc?Q%]oY00܈@=yC6Z16C2agkr[ P_9=_mJ+d$(>=3)+&鏿?vbf'w xs0Xk:eU^"ta^pt4-DrA)fX4rI,;ޟS"`w(6L7z['w";sn3ѐcRCl'G6 kC$@Qa*CpkB ܦ[1˅FlWP"I |D+R7 eӝQlHgp\{=Nh>7Zf4ڝ2% mԻHTk{$+Bn7B灘:`{ Rae=}6sDV=tM6cr-Ďt(V`qz[=3ԃZ<noYwє- U!gZFͅ)xOMLSG~d3؎.)~)+!}[rfCh!D?@fv^1+'|/yk%}I",ie}pƓ|p!ڷW 4OHީx<%iqv9Ci~*8sDVfN=}+mȬxekP_26[mlK_l[nqN;,i/${x zk|G2^/g+Ҧo*HJUϻñEMH5iFc`Wi*|8Wj^iwA5KMKz +˓זN %P ԅ_Q׫Hŧ&Թ$eO{?r,V<^sCjzܯ­ `/L'&MO V(Xd$Hx`}nU9yJӤz}c ̌/A$jmBV-81}@жNŽ5^bCs.| s6ҡ!?~6M|EKTvI 4&U~qդB) : ^%"[=0~6EAѠ+WS_ު4w1$!fiu#۫DZ ;8̫&vygrR2񂿋}kԶ7*G hס,(I| ,Abj*mGIC %.oE/2@Y| K]ݚj:WWTJ %\Ŷ3 fҾ8;]xl ~DG//A7ܚդ n+^ɌfVpПblj^gR$n8ӵ:ue !Kb\L|}ع򚝩ۮvF.LF<~Vx@\5Nx_(3$Na _e+y0 F%r"X*7Cmnx-sȲ-'6Lk|U7l?13c Ҏ31ڨ,ބ7LնČ]̕aO N1zwƖR/~}@(؍?^G:Ûw D1@Xv"_: ]Gݜ~"ivp@˶--9aK;S:б[c > cd$;VA93#˻{>=ĘW q51I[||ɼ!D;#u8;' hsj 68^fQjK2>egun.!%-&G;ODr$~`~v{|gA&G3ż?nJG[itjGFF+BoB*OA< ~ׅ._ϡZV,9Ke XM1_1 K2iXk}I7 as]hGWhg'ހKJ}rL奮֤W>JK6R~Mաj+ߴOxw 6ƃp,k.Z5O ?32gyƿ(hHMpm t Gv9j \ۿO<6#bҖLץ\ 42q|ika{4Q-Epxc e꯾ɈЭTZ(NC,q.F!ŐnQw>զϊle=̍m(;`>,3 ?PK2H]A<uݓ vyH(du RwDs.k炰t5lTMp%"G5Q;-/F /lD ;O^&9YbOE=!(aiL6'h2˹R7JDn<&ho51r,ۓڅe(:m]2N(5 妤ƹ/3,nK?W)2NO邨0 }.<8f%\ D˙BfDҵ]b#nr1Uk^ɞ=h.?0Au8I'oyX͎D`s&+Ңl8m{Vș{.d^A"){NޥKzg B 5Xk}-K7a|S; B&6Id97s`2W?.~Bmk0^d pcg,N90 ׉{kM 1mZ8{$@xb!Uf1fx}|FD܇+H_+r(ʄɎ]Jß4k Z : I*, q6cgړ{tp!7%pd3fRR:I"w~҄)1zbU2#I$@eK7 dTʴ.Y*) KdžJ}c wjxWVGS׌&1Xe:XoATzhLd]לVq&A5^fF&j{݆ʰn\PTk j`TԞX #m Y ep\|ap%Z{ؿ3v[Q)6е=y\Ѣ>enE&c IbFp9%΁ 4LҬC]˔c ҳqMk?Չ2MYQq ?X*TmkRg pjG}%n)&aNaSf]്ZW|B wLW2~tjc[q(R;& 6{L[ |-M2 )bw Íՙǫu8ifBCZCe]J\Hǔly̬[DSJRQN䂱-P'tDԘ`Jlb.J |i,v#%LsNƑCL|amX9C#!k0?Lf[3$fW+Yp1"7t3Ln/ X6ȹIkEÙav9̇1,(uelS&o+_2=;(eK(.LuPIv2' =u@#o/ sgWeHdMҰ 1h(a# X8OQP'OX.ͧ#PpkUlX:>Z#mq,A~Y[V/BrB1[gjh+^#)`T)mALgMsijo 'eF=|W*Mޢ.#x"Ryn(>"UAw^)VUzɎ-tX LjCf@\(oш LaLk5}S$EB@Ka$b5 )V_,h%XMit𲡥[@W6<mI8nyS6qcC.N;wٷǢ+vX}+PJiA;ģ-ż<&(^91fO'Д*>fSMӌUN k<Y -U<,P%qYV\| \*K v(n*Y/fu:a@[2YL"U|?. 'VYTի@@,G-2T;?Iyg|ީPM1[(G dw쿼qI9Ʈ ޔ~`N%n7ĥHRNg< W!g (X› UrVhDމ K{WHn2s}}Ĝj$^(@MNڤ_Lk٘.c˫۰L+=3v}YsڦޙĞ*^>'L DGqxn"2m`KL³Yώ< +‹MHw6f,/jg7+eezKhU+7GBl?/ͼM+1>V۰h0L~-L]|,MO=kE+NnApX#)*DΎVhN o xR?}^\P)wCв ^&c5gZdVַa8t9'0m3g^)}NŢtkimWO F!x-%u|hg2l&:xqoZU%JfY_g| i!0{ϵ*{K8a Q.3'Ix$dQ0zI=>MNgStn (vaԌmƊ17OhpAYSN )Di<{*:OQu9LY! na¿k ${*HJd eÄ g5EQճ3cRh22_#KŊ܇M|"Avmճ@+|9Dg՛ f׀𳝃ܕӫ+-f,ٮ6d.6 669Thdi%(DOaN}HA-h˖y۱vQ`Go݊#NZ#Цz[S>ԥ Jެ b[G6_Zt)j<ـGneXNwwaJd %kOxB=]NSАaT Q&m詛dwt%UY5W&&(rHg񘏔 S~=cX\ _78(V=[/wN702NmzsMOc9ߧk9yq9UNךt5IWaاصwnBbkZanj2xmRi˵yĚu_bdVW!d,?P{CϮ=+1S䒵!21Z*I{dtM:1gSNL)P-d~~-;Y#Nwy:c#W0&YC凤;ͳg%N\;bݸ j햘 ƀh Z4gZNsEWGINNYQN9Oj`K0M4/[;īs']nƇ?/A,`1#![I@U&cj쥁 vH Mt'-UDSl/#ɫ$ꎉLWn8mrDb4`#6 o; yz.;˼/{y"L :g ;<#y'YZw,"s'hôX)ո/K}b- g1P\8Bw[w9!NJQwmj.E%>" - YD)MM0s+1&PʧeF4K*bym^jË; @7T(O"㝤"|7H`q88nfV5 :[fjƭI`[Hs; .]YC9vҶɥ5{eBpD6CԬ]`';@bGION-eǁ>qb%5ϖ@QUۚzM~fH]|LIaFC8n0GV%_( f& `yȣC_+'&YRKX69J] H{LJ3zu=Vu'1鐨Z:LqD={hΆD>"Y`S I;W/|ł>"{^Hհ}mf\{=^ aHS!,_<6P@TY4ˍO[3d xVX=u`x ^JYgW"6G9.+1ƺ*ZU_|j45UډW/>s\$sw?Xt֓PzN=괳 0{28$fķX#fh7AXޏ]qd(@Bx'fȝZOG\ 6bPӇ'h~Arv~- PbnQ3 K8lcLm\9ekT|c\ΪUI0,tNTڈ+J*h;AA:ߦx'gm-.8d2g9j|m+32IqlG*ĜO/O+6r$1$OM¹:gG KIE,/8uV8ch|KXaЌ i("Gϝ-2]PH eqWu#k!b~X= a)b'D3|5/SUoĔ6k<z:wHrB?&{ m"d㌢(bp6~6gPxr+t AV${i '!G.H0y@~0]bP&to~KKl}A+OI}ws7!+6ݓjkӘŻ7(3V=a6U sw+lHiJۆ{[PIzrN-4%(o,BsGIHTpEEN߭h֪xKGd^5 a4[{˼ӛsSAk821'.e"8ɟ"D/>kLK4kjmadw̟!^:,^cU9; *>P^ychpY.qв~;)ϐ&F,z:́YIW3|WPW4'J"4o!/KL߽U٩)<,wHXȄuw"Kk54k>𮿆U4+bzFXA5L$O aأK7܅uGfۿz>ӻ=Ajb1Y\/Oix$52r8)f^ _xׁ<> biJbV*zb2ƪ98z@~c꟤} X9һRo-G{Mh嵌$# v+-Ɍ Tl1d3d~-'sT"}Tc ?σ UR )VyZ3#` ])`qjNرf> <0<@ٍ?jVe7]oQz̬OZ w.g.LmP!a, kXp9K?mD]xcmÉQmtx͎2s~}A8D-[rΜ=Q!Mc8Zu"k<&uI SB3?Ũ!^'k}]$ƖkV{td 3V*dA]Xylw+J)UDs!9؝KpE_\Gϥ\ s4iYyQǡIF~ zeݭb)G"텥V*?Fe?>@h(p.1*QFDy4,`[ㆣ3djub05M>)sNKHr@ڈ-vFGV򃁆t7? > H2׽5% Z^D]›Gn0mjO9P"wY-C{)XfIt*}C*X?eo)&@5 ^"R{A'zQActW1 v A3&5t23$sT](u^1k`g8>s6ӄ>(yT?'DA~RpX==JZU"PF= ҏ+^ /K2vXX2tef ,`4훩+MaǛMTU/U`\ nT'?0 {i/ۤnɪ{&\ox$B@V<([#>ά"}@pQ v0\M5?1LICc߷ƽSPs2jACylV^X-B4xtQYrnrxY@4×( _'BH x7'ur8J eiG_"FXbUeN-!~mV!?\G|ğ10xZz%yF򳛲OFmyfceE C9ƣ#zA/(Ҏ*@/A:)2QS$ӓaS@Jۓ zc*'|%|K?/L$Ӏ2CǓG@a I / ԍ6佽7C]:]>6f_ޡa.*f\Y)Cezϛq>Hg\#OR:q>VlSL֙3m)43t;?XU.z_\x fe@ӝ[(P [^74,*z|Dj~6Njw$ةGjvD%4C1mL(KY= ^|r`tQ/` b1uv)B/2VS!ڳ4C^Tp9A7=|ąA о؂C}t 'J)9dZn|H3T p +ɝHtOZP*LYT++=0_l#RG4}r˞(0. "F8sT¡m`_<%Դ(Pp3utXOֶ/xmFN9G  X J}MTb22Hd2Bٯ[ļ}}3CɐŞ dV=BFu1lkԪD'S o6 0f#dkHZul?elRS}f пm/RV^Kےs]\r!OK C{?LEd+ | > Z"wsKmd+[$r7A͒spH眬ܬ0Zyh:Hѡ04U+H>}^+F0U1@o8*F(ƃm@).f.U/H?~myXӾN8F]lU D tn?n1^9깝lY  z+V0w)ӡ]SzOp>R{ 15dJ4p6x f)% B,'j2+׵.S5jc _ ey|< iA E}ORzL,z,xTwlouW(M>3D.j@u4O2 O~G+#8[_io.Ҥ 3'~7}!7 Vg)trߑWJ%#/6,mw_Mgx)&rq&\ѾR1ƩY *>L1/CyPoR%1fnW+"0?g8'W 2x~s(ǦEUπNnK}吨cȰ< SEPQP~b,$}ĸ_ 4"f1pu=#lzz$Yrm.ӆuT)xOXNj<'uw[MK<\CU^TS!+fwZTdhvRx! /6E\Iъ5+Fy jY-7*\QMb}䒣ŹGN$98tj*5\;QCdtDU BL!pvv.>0Қ,*X?' wnՅKOF;$Och:8SC6_S_e51ăwNSʮ&嚳^p;SA·%:45T:3XD/ƒ1)ߓ~R5ew*nYL9"pܘqo組-<BTtҔ1cum6U˵7SYYwL~g *{ 1`XHE6AMl0Rp峅2D25qƈP\j4ed?&,b,XQI.JŤ*3r5[]OΎ;XVm!ІkgcйAj迒ћ`r+RbYNH(2^k ෌zEODR&5\/0efу~Ts3;kX3ΎLIْc$o%SV3v[Ϗ'lR!+gW_g;9|06!p7i^yꋘvZbY(O瘞Afz +fyQW#C߇GVy}~ sE?#̍L)LP-]>*:^ESiRebI,Izn* v6Bx} -WvJ'm<ֳ>Z L@ 5_⬳H˶ѩɊ!LƗєy le:-KWRuQ#8+ k"wov 9KtMj. ]hKz3o3/_|NnhĹH^ Syh99'ys.ΪuAo?A:xYvZY_V#t&CzzfE^d G~*ج8s||103?et`"dB|^ؗt/{{#5dsnvKu& Uysi>a]+TRm`w9iw)#73(M5q(vTe|׿l 5 tڣcm5$h2yE4xgWXؔ͜_V*-<,R-[|oY_vӨjؽWj[S<4 FSͥDkDKP?F")W9[]y(&j.Z5=PB )] Jߋ Y!Aݴ#|ydmEoZOk)O $8g 樨 OPƚ2\^%s۸Έ=.@1_Un&Ƕ3T$'!`ؚo~إLFN[H ꌜpHa`x `Ǽ*7S eQ3ivjd;')Oc*>;7w&U#(~С/ w0/+ _UwsYv`.ZדRպ.+]^wJ⚄Yj`}QP8%c1wiZ.>?)2TkmxcbufWpm]%>;}@7m c~QQ\ҨT> a :߃MMGnOHs< S.hYfAzGc,{-oxIdh^fA0ȟtPʤѳ#I`. Lt' nZuF3뽼Un Rz7Z"NvіK*x 02'@a0ݡRD#nHUk^om1.[%fVI\)NӌkP׬'P "ˬ `w[ AhE]e 4{74{h{aa1Jbp"w\DPafؕ2<7 m5:H)LMW2r"PB./&m %bF+'-%* s}=''0O?kJ8TUr i\!=7|_Q;vBj$7+Zގ/ oC hzg=v0ߙ9 g+GFvOL&y%CS*U>K5^6}^pv~H73M5ŗiI罪M[šz ;=1ƕC$➼,f9kƵ܅Gn*4szQaF ;Ilo[$FeP$lN8)vQ"-D5`e{\nqhZ9cuRȲÐH|uŠ ?R ݽxV3!TTƞ/> kg57|L]k|vT[S)p '֠<;L܃y0&EP¸vsƔWz _簐}+̫A\{xpĢQy[-n}_a߀Fj?,X!$SN9$(G7M $(C+!KᔳCYh@A:_ݼj:%&ʎ?j˻K&1?t@Z^^keUR,wE)VI`հ0bFR0{V˅Ni_uUm7IO)HASbb7QeiXgd-J2#R~O, %NKDai@1L_3~FdXbK% vOVYH0ȷ`SwRaccڌ qrҡ%-Sj4 |DηAT]a9zۣ_;58foqBx>)9k'3Z+&[da kɜh)"p}}!~C- L*\R^/q{9BӝLt&*dNXz}]}zTڰYۭn2PV-3Z1wf.Tq'Nױ}^ g9 RB/Aƙ+*9q PWO*HIF^aVoi%#2]׾+WlZ8D2*:#w$I,3=|ǿP 9 W/sELvqhd|\:}-Y2@ծlaг-Ӫzx [ll[-;+"jm<F/j]gb"~zI)Wyf0jBmk#ǒJ9 :%R 2ߡ޲k[?3%{DcN͢`0OvDAm#K!󏃖7)3,lz'FtR9eշ@v96UEJ]74Z'-̀5OX p)I"_Sϣp>J&R} !ϩcxM"zSSD0s I>@uhNå`aW^ψhUDE]a3\Sc=SQb-^,ea.\!l )"Tyʫ"֪"W)tḻ΂KΈ)T&OyW"doAIqW zkwr_C> ,g`~-dAVfX=ȵȭPKh'Ń6>dګ+,g0H cAyl.-GnD.t+P?6oS' {&2'@*tЭ^{{, $a٘C6÷*mrȺ8Ǫ{4G9 +CwljP} DQ}/6CS#!UvA/ l%B}g=qC#YpY0e5ǰq T66,h 7xedcQ 6S*űAòP Dx\.Dp(,NX< =LpG"IMN$f|K(-5RbMh)([8dA"ɠ睇֠Oe~gjQ"FCd_ˊZDյz2j 3}j^8JZ M@3LK8f#zg!k1E) r a$Ne-HhgcTPnň. etPm#9N ټ8xM0{l%f}&fDmTavdjL9̃ٳh/?Ky woV>F='YT`<zq]^UaOcۻ6%?zH>bvGa|4'`=B8H8Np*2 N4geSCfhWSRp<i* A/_IC_{ohcWQ[n~';9|kk{*PȿGV`W@*)/#ibmRfp!N9oَ^:Spëtbٹki餼҉,X61(=Qa="{!x@'}?,c<{8>iR~P@m=.g1 =?.tma]n9v Q4Z@mf_Gu\(5;FK [ŏW7 8c8h woNؗ,]Jڿ=P=尌n+?5u,l/q%,uL6SP, .+ Wym-t{oUؽO23f-xFx>%~Wԙ4?׿rݔPCv kgK4{FQDL %Ye 3}'Ƒ霵KCXݞ+_'u XުGY!ߑ*5{P: 0J.y<=cl3z:ΔN&A㺍Ry/G* &79RAjBIBD̫; ]Xi#(ޯ SϏGIɇ#p5 2XüAϑt6c{'y@Atad)T2]LBozrCFَB-|V'\SٝˋYkŧ6]3Bߔ&?O^_t˗Dp);ak]JnsS0ÆơΑhzL*4Y<HVۢ7ifFX/W< Dv= 8yHBU%h-/}_Gy nǥNIs-\_x^RZb a(cI @^oGzjzܭPQAxsщM@&Jaƴ0y'|(ҧv<ܴޮC7vsA'&O" 6K̛yDvúV$j*E\n #z ] h}<<4)XP!0՟Frk=l6aa}67P?>SH5d)e,z̻]QC 'mI]6|5<#s꾙mUܣK)nrfneYشٴ.A&LZ1îi7_n*`5`?biBV>B˙bn"3C.<* O³՗RT+<@jv3cf.ckͺW47e/Ҩ{x0`Mعmqlx|&>&6`qRڏ{ۆIYH2$% zp#|/Ŗ0݉'1վr/NOy&ڭA+}lZ/l}Q~p\m.wT[C_YF[T'Z+l7_Z?-~Qa9?H岈ٸ\.{U.'}+{({pTZV\E>{1D4 )wPbaeAz?ۏ|<|MXt>ȳIIhlj2\#=Jf}mA)@mA|A.=5|1ro p5<oT:.)2n7wPMN 7$q׬0dR bL‘ Uʕ'#_XF2sWa:ɱ3욂@-Ž^}g(8x69>2=(*IafSiJDm%|t 9*Kuf#8 FnITs‚./ŷqMlOP$Y(dddF\zKЁQ!1w0#2dqSWxe3 <|XE7Ng"z[Ȓg2Po;|`8^>TNju ]>>t)b˔1CmJ ,=HW["ǨDF {kN3xkH Xnk ê+}-I-$"SbsN5EvOA" -|Њc)D4Byw*n6\r}5_5'gi(rRD[ܺYlו4 6 D ["hP"o\]ܴ:ܿ&Kf!\h嶓N/+XrmyB?ٖ'4$ھqY r~^dpmD]Aw pS|'luѮ]Acٛ.tsjgr&ѿ *+Lb@Js0% +z;%Kˉ<~9ig%?\ Mݰqj(.|cpt@!`߹^W1qldBx=}.b1H8@_K8<2V^0g"T> e7 1<0F ws%ڮCm]bTd ׇ)fz*\a+L~ײ^xYC:soÞ);XoOc}*oUԎ:UZVe)U%pr6K+ѧ^  "}'=Pxn/#x5w+)E;ɝ$H Q6ygJtEӀZ 9BzՉ"K荳z|똨7`4,KQf˜X9Bu~H ĻՙY =j{K*j4]5"FWd t`Ia~ٱwn}3 41iK fA3ᄖY H:>%ԊB]/{쐵9 #HtyxJn`'p˞Ỳ&\NaS(2ѱ[-D{Awp MA|]LOure+-6rcLJ_qzwVd]DLT&ہC\L~ &>Ϯwͱ#\$@ _d57ˀ)o.Dp3(1\mAK/.PGy;][8ȭN&Ԏ/?7 :F#J! |~;k:ߣ?Bq",55CdYKȨX/ΌLgЊ y Pڴ55Kn6r͍Yce[ۘ< t D=$F ST%ko0ֲvuMiX$ٕ3՝WdO ӕ `} i?k"+j'qRoYٴ5ӿZǔ]7Qqi9䊚jGObHQ9~EԉcYSRIoyC1k:rȹ̏6%ٓ-oMeZ g%kڈr[u*JqK-؟7G_z?aE@ѐd>H t?6)D7F)=Y'(أn4;2vT+kj+8]=SՅ}hpYkDx fW|Gc5}N`aAIӵϡi(=$*Ơ&1~SLogֽuieFj rUAiɃe%üt10zk'?+fAsn=8oˉ`9Vvq$[ jPRۄtLWS.խ-CxN[Ո3@l 8>9=~SYk~&wZERZAdl:(0| [ƘUYF !7fcH:)D#E*9xYQ*`3O<5qD~f]b{Wvd 6Xu ̖,=FzƢn׷kld&Dm-eVemddR :N ojf  q0ޠސP6jpKh|:ΘFbH|GMKł<8~H2))jE7VZ|AP1Iui9IWaIj &bPy,NB^p;am0ZܨYtp*xu|/dt`֯^ KA@'7;3Qwa߶Aʸ fIV} TkRvԟˇwT 8-Z`l8 U]Sm18)B'0PyڄD@㬗"|vL#Xk/C~:"yVB?0n=Ƴ"cqAV9GjsWs X6ҏ,_ɬ-kԄXNTõƒJGweܣw570 58!p֨&zHVBeugUks0)>~U3.8;|1_-.(;dz%.#ɆzA S{VR=D$%p1a:$Ypx8yN̲Aìi)kHYF?:B1Bĩ.v[ G~w6V MZŗWy%Kx H7{w_ ϸ겏mw3W!ovR*g]JI6G%حN[K&C-bւ8!ڧѤl=}QC$3%Gf-nm^MʝK;K|d(_'3z-aGօmVd^v _тmRrvBՠiLMn 8TxKآ hHE5{Tx,Ry.R]ijJzx9IBL n f-3T*Tx~X2M)ܔ cU[C60eyT]O v' 0vu aU}t) CTFZ)RRuukljAZīYthtf52[O[o qoc&ip/i/E }1GYQ=,:Ann/,Y5~jg1cFkO4TVNU.|]rX@1vG^% iZ,>!z}ΧZ)ţ`!-P)KjB:p" X_C\!p0iq껁9`%^pWdBtA$L:4cb;jvqIfxCoKhK| L5+GR!Wp2C*)K#&?"xNM>841QZn+C7T2l,wUof³_npwzj>JbsU 0%N]$~O~(ԫ+ ǍG_`=AmjBv-u8Ta黅6s_&e-ǚord Ȓ"~Ԣrut=[,܇xcn:U2!ztF _Cd.Ү' QըF]398Op#Jw)t+no~RYC5şo7?%G;AK:W%bi)ݘNB.tE.lv͹w!"&>D~ph@UL[Bo!Ԩ9Bݟ%C2&ث Vn`G+>Tlh j֠ȖZX:(}GtGϙΝf8Qwa-1Ʌ)C'NrA"O9L+?9`U:]]ݫ#桖 &!5IG؋4lUj3xxXB*xz覧qvK M@-g0ܹa58l>:'JțDcGěkp`QvW/{ S^Giؒs,(*$,7ၑ_v; у-t~pN".8HBF c]=V7jF@t%wc@{|D ~y2sXE!"rpE?QcI7J߫𧊖hџNrUacؐHtSc 4d2nޗGMET|IZcbnuѠ8"xD3G@jXhE,]^d6'zZt^&3)6 Bzf+W@7DbC^__'bEmaYRt]6͵-vنPfyRJT5N*bE〢8hLGBfdo2;B$B<%B)/e!~'0 0q!Z01漏Hh\+Y#B0ڹC0󩓾*L$1}223 PD4x C X4͒+i~h{SG]LbNU P,f>}p6l..rV`6-GoJ8|{Au:ݨQDTU\oO5oM˅q"NN&jվ]žFUd:{m.٧%hpW{ܫG(hhj Q^e-9/UJҕ)OZ9:%)/sǵ߳pJP]ec]$ɹpAV zdpcHB̯LW6|C(_ƈ—{m`n\i8݄{O:&FӔ}!} ƒq)HtS CC\t(Bv Cr$VW6:EHP&*5(!T,ۣlm2izK}.Շr(:%$R }"޵  ~*'F~홨t>\zngWACPFv'q=?{}:굧!Uq/͙4 /Uq=0Ap%47! ʢ^ngrw/hr% ,Csnvz߂FLƜWlҤ :d>q-6`'H>W0Y&kLr6wdX*hQ9L0e (p"rwxf3K-SUmXzwi覤L @?LlRu 1)́Dcoİ##T &(*ێ΀@6ֱvcs)ag;Ǹ.̽##}c>ش3|*G=L-V(K?VF ^e5n4&m\a!b@(*\ O53x&iػc  VIz@6/L͸.#Ԧ8G''?_SSF9(WZFi!&Tχi`CW~qh;6xq͏[Ke#DX"n]b3 Rno8sՌˈsu]d8x9|RF5 0+ke1 8l-Nw_u&{_8J܅񔻰'Kсs!6'dʹ6wVď2i%Q&=űo4h Y/*wzvQv ueL3&4B"kוoi5>JWpR`yNAH^g5@8w'Ϻ`.+h?Ew!o8zv2+=8YL*%oũ݋f  g)v`4iQ[7qZQ&Ys7tzUR.o)7V=I콰 M!RQ|DŽ~Ajx VӒv4uB-$I6B?ҎoAq -"ɹp=%͗=D7>eX+oZo˖~ 4{r2rkMd:ֳ6W? 5̬ga1`VAWjZi`-_Kط!Dl{SU&w?g*6 !Ӧ dN]J\c:u1Nj=rx]&dg8w[Tz }؝.]NM;}[FQ| /ץSWTv/l'q{w&Q杄y`yZ{ nFcCp(` b AXe%,R)med*9l:<'n&;HDE%-Wqej#Αc*pJK.=/;;{(fpgw2˃LV MST/@_G'xN., ؞\*56Z?fmRH8"M" t83u5_<|c1"nΗt@l:/"X+ @?n|L X[wnr30~5* R,7[ω[8bͨ_6V^dɵ I-#tcjOxIE+g 85EĹI!D?ఌrv;Y8hm؆2Mߌs2[%ܺ#CI3pVy'VEbMV&j\uutuwcXfUe bCE#GJ>[b\*SkINl==Q #_q\ʫGƿ(H;=EՉPzzyu?4F’?D6z=mc\V"˔4@"r=BcȤUgKǜ%;eG ź 3x[dВFyR1C&BC[=hIqjXl#AW@"?㻠T} S?Ӫ=l1xjf8 \ Rge~?9_ڋ@ %2ܥkZf]N+`5oOEh&FtǡKAr刑*G#Ჭ_H sƄ; ya$ g)pԱiD{^ݱ<")yV̌٢@XJY'Ro2jQ D?)n>8{QV/ QVO,;?8kM۽Kyas%XI!۶BQK|ڑ .K,xk "[h!4Βa.L_pQti IaT}ѻbH! /{sǗ~݋[6&]JhwodAc$7+K]]HCM,GrLgv\ώ%ҲiFOBMxm:Pڬ0[kڄj>`wdCGhIB:+X;QI_O ߑn'f*eF.;d`4`iR砄ɶ!Wa4߀a|K“W9Ŧ#e7_\T5.uxDԿ%ڞh|H0xMtE J@*cpMC= oH~nω NCQ٭k :6zJ=HL瘌 1L-‰&.il;EJz΃Ӡ+m@F{ShcrJ%!s<ӆk$fLj2791*"~2ַ.cQXOYpt-^dĢ+Ⱦ5Wն)Uh9Ugp_ϝZ9yp{ڐH08I2 gVx; 6 W d//rXe 9ҿ Ph\"0_7"ow/'}W-0: AnĪy KKǽM#PD̿ gZ<$W(Wsʴ5\j ǨcP-S0l7l#RXJOp}Ϧt'-K1-_sx~CJo[nFp~pZ!; 7+ mŲ4oҨF0RLPF j5Y`b0Ƭ ~x$5k5q/ȀuMoAD=N.3BoVi c4BB.,eU$W]-cT:[nYs10C0-TrDTeZqL3z0KŃ>+3!T w%j2Cv  C&nz~Uk$,Aam|w뭔8~@3 ##&r Ĕqhױ[,8q;vfo}ft@z)xF}T >0r;3$瑤@>j9C+ 4W zj?ύ9ςVa:&ʹQ P^Hp}ѭ|@2^`Q*z78 m븽^ ux[P ec\A38.8"ի nY.֢uSQ m297DB|&d&цMQ%x]B 3%xu Ђ]oEStf*#)5…ĈC<]jX k'uV4_^tpwq gݯ *U| 3Jxd0G/ȢQq6opDY9ݮ~AIם>t Bso;.r%)~7y9MmGШf:xngHaټ<[f b2ѱ#azo2?1מphq,C:&%^ܽ%}V>Ei(fJ{^ ޴?m}|vp.SE+KLͯ܂i7:4ZH{*/\WM/ M'\hOoz_G,-J&c"Q(b!u3-6)ҊCsPq/ _\'u`lȈ+3{qJ%hv_2Ԝu'\_Z2 kd HILj/tT&S Ie$vH7cjԸyz^*byf 1CMDvyx9c;.6r#~٬u6fضg7]t3Cc>üHP;VEDK`VcwN.;=S'$B#~jokFnԿ wI/^7 ʗq8 $NFw1.S` ],TĚSBHD)C΂ DEc'&x<:NPho/5P:fu:Mkr C#R.[Ύk0=Rf3^44LĸVg>] x&c%C wCؑk@YwtrtN+ྜw4\ZD#^6%`f,ýh^R$S#ȗ rn踧CJ)Uc]Q Y5^cѸb՝I I$Xl iSeI8Rs""qn^%9R9:߂ߘ@RqۖP.1Ҙ$_8 wi6[liVD%AkJKRG(KJ;~*ֹ\ҕg@}#!q;9wΌNC6pDX%ٻf4xvboQ=8Z+γ4A dEDzO,*wӢb4/WmdOFٸFL?٥Δ kmvAIr;)G+w.:"v+N0^b s^ifĜQZ6 gjIŇBhgK9Pm"̻Uj%ѓoCWɇ5C +AU3ТD`)0@ԘXNlEj(ߊ}RͲBOǬ3ۆu>ɑ" sWPW=j }$F_ n A޿YB%un0P b+ifKX޷ (e&Sȝ6?~ch^͝N\uiH̦/ 3d ʫ HqQ~>_BDX&]!gE)פcD90"ΒnpOGFU@<a (ʼV=3s yuMC,%{ g,tըN<äKfN^_*摕]h3@} ^:@ 75Se[i"c9K"L2IkçȝpdN 1i9S\PՇh:6ޣP*z~@ jaGx&oƈKz¯I`y2L?SlHb\W|-b')[l8`RE>5₞ȀiRim$2jyQzgSy6oXSt̋LwXX >vxa):P'D|cܰ_ĩlVd`hL27J?KLQC|29k1B4Qiø vfY6p )eZ#heHhY7Y᮷Xpv{onVٿD:91L2H4WK^#Bn -ѯ٦e!Qg~vsBGhDM$396<˫Sc.[e"dA3b@"v ~MA>f$ξLYTmuΔ -aP˚#L}tMHWC:N&GדKZw@bAN&7B}-"SM 1+`nn&2={fƞ+^f0* T0Ȭ;6G,;s$ &lxs7KUf5m>+c\u}ZF%P0o>>雇T}Ê.hrX<i%Pע= DuOH \Jtɚ L7/0eאŇWK Ta^Nw^ҝz᭨f|F)wQ% ZW(/d$@5\}Z*n^u!@xAT\m~q\Db3qƵFPE7qPwJsL7^y߮X]%*,tQ"@A,/SoR@Q"F@8%tꜝR:dfIޑD dҠxVy9C6ʭ7Ի!V6ۇƏk{ S2j{I"½¨ԶAP+nYS,WI["O,R)ʈGz563ORg^ #oҐf=zDF#S;(`@ճ,/|5d(-V  \Qlb`lڟ&0D0k;GB%%?I^/QuιN.Ҹ_ Z]d'I!k@}d/WI?aO;'>?Nz@6 12Tl@YksA 9_T9}i5sR\8_ҷ3LKhCCKf:?܎,@ [-l3xOK$kC3fh %<_Ecg9/Tu 4Z~WٝBً#*#_]rJ W(Bfb+_ذ \ LHGK'^=lIĔKΙ0 HS\W? 4@[]r{˹9UAgUz5NG0jO# ",=e-jԠ/ޏ2. -xºXOw+@7!b/ZZIےFEnaBMGHuz5Cߣv@1{{X'۲.eXygA_8͗lk T) )[$!_"}Ɲqo[g=@А''S%b/E)m+)Ytkb*@GA@t a]07mL{&$g~&&?ɨ RKqF$܅LeQS.=4Z\2NpfzTE[;OR#b]60Njs+1x<e PzU;J{'ȕGzn7x'YY%]yA3'~K]hy1=NlEs|ҏQITSoAGoXI=43O^| j, GZZ \G F#+wf 1ݾ݉At'0<mi9BBQcD8_ofqrKCOmXnrs9^^zᦺtCYϤw?Lr"묟Wؘ1[_ەv[Y6ֻ("‡l.jy 4$ Z!8E=qmExGa|-x!ᖝ b=l`!&s]T5y̯NJyOk,q~w3 F~ i#}Ned; . CTP^ONѣ蟸禇 ++UfK͸9ysK2.Sn^\Þ ŔW+4/ bmY/}G|>.IdS.2xNBNmHj$ӦAG5$Gآ ] ܸ/AJ(N$8o+fy/% 1뼙83ua; S5 HA>lL u&ZK1L P'%+uȊNO,`'5ιvW{-a;mӷþǬ0YshϞ7F?`u~dzXء&O+f<0};Lkjmp:Ixr Dȵ/]uO< &o;嫜"X(IBjv"&`'z vW{I+ϧTo d tGv `ܾel*%gk?sbc~NBy ~~?Q¯i~d$x]e+pbWQY!{2iuz@nA Z,Ev͖e[!xDR3hg]*`f{~@:ޕ%"ƲhTmf5av^ ;: _498 X8J3rjؽ"C,;4țr9W30z-d/7S8. Ɯ*-CnLsITݢ?\;l&1%+#e4ttD)K"ċ>48.75 U1~yU]oﲣgnԐ &[ʭ<^~ZyHYk)3p%sCn64]a%PWk< 'b`jo` M/eVLL3c0z wD-KH|l 1(zullgdJȲD߶PtS:)hwd9V.+j5N"?t'p[X/18yF[ Hj& S2Sy7A\q~#=ɤsf\`*2'1 >C^8qnv8T EЁo}yp./dYJ*\s'=0gT)˄7<9O|c4ȕ)ZD_㋠II3{0µV΋X8l$FmH| [0gʔG[gۮLoOpa+`| m\ϱMxcoޏ1\}B>9FFt\B- oo3ɹ6٘XO.d=} *rm9\y2csx٣țo4:*Ik:5<|daZa5?s`S59 m5u?1 s-p%aÿqpc0>iηQ v Pz<ϮVQ.q f\/X9g;I9wG EFPK+5z]g\׵ S.oSLPձ &UFntJ-k2Ƭ Wh-.LYȈ5H Y1 Pwc>$$/1W;;ObUsv}dm_4Y-B ~ֵQ$$&9< Q kۉ:'/X6^tl0Ѫ+A@dkF纄|tvc­x !KaBgr)\|5&J0}gHxdSXJm娏! ճ ?+~nDf /"; /)'xH*nj1qzmhA:퉗,fR%؆ǒS/T 28x6kuvT TniyvDS%- ԃɛ|77.2A3_63/~NNw𞌽tb_~5ω-/ˆ aNYm>{BƯ:t$ݬ˳wSpῦ{ BoVĄK5U (q2~Lk1xI/,6wj-`'8 Ite5|ȟ] Y7eW$<&TL AmI*ėB&NaTNz ;}NEkQN>$$e<~-K0Hg0a3q.G 9! ^ns+gl^ll u mN(TՉNIAeԳ)0h-;AE̯7ݝcBt.;J]d{.v(ÔDzIKgS.B-٦SAVꈌK'CO_iRW 쾇Rߊyv>D>]@J%&\Fpu+ ,9#Ge+ 5nC|8t GxؖͬDw-vҺ_~~s:bd <5ϡߙ 6r)Msa'K hώ"I$aZo|TϘo1F7*Ri<,|;)`0pAPRymwXV/ۦDHEvaސ_[wpޒ2nɑ_9d4-z_2VzVeC?ruzT?8yý1z4uc5g+'VN9W.T?˹K2ͧdꪚȈGtֆ'.v0}>G*:GY \vzk I ܎?̓FMWiQEҜ^Y@Ewٯx`(~V*.Cl#fGc/JeUH2IaMX'(^wx׵,W`^ <7WOWC:M@J9+QtlߴGRԁBvVS9g*F-LS2%W_$VLjV=ߊo5P[6f/O*y8*d"q6,~CUHƤN9ڱf^\\ߋ7PoQc)0Z|ǏI@[ '@|8+i 2E^Үxܡω, 7.L*'@E8 hKhð%`*BD~A1 ]g&w\?`N˝|q!þӿL޿TZ i 3}觬,!:,l)ج{ @ّ,QcCI#DRtZ2ՎzeZ GtϷ-> Ctu0L޸[s$M.ڑ uf*k'pgǘu ϞVg[^+z"nT޽>/Rȱ 5W)͝-zab{bH}Z`+3z3\w"uUt@wr础'8Ӧ'5TDBC~oINv9ݲU.쬱 11=džוol;_#s^  i)<`.ͯ?%mʍzuRޟɊ\յm=p6P=$7g^`wp-0]^GP.| #6ކȃGnSzSv޻7aֽBϧݒ@q/0]Hg}91T6rR& 1YvÅi5&tN3i0Ou^{-X;n\ .ptLM6#1gt̖]%M߸M H#f}*>a]Rː0 wZBL|^xR p22x0WaF>Vs}Q*JD-7bja19S,k[ C<š/+~!#'RwZ``)k_'=YfAIR"/[kc)dwE:=^q S^ľ0JLݺaZͰn*b-ݧ̔Ŧx啱 1Jf{\Ep*o,"؃ܒ羞Y<Ӝ.\bS$̑b1Bʖ(1sAL76 (ɩ.[PԽA^)>ΰfC`%үmV } bJ*i̥IϽO:K"e~ )'OA+c2[W?SQ Cd^Ha޿N j7eҗY6O3œGdE3? 60a$P\fTWSGR=w#lrɶE J wy O¬wL`Q뷥-q7#cI/G}g1kD+|dڊNzPR:o6Qp[ӇTm~CTYڬELp|^,*/]5^'%;khzadKEᝒ #PIzi𠅶4go&(^?m1J_$/ N~瘘?0,K<%XA6Ŕ^w5w:I2Is5Cw}슆aGz x/M`UɠH.[h4)s]>OO>,'Py##[tN͝opvYgrCYBҰ"+z1L'ʲ}L?T ~4Sd1nO4?/ȤmRBڳ.`3GnlbM+Een$ޮ'Up z5%%6vӔWcFd+-RhZ1 (#P-e&+v\Dm*h7Nׅivӷ5ަlA^{ͻ:עh"dZNv~Wc9[5Zq[e%ZXk1}z",Զ2N-uJd:[ܮ{؟kMJdɞC66('mrX?^D@=zFc`ZʙPLXmڗOcu$kld}w 10H <|%HڤP<óF22J$ {@GPF{rե-`(#HzuI~:轳Ls#I'mr"AV5ƾ89yWd;~ jgEA6W{w( i-\!ukVc 9Uf>}:dڗCL{{0zGA?Z ~V)YuH;MOIz6Ԧ8U-Xc&;J[<ޡ.ڕ̻iîe2ؽ @'=K8G1lGW9-pĽ*)Jkg;dž}5X#NŋȈU)/CKƔP{cq4[ {ffWkPiI@.^A5|,ĴM"7+e%{K&mhWOLѲY$^F\qs-t/V7 91O=od}C*֣6sQ}gAjdFJ5%Jw-O^򙪦 !ʸqͫd`nЋPos)& ezIk_9WصmnÛI5(ԛ??]&%C BعeRSnPYp/47(3qH&E־k& r/'u.9L A4#e]v';MQ+ӽW㰗] p_^(ecS:-<&<2T" a-b֣̕jjW0KJb  (,O.O'?Z .@Oiku_>sWIiq$]Z/K\_1}$fzeA\ |xTƨQrUaW*wQHKX0ұBnx %ŷԘ,(ЇLl*yJ@Go?7wfx0R: o̱<8}<+ܯw04bYdL(%?̠4bRV{Y8VQ'TB+Ģfݎ5x{|Bp]~yT9£L5A`K5wV~̥y#%V,nR~b̶^Ǫ"OܖpC,A F0 {儰R35F~V,9$Qrӹ=d zO.<y 5-]́ ")F@lTɹM눩. ecµPFTRMrі _ˆػ26ٙŶ,$ůSw}NskVtT7M":E/J^cEi`֩h/%Xb@hxIQ+OjU>X5AKadC".|ʊp+$!}A!'[; 3[-T5o4WM{g˼qݩ(srqL`} Q3b>*fOO X ΍ibA_ ֲ)mj 7+ش-xonzWP۰oh]EfpuN8^H8 tFJV$07Et|։O Cql٥_koM}Fw,W4Ar&_=4: Ɉ?\1%II=ل1ѿ})ɞr?#VܧC, >MJ@ی%x~ߏ NO>["[v@qH8-Kpxv,M҈e/yws*O>Wz+NY4`7w07hs{V I{xf9<3y' l{2){+MKݾH8RH9, ?aVDPV蚊XW M…wM _*yythb:6-!)ba|j;-3RVNHH=! `*ɼȠX҉8N P#CzOy>fƚmˀ9ݳ/]Ȏ/PY(֢Rlډ4V3X T!/:'3Vrj% Q.-(KJ6gRuYn&l]>\t99;dF6Xn@Ϻ}_[co3'S3 ^q< u9W%a)Q"l#XQ:,]ae9Aɢ$V\=x. q^`vaQF.-N /TSN]q)SHvD Y #;(\f>@|4MPmII@Hi(q==@ #ɆH>rTfx,$k+謈-##<d-( ;bR?樗JPwNb,^?XIBTЌ&/T6 CށFFF2ᇃ MoOO#t> E)xAV.EP-U<&^]+†&3Z@QrJ80W@ѼBfܩ0w#2A5hNH vЩI7A@d56ޤ%V RE/ֳFt<6 Ċ/K.UR90ә… Ωe*LGr=&`lK*棲o*5{ܸ+[o ?feݛó5V#% lӯdTo%LŜQ\'c*x1Pi.}rG;M`r+d9h2:=Lw*&u ;Su}94>R#Q[^'7tl1@'fG9ԕyO!xaV!VJhQU`v˔ :^xZu2H)JT%B1$(ZY!.AZ<|\9* 5#{ ig])]T<^$A~1j,jrޅ@@7@0 z:ȭi3zuì,4,hVjy{Z<@׋^# }y8p^nr/MP1o=^P-kA]( qg2q~w:!呃/G]*Y9]eUB"fڠ/mF<ԓ?P}1dwOJY/u:XCg$ 2x;#s B!{8IV?Fͺjk ϔ" `֖O`B*|]MJ)^3ə5oގ>s:F;hym &ON7zӫ=|/%KaeE;.לTlk7? xoUl,ebAkH X ,@[qႭW 7Zܓ`BPFmA(+mFO \1Sj͉s܆cvSZ 7L)\t6-ʚ;ToORX/[ՃNF1N3TiEa>l() 3o# Z8/z٦U S=<%$ucIkl&P%M^Z*O6;2 )^?nu5R'5ϊADhv"S{i&iA6;.\|džBhyrA \83x7*Td+2{ 5Szw\;icR9poz~Pg6B l!{u"%dLGhf{sm~]K̔c]wj"Ѻ(gcsF(<_ P~pxUk288+daS >K"(ᘨ^ 0EO7{qEx ѣB]%W.@@~WrJ!^gf*PpvNdW m =zF$I_ ,;|8|鵘A ao0}E5 ~aj.~v,6zU]j77UbF.faIO6 +WJ\ɔ`~/Ye$U?Dae;RTavBw{&2Hx^Q=;2o@VVuӢTA"{jQwƇL7'5YPFQ{Qu _23,;O_7PPR7MRa0]t̗Sm+x#nfU+?HBn,jĿ be^B3̸܅a^ ^r b/%Ԟ mJ^Zk.}2kqϱ]B.Эֹk8E3Uc1 jM9,F3fS ZFPD:Ѥ+=S>V ђ,69Ұ-:,seJ(E i$:'~R~XRo wP"@xޱkh㫫mn֏>METZezyd{ՊuLZx"C {~IX JZ@ \H3~$6̎>Z0,W+iT !'0#)sHM- iIzV03]Y۽D*rg{.IKvR5S,tp/mo{8 Sn-n<@u?ZN=zȵY>W"p^`2p{zܘ-R U(Hhn[sbR\ϧ&(I(EKGa s|;*PH`톪G ,a1wV=ELЄ+~z֜FJO:̪e7vmP͠c K,: Qq1w~Ɉ5>P?(.ܽy%`'4$1`ȈH>TMX(0gzt_JI>5lQ 1Opt5F`U'{{^2u-+ 2}І|uT&pSmt7U9\pQI1 #)-eHt<#.x`x*hLIC#Rqd\m\(8S+L">o '8ᒵM$!G#lGrn.MƏо?Iڕ89kH*.- _-*%HM& tXzzyB/Oܭ:XHtW/e:N JDh-N`hw揋rpZl#M`+IR1 .cz*L#SKXb.019?WK(3#K6j v'[y{'dPQT&|i[?r5™T (l߱-rh%0\5{Y*,H׍c=Hq*/ɧa3hGGkձ5"} QCL&6{q?ttzy6t4=8 ?tPLЏ!9ZCJqzF朦VNEJ)݅3y"%w݈Mǣ҈6n0όqn4WF>9*eHk-,/IhY* ruPn^& wYAGm,}L{;pGxe7osn9d)kps,5Jۤ^Fk<`{O#Vq,^`$}DWfVTۮ~<_F1?Nta$NjڰDTw_Q=s@Zg_t&V˂TB# K&_zzB.ݷ]u곱ym ^QK[~؎?Gp>nC#cq66(+?Ov&hؒę/-UwPBKJo=(oU}{Є #R;}A7;5#GzAn b.Y%bǽv!O.ﱪotQ'Ps^ *.WsK&3ƓzS'/Q$p(B"L{!7<[=(8?x,7tKߐTt C\y^Md73e望{;/ͣF ZLlkp3B3f`tfI wsrH:XC $h]4|2Zr}9E4geZӀmwݴ';K>?dN@#P` j Mq# -% 8)aR p J wgKx3 Ne($Jd;_f pk|7J=:t'߳+T'xQUmdPgݦRmx2W9]6 D/ fӅJK\v-6p=k]Si/CEjcBbs]lv`~1TCC&:$Eid☫m%#,YW-h{]p6(\uiN]ƀ\|Ơi%y7ih \iEx1v߅&$ 4Ksj=7B#nqr; TQun*vixխV;|{4V z1ql܃z @~z"pJtnU̗0[V+OrPjv1Qzחl6lg-ی_d0^Za55'J&= bʿw*<\#1_J/lF&.9?`k j/ ;}Z !ugPrD)Pv wk]'oIx?@GY}U ia%I&Fkk1i)&.j p^]R,EW` exnT@ Q5A9Z&n|wM{;/eHD wTR eE/Jl/ h\SѐJyBpA&0 k(ް oV]P34wZQO;[LQ#X^ti5h'm ) Kv=:JLy3_)P e|T4Y3L-(ok|g*W LKW g'ȆK[uL+7P9J?SÎjKjS.IK 膂e,]^b X*\.pi rsv/FOR` Jc1zM_}ʶA7tf+㿔1\3`=׊O4WqC;AěFHXßt>*wVgXF['UMlôJ`o,yЮ"՗9$pXrX0]W~ҭHjXi = l/*. jxo=.'usZ# #ŃgatztzZ|8Q7ehtz'rauCU*6y!B]؁b8Z,!a@:eJ.nn`[`Ԍ:8u9C'2̳.'Ekg xM/% .FoGAi5?@uU(KsJCZ"ݴ$=/ vs/`ѷLmo'9>;TVg҉"齃 f1O-zVE$;[͎?:칧IػO Wqy`Xns|Vwe$Ux5NA7EۍY5,<nRTO uI!|_|rP]u.Oޜa,6k=[O@6lЈ!:7B#\d|UGbK|O䙄w= xG>^~5IQrtõ4cwD?9Ց!g |% ISccBL%洕kF HΕP1 ب9_DAf bB"R Gf`1:XR0yn .Gb 7dZR@_Lmf4Զyl;e\62yKEQ|? BɝT*נ/q5Ξ“CȦ~Q{nvFpwvp3Su Z+nwK9t+)֖ZǞ)D滰0Pv-OkWNgpM}խ&PahIDw>#RBȧ )Vx*t|Ug* X Y Lٛ0jrF=6@~g=ǘ_m D/!rCk_0>8U%d{2skol}% C'XJK } SXnC٬Kڻ,TՐ$itvc!ó)̓4lz<* =J[=8dN˿2~F̱겈{M'D_a odb^RAwC,,d#sf}Iis)-8]*:xpJ^@O5YY{<$*AvM6gr\^I.^M9^7NLm$#?DܙNU˜HvJ>WZe=܂0/,ž"xhVHV˲p3~gL!!t{PI:5.r.+MH҂Veݜ.2?|&uw>:x}ʫB({9Hܐ/3t ]Wc9Vu-׶0㿍"t̵=4dLkEXU \k¢0VR@JăCT%>6 D7!΋ʵ*97^r:7S. לV,ca15%? G1Oݫ\`B7Ȯ;U N+ԃJF4^HޠpKNB- ͤ\E蕵lQx1kA4i#r5Rǿ$u7b<>&iO70!@8[mLJgEj'o+*x*I="ee|yZbaS>I6t<4gQ6*C<*[IdWM9q`t]7? _"'G:3@FV[(coc-6R'PGݘC{ sb4bA|\TPS2쏛NfHu:0#/g%=z䎒d_xͳ|"N^̃h?y:co/FR4 ֣ML>h{zs#sG3Kr08+fNjIn䫡#Osݲ(8pG=R,IDh+"kC2[r2p/1J\R5`}M T~ܩ=rȳ녻0>Zeyͭ&H]NDdf40'+w̠B@[-r .73vjH! f˗2UbQ,RɆ4/(%2+y;(F d=Vܗu.05ŵB;HP8A+4z:5o+ Lāe;2wcskⷕySS3DR-Lx@U+l LuaD~w *Y-L'CAE d:'涑}֩'Xo8OnO]OxLj;Ku&\E3^N-~HCi5*HR{6Y΀2Bn*mo`,&rlv;UC%4gFY[$YB&sn/k_8X;dn .+p^rdւEԛ:6m9c 9^@] ^pʹݫ3A{PKi'0qeCm!KY˯ Kjm0_ky( YBX aAOAoQg^jci>\`Vx:ؿ-ه V$tR5MnޗR΂K:뗍0$ u0o vS#¤%7n_:'O\YXY*us&T LڟUEԳ[\{qXsRiOEXIQ_" dv(rJJ`We4W2&5Xs-ېahxOVU@)t hUŪwy?+lONzfU^pY2bԍ&T}>7e hTRdABjY'm8P|E"1 )A"hq/jvYɀGo`RctgkE24%@z-Δy~d\W"ҍ#2~)ՙS oyv^9c@CwX&DSGfiul6#_I-,_\5W?껇X DQ𸯹Ȳ  YZ