Preparing update 2.0.0 Beta 2
authorAlexander Ebert <ebert@woltlab.com>
Thu, 30 May 2013 22:27:01 +0000 (00:27 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 30 May 2013 22:27:01 +0000 (00:27 +0200)
com.woltlab.wcf/option.xml
com.woltlab.wcf/package.xml

index 05b0ca0cb5ed5ae5f704504993f7ca682963bcd7..9d6a4f5dcce449971cdf475afb536bbfff7ff44c 100644 (file)
@@ -1065,4 +1065,8 @@ DESC:wcf.global.sortOrder.descending]]></selectoptions>
                        <!-- /message.general.poll -->
                </options>
        </import>
+       
+       <delete>
+               <option name="cache_source_memcached_use_pconnect" />
+       </delete>
 </data>
index 3b4edcda28eac4577a6fe3854d967dc127ad1705..d0ebf3bd8f28f7caffc2a25d597a87cdfd81ec28 100644 (file)
@@ -5,8 +5,8 @@
                <packagedescription><![CDATA[Free web-framework, designed and developed for complex community applications.]]></packagedescription>
                <packagedescription language="de"><![CDATA[Freies Web-Framework, das für komplexe Community-Anwendungen entworfen und entwickelt wurde.]]></packagedescription>
                <isapplication>1</isapplication>
-               <version>2.0.0 Beta 1</version> <!-- codename: maelstrom -->
-               <date>2013-05-29</date>
+               <version>2.0.0 Beta 2</version> <!-- codename: maelstrom -->
+               <date>2013-06-01</date>
        </packageinformation>
        
        <authorinformation>
                <instruction type="aclOption">aclOption.xml</instruction>
                <instruction type="script">acp/post_install.php</instruction> 
        </instructions>
+       
+       <instructions type="update" fromversion="2.0.0 Beta 1">
+               <instruction type="file">files_update.tar</instruction>
+               <instruction type="option">option.xml</instruction>
+               <instruction type="template">templates_update.tar</instruction>
+       </instructions>
 </package>