<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Kconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>93d09773 - xz: add RISC-V BCJ filter</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/lib/xz/Kconfig#93d09773</link>
        <description>xz: add RISC-V BCJ filterA later commit updates lib/decompress_unxz.c to enable this filter forkernel decompression.  lib/decompress_unxz.c is already used ifCONFIG_EFI_ZBOOT=y &amp;&amp; CONFIG_KERNEL_XZ=y.This filter can be used by Squashfs without modifications to the Squashfskernel code (only needs support in userspace Squashfs-tools).Link: https://lkml.kernel.org/r/20240721133633.47721-13-lasse.collin@tukaani.orgSigned-off-by: Lasse Collin &lt;lasse.collin@tukaani.org&gt;Reviewed-by: Sam James &lt;sam@gentoo.org&gt;Cc: Albert Ou &lt;aou@eecs.berkeley.edu&gt;Cc: Catalin Marinas &lt;catalin.marinas@arm.com&gt;Cc: Emil Renner Berthing &lt;emil.renner.berthing@canonical.com&gt;Cc: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;Cc: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;Cc: Joel Stanley &lt;joel@jms.id.au&gt;Cc: Jonathan Corbet &lt;corbet@lwn.net&gt;Cc: Jubin Zhong &lt;zhongjubin@huawei.com&gt;Cc: Jules Maselbas &lt;jmaselbas@zdiv.net&gt;Cc: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;Cc: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Cc: Palmer Dabbelt &lt;palmer@dabbelt.com&gt;Cc: Paul Walmsley &lt;paul.walmsley@sifive.com&gt;Cc: Randy Dunlap &lt;rdunlap@infradead.org&gt;Cc: Rui Li &lt;me@lirui.org&gt;Cc: Simon Glass &lt;sjg@chromium.org&gt;Cc: Thomas Gleixner &lt;tglx@linutronix.de&gt;Cc: Will Deacon &lt;will@kernel.org&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;

            List of files:
            /linux-6.15/lib/xz/Kconfig</description>
        <pubDate>Sun, 21 Jul 2024 13:36:27 +0000</pubDate>
        <dc:creator>Lasse Collin &lt;lasse.collin@tukaani.org&gt;</dc:creator>
    </item>
<item>
        <title>4b62813f - xz: Add ARM64 BCJ filter</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/lib/xz/Kconfig#4b62813f</link>
        <description>xz: Add ARM64 BCJ filterAlso omit a duplicated check for XZ_DEC_ARM in xz_private.h.A later commit updates lib/decompress_unxz.c to enable this filter forkernel decompression.  lib/decompress_unxz.c is already used ifCONFIG_EFI_ZBOOT=y &amp;&amp; CONFIG_KERNEL_XZ=y.This filter can be used by Squashfs without modifications to the Squashfskernel code (only needs support in userspace Squashfs-tools).Link: https://lkml.kernel.org/r/20240721133633.47721-12-lasse.collin@tukaani.orgSigned-off-by: Lasse Collin &lt;lasse.collin@tukaani.org&gt;Reviewed-by: Sam James &lt;sam@gentoo.org&gt;Cc: Albert Ou &lt;aou@eecs.berkeley.edu&gt;Cc: Catalin Marinas &lt;catalin.marinas@arm.com&gt;Cc: Emil Renner Berthing &lt;emil.renner.berthing@canonical.com&gt;Cc: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;Cc: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;Cc: Joel Stanley &lt;joel@jms.id.au&gt;Cc: Jonathan Corbet &lt;corbet@lwn.net&gt;Cc: Jubin Zhong &lt;zhongjubin@huawei.com&gt;Cc: Jules Maselbas &lt;jmaselbas@zdiv.net&gt;Cc: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;Cc: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Cc: Palmer Dabbelt &lt;palmer@dabbelt.com&gt;Cc: Paul Walmsley &lt;paul.walmsley@sifive.com&gt;Cc: Randy Dunlap &lt;rdunlap@infradead.org&gt;Cc: Rui Li &lt;me@lirui.org&gt;Cc: Simon Glass &lt;sjg@chromium.org&gt;Cc: Thomas Gleixner &lt;tglx@linutronix.de&gt;Cc: Will Deacon &lt;will@kernel.org&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;

            List of files:
            /linux-6.15/lib/xz/Kconfig</description>
        <pubDate>Sun, 21 Jul 2024 13:36:26 +0000</pubDate>
        <dc:creator>Lasse Collin &lt;lasse.collin@tukaani.org&gt;</dc:creator>
    </item>
<item>
        <title>ff221153 - xz: fix comments and coding style</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/lib/xz/Kconfig#ff221153</link>
        <description>xz: fix comments and coding style- Fix comments that were no longer in sync with the code below them.- Fix language errors.- Fix coding style.Link: https://lkml.kernel.org/r/20240721133633.47721-5-lasse.collin@tukaani.orgSigned-off-by: Lasse Collin &lt;lasse.collin@tukaani.org&gt;Reviewed-by: Sam James &lt;sam@gentoo.org&gt;Cc: Albert Ou &lt;aou@eecs.berkeley.edu&gt;Cc: Catalin Marinas &lt;catalin.marinas@arm.com&gt;Cc: Emil Renner Berthing &lt;emil.renner.berthing@canonical.com&gt;Cc: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;Cc: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;Cc: Joel Stanley &lt;joel@jms.id.au&gt;Cc: Jonathan Corbet &lt;corbet@lwn.net&gt;Cc: Jubin Zhong &lt;zhongjubin@huawei.com&gt;Cc: Jules Maselbas &lt;jmaselbas@zdiv.net&gt;Cc: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;Cc: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Cc: Palmer Dabbelt &lt;palmer@dabbelt.com&gt;Cc: Paul Walmsley &lt;paul.walmsley@sifive.com&gt;Cc: Randy Dunlap &lt;rdunlap@infradead.org&gt;Cc: Rui Li &lt;me@lirui.org&gt;Cc: Simon Glass &lt;sjg@chromium.org&gt;Cc: Thomas Gleixner &lt;tglx@linutronix.de&gt;Cc: Will Deacon &lt;will@kernel.org&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;

            List of files:
            /linux-6.15/lib/xz/Kconfig</description>
        <pubDate>Sun, 21 Jul 2024 13:36:19 +0000</pubDate>
        <dc:creator>Lasse Collin &lt;lasse.collin@tukaani.org&gt;</dc:creator>
    </item>
<item>
        <title>cf8e8658 - arch: Remove Itanium (IA-64) architecture</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/lib/xz/Kconfig#cf8e8658</link>
        <description>arch: Remove Itanium (IA-64) architectureThe Itanium architecture is obsolete, and an informal survey [0] revealsthat any residual use of Itanium hardware in production is mostly HP-UXor OpenVMS based. The use of Linux on Itanium appears to be limited toenthusiasts that occasionally boot a fresh Linux kernel to see whetherthings are still working as intended, and perhaps to churn out somedistro packages that are rarely used in practice.None of the original companies behind Itanium still produce or supportany hardware or software for the architecture, and it is listed as&apos;Orphaned&apos; in the MAINTAINERS file, as apparently, none of the engineersthat contributed on behalf of those companies (nor anyone else, for thatmatter) have been willing to support or maintain the architectureupstream or even be responsible for applying the odd fix. The Intelfirmware team removed all IA-64 support from the Tianocore/EDK2reference implementation of EFI in 2018. (Itanium is the originalarchitecture for which EFI was developed, and the way Linux supports itdeviates significantly from other architectures.) Some distros, such asDebian and Gentoo, still maintain [unofficial] ia64 ports, but many havedropped support years ago.While the argument is being made [1] that there is a &apos;for the commongood&apos; angle to being able to build and run existing projects such as theGrid Community Toolkit [2] on Itanium for interoperability testing, thefact remains that none of those projects are known to be deployed onLinux/ia64, and very few people actually have access to such a system inthe first place. Even if there were ways imaginable in which Linux/ia64could be put to good use today, what matters is whether anyone isactually doing that, and this does not appear to be the case.There are no emulators widely available, and so boot testing Itanium isgenerally infeasible for ordinary contributors. GCC still supports IA-64but its compile farm [3] no longer has any IA-64 machines. GLIBC wouldlike to get rid of IA-64 [4] too because it would permit some overduecode cleanups. In summary, the benefits to the ecosystem of having IA-64be part of it are mostly theoretical, whereas the maintenance overheadof keeping it supported is real.So let&apos;s rip off the band aid, and remove the IA-64 arch code entirely.This follows the timeline proposed by the Debian/ia64 maintainer [5],which removes support in a controlled manner, leaving IA-64 in a knowngood state in the most recent LTS release. Other projects will followonce the kernel support is removed.[0] https://lore.kernel.org/all/CAMj1kXFCMh_578jniKpUtx_j8ByHnt=s7S+yQ+vGbKt9ud7+kQ@mail.gmail.com/[1] https://lore.kernel.org/all/0075883c-7c51-00f5-2c2d-5119c1820410@web.de/[2] https://gridcf.org/gct-docs/latest/index.html[3] https://cfarm.tetaneutral.net/machines/list/[4] https://lore.kernel.org/all/87bkiilpc4.fsf@mid.deneb.enyo.de/[5] https://lore.kernel.org/all/ff58a3e76e5102c94bb5946d99187b358def688a.camel@physik.fu-berlin.de/Acked-by: Tony Luck &lt;tony.luck@intel.com&gt;Signed-off-by: Ard Biesheuvel &lt;ardb@kernel.org&gt;

            List of files:
            /linux-6.15/lib/xz/Kconfig</description>
        <pubDate>Thu, 20 Oct 2022 13:54:33 +0000</pubDate>
        <dc:creator>Ard Biesheuvel &lt;ardb@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>aaa2975f - lib/xz: Add MicroLZMA decoder</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/lib/xz/Kconfig#aaa2975f</link>
        <description>lib/xz: Add MicroLZMA decoderMicroLZMA is a yet another header format variant where the firstbyte of a raw LZMA stream (without the end of stream marker) hasbeen replaced with a bitwise-negation of the lc/lp/pb propertiesbyte. MicroLZMA was created to be used in EROFS but can be usedby other things too where wasting minimal amount of space forheaders is important.This is implemented using most of the LZMA2 code as is so theamount of new code is small. The API has a few extra featurescompared to the XZ decoder. On the other hand, the API lacksXZ_BUF_ERROR support which is important to take into accountwhen using this API.MicroLZMA doesn&apos;t support BCJ filters. In theory they could beadded later as there are many unused/reserved values for thefirst byte of the compressed stream but in practice it issomewhat unlikely to happen due to a few implementation reasons.Link: https://lore.kernel.org/r/20211010213145.17462-5-xiang@kernel.orgSigned-off-by: Lasse Collin &lt;lasse.collin@tukaani.org&gt;Signed-off-by: Gao Xiang &lt;hsiangkao@linux.alibaba.com&gt;

            List of files:
            /linux-6.15/lib/xz/Kconfig</description>
        <pubDate>Sun, 10 Oct 2021 21:31:42 +0000</pubDate>
        <dc:creator>Lasse Collin &lt;lasse.collin@tukaani.org&gt;</dc:creator>
    </item>
<item>
        <title>8e2a46a4 - docs: move remaining stuff under Documentation/*.txt to Documentation/staging</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/lib/xz/Kconfig#8e2a46a4</link>
        <description>docs: move remaining stuff under Documentation/*.txt to Documentation/stagingThere are several files that I was unable to find a proper placefor them, and 3 ones that are still in plain old text format.Let&apos;s place those stuff behind the carpet, as we&apos;d like to keep theroot directory clean.We can later discuss and move those into better places.Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;Link: https://lore.kernel.org/r/11bd0d75e65a874f7c276a0aeab0fe13f3376f5f.1592203650.git.mchehab+huawei@kernel.orgSigned-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;

            List of files:
            /linux-6.15/lib/xz/Kconfig</description>
        <pubDate>Mon, 15 Jun 2020 06:50:25 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/lib/xz/Kconfig#ec8f24b7</link>
        <description>treewide: Add SPDX license identifier - Makefile/KconfigAdd SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any formThese files fall under the project license, GPL v2 only. The resulting SPDXlicense identifier is:  GPL-2.0-onlySigned-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/lib/xz/Kconfig</description>
        <pubDate>Sun, 19 May 2019 12:07:45 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>bf4d064d - lib/xz: enable all filters by default in Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/lib/xz/Kconfig#bf4d064d</link>
        <description>lib/xz: enable all filters by default in KconfigThis restores the old behavior that existed before 2013-02-22, whenchanges were made by 64dbfb444c150 (&quot;decompressors: drop dependency onCONFIG_EXPERT&quot;) and 5dc49c75a2 (&quot;decompressors: make the defaultXZ_DEC_* config match the selected architecture&quot;).Disabling the filters only makes sense on embedded systems.Signed-off-by: Lasse Collin &lt;lasse.collin@tukaani.org&gt;Acked-by: Kyle McMartin &lt;kyle@infradead.org&gt;Cc: Florian Fainelli &lt;f.fainelli@gmail.com&gt;Cc: Phillip Lougher &lt;phillip@lougher.demon.co.uk&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/lib/xz/Kconfig</description>
        <pubDate>Wed, 04 Jun 2014 23:11:50 +0000</pubDate>
        <dc:creator>Lasse Collin &lt;lasse.collin@tukaani.org&gt;</dc:creator>
    </item>
<item>
        <title>97da55fc - decompressors: fix typo &quot;POWERPC&quot;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/lib/xz/Kconfig#97da55fc</link>
        <description>decompressors: fix typo &quot;POWERPC&quot;Commit 5dc49c75a26b (&quot;decompressors: make the default XZ_DEC_* configmatch the selected architecture&quot;) added	default y if POWERPCto lib/xz/Kconfig.  But there is no Kconfig symbol POWERPC.  The mostgeneral Kconfig symbol for the powerpc architecture is PPC.  So let&apos;suse that.Signed-off-by: Paul Bolle &lt;pebolle@tiscali.nl&gt;Cc: Florian Fainelli &lt;florian@openwrt.org&gt;Cc: Lasse Collin &lt;lasse.collin@tukaani.org&gt;Cc: Benjamin Herrenschmidt &lt;benh@kernel.crashing.org&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/lib/xz/Kconfig</description>
        <pubDate>Wed, 13 Mar 2013 21:59:44 +0000</pubDate>
        <dc:creator>Paul Bolle &lt;pebolle@tiscali.nl&gt;</dc:creator>
    </item>
<item>
        <title>5dc49c75 - decompressors: make the default XZ_DEC_* config match the selected architecture</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/lib/xz/Kconfig#5dc49c75</link>
        <description>decompressors: make the default XZ_DEC_* config match the selected architectureChange the defautl XZ_DEC_* config symbol to match the configuredarchitecture.  It is perfectly legitimate to support multiple XZ BCJfilters for different architectures (e.g.: to mount foreign squashfs/xzcompressed filesystems), it is however more natural not to select them allby default, but only the one matching the configured architecture.Signed-off-by: Florian Fainelli &lt;florian@openwrt.org&gt;Acked-by: Lasse Collin &lt;lasse.collin@tukaani.org&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/lib/xz/Kconfig</description>
        <pubDate>Fri, 22 Feb 2013 00:44:12 +0000</pubDate>
        <dc:creator>Florian Fainelli &lt;florian@openwrt.org&gt;</dc:creator>
    </item>
<item>
        <title>64dbfb44 - decompressors: drop dependency on CONFIG_EXPERT</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/lib/xz/Kconfig#64dbfb44</link>
        <description>decompressors: drop dependency on CONFIG_EXPERTRemove the XZ_DEC_* depedencey on CONFIG_EXPERT as recommended by LasseColin.Signed-off-by: Florian Fainelli &lt;florian@openwrt.org&gt;Acked-by: Lasse Collin &lt;lasse.collin@tukaani.org&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/lib/xz/Kconfig</description>
        <pubDate>Fri, 22 Feb 2013 00:44:11 +0000</pubDate>
        <dc:creator>Florian Fainelli &lt;florian@openwrt.org&gt;</dc:creator>
    </item>
<item>
        <title>9d749629 - decompressors: group XZ_DEC_* symbols under an if XZ_BCJ / endif</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/lib/xz/Kconfig#9d749629</link>
        <description>decompressors: group XZ_DEC_* symbols under an if XZ_BCJ / endifGroup all architecture-specific BCJ filter configuration symbols under anif XZ_BCJ / endif statement.Signed-off-by: Florian Fainelli &lt;florian@openwrt.org&gt;Acked-by: Lasse Collin &lt;lasse.collin@tukaani.org&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/lib/xz/Kconfig</description>
        <pubDate>Fri, 22 Feb 2013 00:44:10 +0000</pubDate>
        <dc:creator>Florian Fainelli &lt;florian@openwrt.org&gt;</dc:creator>
    </item>
<item>
        <title>6a108a14 - kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/lib/xz/Kconfig#6a108a14</link>
        <description>kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTThe meaning of CONFIG_EMBEDDED has long since been obsoleted; the optionis used to configure any non-standard kernel with a much larger scope thanonly small devices.This patch renames the option to CONFIG_EXPERT in init/Kconfig and fixesreferences to the option throughout the kernel.  A new CONFIG_EMBEDDEDoption is added that automatically selects CONFIG_EXPERT when enabled andcan be used in the future to isolate options that should only beconsidered for embedded systems (RISC architectures, SLOB, etc).Calling the option &quot;EXPERT&quot; more accurately represents its intention: onlyexpert users who understand the impact of the configuration changes theyare making should enable it.Reviewed-by: Ingo Molnar &lt;mingo@elte.hu&gt;Acked-by: David Woodhouse &lt;david.woodhouse@intel.com&gt;Signed-off-by: David Rientjes &lt;rientjes@google.com&gt;Cc: Greg KH &lt;gregkh@suse.de&gt;Cc: &quot;David S. Miller&quot; &lt;davem@davemloft.net&gt;Cc: Jens Axboe &lt;axboe@kernel.dk&gt;Cc: Arnd Bergmann &lt;arnd@arndb.de&gt;Cc: Robin Holt &lt;holt@sgi.com&gt;Cc: &lt;linux-arch@vger.kernel.org&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/lib/xz/Kconfig</description>
        <pubDate>Thu, 20 Jan 2011 22:44:16 +0000</pubDate>
        <dc:creator>David Rientjes &lt;rientjes@google.com&gt;</dc:creator>
    </item>
<item>
        <title>24fa0402 - decompressors: add XZ decompressor module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/lib/xz/Kconfig#24fa0402</link>
        <description>decompressors: add XZ decompressor moduleIn userspace, the .lzma format has become mostly a legacy file format thatgot superseded by the .xz format.  Similarly, LZMA Utils was superseded byXZ Utils.These patches add support for XZ decompression into the kernel.  Most ofthe code is as is from XZ Embedded &lt;http://tukaani.org/xz/embedded.html&gt;.It was written for the Linux kernel but is usable in other projects too.Advantages of XZ over the current LZMA code in the kernel:  - Nice API that can be used by other kernel modules; it&apos;s    not limited to kernel, initramfs, and initrd decompression.  - Integrity check support (CRC32)  - BCJ filters improve compression of executable code on    certain architectures. These together with LZMA2 can    produce a few percent smaller kernel or Squashfs images    than plain LZMA without making the decompression slower.This patch: Add the main decompression code (xz_dec), testing module(xz_dec_test), wrapper script (xz_wrap.sh) for the xz command line tool,and documentation.  The xz_dec module is enough to have a usable XZdecompressor e.g.  for Squashfs.Signed-off-by: Lasse Collin &lt;lasse.collin@tukaani.org&gt;Cc: &quot;H. Peter Anvin&quot; &lt;hpa@zytor.com&gt;Cc: Alain Knaff &lt;alain@knaff.lu&gt;Cc: Albin Tonnerre &lt;albin.tonnerre@free-electrons.com&gt;Cc: Phillip Lougher &lt;phillip@lougher.demon.co.uk&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/lib/xz/Kconfig</description>
        <pubDate>Thu, 13 Jan 2011 01:01:22 +0000</pubDate>
        <dc:creator>Lasse Collin &lt;lasse.collin@tukaani.org&gt;</dc:creator>
    </item>
</channel>
</rss>
