<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Seven Update</title>
	<atom:link href="http://sevenupdate.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://sevenupdate.com</link>
	<description>The open source update platform for windows</description>
	<lastBuildDate>Sun, 18 Mar 2012 10:59:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>March 2012 Dev Update</title>
		<link>http://sevenupdate.com/2012/03/march-2012-dev-update/</link>
		<comments>http://sevenupdate.com/2012/03/march-2012-dev-update/#comments</comments>
		<pubDate>Fri, 09 Mar 2012 22:56:01 +0000</pubDate>
		<dc:creator>sevenalive</dc:creator>
				<category><![CDATA[Development Update]]></category>

		<guid isPermaLink="false">http://sevenupdate.com/?p=416</guid>
		<description><![CDATA[First off, this project is not dead. I just been spending time on other projects, playing video games, and general laziness. Right now I&#8217;m working on a open source asp.net mvc project and once I get that polished enough, I can devote some time to this again. I estimate 2 months. One of the things [...]]]></description>
			<content:encoded><![CDATA[<p>First off, this project is not dead. I just been spending time on other projects, playing video games, and general laziness.</p>
<p>Right now I&#8217;m working on a open source asp.net mvc project and once I get that polished enough, I can devote some time to this again. I estimate 2 months.</p>
<p>One of the things I want to do is bring bin patching and easier update creation and deployment. That would require some major UI and code changes to the SDK and that will take a bit of time.</p>
<p>I elaborated a bit on what I want to do in an earlier post. A compressed file containing the update info and the bin patches for that update. Then each update is versioned so it can all be chained bin patched up to a max of 3 prior updates. The other would be a full binary compressed file that would be used if the patch fails or the version on system is too old to be bin patched.</p>
<p>I also will take a bit of time updating the Seven Update UI as well. Depending on the availability of metro controls for WPF, I plan on incorporating some of those elements. Removing the sidebar and go with top metro style navigation.<br />
Change the back button from aero to metro.</p>
<p>The priority and first thing I do will be adding bin patching. Currently uses uncompressed files, which is bandwidth wasting. Compressed binary patches will allow smaller updates with tiny install time trade off, should still be 30% or more faster because of the lower download times</p>
]]></content:encoded>
			<wfw:commentRss>http://sevenupdate.com/2012/03/march-2012-dev-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dev update &#8211; 09/13/11</title>
		<link>http://sevenupdate.com/2011/09/dev-update-091311/</link>
		<comments>http://sevenupdate.com/2011/09/dev-update-091311/#comments</comments>
		<pubDate>Wed, 14 Sep 2011 05:47:53 +0000</pubDate>
		<dc:creator>sevenalive</dc:creator>
				<category><![CDATA[Development Update]]></category>

		<guid isPermaLink="false">http://sevenupdate.com/?p=410</guid>
		<description><![CDATA[A few days ago a small update was released to fix a bug that prevented auto checking for Seven Update&#8217;s self updates. It did not affect manual updates. The version affected by this bug should get the auto update also, since it was just a filename error. I plan on releasing another minor update to [...]]]></description>
			<content:encoded><![CDATA[<p>A few days ago a small update was released to fix a bug that prevented auto checking for Seven Update&#8217;s self updates. It did not affect manual updates. The version affected by this bug should get the auto update also, since it was just a filename error.</p>
<p>I plan on releasing another minor update to fix a crash if a task dialog is shown soon. I&#8217;m still working on the bigger 2.0 update that will bring delta patch updates and a easier SDK for the new process. I plan on having a beta before the end of the year. Once it&#8217;s in a usable state, the dev channel will receive it. When that time comes, you will be able to switch the release channels from within the settings page in Seven Update.</p>
<p>Update 9-15-11</p>
<p>That update has been released:<br />
[all] Fixes all crashes related to opening TaskDialog is various situations.<br />
[SU] Fixed the reboot needed message not displaying if you execute Seven Update again without rebooting.<br />
[SU] Fixed unable to close TaskDialog when pressing the add button when adding a custom app to the list.</p>
]]></content:encoded>
			<wfw:commentRss>http://sevenupdate.com/2011/09/dev-update-091311/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New installer has been released.</title>
		<link>http://sevenupdate.com/2011/05/new-installer-has-been-released/</link>
		<comments>http://sevenupdate.com/2011/05/new-installer-has-been-released/#comments</comments>
		<pubDate>Sun, 22 May 2011 12:03:48 +0000</pubDate>
		<dc:creator>sevenalive</dc:creator>
				<category><![CDATA[Development Update]]></category>
		<category><![CDATA[Releases]]></category>
		<category><![CDATA[Installer]]></category>

		<guid isPermaLink="false">http://sevenupdate.com/?p=388</guid>
		<description><![CDATA[The new installer has been released. It&#8217;s custom made built on .NET with a NSIS wrapper that checks for .NET 4 and installs it, then launches the installer. This new installer bring new functionality and unifies installation of Seven Update and the SDK. Command-line arguments are supported! Example usage: Setup.exe -sdk -auto -promptreboot -silent or [...]]]></description>
			<content:encoded><![CDATA[<p>The new installer has been released. It&#8217;s custom made built on .NET with a NSIS wrapper that checks for .NET 4 and installs it, then launches the installer. This new installer bring new functionality and unifies installation of Seven Update and the SDK.</p>
<ul>
<li>Command-line arguments are supported! Example usage: Setup.exe -sdk -auto -promptreboot
<ul>
<li style="text-align: left;">-silent or -s: No UI and completes the installation without any prompts.</li>
<li style="text-align: left;">-sdk: Installs Seven Update SDK files along with Seven Update.</li>
<li style="text-align: left;">-forcereboot: Reboots the system when installation completes. If -silent is used, reboot will be automatically, if not that will be the only option available when installer is complete.</li>
<li style="text-align: left;">-promptreboot: Shows UI that asks the user to reboot the system, with an option to reboot later. UI will be shown for this even if silent is used.-auto Automatically begins the installation, this option is not needed when -silent is used. Setup will skip the welcome page and start installing files.</li>
<li style="text-align: left;">Note: -forcereboot and -promptreboot cannot both be set, an error will be displayed. -silent and -auto should not be used together, no error will prompt and -silent will take precedence.</li>
</ul>
</li>
<li>Simple UI. No unnecessary steps or screens. Windows 7 taskbar progress.</li>
<li>One installer, no need to download a separate installer to get the SDK.</li>
</ul>
<p>Same thing goes for the uninstaller:</p>
<ul>
<li>Simplified uninstall with option to remove saved settings and sdk projects</li>
<li>Supports -silent and -clean (removes saved settings).</li>
</ul>
<p>For existing installations, an update to Seven Update has been released that will uninstall the old version, and install the new version for you.</p>
<p>The update brings minor bug fixes and unifies the installation directory. The SDK now shares the same libraries.</p>
<p>CCleaner, WinRAR, MPC-HC updates have been disabled for the time being. They will be re-enabled at a later date.</p>
]]></content:encoded>
			<wfw:commentRss>http://sevenupdate.com/2011/05/new-installer-has-been-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The future of Seven Update with 2.0</title>
		<link>http://sevenupdate.com/2011/03/the-future-of-seven-update-with-2-0/</link>
		<comments>http://sevenupdate.com/2011/03/the-future-of-seven-update-with-2-0/#comments</comments>
		<pubDate>Wed, 30 Mar 2011 22:09:00 +0000</pubDate>
		<dc:creator>sevenalive</dc:creator>
				<category><![CDATA[Development Update]]></category>

		<guid isPermaLink="false">http://sevenupdate.com/?p=371</guid>
		<description><![CDATA[After thinking through many scenarios, I have come up with the next evolution in Seven Update. My original goal of Seven Update was to save bandwidth downloading updates and time creating and installing updates. I also wanted to make a uniform update platform for windows that provides an easy way for developers and users to [...]]]></description>
			<content:encoded><![CDATA[<p>After thinking through many scenarios, I have come up with the next evolution in Seven Update. My original goal of Seven Update was to save bandwidth downloading updates and time creating and installing updates. I also wanted to make a uniform update platform for windows that provides an easy way for developers and users to update software. I realized Seven Update is not meeting those goals. Using SHA-2 hash checking to determine which files actually need updated is a great idea, however it complicates creating updates and it actually increases the bandwidth needed in many cases.</p>
<p>Recently I pushed an update for Media Center Classic Home Cinema. The program folder size is about 36mb uncompressed. Using simple zip compression, the folder size is about 5.5mb, that&#8217;s a big difference.</p>
<p>While I have not finalized the exact steps I do have a general outline. I plan on using xdelta 3.0z (or latest) to do patching, xdelta is the only windows solution that is open source and that supports 64 bit and files over 2gb. BSDiff can only handle a filesize of about 120mb. xdelta is actively developed and can be found <a href="http://code.google.com/p/xdelta/">here</a>. I will use gzip archives to store each program revision in the SDK. It&#8217;s going to be important to keep old versions, I recommended 3 versions back. Don&#8217;t worry though, The SDK will generate a new full 7u package with each update you create. So if a user is using an old version that hasn&#8217;t updated in a while and a patch for it is not maintained, it will just download the full package. I am also toying with the idea of creating incremental and differential 7u packages, like 1.0-1.4.7u, so it doesn&#8217;t need to download 4 patch files and apply each one, that could be an option for the publisher to decide because it would save updating time and 0verall bandwidth but would increase initial upload bandwidth and storage space needed.</p>
<p>Example: SevenUpdate_Full.7u, SevenUpdate_1.0-1.1.7u, SevenUpdate_1.1-1.2.7u</p>
<p>The publisher will add only the updated files to the new update that person is creating. The SDK will have the ability to detect changed files to help to the work for you. The SDK will copy those files and create a 7z archive. The SDK will then generate patch files for each file. Creating registry and shortcut actions should remain the same. When an update is published, the SDK will  gather the patch file gzip them into a file called 7u. The default file name will be the version# of the update.</p>
<p>The SUI format will include various enhancements, file version #&#8217;s, last modified date of each file, an unique update id, and an update dependence option. The dependence option will allow the publisher to specify required updates to be installed along with the new update, that is where the unique update id will be used. UpdateFile.Source property will be removed, as it will be no longer needed.</p>
<p>So with this new process update distribution should be easier, only 2 files will be needed to be uploaded to a web server, the sui and the 7u file. The SUI as usual will contain all update information for your program and help Seven Update determine which updates are needed. Most of these changes will affect SevenUpdate.Sdk and SevenUpdate.Base projects. This will also lead to a UI update for the SDK, Seven Update shouldn&#8217;t be affected.</p>
<p>This will be a major update since it is going to affect almost all aspects of it&#8217;s base functionality, right now I am still in the preplanning stages. 1.x will still be maintained and updated as needed until 2.0 reaches a final release. Once the new version is in a working state , I will start pushing updates to the dev channel and introduce the SDK dev channel. The new installer should be done by that point.</p>
<p>So if you want to help with development, please don&#8217;t hesitate I could use the help, so this get&#8217;s done at a faster pace.</p>
]]></content:encoded>
			<wfw:commentRss>http://sevenupdate.com/2011/03/the-future-of-seven-update-with-2-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dev update &#8211; 3/19/11</title>
		<link>http://sevenupdate.com/2011/03/dev-update/</link>
		<comments>http://sevenupdate.com/2011/03/dev-update/#comments</comments>
		<pubDate>Sun, 20 Mar 2011 06:49:43 +0000</pubDate>
		<dc:creator>sevenalive</dc:creator>
				<category><![CDATA[Development Update]]></category>

		<guid isPermaLink="false">http://sevenupdate.com/?p=358</guid>
		<description><![CDATA[I been busy working on a new installer that simplifies the process and removes unnecessary pages. I also decided to move the SDK files into the Seven Update folder, because they both use the same files and it doesn&#8217;t make much sense to have it in a separate folder. I am also working on the SDK doing a input validation overhaul [...]]]></description>
			<content:encoded><![CDATA[<p>I been busy working on a new installer that simplifies the process and removes unnecessary pages. I also decided to move the SDK files into the Seven Update folder, because they both use the same files and it doesn&#8217;t make much sense to have it in a separate folder. I am also working on the SDK doing a input validation overhaul that will give warnings instead of blocking errors in cases where the input is valid but files/directorys/regkeys don&#8217;t exist on your system.</p>
<p>Here is a preview of the new installer:</p>
<p><a class="highslide img_4" href="http://sevenupdate.com/wp-content/uploads/2011/03/Installer1.png" onclick="return hs.expand(this)"><img class="alignnone size-medium wp-image-361" title="Installer" src="http://sevenupdate.com/wp-content/uploads/2011/03/Installer1-320x137.png" /></a></p>
<div class="hidden-container">
<a class="highslide img_5" href="http://sevenupdate.com/wp-content/uploads/2011/03/Installer2.png" onclick="return hs.expand(this)"><img src="http://sevenupdate.com/wp-content/uploads/2011/03/Installer2-320x115.png" alt="" title="Installer2"  class="alignnone size-medium wp-image-362" /></a><a class="highslide img_6" href="http://sevenupdate.com/wp-content/uploads/2011/03/Installer3.png" onclick="return hs.expand(this)"><img src="http://sevenupdate.com/wp-content/uploads/2011/03/Installer3-320x107.png" alt="" title="Installer3" class="alignnone size-medium wp-image-363" /></a>
</div>
]]></content:encoded>
			<wfw:commentRss>http://sevenupdate.com/2011/03/dev-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dev update &#8211; 2/26/11</title>
		<link>http://sevenupdate.com/2011/02/dev-update-22611/</link>
		<comments>http://sevenupdate.com/2011/02/dev-update-22611/#comments</comments>
		<pubDate>Sun, 27 Feb 2011 06:47:57 +0000</pubDate>
		<dc:creator>sevenalive</dc:creator>
				<category><![CDATA[Development Update]]></category>

		<guid isPermaLink="false">http://sevenupdate.com/?p=339</guid>
		<description><![CDATA[Another month has gone by in 2011, soon we will be basking in the warm sun. I now have more free time to develop and improve Seven Update as I now have to find a new job, anyone looking to hire a c# dev? I will use this time to create the much needed documentation, [...]]]></description>
			<content:encoded><![CDATA[<p>Another month has gone by in 2011, soon we will be basking in the warm sun. I now have more free time to develop and improve Seven Update as I now have to find a new job, anyone looking to hire a c# dev? I will use this time to create the much needed documentation, if you want to help me with that, just ask.</p>
<p>So you may have noticed new updates release today, they are very minor, in fact I was saving these changes for a bigger update, but I figured I wouldn&#8217;t have one ready for a while so I release them. I added a privacy statement to Seven Update, it can be found on the settings page and updated the about windows to give it a cleaner look.</p>
<p>I have added help cursors to labels that have help tool-tips and improved some input validation. I also added a sort of hidden feature which I found myself needing when creating updates. When I needed to add files that I wanted it to have %InstallDir%\myfile.ext instead of the real filepath, I used to just copy the files over to that path to save myself editing each install directory. This feature will be useful if you have your files in another location than your install directory, such as your VS project bin folder. So to force %InstallDir% to be used when adding files instead of the real file&#8217;s location, simply hold your shift key before pressing the &#8220;add file(s)&#8221;. &#8220;add folder&#8221;, or &#8220;browse&#8221; button. Once you click it and are presented the file dialog box you release the shift button.</p>
<p>Incase I just confused you here is an example</p>
<p>I got a file located %DESKTOP%\SevenUpdate.exe and it&#8217;s install location is %InstallDir%\SevenUpdate.exe. Now normally if I add that file, the default Install location used will be %DESKTOP%\SevenUpdate.exe, because that is where the file exists and the SDK assumes the files are in the correct installed place. However to save time and make it easier, you can hold the shift key and instead of %DESKTOP%\SevenUpdate.exe, it will be %InstallDir%\SevenUpdate.exe in the textbox. Of course you can still manually edit the location using the textbox if neccessary.</p>
<p>I am also still considering a better way to create and distribute updates and I don&#8217;t think doing a diff will make much a difference and just zipping everything up defeats one of Seven Update&#8217;s main goals. I do have another idea which I am going to borrow from Steam, Valve&#8217;s gaming platform. Steam uses GCF files which is basically a compressed archive that can be updated easily while only downloading the needed bits. Any files in the GCF that are outdated are downloaded and then copied to the GCF. I been trying to find some documentation on how it actually does it so I can implement a similar method. I assume it involves doing client side calculations and sending it to their servers, then the server sends the files needed (much like Windows Update). Seven Update doesn&#8217;t send anything to the server, the client downloads the list of all installed apps and does everything client side. This may have an impact if 50 or more apps are installed and updated through Seven Update.</p>
<p>I will keep finding ways to simplify the process and if you have any ideas, please let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://sevenupdate.com/2011/02/dev-update-22611/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Proposed additions and changes for the version 1.3</title>
		<link>http://sevenupdate.com/2011/02/proposed-additions-and-changes-for-the-version-1-3/</link>
		<comments>http://sevenupdate.com/2011/02/proposed-additions-and-changes-for-the-version-1-3/#comments</comments>
		<pubDate>Sat, 12 Feb 2011 01:01:48 +0000</pubDate>
		<dc:creator>sevenalive</dc:creator>
				<category><![CDATA[Development Update]]></category>

		<guid isPermaLink="false">http://sevenupdate.com/?p=327</guid>
		<description><![CDATA[Planning has begun for Seven Update and SDK Milestone 1.3 update, your help is needed! Please post your ideas on the Google Groups or submit a feature request on Google Code. So far I have came up with these new ideas for the future version. These are ideas that are being considered, nothing is a [...]]]></description>
			<content:encoded><![CDATA[<p>Planning has begun for Seven Update and SDK Milestone 1.3 update, your help is needed! Please post your ideas on the Google Groups or submit a feature request on Google Code. So far I have came up with these new ideas for the future version. These are ideas that are being considered, nothing is a sure thing yet. I would like votes on the features users and developers want the most.</p>
<h3>Seven Update</h3>
<ul>
<li>Prompt to close any files/applications needing updated to avoid a system reboot.</li>
</ul>
<h3>Seven Update SDK</h3>
<ul>
<li>Ability to simulate updating and test for issues with projects.</li>
<li>Show warnings for directories and urls that cannot be found.</li>
<li>Have a &#8220;Seven Update Package&#8221; option that uses a special 7zip archive with the files needed to be updated and the list of files, shortcuts, and registry actions to install. The downside is the download size will always be the same even if most files are already update to date. This would make it even easier to manage and release updates. I really would like your ideas and comments about making update releases easier.</li>
<li>Determine updates by a registry value or file versions instead of SHA-2 values.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://sevenupdate.com/2011/02/proposed-additions-and-changes-for-the-version-1-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>1.2.1.3 update released</title>
		<link>http://sevenupdate.com/2011/02/1-2-1-3-update-released/</link>
		<comments>http://sevenupdate.com/2011/02/1-2-1-3-update-released/#comments</comments>
		<pubDate>Wed, 09 Feb 2011 05:08:42 +0000</pubDate>
		<dc:creator>sevenalive</dc:creator>
				<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://sevenupdate.com/?p=315</guid>
		<description><![CDATA[1.2.1.3 has been released today to fix various issues users are reporting. This update may require a manual update as a bug was discovered preventing Seven Update from updating itself in some cases. It&#8217;s best to uninstall Seven Update and the SDK and download the new installers to reinstall. However you can try to update [...]]]></description>
			<content:encoded><![CDATA[<p>1.2.1.3 has been released today to fix various issues users are reporting. This update may require a manual update as a bug was discovered preventing Seven Update from updating itself in some cases. It&#8217;s best to uninstall Seven Update and the SDK and download the new installers to reinstall. However you can try to update and see if that works.</p>
<h3>Changes</h3>
<h4>Seven Update</h4>
<ul>
<li>Fixed crash when viewing the &#8220;Change Settings&#8221; page more than once during a single execution</li>
<li>Fixed bug preventing custom added apps from being listed in the application list</li>
<li>Fixed bug showing 64 bit only apps on 32-bit operating systems</li>
<li>Fixed a bug that caused applications to be partially updating, causing the same update to be installed a few times to update all files.</li>
<li>Fixed a bug preventing Seven Update from being updated for some versions.</li>
</ul>
<h4>Seven Update SDK</h4>
<ul>
<li>Added better url validation and application location validation.</li>
<li>Added 32-bit, 64-bit or hybrid (Same files for both 32bit and 64bit) application platforms.</li>
<li>Fixed bug when changing the project from 32bit to 64 bit and visa versa causing either a crash or the updates for the project to disappear.</li>
<li>Fixed various crashes when saving or exporting projects.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://sevenupdate.com/2011/02/1-2-1-3-update-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>1.2.1.2 update for Seven Update and 1.2.1.0 SDK update released</title>
		<link>http://sevenupdate.com/2010/12/updates/</link>
		<comments>http://sevenupdate.com/2010/12/updates/#comments</comments>
		<pubDate>Thu, 23 Dec 2010 05:10:39 +0000</pubDate>
		<dc:creator>sevenalive</dc:creator>
				<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://sevenupdate.com/?p=290</guid>
		<description><![CDATA[An update to Seven Update has been released, there is a list of the changes: Code optimizations Application Restart and Recovery support in Windows Vista and Windows 7 Fixed update selection not being saved correctly in some cases Error logs have been combined into one location, specific for each user Fixed crash when trying to [...]]]></description>
			<content:encoded><![CDATA[<p>An update to Seven Update has been released, there is a list of the changes:</p>
<ul>
<li>Code optimizations</li>
<li>Application Restart and Recovery support in Windows Vista and Windows 7</li>
<li>Fixed update selection not being saved correctly in some cases</li>
<li>Error logs have been combined into one location, specific for each user</li>
<li>Fixed crash when trying to load files that do not exist.</li>
<li>Fixed memory leak when navigating pages</li>
</ul>
<div>
<p>An update to Seven Update SDK has been released, there is a list of the changes:</p>
<ul>
<li>Code optimizations</li>
<li>Application Restart and Recovery support in Windows Vista and Windows 7</li>
<li>On crash, an attempt will be made to save project before exiting.</li>
<li>The last filename used when exporting application and update files will be remembered.</li>
<li>Fixed crash when trying to load files that do not exist.</li>
<li>Reversed order of project list, last projects worked on are now first on list</li>
<li>Fixed memory leak when navigating pages</li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://sevenupdate.com/2010/12/updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introducing Release Channels</title>
		<link>http://sevenupdate.com/2010/11/introducing-release-channels/</link>
		<comments>http://sevenupdate.com/2010/11/introducing-release-channels/#comments</comments>
		<pubDate>Mon, 15 Nov 2010 08:06:30 +0000</pubDate>
		<dc:creator>sevenalive</dc:creator>
				<category><![CDATA[Development Update]]></category>

		<guid isPermaLink="false">http://sevenupdate.com/?p=282</guid>
		<description><![CDATA[There is now a new feature of Seven Update, called release channels, much like Google Chrome. This allows beta testers and developers to easily test and use unreleased versions of Seven Update. The Dev Channel is intended for beta testers and developers. It may contain bugs and even crash. By using this channel, you agree [...]]]></description>
			<content:encoded><![CDATA[<p>There is now a new feature of Seven Update, called release channels, much like Google Chrome. This allows beta testers and developers to easily test and use unreleased versions of Seven Update.</p>
<p>The Dev Channel is intended for beta testers and developers. It may contain bugs and even crash. By using this channel, you agree not to hold Seven Software, it&#8217;s developers, or it&#8217;s partners responsible for any data loss or corruption. </p>
<p>A beta channel will be available in the future. Currently the only way to switch to the dev channel is to download and run the special installer. A command line switch will be available in the future to make it easy to switch channels without grabbing an installer.</p>
<p>Use the <a href="http://code.google.com/p/sevenupdate/downloads/detail?name=Seven%20Update%20Setup%20-%20Dev%20Channel.exe&#038;can=2&#038;q=">Dev Channel</a></p>
]]></content:encoded>
			<wfw:commentRss>http://sevenupdate.com/2010/11/introducing-release-channels/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

