<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.linuxmce.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Merkur2k</id>
	<title>LinuxMCE - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.linuxmce.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Merkur2k"/>
	<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php/Special:Contributions/Merkur2k"/>
	<updated>2026-07-21T18:10:22Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Insteon_-_Setting_Up_PLM_Template&amp;diff=28776</id>
		<title>Insteon - Setting Up PLM Template</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Insteon_-_Setting_Up_PLM_Template&amp;diff=28776"/>
		<updated>2011-10-06T06:30:51Z</updated>

		<summary type="html">&lt;p&gt;Merkur2k: /* Setting up the Template */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Versioninfo|810Status=Q/A|810UpdatedDate=29 JUNE 2010|810UpdatedBy=langstonius|710Status=N/A|710UpdatedDate=29JUNE 2010|710UpdatedBy=langstonius}}&lt;br /&gt;
[[Category:Tutorials]]&lt;br /&gt;
[[Category:Power Line Control]]&lt;br /&gt;
[[Category:GSD| ]]&lt;br /&gt;
 {| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;&#039; UPDATED: 11-MAR-08 Many bugs fixed, X10 fixes...&lt;br /&gt;
:&#039;&#039;&#039; UPDATED: 13-FEB-08 X10 Support fixed! &lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
:--ddamron&lt;br /&gt;
&lt;br /&gt;
Here are the steps to create an Insteon PLM Template.  This driver is written entirely in Ruby.  Please consider this driver complete, and is in Release Candidate 1.  I&#039;m sure there are still a few bugs (although we&#039;ve ironed most of them out now). The more people testing this code, the more bugs we can find, and get this to a release state.  Once it&#039;s in release state, it will be added to sqlcvs and offered via a &#039;quick&#039; update.&lt;br /&gt;
&lt;br /&gt;
==Supported Devices==&lt;br /&gt;
This driver supports ONLY the Powerlinc Modem model (PLM)#2412S and #2413S. The code will NOT work for a model #2414 also known as a Powerlinc CONTROLLER (PLC).&lt;br /&gt;
&lt;br /&gt;
NOTE:  I am expecting a PLC to arrive in the mail in the next few days.  Support for that device will be sooner than later.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Simplehomenet&#039;s EZBridge/EZServ products will be added once this code is stable.  These products are a &#039;wrapper&#039; for the PLM, and hence, use the same code.  Integration will be a matter of adding the &#039;wrapper&#039; code. (which is done)&lt;br /&gt;
&lt;br /&gt;
==Setting up the Template==&lt;br /&gt;
&amp;lt;b&amp;gt;Note: These instructions are obsolete! Device Template 1932 already contains all this code and is ready to use.&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
* Goto [[LinuxMCE Admin Website]]--&amp;gt;Wizard--&amp;gt;Devices--&amp;gt;Interfaces&lt;br /&gt;
* Add device--&amp;gt;Add Manufacturer&lt;br /&gt;
* type &#039;Smarthome&#039; (and click Add)&lt;br /&gt;
*Click Close&lt;br /&gt;
&lt;br /&gt;
===Adding a New Template===&lt;br /&gt;
:*Press F5 to refresh the page.&lt;br /&gt;
:*In the Manufacturer field, select &#039;Smarthome&#039;.&lt;br /&gt;
:*Under Device Category, select &#039;Lighting Interface &amp;lt;-- Interfaces&#039;.&lt;br /&gt;
:*Add device Template&lt;br /&gt;
:* select the LAST option:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;quot;It&#039;s a simple, generic serial device controlled by RS232, Ethernet or USB, which you&#039;ll control with Pluto&#039;s GSD and embedded Ruby snippets (very easy). Examples: Lighting control, alarm panels, surveillance cameras, thermostats, weather stations, a/v equipment with RS232 ports, etc&amp;quot;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:* Type in &#039;Insteon PLM&#039; in the name or model#.&lt;br /&gt;
:* Click Add&lt;br /&gt;
There will not be a confirmation screen, instead the page will be blank&lt;br /&gt;
:* Close the Add device Template window.&lt;br /&gt;
&lt;br /&gt;
===modifying the new Template===&lt;br /&gt;
* In Webadmin, Select Advanced, Configuration, Device Templates (from the top menu)&lt;br /&gt;
* In the Device Template field, select &#039;Insteon PLM&#039;&lt;br /&gt;
* click &#039;Pick Device Template&#039; (loads Edit Device Template Popup)&lt;br /&gt;
:* NOTE the Template Number!  write this down. (it will be needed for Plug N Play)&lt;br /&gt;
:* Make sure &#039;Implements DCE&#039; is checked (should be)&lt;br /&gt;
:* In the Comm Method, select RS232&lt;br /&gt;
===Adding a Code Group===&lt;br /&gt;
:* Click &#039;Edit Ruby Codes&#039; ( loads Edit Ruby Codes Popup)&lt;br /&gt;
::* In the field to the LEFT of &#039;Create new group&#039;, type in &#039;Insteon PLM&#039;&lt;br /&gt;
::* click &#039;Create new group&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
b4 is broken have to run sql manually to add new group&lt;br /&gt;
close &#039;Edit Ruby codes&#039; page. Look at &#039;Edit Device Template&#039; popup page and&lt;br /&gt;
note &#039;&#039;&#039;Device_Category&#039;&#039;&#039; and &#039;&#039;&#039;Manufacturer&#039;&#039;&#039; you will need to set them in sql code below&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;INSERT INTO InfraredGroup (FK_DeviceCategory,FK_Manufacturer,Description,FK_CommMethod,psc_id,psc_batch,psc_user,psc_frozen,psc_mod,psc_restrict) VALUES (&#039;&#039;&#039;Device_Category&#039;&#039;&#039;,&#039;&#039;&#039;Manufacturer&#039;&#039;&#039;,&amp;quot;Insteon PLM&amp;quot;,2,NULL,NULL,NULL,NULL,NULL,NULL);&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
run this sql and reload &#039;Edit Ruby codes&#039; page and you should see &#039;Insteon PLM&#039; in &#039;Uses Group/Codeset&#039;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
::* If the &#039;Uses Group/Codeset&#039; does not change to &#039;Insteon PLM&#039;, repeat the previous 2 steps again.&lt;br /&gt;
::* Once the &#039;Uses Group/Codeset&#039; says &#039;Insteon PLM&#039; Check &#039;Discoverable Interfaces&#039;&lt;br /&gt;
::* Check &#039;Ruby Internal Commands&#039;&lt;br /&gt;
::* click Update&lt;br /&gt;
&lt;br /&gt;
===Adding Ruby Code===&lt;br /&gt;
::* In the #756 Report Child Devices field (the big one) copy and paste this code:&lt;br /&gt;
:::[[Insteon PLM Ruby Code 756]]&lt;br /&gt;
::* In the #776 Reset field, copy and paste this code:&lt;br /&gt;
:::[[Insteon PLM Ruby Code 776]]&lt;br /&gt;
::* In the #760 Send Command to Child field, copy and paste this code:&lt;br /&gt;
:::[[Insteon PLM Ruby Code 760]]&lt;br /&gt;
::* In the #788 StatusReport field, copy and paste this code:&lt;br /&gt;
:::[[Insteon PLM Ruby Code 788]]&lt;br /&gt;
::* In the #373 Private Method Listing field, copy and paste this code:&lt;br /&gt;
:::[[Insteon PLM Ruby Code 373]]&lt;br /&gt;
::* In the #351 Process IDLE field, copy and paste this code:&lt;br /&gt;
:::[[Insteon PLM Ruby Code 351]]&lt;br /&gt;
::* In the #350 Process Incoming Data field, copy and paste this code:&lt;br /&gt;
:::[[Insteon PLM Ruby Code 350]]&lt;br /&gt;
::* In the #355 Process Initialize field, copy and paste this code:&lt;br /&gt;
:::[[Insteon PLM Ruby Code 355]]&lt;br /&gt;
::* In the #384 Process Receive Command for Child field, copy and paste this code:&lt;br /&gt;
:::[[Insteon PLM Ruby Code 384]]&lt;br /&gt;
::* In the #356 Process Release, leave it blank. (no code for now)&lt;br /&gt;
::* Click Update&lt;br /&gt;
::* Click Close&lt;br /&gt;
&#039;&#039;&#039;UPDATE&#039;&#039;&#039; I had to remove the ruby code from 141 &amp;amp; 161. The PLM wouldn&#039;t start due to errors from these two. 8/9/08 williammanda&lt;br /&gt;
&lt;br /&gt;
===Adding Device Data===&lt;br /&gt;
:* Press F5 for refresh the &#039;Edit Device Template&#039; popup&lt;br /&gt;
:* In the &#039;Device data&#039; section, in &#039;Add a New Parameter&#039; select &#039;COM Port on PC&#039; and click Add.&lt;br /&gt;
:* in the Comments Field, type &lt;br /&gt;
 COM Port&lt;br /&gt;
:* in the Default Value field, type &lt;br /&gt;
 /dev/ttyS0&lt;br /&gt;
:* check the &#039;Required&#039; and &#039;Allowed to Modify&#039; boxes&lt;br /&gt;
:* In the &#039;Device data&#039; section, in &#039;Add a New Parameter&#039; select &#039;COM Port BaudRate&#039; and click Add.&lt;br /&gt;
:* in the Comments Field, type &lt;br /&gt;
 Baud Rate&lt;br /&gt;
:* in the Default Value field, type &lt;br /&gt;
 19200&lt;br /&gt;
:* check the &#039;Required&#039; and &#039;Use Master Device List Defaults&#039; boxes&lt;br /&gt;
:* In the &#039;Device data&#039; section, in &#039;Add a New Parameter&#039; select &#039;Only One Per PC&#039; and click Add.&lt;br /&gt;
:* in the Comments Field, type &lt;br /&gt;
 Only One Per PC&lt;br /&gt;
:* in the Default Value field, type &lt;br /&gt;
 1&lt;br /&gt;
:* In the &#039;Device data&#039; section, in &#039;Add a New Parameter&#039; select &#039;Auto-assign to parents room&#039; and click Add.&lt;br /&gt;
:* in the Comments Field, type &lt;br /&gt;
 Assign to Parents Room&lt;br /&gt;
:* in the Default Value field, type &lt;br /&gt;
 1&lt;br /&gt;
&lt;br /&gt;
===Making the Driver Plug &amp;amp; Play===&lt;br /&gt;
:* Scroll down to the &#039;Plug &amp;amp; Play&#039; Section&lt;br /&gt;
:* Enter These values:&lt;br /&gt;
::From = &lt;br /&gt;
 0&lt;br /&gt;
::To = &lt;br /&gt;
 0&lt;br /&gt;
::Vendor Model ID = &lt;br /&gt;
 2412S &lt;br /&gt;
::PNP protocol = &lt;br /&gt;
 Proprietary&lt;br /&gt;
::Serial Number = &lt;br /&gt;
 Insteon PLM&lt;br /&gt;
::Parms is blank&lt;br /&gt;
::PNP detection script is &lt;br /&gt;
 88_InsteonPLM.sh&lt;br /&gt;
::Comment is &lt;br /&gt;
 Insteon PLM&lt;br /&gt;
&lt;br /&gt;
:* Scroll down to the bottom of the popup window and click Save&lt;br /&gt;
:* Click Close&lt;br /&gt;
:* Modify the SECOND LAST LINE of this script (88_InsteonPLM.sh) and change the LAST number to your Template ID.&lt;br /&gt;
:* Add this script file to /usr/pluto/pnp/ directory (88_InsteonPLM.sh).  The script will not currently exist so it must be created.  Depending on who you have logged in as you may need super user privileges. &lt;br /&gt;
:The command &#039;&#039;&#039;sudo vi /usr/pluto/pnp/88_InsteonPLM.sh&#039;&#039;&#039; will both create the file and allow you to edit.  The super user password will be required.&lt;br /&gt;
:User Notes:&lt;br /&gt;
:&#039;&#039;&#039;UPDATE 8/9/08&#039;&#039;&#039; Use this format to execute the command &#039;&#039;&#039;Kate /usr/pluto/pnp/88_InsteonPLM.sh&#039;&#039;&#039; missing &amp;quot;/&amp;quot; after pnp. Williammanda&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
&lt;br /&gt;
echo &amp;quot;Insteon Powerline Modem Detection Script queue $2&amp;quot;&lt;br /&gt;
/usr/pluto/bin/TestSerialPort -p $3 -P N81 -b 19200 -t &amp;quot;\02\60&amp;quot;  -i 1 -s &amp;quot;\03\05&amp;quot;&lt;br /&gt;
if [[ &amp;quot;$?&amp;quot; -ne 0 ]]; then&lt;br /&gt;
echo &amp;quot;It&#039;s not an Insteon Powerline Modem&amp;quot;&lt;br /&gt;
/usr/pluto/bin/MessageSend dcerouter -r 0 $1 1 806 224 $2 13 &amp;quot;$4&amp;quot; 44 0&lt;br /&gt;
else&lt;br /&gt;
echo &amp;quot;It is an Insteon Powerline Modem&amp;quot;&lt;br /&gt;
/usr/pluto/bin/MessageSend dcerouter -r 0 $1 1 806 224 $2 13 &amp;quot;$4&amp;quot; 44 1901&lt;br /&gt;
fi&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
:* chmod 755 /usr/pluto/pnp/88_InsteonPLM.sh (make it executable).  The sudo command prefix will work here as well if you are not logged in as root.&lt;br /&gt;
&lt;br /&gt;
=== Setting up the Generic Serial Device ===&lt;br /&gt;
:* on the top, select Wizard, Devices, Generic Serial Devices.  You should now see the InsteonPLM device.&lt;br /&gt;
:* select the room it&#039;s in.&lt;br /&gt;
:* in the Controlled By box, select CORE&lt;br /&gt;
:* select Update (at the bottom)&lt;br /&gt;
:* Now, in the COM PORT ON PC, you can select the com port it&#039;s on. &#039;&#039;&#039;UPDATE&#039;&#039;&#039; I didn&#039;t see any &amp;quot;COM PORT ON PC&amp;quot; field. You wil need to reload the router first, then you see the &amp;quot;COM PORT ON PC&amp;quot; field. 8/9/08 Williammanda&lt;br /&gt;
&#039;&#039;&#039;TODO&#039;&#039;&#039; Other than looking on the motherboard for the com port label and guess and check methods, what else can be done to identify the correct com port?&lt;br /&gt;
:* select Update (at the bottom)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You are Done!&lt;br /&gt;
&lt;br /&gt;
==Next Steps==&lt;br /&gt;
go to [[Running the Insteon PLM Driver for the First Time]]&lt;/div&gt;</summary>
		<author><name>Merkur2k</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Installing_0810&amp;diff=28765</id>
		<title>Installing 0810</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Installing_0810&amp;diff=28765"/>
		<updated>2011-10-03T19:16:26Z</updated>

		<summary type="html">&lt;p&gt;Merkur2k: /* DVD Installation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Installing LinuxMCE-0810 is a fairly easy process that involves:&lt;br /&gt;
* Installing Kubuntu 8.10&lt;br /&gt;
* Updating Kubuntu 8.10&lt;br /&gt;
* Installing LinuxMCE-0810 on top of the updated Kubuntu 8.10&lt;br /&gt;
&lt;br /&gt;
Before proceeding its wise to read the FAQ. &lt;br /&gt;
Because of the fact that its a delicate installation small things make a huge difference.&lt;br /&gt;
&lt;br /&gt;
Please see below for details on Internet Installation and DVD Installation methods.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note: an active internet connection is required regardless of installation method.&lt;br /&gt;
&lt;br /&gt;
==Internet Installation==&lt;br /&gt;
# Install Kubuntu Intrepid desktop and update it. (download Kubuntu 8.10 &#039;&#039;&#039;desktop&#039;&#039;&#039; release from http://old-releases.ubuntu.com/releases/kubuntu/8.10/kubuntu-8.10-desktop-i386.iso) &#039;&#039;&#039;Currently, only the 32bit version of LinuxMCE is available. Only download the i386 version of 8.10 Kubuntu, even if your system can support 64bit versions.&#039;&#039;&#039; Note: If Kubuntu asks whether you would like to install/activate &#039;Restricted Drivers&#039; for your video card, ignore it and continue to step 2.&lt;br /&gt;
# Edit your /etc/apt/sources.list file to contain only (from post http://forum.linuxmce.org/index.php?topic=10917.15 ):&lt;br /&gt;
 deb http://old-releases.ubuntu.com/ubuntu/ intrepid  main restricted universe multiverse&lt;br /&gt;
 deb-src http://old-releases.ubuntu.com/ubuntu/ intrepid  main restricted universe multiverse&lt;br /&gt;
 deb http://old-releases.ubuntu.com/ubuntu/ intrepid-updates  main restricted universe multiverse&lt;br /&gt;
 deb-src http://old-releases.ubuntu.com/ubuntu/ intrepid-updates  main restricted universe multiverse&lt;br /&gt;
 deb http://deb.linuxmce.org/ubuntu/ intrepid  beta2&lt;br /&gt;
 deb http://debian.slimdevices.com/ stable  main&lt;br /&gt;
 deb http://packages.medibuntu.org/ intrepid  free non-free&lt;br /&gt;
 deb http://old-releases.ubuntu.com/ubuntu/ intrepid-security  main restricted universe multiverse&lt;br /&gt;
 deb-src http://old-releases.ubuntu.com/ubuntu/ intrepid-security  main restricted universe multiverse&lt;br /&gt;
 deb http://old-releases.ubuntu.com/ubuntu/ intrepid  main universe multiverse&lt;br /&gt;
 deb http://deb.linuxmce.org/ubuntu/ replacements_debian  main&lt;br /&gt;
 deb http://deb.linuxmce.org/ubuntu/ 20dev_ubuntu  main&lt;br /&gt;
# Run aptitude update and aptitude dist-upgrade to get the latest Kubuntu updates.&lt;br /&gt;
# Install medibuntu keyring: apt-get install medibuntu-keyring&lt;br /&gt;
# Grab the latest installer script from [http://deb.linuxmce.org/ubuntu here], unpack them and change into the freshly created &#039;&#039;new-installer&#039;&#039; directory.&lt;br /&gt;
# Run the following scripts (as root, in order): pre-install-from-repo.sh, mce-install.sh, post-install.sh.&lt;br /&gt;
# Reboot, wait for the activity to stop (see progress on console 8).&lt;br /&gt;
&lt;br /&gt;
In other words, after installing Kubuntu:&lt;br /&gt;
 sudo su - #This might ask for the password you specified earlier during the install of kubuntu.&lt;br /&gt;
 apt-get update&lt;br /&gt;
 sudo apt-get dist-upgrade&lt;br /&gt;
 apt-get install medibuntu-keyring&lt;br /&gt;
 wget -c http://deb.linuxmce.org/ubuntu/new-installer-latest.tar.gz&lt;br /&gt;
 tar xvf new-installer-latest.tar.gz&lt;br /&gt;
 cd new-installer&lt;br /&gt;
 ./pre-install-from-repo.sh&lt;br /&gt;
 ./mce-install.sh&lt;br /&gt;
 ./post-install.sh&lt;br /&gt;
 reboot&lt;br /&gt;
&lt;br /&gt;
The avenard repo is no longer needed.&lt;br /&gt;
&lt;br /&gt;
==DVD Installation==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
However, if you want to install the DVD, grab it via [http://www.linuxmce.org/index.php/download here].&lt;br /&gt;
You can also download the latest snapshot [http://linuxmce.iptp.org/snapshots/ snapshot]&lt;br /&gt;
&lt;br /&gt;
* Boot the DVD and select LinuxMCE (it is the top option) This will install a regular Kubuntu 810 system, with an additional button on the desktop to install LinuxMCE. &lt;br /&gt;
* Let Kubuntu&#039;s install run through, and after restart, login.&lt;br /&gt;
&lt;br /&gt;
* Go to the Desktop and double click on the LinuxMCE icon. This will run the fullinstall.sh in /root/new-installer and install LinuxMCE-0810 on top of you updated Kubuntu installation.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039;: If you receive the error &amp;quot;kdesudo command not found&amp;quot; ignore it completely, do &#039;&#039;not&#039;&#039; even click the OK button.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039;: Once the above process is complete - the [http://wiki.linuxmce.org/index.php/AVWizard_Step_by_Step AV Wizard] should start (after rebooting). If you get a &#039;&#039;black or blank screen&#039;&#039; you probably need to change your video card outputs. Instructions on how to do this are available: [http://wiki.linuxmce.org/index.php/AVWizard#What_to_do_if_A.2FV_Wizard_does_not_start here]&lt;br /&gt;
&lt;br /&gt;
The DVD installer per default does not create the initial [[MD|MD]] image, as that creation takes a very long time, and most people probably prefer to give 810 a test, without the MDs. If you want to setup MDs, you have to manually run &lt;br /&gt;
 /usr/pluto/bin/Diskless_CreateTBZ.sh&lt;br /&gt;
(You should only have to do this once)&lt;br /&gt;
&lt;br /&gt;
If you have problems running Diskless_CreateTBZ.sh, check [[Error Running Diskless CreateTBZ.sh|this article]].&lt;br /&gt;
&lt;br /&gt;
If you then have problems netbooting your diskless media directors because you are receiving the error message &amp;quot;Diskless Setup Failed&amp;quot;, check [[Diskless setup failed error in 0810 beta|this article]].&lt;br /&gt;
&lt;br /&gt;
== Keeping Up-to-date with updates ==&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039; It is strongly recommend that you do not update/upgrade a stable, working system [[user:L3mce]]&lt;br /&gt;
&lt;br /&gt;
Once you have installed LinuxMCE-0810, all you need to do to keep up-to-date with the latest and greatest, is run the following from a terminal on the core and each MD:&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get upgrade&lt;br /&gt;
Note: You should NOT run apt-get dist-upgrade after LinuxMCE is installed, as it can cause several problems, including having different kernel versions on your core and media directors, and the installation of new Kubuntu packages that can break some features!&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Merkur2k</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Developing_a_DCE_Device&amp;diff=28673</id>
		<title>Developing a DCE Device</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Developing_a_DCE_Device&amp;diff=28673"/>
		<updated>2011-09-24T19:45:31Z</updated>

		<summary type="html">&lt;p&gt;Merkur2k: /* Source Tree */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Development]]&lt;br /&gt;
[[Category: Programmer&#039;s Guide]]&lt;br /&gt;
Document Relevance:&lt;br /&gt;
*LinuxMCE 810&lt;br /&gt;
*LinuxMCE 1004&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
DCE (Data, Commands and Events) is a lightweight network protocol allowing any device to access its configuration (ie data) from a central database, send + receive commands, and fire + respond to events.&lt;br /&gt;
&lt;br /&gt;
A DCE device is a piece of software that implements the DCE protocol, as a means to interface with hardware or other pieces of software.&lt;br /&gt;
&lt;br /&gt;
See [[Developers Guide]] for more info on DCE and other parts of LinuxMCE architecture.&lt;br /&gt;
&lt;br /&gt;
For the purposes of this demonstration, we will be using the instructions below to create a c++ project that will result in a working DCE implementation of a fictional smart light bulb socket.&lt;br /&gt;
&lt;br /&gt;
== Preparation ==&lt;br /&gt;
Developing for any part of the system requires a specific environment setup, including an up to date source code tree and some required programs to be installed. It is assumed that this guide will be followed on an existing LinuxMCE Core installation. All commands following a # sign are to be run as a privileged user, either by prepending &#039;sudo&#039; or after obtaining a root shell (&amp;quot;sudo -s&amp;quot;, &amp;quot;sudo -r&amp;quot;, or &amp;quot;sudo su&amp;quot; are all acceptable means of doing this).&lt;br /&gt;
=== Required Packages ===&lt;br /&gt;
Install pluto-dcegen, pluto-sql2cpp, and a few other build dependencies&lt;br /&gt;
 # apt-get install pluto-dcegen pluto-sql2cpp subversion build-essential libmysqld-dev&lt;br /&gt;
&lt;br /&gt;
*In my case on 810 replace libmysqld-dev with libmysqlclient15-dev   -L3mce&lt;br /&gt;
&lt;br /&gt;
=== Source Tree ===&lt;br /&gt;
Check out the LinuxMCE source tree&lt;br /&gt;
 # svn co http://svn.linuxmce.org/svn/branches/LinuxMCE-1004/src .&lt;br /&gt;
&lt;br /&gt;
=== Environment Preparation ===&lt;br /&gt;
Copy the system libs into the source tree&lt;br /&gt;
 # cp /usr/pluto/lib/* src/lib&lt;br /&gt;
== Developing the Device ==&lt;br /&gt;
&lt;br /&gt;
=== Device Template ===&lt;br /&gt;
Every DCE device, starts with a template.&lt;br /&gt;
&lt;br /&gt;
A template merely specifies what the device is, what it&#039;s capable of, how it relates to the other devices in the system, what it needs to install (the package entry), any data it might need to carry around (device data), any events the device may want to EMIT, any related devices that need to exist for this device to function, and any orbiter screens this thing might need, as well as plug and play data so the system can detect it if it&#039;s hardware.&amp;lt;br&amp;gt;&lt;br /&gt;
In short, as the name implies, it is a template that the system can use as a basis to create a unique device for each piece of hardware or software attached to the system (even multiples of each).&lt;br /&gt;
&lt;br /&gt;
Before any code can be written, a device template is needed. This is created in the Web Admin, under Advanced -&amp;gt; Configuration -&amp;gt; Device Templates.&amp;lt;br&amp;gt;&lt;br /&gt;
There is a button for &amp;quot;Add device template&amp;quot;, but a manufacturer and a device category must be selected first. In this case, the manufacturer will be &amp;quot;Pluto&amp;quot; and the device category will be &amp;quot;Lighting Device &amp;lt; Environment&amp;quot;. New manufacturers and device categories can be added if none are suitable for the device being controlled.&amp;lt;br&amp;gt;&lt;br /&gt;
Select the manufacturer and device category, then click the &amp;quot;Add device template&amp;quot; button.&amp;lt;br&amp;gt;&lt;br /&gt;
On the window that pops up, select the second option (to make it a c++ device) and fill in a name (this guide will use &amp;quot;Intelligent Light Switch&amp;quot;) and click &amp;quot;Add&amp;quot;.&amp;lt;br&amp;gt;&lt;br /&gt;
At this point the device template is complete and a functioning device could be made from it, however there are some important options that need to be set to make the device actually be useful. These are listed below organized by the section they appear in on the device template configuration screen.&lt;br /&gt;
&lt;br /&gt;
==== Device Template #xxxx ====&lt;br /&gt;
This is the main section. Remember the number after the pound sign; this is the unique identifier for this device template and will be required for some steps later. For demonstration purposes, this guide will use the number 2181. There are some important options that must be set here. For details on items which are not covered here, see [[Edit Device Template]].&amp;lt;BR&amp;gt;&lt;br /&gt;
&#039;&#039;Implements DCE device&#039;&#039; - this should always be checked for DCE devices, for obvious reasons.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;This device is controlled via&#039;&#039; and &#039;&#039;This device is controlled via category&#039;&#039; - devices are usually attached to other devices or controlled via other devices; these options provide a way of specifying that relationship. This mythical intelligent light can be controlled by any Media Director (which includes the Media Director portion of a Core/Hybrid) so click the &amp;quot;Add a new controlled via category device&amp;quot; and choose &amp;quot;Media Director&amp;quot;.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Inherits MAC from PC&#039;&#039; and &#039;&#039;Is IP Based&#039;&#039; - the light is network-attached, so select these options.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Device Data ====&lt;br /&gt;
Device Data is simply a way of describing pieces of information, so that the device and the rest of the system know how to talk to each other. Events and Commands make use of Device Data to pass information around. This section tells this device what kind of information it will send or receive.&amp;lt;br&amp;gt;&lt;br /&gt;
The intelligent light will be able to provide information on how much electricity it is consuming, or we can manually configure it with this information, so open the drop-down next to &amp;quot;Add a new parameter&amp;quot; and select &amp;quot;Energy Consumption&amp;quot;. There are several options available for each Device Data:&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Comments&#039;&#039; - as it says, a comment describing what this piece of information is for. Device Data are fairly generic in nature, so this allows a more descriptive entry. This is required, so fill it in with something.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Default Value&#039;&#039; - the value to use by default in any device created by this template. It is not required, but fill in a 0 for now.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Required&#039;&#039; - device data can be optional. If this is checked then a default value must be provided or the user must enter a value. Leave it unchecked.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Allowed to Modify&#039;&#039; - as it implies, this controls whether the user can modify the value in the web admin. Enable this.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Use Master Device List Defaults&#039;&#039; - this means that the default value above will always be used by any created devices, and any time the device template default is changed all created devices will be automatically updated. Leave it unchecked.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Set by Device&#039;&#039; - this means that the DCE device itself sets the value. Normally a device like the intelligent light switch would set its energy usage, but since this is just a demonstration this will be left unchecked.&lt;br /&gt;
&lt;br /&gt;
==== Commands ====&lt;br /&gt;
Commands are how the system tells this device to perform an action. As can be seen, several command groups have already been made available, chosen based on what device category this device template is. None are actually enabled, however, so some will need to be selected. The intelligent light switch is able to turn on and off, as well as dim to partially on states, so select the check boxes for &amp;quot;Dimming&amp;quot; and &amp;quot;On/Off Light Switch&amp;quot;. You can click on the &amp;quot;Edit Commands&amp;quot; button to see what commands make up each group.&lt;br /&gt;
&lt;br /&gt;
==== Events ====&lt;br /&gt;
Events are how the device lets the system know that something with this device has happened. Other parts of the system can register to listen for these events and perform an action of their own when the event is fired. The intelligent light switch also has manual controls, so it needs to let the system know when someone operates one of these controls.&amp;lt;br&amp;gt;&lt;br /&gt;
Usually events will mirror commands, so use the dropdown to add events for &amp;quot;Device On/Off&amp;quot; and &amp;quot;State Changed&amp;quot; and use the textbox to add an appropriate comment for each.&lt;br /&gt;
&lt;br /&gt;
==== Plug &amp;amp; Play ====&lt;br /&gt;
This is used to help the system identify when a device becomes available and know that this is the device template to use when creating a device for it. This section is not used in this guide.&lt;br /&gt;
&lt;br /&gt;
==== Device Template Related ====&lt;br /&gt;
This is used to let the system know about devices that are related to this one. This section is not used in this guide.&lt;br /&gt;
&lt;br /&gt;
==== Screens ====&lt;br /&gt;
This is used to let OrbiterGen know about Orbiter screens that are not referenced directly but are still used by this device. This section is not use in this guide.&lt;br /&gt;
&lt;br /&gt;
=== Running DCEGen ===&lt;br /&gt;
DCEGen is a program that uses the device template information to create a skeleton of c++ code that will comprise the basics of the device. It creates the necessary header files, source files and makefiles in order for the device&#039;s code to compile. Included in this are functions for the device data, commands, and events defined in the template. Under normal circumstances, you would do an initial sqlCVS checkin at this point in order to get a permanent Device Template number, but since this is a demonstration only this will not be performed.&amp;lt;br&amp;gt;&lt;br /&gt;
Run DCEGen to create the source code skeleton:&lt;br /&gt;
 # cd src/DCEGen&lt;br /&gt;
 # /usr/pluto/bin/DCEGen -d 2181&lt;br /&gt;
It is important to be in src/DCEGen of the svn tree when running this command! Also make sure to use the correct device template number for your template in place of 2181. DCEGen can also be run again later if you change the device template options; it will leave your customizations alone and only update the device template specified options. DCEGen adds very verbose comments that makes the code very easy to read and modify.&lt;br /&gt;
&lt;br /&gt;
=== Running sql2cpp ===&lt;br /&gt;
All database tables, rows, and columns are represented as c++ constants, and must be regenerated any time device template options change. sql2cpp performs this operation.&amp;lt;br&amp;gt;&lt;br /&gt;
 # cd ../sql2cpp&lt;br /&gt;
 # /usr/pluto/bin/sql2cpp&lt;br /&gt;
As with DCEGen, it is important to be in src/sql2cpp of the svn tree when executing it, and it is safe to execute this again at any time.&lt;br /&gt;
=== Testing Compilation ===&lt;br /&gt;
At this point the device code is complete and will create a fully functioning device binary when compiled. DCEGen created a new directory in src for the device and placed all the code within that directory, so to compile it, simply cd into that directory and invoke the &amp;quot;make&amp;quot; command:&amp;lt;br&amp;gt;&lt;br /&gt;
 # cd ../Intelligent_Light_Switch&lt;br /&gt;
 # ./make&lt;br /&gt;
Due to a bug in DCEGen, there will be an error during compilation about post_make.sh, however it is not fatal. If the error bothers you, you can simply make the file executable:&amp;lt;br&amp;gt;&lt;br /&gt;
 # chmod 755 post_make.sh&lt;br /&gt;
You should now have a binary of the device in the current dir: Intelligent_Light_Switch&lt;br /&gt;
&lt;br /&gt;
=== Testing the Device ===&lt;br /&gt;
At this point you could create a device in the device tree and copy the binary to /usr/pluto/bin and the device would be started in a screen session after a router reload. However for testing purposes it is usually better to just run the device directly from where it is at. Go ahead and create a device in the device tree:&amp;lt;br&amp;gt;&lt;br /&gt;
Sign in to the web admin, go to Advanced -&amp;gt; Configuration -&amp;gt; Devices, and browse to and select the &amp;quot;The core/hybrid&amp;quot; device under &amp;quot;CORE&amp;quot; in the tree to the left.&amp;lt;br&amp;gt;&lt;br /&gt;
Click &amp;quot;Create Child Device&amp;quot;, enter a description, and click the &amp;quot;Pick device template&amp;quot; button.&amp;lt;br&amp;gt;&lt;br /&gt;
Enter your device template ID in the box next to the &amp;quot;Go&amp;quot; button, click the &amp;quot;Go&amp;quot; button, then click &amp;quot;Pick device template&amp;quot;.&amp;lt;BR&amp;gt;&lt;br /&gt;
Write down the device number this is assigned to this device. For demonstration purposes, this guide will use &amp;quot;53&amp;quot; as the device number.&amp;lt;br&amp;gt;&lt;br /&gt;
Now, start the device, providing it with the device number to use:&amp;lt;br&amp;gt;&lt;br /&gt;
 # ./Intelligent_Light_Switch -d 53&lt;br /&gt;
It will probably tell you that the router needs reloaded; go ahead and do this using the web admin or an Orbiter. You may need to restart the device afterwards. Note that at any time you can press ctrl-c to stop the device and exit back to the shell. To see the device in action, click on the &amp;quot;Send command to device&amp;quot; link at the top of it&#039;s web admin page. Choose one of the available commands and click &amp;quot;Send Message&amp;quot;, providing any Device Data that you want. The terminal running the device will output messages saying that the command was received.&lt;br /&gt;
&lt;br /&gt;
=== Implementing Code ===&lt;br /&gt;
Of course the device created so far doesn&#039;t actually do anything, other than provide some output when it is sent commands; hardly a useful device! Here begins the process of adding functionality and testing the results. Add/edit some code, then do the compiling and testing steps above to make sure things are going in the right direction. Repeat until the device does everything it should.&amp;lt;br&amp;gt;&lt;br /&gt;
Refer to the source code for other devices if you get stuck or if you need ideas on how to implement something. And make sure to run DCEGen and sql2cpp as necessary if you change options in the device template.&lt;br /&gt;
== Packaging the Device ==&lt;br /&gt;
&lt;br /&gt;
=== Creating the Binary Package ===&lt;br /&gt;
=== Creating the Source Package ===&lt;/div&gt;</summary>
		<author><name>Merkur2k</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Developing_a_DCE_Device&amp;diff=27865</id>
		<title>Developing a DCE Device</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Developing_a_DCE_Device&amp;diff=27865"/>
		<updated>2011-05-09T05:09:46Z</updated>

		<summary type="html">&lt;p&gt;Merkur2k: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Development]]&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
DCE (Data, Commands and Events) is a lightweight network protocol allowing any device to access its configuration (ie data) from a central database, send + receive commands, and fire + respond to events.&lt;br /&gt;
&lt;br /&gt;
A DCE device is a piece of software that implements the DCE protocol, as a means to interface with hardware or other pieces of software.&lt;br /&gt;
&lt;br /&gt;
See [[Developers Guide]] for more info on DCE and other parts of LinuxMCE architecture.&lt;br /&gt;
&lt;br /&gt;
For the purposes of this demonstration, we will be using the instructions below to create a c++ project that will result in a working DCE implementation of a fictional smart light bulb socket.&lt;br /&gt;
&lt;br /&gt;
== Preparation ==&lt;br /&gt;
Developing for any part of the system requires a specific environment setup, including an up to date source code tree and some required programs to be installed. It is assumed that this guide will be followed on an existing LinuxMCE Core installation. All commands following a # sign are to be run as a privileged user, either by prepending &#039;sudo&#039; or after obtaining a root shell (&amp;quot;sudo -s&amp;quot;, &amp;quot;sudo -r&amp;quot;, or &amp;quot;sudo su&amp;quot; are all acceptable means of doing this).&lt;br /&gt;
=== Required Packages ===&lt;br /&gt;
Install pluto-dcegen, pluto-sql2cpp, and a few other build dependencies&lt;br /&gt;
 # apt-get install pluto-dcegen pluto-sql2cpp subversion build-essential libmysqld-dev&lt;br /&gt;
=== Source Tree ===&lt;br /&gt;
Check out the LinuxMCE source tree&lt;br /&gt;
 # svn co http://svn.linuxmce.org/svn/braches/LinuxMCE-0810/src .&lt;br /&gt;
=== Environment Preparation ===&lt;br /&gt;
Copy the system libs into the source tree&lt;br /&gt;
 # cp /usr/pluto/lib/* src/lib&lt;br /&gt;
== Developing the Device ==&lt;br /&gt;
&lt;br /&gt;
=== Device Template ===&lt;br /&gt;
Every DCE device, starts with a template.&lt;br /&gt;
&lt;br /&gt;
A template merely specifies what the device is, what it&#039;s capable of, how it relates to the other devices in the system, what it needs to install (the package entry), any data it might need to carry around (device data), any events the device may want to EMIT, any related devices that need to exist for this device to function, and any orbiter screens this thing might need, as well as plug and play data so the system can detect it if it&#039;s hardware.&amp;lt;br&amp;gt;&lt;br /&gt;
In short, as the name implies, it is a template that the system can use as a basis to create a unique device for each piece of hardware or software attached to the system (even multiples of each).&lt;br /&gt;
&lt;br /&gt;
Before any code can be written, a device template is needed. This is created in the Web Admin, under Advanced -&amp;gt; Configuration -&amp;gt; Device Templates.&amp;lt;br&amp;gt;&lt;br /&gt;
There is a button for &amp;quot;Add device template&amp;quot;, but a manufacturer and a device category must be selected first. In this case, the manufacturer will be &amp;quot;Pluto&amp;quot; and the device category will be &amp;quot;Lighting Device &amp;lt; Environment&amp;quot;. New manufacturers and device categories can be added if none are suitable for the device being controlled.&amp;lt;br&amp;gt;&lt;br /&gt;
Select the manufacturer and device category, then click the &amp;quot;Add device template&amp;quot; button.&amp;lt;br&amp;gt;&lt;br /&gt;
On the window that pops up, select the second option (to make it a c++ device) and fill in a name (this guide will use &amp;quot;Intelligent Light Switch&amp;quot;) and click &amp;quot;Add&amp;quot;.&amp;lt;br&amp;gt;&lt;br /&gt;
At this point the device template is complete and a functioning device could be made from it, however there are some important options that need to be set to make the device actually be useful. These are listed below organized by the section they appear in on the device template configuration screen.&lt;br /&gt;
&lt;br /&gt;
==== Device Template #xxxx ====&lt;br /&gt;
This is the main section. Remember the number after the pound sign; this is the unique identifier for this device template and will be required for some steps later. For demonstration purposes, this guide will use the number 2181. There are some important options that must be set here. For details on items which are not covered here, see [[Edit Device Template]].&amp;lt;BR&amp;gt;&lt;br /&gt;
&#039;&#039;Implements DCE device&#039;&#039; - this should always be checked for DCE devices, for obvious reasons.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;This device is controlled via&#039;&#039; and &#039;&#039;This device is controlled via category&#039;&#039; - devices are usually attached to other devices or controlled via other devices; these options provide a way of specifying that relationship. This mythical intelligent light can be controlled by any Media Director (which includes the Media Director portion of a Core/Hybrid) so click the &amp;quot;Add a new controlled via category device&amp;quot; and choose &amp;quot;Media Director&amp;quot;.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Inherits MAC from PC&#039;&#039; and &#039;&#039;Is IP Based&#039;&#039; - the light is network-attached, so select these options.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Device Data ====&lt;br /&gt;
Device Data is simply a way of describing pieces of information, so that the device and the rest of the system know how to talk to each other. Events and Commands make use of Device Data to pass information around. This section tells this device what kind of information it will send or receive.&amp;lt;br&amp;gt;&lt;br /&gt;
The intelligent light will be able to provide information on how much electricity it is consuming, or we can manually configure it with this information, so open the drop-down next to &amp;quot;Add a new parameter&amp;quot; and select &amp;quot;Energy Consumption&amp;quot;. There are several options available for each Device Data:&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Comments&#039;&#039; - as it says, a comment describing what this piece of information is for. Device Data are fairly generic in nature, so this allows a more descriptive entry. This is required, so fill it in with something.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Default Value&#039;&#039; - the value to use by default in any device created by this template. It is not required, but fill in a 0 for now.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Required&#039;&#039; - device data can be optional. If this is checked then a default value must be provided or the user must enter a value. Leave it unchecked.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Allowed to Modify&#039;&#039; - as it implies, this controls whether the user can modify the value in the web admin. Enable this.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Use Master Device List Defaults&#039;&#039; - this means that the default value above will always be used by any created devices, and any time the device template default is changed all created devices will be automatically updated. Leave it unchecked.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Set by Device&#039;&#039; - this means that the DCE device itself sets the value. Normally a device like the intelligent light switch would set its energy usage, but since this is just a demonstration this will be left unchecked.&lt;br /&gt;
&lt;br /&gt;
==== Commands ====&lt;br /&gt;
Commands are how the system tells this device to perform an action. As can be seen, several command groups have already been made available, chosen based on what device category this device template is. None are actually enabled, however, so some will need to be selected. The intelligent light switch is able to turn on and off, as well as dim to partially on states, so select the check boxes for &amp;quot;Dimming&amp;quot; and &amp;quot;On/Off Light Switch&amp;quot;. You can click on the &amp;quot;Edit Commands&amp;quot; button to see what commands make up each group.&lt;br /&gt;
&lt;br /&gt;
==== Events ====&lt;br /&gt;
Events are how the device lets the system know that something with this device has happened. Other parts of the system can register to listen for these events and perform an action of their own when the event is fired. The intelligent light switch also has manual controls, so it needs to let the system know when someone operates one of these controls.&amp;lt;br&amp;gt;&lt;br /&gt;
Usually events will mirror commands, so use the dropdown to add events for &amp;quot;Device On/Off&amp;quot; and &amp;quot;State Changed&amp;quot; and use the textbox to add an appropriate comment for each.&lt;br /&gt;
&lt;br /&gt;
==== Plug &amp;amp; Play ====&lt;br /&gt;
This is used to help the system identify when a device becomes available and know that this is the device template to use when creating a device for it. This section is not used in this guide.&lt;br /&gt;
&lt;br /&gt;
==== Device Template Related ====&lt;br /&gt;
This is used to let the system know about devices that are related to this one. This section is not used in this guide.&lt;br /&gt;
&lt;br /&gt;
==== Screens ====&lt;br /&gt;
This is used to let OrbiterGen know about Orbiter screens that are not referenced directly but are still used by this device. This section is not use in this guide.&lt;br /&gt;
&lt;br /&gt;
=== Running DCEGen ===&lt;br /&gt;
DCEGen is a program that uses the device template information to create a skeleton of c++ code that will comprise the basics of the device. It creates the necessary header files, source files and makefiles in order for the device&#039;s code to compile. Included in this are functions for the device data, commands, and events defined in the template. Under normal circumstances, you would do an initial sqlCVS checkin at this point in order to get a permanent Device Template number, but since this is a demonstration only this will not be performed.&amp;lt;br&amp;gt;&lt;br /&gt;
Run DCEGen to create the source code skeleton:&lt;br /&gt;
 # cd src/DCEGen&lt;br /&gt;
 # /usr/pluto/bin/DCEGen -d 2181&lt;br /&gt;
It is important to be in src/DCEGen of the svn tree when running this command! Also make sure to use the correct device template number for your template in place of 2181. DCEGen can also be run again later if you change the device template options; it will leave your customizations alone and only update the device template specified options. DCEGen adds very verbose comments that makes the code very easy to read and modify.&lt;br /&gt;
&lt;br /&gt;
=== Running sql2cpp ===&lt;br /&gt;
All database tables, rows, and columns are represented as c++ constants, and must be regenerated any time device template options change. sql2cpp performs this operation.&amp;lt;br&amp;gt;&lt;br /&gt;
 # cd ../sql2cpp&lt;br /&gt;
 # /usr/pluto/bin/sql2cpp&lt;br /&gt;
As with DCEGen, it is important to be in src/sql2cpp of the svn tree when executing it, and it is safe to execute this again at any time.&lt;br /&gt;
=== Testing Compilation ===&lt;br /&gt;
At this point the device code is complete and will create a fully functioning device binary when compiled. DCEGen created a new directory in src for the device and placed all the code within that directory, so to compile it, simply cd into that directory and invoke the &amp;quot;make&amp;quot; command:&amp;lt;br&amp;gt;&lt;br /&gt;
 # cd ../Intelligent_Light_Switch&lt;br /&gt;
 # ./make&lt;br /&gt;
Due to a bug in DCEGen, there will be an error during compilation about post_make.sh, however it is not fatal. If the error bothers you, you can simply make the file executable:&amp;lt;br&amp;gt;&lt;br /&gt;
 # chmod 755 post_make.sh&lt;br /&gt;
You should now have a binary of the device in the current dir: Intelligent_Light_Switch&lt;br /&gt;
&lt;br /&gt;
=== Testing the Device ===&lt;br /&gt;
At this point you could create a device in the device tree and copy the binary to /usr/pluto/bin and the device would be started in a screen session after a router reload. However for testing purposes it is usually better to just run the device directly from where it is at. Go ahead and create a device in the device tree:&amp;lt;br&amp;gt;&lt;br /&gt;
Sign in to the web admin, go to Advanced -&amp;gt; Configuration -&amp;gt; Devices, and browse to and select the &amp;quot;The core/hybrid&amp;quot; device under &amp;quot;CORE&amp;quot; in the tree to the left.&amp;lt;br&amp;gt;&lt;br /&gt;
Click &amp;quot;Create Child Device&amp;quot;, enter a description, and click the &amp;quot;Pick device template&amp;quot; button.&amp;lt;br&amp;gt;&lt;br /&gt;
Enter your device template ID in the box next to the &amp;quot;Go&amp;quot; button, click the &amp;quot;Go&amp;quot; button, then click &amp;quot;Pick device template&amp;quot;.&amp;lt;BR&amp;gt;&lt;br /&gt;
Write down the device number this is assigned to this device. For demonstration purposes, this guide will use &amp;quot;53&amp;quot; as the device number.&amp;lt;br&amp;gt;&lt;br /&gt;
Now, start the device, providing it with the device number to use:&amp;lt;br&amp;gt;&lt;br /&gt;
 # ./Intelligent_Light_Switch -d 53&lt;br /&gt;
It will probably tell you that the router needs reloaded; go ahead and do this using the web admin or an Orbiter. You may need to restart the device afterwards. Note that at any time you can press ctrl-c to stop the device and exit back to the shell. To see the device in action, click on the &amp;quot;Send command to device&amp;quot; link at the top of it&#039;s web admin page. Choose one of the available commands and click &amp;quot;Send Message&amp;quot;, providing any Device Data that you want. The terminal running the device will output messages saying that the command was received.&lt;br /&gt;
&lt;br /&gt;
=== Implementing Code ===&lt;br /&gt;
Of course the device created so far doesn&#039;t actually do anything, other than provide some output when it is sent commands; hardly a useful device! Here begins the process of adding functionality and testing the results. Add/edit some code, then do the compiling and testing steps above to make sure things are going in the right direction. Repeat until the device does everything it should.&amp;lt;br&amp;gt;&lt;br /&gt;
Refer to the source code for other devices if you get stuck or if you need ideas on how to implement something. And make sure to run DCEGen and sql2cpp as necessary if you change options in the device template.&lt;br /&gt;
== Packaging the Device ==&lt;br /&gt;
&lt;br /&gt;
=== Creating the Binary Package ===&lt;br /&gt;
=== Creating the Source Package ===&lt;/div&gt;</summary>
		<author><name>Merkur2k</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Developing_a_DCE_Device&amp;diff=27864</id>
		<title>Developing a DCE Device</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Developing_a_DCE_Device&amp;diff=27864"/>
		<updated>2011-05-09T00:44:17Z</updated>

		<summary type="html">&lt;p&gt;Merkur2k: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Development]]&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
DCE (Data, Commands and Events) is a lightweight network protocol allowing any device to access its configuration (ie data) from a central database, send + receive commands, and fire + respond to events.&lt;br /&gt;
&lt;br /&gt;
A DCE device is a piece of software that implements the DCE protocol, as a means to interface with hardware or other pieces of software.&lt;br /&gt;
&lt;br /&gt;
See [Developers_Guide] for more info on DCE and other parts of LinuxMCE architecture.&lt;br /&gt;
&lt;br /&gt;
For the purposes of this demonstration, we will be using the instructions below to create a c++ project that will result in a working DCE implementation of a fictional smart light bulb socket.&lt;br /&gt;
&lt;br /&gt;
== Preparation ==&lt;br /&gt;
Developing for any part of the system requires a specific environment setup, including an up to date source code tree and some required programs to be installed. It is assumed that this guide will be followed on an existing LinuxMCE Core installation. All commands following a # sign are to be run as a privileged user, either by prepending &#039;sudo&#039; or after obtaining a root shell (&amp;quot;sudo -s&amp;quot;, &amp;quot;sudo -r&amp;quot;, or &amp;quot;sudo su&amp;quot; are all acceptable means of doing this).&lt;br /&gt;
=== Required Packages ===&lt;br /&gt;
Install pluto-dcegen, pluto-sql2cpp, and a few other build dependencies&lt;br /&gt;
 # apt-get install pluto-dcegen pluto-sql2cpp subversion build-essential libmysqld-dev&lt;br /&gt;
=== Source Tree ===&lt;br /&gt;
Check out the LinuxMCE source tree&lt;br /&gt;
 # svn co http://svn.linuxmce.org/svn/braches/LinuxMCE-0810/src .&lt;br /&gt;
=== Environment Preparation ===&lt;br /&gt;
Copy the system libs into the source tree&lt;br /&gt;
 # cp /usr/pluto/lib/* src/lib&lt;br /&gt;
== Developing the Device ==&lt;br /&gt;
&lt;br /&gt;
=== Device Template ===&lt;br /&gt;
Every DCE device, starts with a template.&lt;br /&gt;
&lt;br /&gt;
A template merely specifies what the device is, what it&#039;s capable of, how it relates to the other devices in the system, what it needs to install (the package entry), any data it might need to carry around (device data), any events the device may want to EMIT, any related devices that need to exist for this device to function, and any orbiter screens this thing might need, as well as plug and play data so the system can detect it if it&#039;s hardware.&amp;lt;br&amp;gt;&lt;br /&gt;
In short, as the name implies, it is a template that the system can use as a basis to create a unique device for each piece of hardware or software attached to the system (even multiples of each).&lt;br /&gt;
&lt;br /&gt;
Before any code can be written, a device template is needed. This is created in the Web Admin, under Advanced -&amp;gt; Configuration -&amp;gt; Device Templates.&amp;lt;br&amp;gt;&lt;br /&gt;
There is a button for &amp;quot;Add device template&amp;quot;, but a manufacturer and a device category must be selected first. In this case, the manufacturer will be &amp;quot;Pluto&amp;quot; and the device category will be &amp;quot;Lighting Device &amp;lt; Environment&amp;quot;. New manufacturers and device categories can be added if none are suitable for the device being controlled.&amp;lt;br&amp;gt;&lt;br /&gt;
Select the manufacturer and device category, then click the &amp;quot;Add device template&amp;quot; button.&amp;lt;br&amp;gt;&lt;br /&gt;
On the window that pops up, select the second option (to make it a c++ device) and fill in a name (this guide will use &amp;quot;Intelligent Light Switch&amp;quot;) and click &amp;quot;Add&amp;quot;.&amp;lt;br&amp;gt;&lt;br /&gt;
At this point the device template is complete and a functioning device could be made from it, however there are some important options that need to be set to make the device actually be useful. These are listed below organized by the section they appear in on the device template configuration screen.&lt;br /&gt;
&lt;br /&gt;
==== Device Template #xxxx ====&lt;br /&gt;
This is the main section. Remember the number after the pound sign; this is the unique identifier for this device template and will be required for some steps later. For demonstration purposes, this guide will use the number 2181. There are some important options that must be set here.&amp;lt;BR&amp;gt;&lt;br /&gt;
&#039;&#039;Implements DCE device&#039;&#039; - this should always be checked for DCE devices, for obvious reasons.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;This device is controlled via&#039;&#039; and &#039;&#039;This device is controlled via category&#039;&#039; - devices are usually attached to other devices or controlled via other devices; these options provide a way of specifying that relationship. This mythical intelligent light can be controlled by any Media Director (which includes the Media Director portion of a Core/Hybrid) so click the &amp;quot;Add a new controlled via category device&amp;quot; and choose &amp;quot;Media Director&amp;quot;.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Inherits MAC from PC&#039;&#039; and &#039;&#039;Is IP Based&#039;&#039; - the light is network-attached, so select these options.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Device Data ====&lt;br /&gt;
Device Data is simply a way of describing pieces of information, so that the device and the rest of the system know how to talk to each other. Events and Commands make use of Device Data to pass information around. This section tells this device what kind of information it will send or receive.&amp;lt;br&amp;gt;&lt;br /&gt;
The intelligent light will be able to provide information on how much electricity it is consuming, or we can manually configure it with this information, so open the drop-down next to &amp;quot;Add a new parameter&amp;quot; and select &amp;quot;Energy Consumption&amp;quot;. There are several options available for each Device Data:&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Comments&#039;&#039; - as it says, a comment describing what this piece of information is for. Device Data are fairly generic in nature, so this allows a more descriptive entry. This is required, so fill it in with something.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Default Value&#039;&#039; - the value to use by default in any device created by this template. It is not required, but fill in a 0 for now.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Required&#039;&#039; - device data can be optional. If this is checked then a default value must be provided or the user must enter a value. Leave it unchecked.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Allowed to Modify&#039;&#039; - as it implies, this controls whether the user can modify the value in the web admin. Enable this.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Use Master Device List Defaults&#039;&#039; - this means that the default value above will always be used by any created devices, and any time the device template default is changed all created devices will be automatically updated. Leave it unchecked.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Set by Device&#039;&#039; - this means that the DCE device itself sets the value. Normally a device like the intelligent light switch would set its energy usage, but since this is just a demonstration this will be left unchecked.&lt;br /&gt;
&lt;br /&gt;
==== Commands ====&lt;br /&gt;
Commands are how the system tells this device to perform an action. As can be seen, several command groups have already been made available, chosen based on what device category this device template is. None are actually enabled, however, so some will need to be selected. The intelligent light switch is able to turn on and off, as well as dim to partially on states, so select the check boxes for &amp;quot;Dimming&amp;quot; and &amp;quot;On/Off Light Switch&amp;quot;. You can click on the &amp;quot;Edit Commands&amp;quot; button to see what commands make up each group.&lt;br /&gt;
&lt;br /&gt;
==== Events ====&lt;br /&gt;
Events are how the device lets the system know that something with this device has happened. Other parts of the system can register to listen for these events and perform an action of their own when the event is fired. The intelligent light switch also has manual controls, so it needs to let the system know when someone operates one of these controls.&amp;lt;br&amp;gt;&lt;br /&gt;
Usually events will mirror commands, so use the dropdown to add events for &amp;quot;Device On/Off&amp;quot; and &amp;quot;State Changed&amp;quot; and use the textbox to add an appropriate comment for each.&lt;br /&gt;
&lt;br /&gt;
==== Plug &amp;amp; Play ====&lt;br /&gt;
This is used to help the system identify when a device becomes available and know that this is the device template to use when creating a device for it. This section is not used in this guide.&lt;br /&gt;
&lt;br /&gt;
==== Device Template Related ====&lt;br /&gt;
This is used to let the system know about devices that are related to this one. This section is not used in this guide.&lt;br /&gt;
&lt;br /&gt;
==== Screens ====&lt;br /&gt;
This is used to let OrbiterGen know about Orbiter screens that are not referenced directly but are still used by this device. This section is not use in this guide.&lt;br /&gt;
&lt;br /&gt;
=== Running DCEGen ===&lt;br /&gt;
DCEGen is a program that uses the device template information to create a skeleton of c++ code that will comprise the basics of the device. It creates the necessary header files, source files and makefiles in order for the device&#039;s code to compile. Included in this are functions for the device data, commands, and events defined in the template. Under normal circumstances, you would do an initial sqlCVS checkin at this point in order to get a permanent Device Template number, but since this is a demonstration only this will not be performed.&amp;lt;br&amp;gt;&lt;br /&gt;
Run DCEGen to create the source code skeleton:&lt;br /&gt;
 # cd src/DCEGen&lt;br /&gt;
 # /usr/pluto/bin/DCEGen -d 2181&lt;br /&gt;
It is important to be in src/DCEGen of the svn tree when running this command! Also make sure to use the correct device template number for your template in place of 2181. DCEGen can also be run again later if you change the device template options; it will leave your customizations alone and only update the device template specified options. DCEGen adds very verbose comments that makes the code very easy to read and modify.&lt;br /&gt;
&lt;br /&gt;
=== Running sql2cpp ===&lt;br /&gt;
All database tables, rows, and columns are represented as c++ constants, and must be regenerated any time device template options change. sql2cpp performs this operation.&amp;lt;br&amp;gt;&lt;br /&gt;
 # cd ../sql2cpp&lt;br /&gt;
 # /usr/pluto/bin/sql2cpp&lt;br /&gt;
As with DCEGen, it is important to be in src/sql2cpp of the svn tree when executing it, and it is safe to execute this again at any time.&lt;br /&gt;
=== Testing Compilation ===&lt;br /&gt;
At this point the device code is complete and will create a fully functioning device binary when compiled. DCEGen created a new directory in src for the device and placed all the code within that directory, so to compile it, simply cd into that directory and invoke the &amp;quot;make&amp;quot; command:&amp;lt;br&amp;gt;&lt;br /&gt;
 # cd ../Intelligent_Light_Switch&lt;br /&gt;
 # ./make&lt;br /&gt;
Due to a bug in DCEGen, there will be an error during compilation about post_make.sh, however it is not fatal. If the error bothers you, you can simply make the file executable:&amp;lt;br&amp;gt;&lt;br /&gt;
 # chmod 755 post_make.sh&lt;br /&gt;
You should now have a binary of the device in the current dir: Intelligent_Light_Switch&lt;br /&gt;
&lt;br /&gt;
=== Testing the Device ===&lt;br /&gt;
At this point you could create a device in the device tree and copy the binary to /usr/pluto/bin and the device would be started in a screen session after a router reload. However for testing purposes it is usually better to just run the device directly from where it is at. Go ahead and create a device in the device tree:&amp;lt;br&amp;gt;&lt;br /&gt;
Sign in to the web admin, go to Advanced -&amp;gt; Configuration -&amp;gt; Devices, and browse to and select the &amp;quot;The core/hybrid&amp;quot; device under &amp;quot;CORE&amp;quot; in the tree to the left.&amp;lt;br&amp;gt;&lt;br /&gt;
Click &amp;quot;Create Child Device&amp;quot;, enter a description, and click the &amp;quot;Pick device template&amp;quot; button.&amp;lt;br&amp;gt;&lt;br /&gt;
Enter your device template ID in the box next to the &amp;quot;Go&amp;quot; button, click the &amp;quot;Go&amp;quot; button, then click &amp;quot;Pick device template&amp;quot;.&amp;lt;BR&amp;gt;&lt;br /&gt;
Write down the device number this is assigned to this device. For demonstration purposes, this guide will use &amp;quot;53&amp;quot; as the device number.&amp;lt;br&amp;gt;&lt;br /&gt;
Now, start the device, providing it with the device number to use:&amp;lt;br&amp;gt;&lt;br /&gt;
 # ./Intelligent_Light_Switch -d 53&lt;br /&gt;
It will probably tell you that the router needs reloaded; go ahead and do this using the web admin or an Orbiter. You may need to restart the device afterwards. Note that at any time you can press ctrl-c to stop the device and exit back to the shell. To see the device in action, click on the &amp;quot;Send command to device&amp;quot; link at the top of it&#039;s web admin page. Choose one of the available commands and click &amp;quot;Send Message&amp;quot;, providing any Device Data that you want. The terminal running the device will output messages saying that the command was received.&lt;br /&gt;
&lt;br /&gt;
=== Implementing Code ===&lt;br /&gt;
Of course the device created so far doesn&#039;t actually do anything, other than provide some output when it is sent commands; hardly a useful device! Here begins the process of adding functionality and testing the results. Add/edit some code, then do the compiling and testing steps above to make sure things are going in the right direction. Repeat until the device does everything it should.&amp;lt;br&amp;gt;&lt;br /&gt;
Refer to the source code for other devices if you get stuck or if you need ideas on how to implement something. And make sure to run DCEGen and sql2cpp as necessary if you change options in the device template.&lt;br /&gt;
== Packaging the Device ==&lt;br /&gt;
&lt;br /&gt;
=== Creating the Binary Package ===&lt;br /&gt;
=== Creating the Source Package ===&lt;/div&gt;</summary>
		<author><name>Merkur2k</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=LinuxMCE-0810_beta&amp;diff=27038</id>
		<title>LinuxMCE-0810 beta</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=LinuxMCE-0810_beta&amp;diff=27038"/>
		<updated>2011-02-24T02:42:14Z</updated>

		<summary type="html">&lt;p&gt;Merkur2k: /* Upcoming fixes... */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
[[Category: Software]]&lt;br /&gt;
This page outlines some information about the Beta, as well as outlining any changes and bugfixes we are applying, just like we did with the alpha2 page.&lt;br /&gt;
&lt;br /&gt;
The installation instructions found on the alpha2 page still apply:&lt;br /&gt;
&lt;br /&gt;
==Installing LinuxMCE-0810==&lt;br /&gt;
Please see detailed instruction on how to install LinuxMCE-0810 and keep it up-to-date with the latest updates [[installing 0810|here]].&lt;br /&gt;
&lt;br /&gt;
== Upcoming fixes... ==&lt;br /&gt;
&#039;&#039;&#039;Note: Please put the name of the package file and the source and bin package number in this list, followed by a small description of what has changed! Hulu Player is not the name of the package, but lmce-hulu-player. It makes the life of the person, who needs to update the repo a lot easier. Thank you!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* pluto-dcerouter (154)&lt;br /&gt;
** Refs #961 make radvd install by default making dcerouter depend on it&lt;br /&gt;
* pluto-website-admin (220) &lt;br /&gt;
** Fixes #940&lt;br /&gt;
** Refs #662 fix graph.php for devices that report multiple events&lt;br /&gt;
** Refs #662 create details page with details graphs&lt;br /&gt;
** Refs #961 basic IPv6 implementation&lt;br /&gt;
** Refs #959 thermostat internal schedules support (z-wave part needs still to be done)&lt;br /&gt;
* pluto-boot-scripts (234)&lt;br /&gt;
** Refs #961 basic IPv6 implementation&lt;br /&gt;
** Refs #970 - Reconfigure dhcp server at every boot &lt;br /&gt;
* lmce-datalogger-plugin (686,687) &lt;br /&gt;
** Refs #913 also install Image_Color&lt;br /&gt;
* pluto-pnp-detection (562)&lt;br /&gt;
** Refs #1006 - Updates for LG TV template&lt;br /&gt;
* pluto-system-database (211) &lt;br /&gt;
** Refs #1006 - Updates for LG TV template&lt;br /&gt;
* pluto-plutodhcp (491,330)&lt;br /&gt;
** Refs #970 - Enable internal network dynamic DNS updates&lt;br /&gt;
&lt;br /&gt;
== Bugfixes ==&lt;br /&gt;
=== Mythtv-plugin fails to install ===&lt;br /&gt;
Install with apt-get install -f &amp;lt;name-of-package&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Update 2011-01-05 23579 ==&lt;br /&gt;
* pluto-plutodhcp (491,330) - Refs #920 fix the dhcp template that is being used&lt;br /&gt;
* pluto-boot-script (234) - Fixes Orbiter detection logic&lt;br /&gt;
&lt;br /&gt;
== Update 20110104 23568 ==&lt;br /&gt;
* pluto-boot-script (234) - Refs #920 allow adding entries to the dhcpd.conf file using an external file.&lt;br /&gt;
* pluto-plutodhcp (491,330) - Refs #920 Honor the dhcpd.conf template file&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
** Refs #226 - Enable SSL support in apache&lt;br /&gt;
* pluto-mythtv-plugin (136,152)&lt;br /&gt;
** Fixes #922 - add storage devices to mythtv even if offline&lt;br /&gt;
* lmce-datalogger-plugin (686,687) &lt;br /&gt;
**Refs #913 Install Image_Canvas-0.3.3C and Image_Graph-0.8.0 apagg&lt;br /&gt;
* pluto-zwave&lt;br /&gt;
** refs #874 - change mutex handling&lt;br /&gt;
* pluto-plcbus&lt;br /&gt;
** refs #918 - adjust dim rate&lt;br /&gt;
&lt;br /&gt;
== Update 2010-12-16 23525 ==&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
** Refs #907 - Support for web orbiters to use PLUTO_KEY events - Los93soL&lt;br /&gt;
** Refs #708 - wrong media type used when displaying default sort&lt;br /&gt;
* pluto-system-database (211)&lt;br /&gt;
** Refs #913 Updated dependency for datalogger plugin&lt;br /&gt;
** Refs #905 Play All also honors Queue vs Instant play setting&lt;br /&gt;
* lmce-datalogger-plugin (686,687)&lt;br /&gt;
** Refs #913 Install Image_Graph and dependencies in postinst&lt;br /&gt;
* pluto-zwave&lt;br /&gt;
** refs #44 - add smoke detector support&lt;br /&gt;
* pluto-proxy-orbiter (487,488)&lt;br /&gt;
** Refs #905 - New variable substitution to get device data &lt;br /&gt;
* pluto-orbiter (119,138)&lt;br /&gt;
** Refs #905 - New variable substitution to get device data&lt;br /&gt;
* pluto-plcbus&lt;br /&gt;
&lt;br /&gt;
== Update 2010-12-05 23479 ==&lt;br /&gt;
&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
** #879 - OSD Orbiter does not display after stopping non-pluto media device&lt;br /&gt;
** #880 - Non-pluto audio-only MediaTypes do not have the proper FK_Pipe=1&lt;br /&gt;
** #746 - Follow me volume does not work properly&lt;br /&gt;
** #905 - Implement queue media in Media_Plugin&lt;br /&gt;
* pluto-system-database (211)&lt;br /&gt;
** #860 - Add pnp detection script for ZWave devices&lt;br /&gt;
** #868 - Update Acquos LCxxD6U / LCxxD7u GSD codes to confirm input change&lt;br /&gt;
** #880 - Non-pluto audio-only MediaTypes do not have the proper FK_Pipe=1&lt;br /&gt;
** #883 - Hauppauge HD PVR inputs are not set correctly&lt;br /&gt;
* pluto-capture-card-scripts (580)&lt;br /&gt;
** #883 - Hauppauge HD PVR inputs are not set correctly&lt;br /&gt;
* lmce-dpms-monitor (721,722)&lt;br /&gt;
** #885 - DPMS Monitor now works correctly. DPMS is properly enabled, Timeouts are set, and X buffers are properly flushed after each DPMS request. (tschak)&lt;br /&gt;
* pluto-storage-devices (533)&lt;br /&gt;
** Fixes #884 - No longer ignore bootable partitions - merkur2k&lt;br /&gt;
** #889	New shares on existing file servers are not detected - merkur2k&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
** Fixes #888 - Display correct description in web orbiter selection dropdown - merkur2k&lt;br /&gt;
** Fixes #869 - Event navigation improvement - thanks apagg!&lt;br /&gt;
** Refs #677 - More colors for energyGraph and some small fixes - apagg&lt;br /&gt;
** #778 Adds TVDB tagging functionality&lt;br /&gt;
** #662 datalogger display sensor report correct - apagg&lt;br /&gt;
** Fixes #866 update imdbphp to imdbphp2&lt;br /&gt;
** Fixes #901 - proper deletion of Orbiter devices&lt;br /&gt;
* mce-diskless-tools (627,628)&lt;br /&gt;
** Fixes #894 - make MythTV Setup show up properly now on Diskless MDs&lt;br /&gt;
* pluto-proxy-orbiter (487,488)&lt;br /&gt;
** #905 - Use orbiter setting &amp;quot;Queue instead of instant play&amp;quot;&lt;br /&gt;
* pluto-orbiter (119,138)&lt;br /&gt;
** #905 - Use orbiter setting &amp;quot;Queue instead of instant play&amp;quot;&lt;br /&gt;
* lmce-shoutcast-radio-plugin (703,704)&lt;br /&gt;
** Fixes #906 - new method of downloading shoutcast data&lt;br /&gt;
&lt;br /&gt;
==Update 2010-11-01 23388 ==&lt;br /&gt;
* asterisk-pluto (269) - all those asterisk changes should finally be deployed&lt;br /&gt;
* lmce-launch-manager - segfault due to db going away&lt;br /&gt;
* pluto-asterisk - added blueface voip provider&lt;br /&gt;
* pluto-boot-script (234) - Refs #315 load ztdummy module at startup&lt;br /&gt;
* pluto-capture-card-script - Refs #854 added HD PVR block info.&lt;br /&gt;
* pluto-mythtv-player - enable networkcontrol port&lt;br /&gt;
* pluto-proxy-orbiter (487,488) - Refs #821 - configuration script for automatic proxy orbiter port selection - merkur2k&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
** Refs #857 - Added update device command to general info plugin&lt;br /&gt;
** Refs #843 - UpdateEntArea crashes fixed&lt;br /&gt;
* pluto-system-database (211)&lt;br /&gt;
** #854 Add the above file&lt;br /&gt;
** #851 - DCERouter segfaults when exiting&lt;br /&gt;
** #873	Software raid devices do not have &amp;quot;use automatically&amp;quot; option&lt;br /&gt;
* pluto-updateentarea (341,342) &lt;br /&gt;
** Refs #445 don&#039;t put proxy orbiters into MDs EA&lt;br /&gt;
** Refs #843 UpdateEntArea crashes fixed &lt;br /&gt;
* pluto-website-admin (220) - Refs #821 - enable web orbiter in &amp;quot;add orbiter&amp;quot; dropdown in orbiters wizard page - merkur2k&lt;br /&gt;
** Refs #856 - View whole log only displays first 5000 lines&lt;br /&gt;
** Refs #861 - fixes JS path escaping&lt;br /&gt;
** Refs #870 - Web interface for learning IR codes doesn&#039;t work when editing existing device&lt;br /&gt;
* pluto-pnp-detection (562) - Refs #860 - Add pnp detection script for ZWave devices&lt;br /&gt;
* pluto-plutoutils (197,196) - Refs #872 - Fix MySQL timeout issues&lt;br /&gt;
* pluto-dcecommon (193,192) - Refs #872 - Fix MySQL timeout issues&lt;br /&gt;
* pluto-sql2cpp (203,202) - Refs #872 - Fix MySQL timeout issues&lt;br /&gt;
* pluto-tribunetv (599,598) - Refs #872 - Fix MySQL timeout issues&lt;br /&gt;
* pluto-vipshared (200,199) - Refs #872 - Fix MySQL timeout issues&lt;br /&gt;
* pluto-hdhomerun (621,620) - Refs #872 - Fix MySQL timeout issues&lt;br /&gt;
* asterisk-pluto (269) - Refs - #570 Phone book lookup and user validation scripts will now be packaged - Los93soL&lt;br /&gt;
* pluto-simplephone (498,499) - Phone audio now works when connected by HDMI - Los93soL&lt;br /&gt;
* pluto-zwave-lighting (506,505) - Refs #874 - ZWave controller locks up about twice a day&lt;br /&gt;
* pluto-asterisk (270.271) - Added support for WhistlePhone, free ad-supported US calling&lt;br /&gt;
&lt;br /&gt;
== Update 2010-10-13 23333 ==&lt;br /&gt;
* pluto-std-plugins (116,135) -&lt;br /&gt;
** Media Plugin fix to not turn on OSD (TV) if the TV was already off, and was triggered by an orbiter to play audio. Superfluous block of code removed, Thanks uplink!&lt;br /&gt;
** Possible fix for #674, media is not streamed through unnecessary MDs&lt;br /&gt;
** Fixes #849 house mode change event now sends previous mode as parameter, event plugin uses that when processing house mode change events&lt;br /&gt;
* pluto-system-database (211) - esev made changes to the non-pluto-DVD remote to make it much more usable! Thanks!&lt;br /&gt;
* pluto-lirc-wrapper (340,421) - Fixes #822 lirc now depends on required message translation library&lt;br /&gt;
* lmce-mediatomb (702) - Fixes #841&lt;br /&gt;
* pluto-boot-scripts (234) - #848 - honor &amp;quot;enable UpdateMedia&amp;quot; setting in web admin&lt;br /&gt;
* lmce-launch-manager (299,298) - #848 - honor &amp;quot;enable UpdateMedia&amp;quot; setting in web admin&lt;br /&gt;
&lt;br /&gt;
== Update 2010-10-06 23324 ==&lt;br /&gt;
* lmce-linux-igd  (765 - New package for #826 - merkur2k&lt;br /&gt;
* lirc_0.8.3 &lt;br /&gt;
** built in build-replacements.sh, only it is commented atm&lt;br /&gt;
** Refs #822 fixes repeat problems with pronto codes&lt;br /&gt;
* lmce-mediatomb (702) - Generate a more sane config file for mediatomb - merkur2k&lt;br /&gt;
* pluto-boot-script (234) - Mount /home via nfs instead of cifs on media directors, updates for #826 - merkur2k&lt;br /&gt;
* pluto-lirc-wrapper (340,421) - Fixes #822 lirc can now send pronto codes properly&lt;br /&gt;
* pluto-orbiter (119,138) - Fix for #458 - power menu now works correctly to control other media directors from OSD&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
** Voicemail changes and fixes.&lt;br /&gt;
** Absolute Timed Events are working (thanks TSCHAK)&lt;br /&gt;
** Fixes #833 - possible to compare integer criteria against a list of comma-separated values&lt;br /&gt;
* pluto-system-database (211) - lots of sqlCVS changes.&lt;br /&gt;
* pluto-website-admin (220) - Misc fixes from various tickets - merkur2k&lt;br /&gt;
* pluto-zwave-lighting (505,506) - #44 Improve detection of multi instance devices, possible to resync device data&lt;br /&gt;
* pluto-storage-devices (533) - Add NFS Radar - merkur2k&lt;br /&gt;
* pluto-mythtv-plugin (136,152) - misc storage group fixes - merkur2k&lt;br /&gt;
** &amp;quot;use autumatically&amp;quot; flag for storage devices is now honored&lt;br /&gt;
** better support for remote storage devices (Nas, windows share, etc)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-09-16 23289 ==&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** enable WOL on boot up again&lt;br /&gt;
** fix HDMI and SPDIF unmuting for AVWizard and successive boots. &lt;br /&gt;
** #813, SetupUsers_Homes.sh no longer executes on media directors, faster boot. &lt;br /&gt;
** #733, BootMessage.sh no longer emits an error.&lt;br /&gt;
* pluto-generic-serial-device (307,335) - fix ethernet device support for GSDs&lt;br /&gt;
* pluto-orbiter (119,138) - #811 - WiiMote support. Change mouse accelleration so that the wiimote can actually traverse the entire width of the screen.&lt;br /&gt;
* pluto-std-plugins - #814 - Display the dimming column on the floor plan for drapes and blinds&lt;br /&gt;
* pluto-updateentarea (341,342) - #815 - Autogenerated scenarios sleep/wakeup do the right thing for blinds/drapes&lt;br /&gt;
* pluto-website-admin (220) #708 - add default media sort options to orbiters page, #636 - fixes special characters for IMDB tagging&lt;br /&gt;
&lt;br /&gt;
== Update 2010-08-29 23259 ==&lt;br /&gt;
* lmce-squeezeslave (763) - Refs #776 wrapper script to start squeezeslave&lt;br /&gt;
* mce-diskless-tools (627,628) - #798 /etc/diskless.conf not being created - merkur2k&lt;br /&gt;
* pluto-app-server (145,126) - #344 Allow power off mode override&lt;br /&gt;
* pluto-asterisk (270,271)&lt;br /&gt;
** Refs #570 Display caller name and picture from LinuxMCE phone book when available - Los93soL&lt;br /&gt;
** Change line ending for create_amp_sipgate_de.pl&lt;br /&gt;
* pluto-slimserver-plugin (424,425) - Refs #776 add squeezeslave template as possible playback device&lt;br /&gt;
* pluto-std-plugins - fix audio album snafu&lt;br /&gt;
* pluto-storage-devices (533) - #799 (re)enable NFS instead of CIFS for internal disk drive sharing - merkur2k&lt;br /&gt;
&lt;br /&gt;
== Update 2010-08-02 23227 ==&lt;br /&gt;
* lmce-datalogger-plugin (686,687) - Refs #104 Add initial support for logging Sensor Tripped Events - Los93soL&lt;br /&gt;
* lmce-datalog-database (753) - Refs #104 Add initial support for logging Sensor Tripped Events - Los93soL&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** Start the StorageDevices setup in the background during system start, and restart samba as part of the storage devices setup.&lt;br /&gt;
** Fixes #748 Some MAC addresses would get truncated, Thanks Coley - Los93soL&lt;br /&gt;
* pluto-app-server (145,126) - Do proper check to determine if suspend is supported&lt;br /&gt;
* pluto-website-admin (220) - Fixes #569 Don&#039;t assume calls originate from the US - Los93soL&lt;br /&gt;
* asterisk-pluto (269) - Fixes #570 Attempt to lookup caller name in phone book and correct as possible - Los93sol&lt;br /&gt;
* pluto-asterisk (270,271) - Fixes #570 Attempt to lookup caller name in phone book and correct as possible - Los93soL&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-27 23202 ==&lt;br /&gt;
* asterisk-pluto (269) - Generate all speech for pluto-sos-menus, and generate /etc/asterisk/extensions_custom.conf completely dynamically - Los93soL&lt;br /&gt;
* libxine - Refs [http://svn.linuxmce.org/trac.cgi/ticket/535 #535], Backport of newer Matroska container support form lib-xine 1.1.17.&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], fixes alpha blending of picture viewer&lt;br /&gt;
* pluto-boot-scripts (234) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/758 #758], Fix cameras on MDs by using NFS mount for the camera dir&lt;br /&gt;
* pluto-updatemedia (405,406) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/651 #434], Different handling for VDR files - WARNING!! Playback of VDR recording from video is still not possible!&lt;br /&gt;
* pluto-website-admin (220) - Make sure the phone system is updated with changes made to cell phone notifications via web admin - Los93soL&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs #315 Should fix most of the call transfer issues, please test thoroughly - Los93soL&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-17 23165 == &lt;br /&gt;
* pluto-boot-scripts (234) - New startup script for the Launch Manager (fixes #753)&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
** Weborbiter: add missing getNews function (fixes #755)&lt;br /&gt;
** Weborbiter: keep trying to get images/data when an communication error occurs&lt;br /&gt;
** Weborbiter: fix keyboard processing (fixes #754)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-16 23161 ==&lt;br /&gt;
* pluto-proxy-orbiter (487,488) - now with committed fixes for the 404 in 7970&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-14 23155 ==&lt;br /&gt;
* pluto-asterisk (270,271) - Only send extra channel options for transfers when an extra channel is there, also fixes to viatalk create script so things work nicely again&lt;br /&gt;
* pluto-simplephone (498,499) - Whoops!  Missed this package a few days ago, fixes Orbiter phones so they connect with the SIP secret&lt;br /&gt;
* pluto-system-database (211) - Updates to the Size table to include older iPhone/iPod Touch sizes, as well as iPhone4 size.&lt;br /&gt;
* pluto-mythtv-plugin (136,152) - Fixed some incorrect behavior with generating mythtv storage groups&lt;br /&gt;
* lmce-launch-manager (299,298) - Fixed the StartCoreServices.sh from passing wrong Device_ID to Sync2amp.pl causing NAS passwords to become scrabled.&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-06 23148 ==&lt;br /&gt;
* freepbx - Changelog updated to get a new version number&lt;br /&gt;
* pluto-asterisk (270,271) - Add support for making announcements to phones&lt;br /&gt;
* pluto-dhcpd-plugin (302) - Define helper script as a perl script&lt;br /&gt;
* pluto-std-plugins (116,135) - Small speed up fix for video file list &lt;br /&gt;
* pluto-text-to-speech (283,284) - Add support for making announcements to phones&lt;br /&gt;
* pluto-website-admin (220) - Updates to the new weborbiter&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-03  ==&lt;br /&gt;
*asterisk-pluto (269)&lt;br /&gt;
** Fix pluto sos menu generates the voice dialogs now&lt;br /&gt;
** Update caller id when sos menu calls out&lt;br /&gt;
*freepbx&lt;br /&gt;
** General dialplan cleanup&lt;br /&gt;
** FreePBX system status works now&lt;br /&gt;
** Fix warnings when updating modules list in FreePBX&lt;br /&gt;
*lmce-hai-omni-rs232 (748,749) - Make sure HAI created devices set HAI as the controlled via device&lt;br /&gt;
*pluto-asterisk (270,271)&lt;br /&gt;
** Update create scripts and abstract redundant code&lt;br /&gt;
** Keep Line_HouseMode in sync when trunks are deleted&lt;br /&gt;
** Transfers are working again&lt;br /&gt;
*pluto-website-admin (220) - Don&#039;t display phone trunk passwords in web admin&lt;br /&gt;
*pluto-dhcpd-plugin (302) - Cisco 7960 (with SIP firmware) will use sip secret now&lt;br /&gt;
*pluto-std-plugins (116,135) - CRITICAL MEDIA PLUGIN FIX IN CMD_Set_Media_Private which was causing the router to rapidly crash due to odd data coming in from MythTV PlugIn. Will investigate further, but this does stop the crashes.&lt;br /&gt;
*pluto-mythtv-plugin (136,152) - Add changes to MythTvSyncDB.sh to always set AlwaysStreamFiles to 1 for media directors.&lt;br /&gt;
*lmce-hulu-player (744,745) - somehow, an older package snuck in. This needs to be rebuilt to fix the hanging bug that somehow reappeared. Yes, I went back and checked the checked in code from a fresh checkin, this will fix it&lt;br /&gt;
*pluto-storage-devices (533) - Added dependencies for nbd-client and nbd-server so that remote playing of DVDs will work, correctly. (Fixes #743)&lt;br /&gt;
* pluto-proxy-orbiter - updates from Dianemo&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-28 23119 ==&lt;br /&gt;
* asterisk-pluto (269) - Fix fire SOS event and dialplan cleanup - Los93soL&lt;br /&gt;
* freepbx - Fix fire SOS event and dialplan cleanup - Los93soL&lt;br /&gt;
* mjproxy (760,761)&lt;br /&gt;
* pluto-dhcpd-plugin (302) - update configure scripts for grandstream and snom 3xx phones for support of database secret.&lt;br /&gt;
* pluto-mythtv-player (133,152) - Bug #737 - MH Play Media can now set initial channel&lt;br /&gt;
* pluto-std-plugins (116,135) - Bug #736 - CMD_Delete_File in Media PlugIn now will not allow deletion of arbitrary files from the disk, lots of sanity checks. Support for deleting voicemails.&lt;br /&gt;
* pluto-system-database (211)&lt;br /&gt;
* pluto-xine-player (117,136) - enable subtitle support&lt;br /&gt;
* pluto-vdr (468,469) - Bug #737 - MH Play Media can now set initial channel&lt;br /&gt;
* pluto-website-admin (220) - Adds energy monitor that uses state change #677&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-18 23082 ==&lt;br /&gt;
* lmce-datalogger-plugin (686,687)&lt;br /&gt;
* lmce-datalog-database (753)&lt;br /&gt;
* pluto-boot-scripts (234)&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
* asterisk-pluto (269)&lt;br /&gt;
* pluto-asterisk (270,271)&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
* pluto-mythtv-player (133,152) - Fix the missing MythTV Setup in Computing. as the Quick Start Template has moved rows.&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Fixes #732 - Storage devices not locally attached to core are not added to mythtv storage groups and cleans up some error messages&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-14 23070 ==&lt;br /&gt;
* pluto-std-plugins (116,135) - Fix to General Info Plugin to allow Firefox Bookmarks to work again. Please test!&lt;br /&gt;
* pluto-boot-scripts (234) - Modify Mozilla.sh to properly output a profile where bookmarks work again.&lt;br /&gt;
* mce-diskless-tools (627,628) - Modify DisklessInteractor to always return i386 until we get a working amd64 build again.&lt;br /&gt;
* vdr - Update to version 1.7.15 &lt;br /&gt;
** Get rid of a few patches&lt;br /&gt;
** Fixes for sound decoding in Denmark&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-10 23047 ==&lt;br /&gt;
* v4l2-Modules (732) - Fix Debian package naming to allow proper install of dkms package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-09 23046 ==&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs #650, start picture viewer minimized&lt;br /&gt;
* pluto-website-admin (220) - Change wording of VDR error message to better reflect what&#039;s going on.&lt;br /&gt;
* v4l2-Modules (732) - Fix debian package naming to allow proper install of dkms package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-07 23036 ==&lt;br /&gt;
* pluto-asterisk (270.271) - Fix initial for no voicemail greetings after setup wizard (thanks los93sol)&lt;br /&gt;
* pluto-vdr (469,468) &lt;br /&gt;
** Syntax error fix in StartVDRClient - should start correct on MDs now.&lt;br /&gt;
** Add a default remote.conf so people can use the keyboard to control VDR.&lt;br /&gt;
* pluto-system-database (211) - Add support for TED5000 and Energy Monitoring Events to be used by future devices&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-01 23002 ==&lt;br /&gt;
* lmce-hulu-player (739,740) - changed the accept() loop to be non-blocking, fixing the hung hulu player issue when the router needs to reload. -TSCHAK &lt;br /&gt;
* mce-diskless-tools (627,628) - cBuckle sent in a bugfix that prevented media directors with more than one NIC from properly being detected. We now assume the booting NIC is eth0. Thanks cBuckle! -TSCHKA&lt;br /&gt;
* pluto-website-admin (220) - Fixes #705, and #706 -TSCHAK&lt;br /&gt;
* pluto-system-database (211) - Fixes to QuickStartTemplate so icons will show. -TSCHAK&lt;br /&gt;
* pluto-std-plugins (116,135) - Fix to General Info Plugin so that it will properly show PNG images&lt;br /&gt;
* pluto-boot-scripts (234) - Fix to UpdateQuickStartIcons.sh to download quick start icons and convert to PNG if needed.&lt;br /&gt;
* lmce-update-system (650,651) - Fix preferences file&lt;br /&gt;
&lt;br /&gt;
== Update 2010-05-20 22959 ==&lt;br /&gt;
* lmce-update-system (650,651) - Setup pinning to the LinuxMCE repository&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - MythTV 0.23 support has been baked in. Thanks mandingo&lt;br /&gt;
* pluto-mythtv-player (133,152)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-05-20 22958 ==&lt;br /&gt;
&lt;br /&gt;
* pluto-orbitergen (226,227) - Orbitergen changed to specify that MIDs are on-screen orbiters. This may change in the future, but I need to test something... --[[User:Tschak909|Tschak909]] 06:22, 9 May 2010 (CEST)&lt;br /&gt;
* pluto-system-database (211) - [http://svn.linuxmce.org/trac.cgi/ticket/684 Toshiba RAS series IR control template]&lt;br /&gt;
* pluto-generic-serial-device (307,335) - [http://svn.linuxmce.org/trac.cgi/ticket/685 access return parameters in GSD device]&lt;br /&gt;
* mythtv-0.23&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-28 22898  ==&lt;br /&gt;
* pluto-website-admin (220) - [http://svn.linuxmce.org/trac.cgi/ticket/662 Fixes #662 (again ;) )]&lt;br /&gt;
* pluto-system-database (211) - sqlCVS additions for the SmartQ V7 MID&lt;br /&gt;
* pluto-updateentarea (341,342) - code in Setup to allow for devices in the MID category to get media scenarios.&lt;br /&gt;
* pluto-storage-devices (533) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/672 #672]&lt;br /&gt;
* mce-diskless-tools (627,628) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/655 #655]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-14 22889 *CLOUD Release* ==&lt;br /&gt;
*  pluto-system-database (211) changes to the repository information for a package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-08 22883 ==&lt;br /&gt;
* pluto-boot-script (234) - Change smb.conf template to disable unix extension.&lt;br /&gt;
* pluto-website-admin (220) - [http://svn.linuxmce.org/trac.cgi/ticket/662 Fixes #662]&lt;br /&gt;
* lmce-picture-plugin (756,757) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650] fix pause of slideshow&lt;br /&gt;
* pluto-system-database (211) [http://svn.linuxmce.org/trac.cgi/ticket/650 #650] designer changes for picture viewer&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-23 22876 ==&lt;br /&gt;
* pluto-std-plugins (116,135) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], media plugin supports play all for pictures&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], picture viewer&lt;br /&gt;
* lmce-picture-plugin (756,757) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], picture plugin&lt;br /&gt;
* Pluto PNP Detection Scripts (562), added detection script for Pioneer Elite series of Receivers&lt;br /&gt;
* Pluto Capture Card Setup Scripts (580), added input change scripts for various capture cards&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-14 22853 ==&lt;br /&gt;
* pluto-website-admin (220) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/637 #637] Reload event plugin configuration when events change (no need to reload router anymore, except after adding/deleting event commands), [http://svn.linuxmce.org/trac.cgi/ticket/648 #648] Fix device template adding to avoid sqlCVS commit problems&lt;br /&gt;
* pluto-orbiter (119,138) [http://svn.linuxmce.org/trac.cgi/ticket/647 #647] Enable event mapping for mouse buttons&lt;br /&gt;
* pluto-system-database (211) [http://svn.linuxmce.org/trac.cgi/ticket/646 #646] Device template for Logitech MX Air mouse&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/651 #651] fix router crash with boolean event parameters&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-07 22832 ==&lt;br /&gt;
&lt;br /&gt;
* pluto-zwave-lighting (505,506) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/620 #620] make command for child work again&lt;br /&gt;
* pluto-system-database (211) - new package and package changes for datalogger plugin&lt;br /&gt;
* lmce-datalog-database (753) - datalogger database, refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630]&lt;br /&gt;
* lmce-datalogger-plugin (686,687) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630] install automatically, configurable graph display&lt;br /&gt;
* lmce-datalog-db (688,689) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630]&lt;br /&gt;
* pluto-website-admin (220) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630], [http://svn.linuxmce.org/trac.cgi/ticket/633 #633], fix for some attribute names not showing up in media browser page, improvements to datalogger section&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/637 #637] allow event plugin to reload configuration without a router reload&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-28 22812 ==&lt;br /&gt;
&lt;br /&gt;
Hulu Now works, and the HAI Omni Security panel driver has been checked in and integrated.&lt;br /&gt;
&lt;br /&gt;
* pluto-system-database (211) - Addition of buttons to Hulu Remote (tschak)&lt;br /&gt;
* lmce-hulu-player (739,740) - Hulu Player now uses Hulu Desktop&#039;s LIRCD port via a fake LIRCD Server. (tschak)&lt;br /&gt;
* 751  	HAI Control Program&lt;br /&gt;
* 750 	HAI Control Program Source&lt;br /&gt;
* 749  	LinuxMCE HAI Omni RS232 Panel Support&lt;br /&gt;
* 748 	LinuxMCE HAI Omni RS232 Panel Support Source&lt;br /&gt;
* pluto-zwave-lighting (505,506) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/620 #620] multi instance support for sensors&lt;br /&gt;
* pluto-mplayer-player (657,656) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/471 #471] Finally committed vdpau support for mplayer&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-23 22803 ==&lt;br /&gt;
* pluto-boot-script (234) &lt;br /&gt;
** Install zaptel-modules and load ztdummy for meetme&lt;br /&gt;
** Disable KDE screensaver upon KDE Desktop start (fixes #600)&lt;br /&gt;
* pluto-dhcpd-plugin (302) - Make sure to transfer database secret into sip_additional.conf&lt;br /&gt;
* pluto-orbiter (119,138) - Color fixes&lt;br /&gt;
* pluto-proxy-orbiter (488,487) - Color fixes - thanks radu&lt;br /&gt;
* pluto-vdr (468,469)&lt;br /&gt;
** Only create setup.conf if it does not contain a remotetimers entry&lt;br /&gt;
** Disable shutdown of system from VDR&lt;br /&gt;
* v4l2-firmware (733) - Added new firmware drivers to support a broader range of DVB cards&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-18 22795 ==&lt;br /&gt;
* pluto-proxy-orbiter (487,488) Fixes [http://svn.linuxmce.org/trac.cgi/ticket/610 #610]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-16 22777 ==&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
** Fixes event criteria for PK_EventParameter [http://svn.linuxmce.org/trac.cgi/ticket/602 #602]&lt;br /&gt;
** Fixes time of day - can now check againt hh:mm:ss [http://svn.linuxmce.org/trac.cgi/ticket/605 #605]&lt;br /&gt;
** Fixed bug introduced in the two fixes above [http://svn.linuxmce.org/trac.cgi/ticket/608 #608]&lt;br /&gt;
* pluto-vdr (468,469) - Remove SourceCaps entries from default setup.conf&lt;br /&gt;
* pluto-system-database (211) - Hulu Player/PlugIn changes&lt;br /&gt;
* Hulu PlugIn (737,738) - device template constant fixes&lt;br /&gt;
* Hulu Player (739,740) - device template constant fixes&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-14 22768 ==&lt;br /&gt;
* pluto-xine-player (117,136) - removed dependency for libxine1-ffmpeg&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-13 22765 ==&lt;br /&gt;
* pluto-std-plugins - fixes #587&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-12 22763 ==&lt;br /&gt;
* new-installer &lt;br /&gt;
** changes in kdm link management&lt;br /&gt;
** verify kubuntu-desktop is installed&lt;br /&gt;
* pluto-boot-script (234) - Fix copying of desktop link to activate Orbiter into root&#039;s Desktop dir&lt;br /&gt;
* pluto-vdr (469,468) - Only backup setup.conf if it exists.&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-10 22758 ==&lt;br /&gt;
* pluto-boot-script (234)- Add Activate Orbiter to KDE desktop (#596)&lt;br /&gt;
* mce-diskless-tools (627,628) - Add a link to the desktop to call Activate Orbiter (#596)&lt;br /&gt;
* linux-diskless-image (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
* alsa-modules (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
* zaptel-modules (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-08 22754 ==&lt;br /&gt;
* Hulu PlugIn (737,738) - Initial Beta of Hulu Support&lt;br /&gt;
* Hulu Player (739,740) - from TSCHAK&lt;br /&gt;
* Game Player (673,674) - Added support for custom controller files to Game Player - see TankStick DT #2100 for an example.&lt;br /&gt;
* pluto-std-plugins - fixes #587&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-03 22733 ==&lt;br /&gt;
* MythTV - We provide our own packages (0.22 sources packages from mythbuntu )&lt;br /&gt;
* ZWave Lighting (505,506) - Wizard bugfix&lt;br /&gt;
&lt;br /&gt;
== Update 2010-01-27 22704 ==&lt;br /&gt;
* pluto-photo-screen-saver (582,581) - maintain correct image aspect ratio [http://svn.linuxmce.org/trac.cgi/ticket/568 #568]&lt;br /&gt;
* pluto-vdr (469,468) &lt;br /&gt;
** Use remotetimer for central scheduling&lt;br /&gt;
** Don&#039;t autostart VDR on MD&lt;br /&gt;
** Support VDPAU &lt;br /&gt;
* VDR - We provide our own packages (1.7.11 sources packages from eTobi and free-vdr.de)&lt;br /&gt;
&lt;br /&gt;
==  Update 2010-01-16 22689 ==&lt;br /&gt;
* pluto-boot-scripts (234) - new safe_delete.sh script for safely deleting database entries&lt;br /&gt;
* pluto-cm15a (730,731) - new DCE device, CM15A USB interface for X10&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Capture card install now goes directly to the setup wizard&lt;br /&gt;
* pluto-orbiter (119,138) - Capture card install now goes directly to the setup wizard&lt;br /&gt;
* pluto-storage-devices (533) - mount no longer echos out errors during ro filesystem&lt;br /&gt;
* pluto-photo-screen-saver (582,581) - Rotate image according to exif tag [http://svn.linuxmce.org/trac.cgi/ticket/566 #566]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-01-08 22669 ==&lt;br /&gt;
*pluto-boot-scripts (234) &lt;br /&gt;
** Purge_Camera_Archives.pl fixed&lt;br /&gt;
** backup/restore fixed&lt;br /&gt;
** enable_wol called from Startup script - WOL for MDs should work again&lt;br /&gt;
*pluto-motion-wrapper (456,455) - Now calls the purge script every 6 hours and on reload&lt;br /&gt;
*pluto-storage-devices (533) &lt;br /&gt;
** Hostname now added to string to be displayed on orbiters when new drives are detected. &lt;br /&gt;
** Boot partitions will be filtered out also.&lt;br /&gt;
*pluto-system-database (211) - changes to MotionWrapper&#039;s motion.conf default options to use new option names&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-25 22639 - Christmas fix ==&lt;br /&gt;
* freepbx - removal of chan_vpb.so to circumvent coredumps on system without a Voicetronix board (#519)&lt;br /&gt;
* pluto-avwizard (555,556) - modification of startup scripts to not screw the system upon status calls to the startup scripts&lt;br /&gt;
* pluto-boot-scripts (234)&lt;br /&gt;
** modification of startup scripts to not screw the system upon status calls to the startup scripts&lt;br /&gt;
** updated Backup/Restore functionallity&lt;br /&gt;
** fixes  web admin log links for hybrid MD&lt;br /&gt;
** Make sure only a single logrotate configuration file for LinuxMCE exist&lt;br /&gt;
* pluto-hdhomerun(621,620)- Fixes bug where only 1 tuner was added to mythtv&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Fixes deletion of of hostname from mythconverg.capturecard by creating and using a dummy videosource&lt;br /&gt;
* pluto-simplephone (498,499) - Adds support for password in DeviceData&lt;br /&gt;
* pluto-std-plugins (116,135) - Adds support for specialized interfaces&lt;br /&gt;
* pluto-system-database (211) - Some devicedata changes for SIP phone templates to include devicedata for password&lt;br /&gt;
* pluto-website-admin (220) - Fixes Climate Command Wizard Set Temperature command, Climate Command Wizard also now works with On//Off Climate Devices&lt;br /&gt;
* pluto-orbiter (119,138) - Fixes issue with input devices crashing orbiter [http://svn.linuxmce.org/trac.cgi/ticket/522 #522]&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-14 22600 ==&lt;br /&gt;
* pluto-dcerouter (154,155) - Fixes broken Delay command&lt;br /&gt;
* pluto-libresolution (545,544) - UseEDID HDMI Audio xorg.conf entry&lt;br /&gt;
* pluto-asterisk (270.271) - Fix for Messagenet configuration script (changing Window&#039;s EOL characters)&lt;br /&gt;
* pluto-system-database (211) - Some devicedata changes for dcerouter delay command and DCS-5300G camera&lt;br /&gt;
* pluto-website-admin (220) - fix HDMI selection in web admin&lt;br /&gt;
* pluto-xine-player (117,136) - removed 1 second sleep after play media. refactored code to stop screen saver&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-12 22598 ==&lt;br /&gt;
* pluto-website-admin (220) - sql fix from http://svn.linuxmce.org/trac.cgi/changeset/22567&lt;br /&gt;
* pluto-xine-plugin (118,137) - fix for remote audio cd streaming [http://svn.linuxmce.org/trac.cgi/ticket/470 #470] - still not working&lt;br /&gt;
* pluto-xine-player - refactor screen saver handling&lt;br /&gt;
* pluto-disk-drive (122,141) - fix for remote audio cd streaming [http://svn.linuxmce.org/trac.cgi/ticket/470 #470] - still not working&lt;br /&gt;
* pluto-x-scripts (520,523) - fix for audio over HDMI&lt;br /&gt;
* alsa-lib, alsa-utils, lib64asound2, libasound2 - fix for audio over HDMI&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-06 22569 ==&lt;br /&gt;
* pluto-dce-router (154,155) - now depends on lmce-skins-uita&lt;br /&gt;
* pluto-system-database (211) - new lmce-skins-uita package definition&lt;br /&gt;
* lmce-skins-uita (727) - new skin&lt;br /&gt;
* MPlayer_Player (656,657) - Videos that is played by mplayer can now take advantage of vdpau. (Set hw accel to &amp;quot;auto&amp;quot; or &amp;quot;vdpau&amp;quot;)&lt;br /&gt;
* pluto-xine-player (117,136) - don&#039;t stop screen saver when playing audio [http://svn.linuxmce.org/trac.cgi/ticket/486 #486]&lt;br /&gt;
* pluto-orbiter (119,138) - hide xine when playing audio, keeps screen saver visible [http://svn.linuxmce.org/trac.cgi/ticket/486 #486]&lt;br /&gt;
* Update of Zaptel and other kernel related packages to -16&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-03 22558 ==&lt;br /&gt;
* Build_Replacement_Package - freepbx (ubuntu/asterisk/freepbx) - Ticket #345 - Fixes the issue of installing new modules in FreePBX.&lt;br /&gt;
* pluto-asterisk (270.271) - Phone Lines fixing - asterisk (src/asterisk) - Ticket #374 - Fixes the issue during the creation procedure of a new phone lines via web LinuxMCE Admin. New MessageNet Provider support.&lt;br /&gt;
* pluto-avwizard (555,556) - Fixes #480 - Fails to identify untouched xorg.conf&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** Cleanup in nvidia-config&lt;br /&gt;
** MD WOL Problem fixed&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
** #469 IVR menue will now be regenerated every time a phone line is added.&lt;br /&gt;
** #221 IR commands selection screen now has sort modes to make it easier to sift through all those commands.&lt;br /&gt;
** #219 Various layout improvements to the wizard pages.&lt;br /&gt;
* pluto-xine-player (117,136) - changes for HDMI out&lt;br /&gt;
* pluto-std-plugins (116,135) - Changes to Telecom PlugIn to give proper audio switching behaviour when USB Conference microphones are used for the media director phone. This is of relevance to particular configurations that do not allow concurrent access to the soundcard (such as coax/optical settings). -tschak&lt;/div&gt;</summary>
		<author><name>Merkur2k</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=LinuxMCE-0810_beta&amp;diff=27037</id>
		<title>LinuxMCE-0810 beta</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=LinuxMCE-0810_beta&amp;diff=27037"/>
		<updated>2011-02-24T02:41:38Z</updated>

		<summary type="html">&lt;p&gt;Merkur2k: /* Upcoming fixes... */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
[[Category: Software]]&lt;br /&gt;
This page outlines some information about the Beta, as well as outlining any changes and bugfixes we are applying, just like we did with the alpha2 page.&lt;br /&gt;
&lt;br /&gt;
The installation instructions found on the alpha2 page still apply:&lt;br /&gt;
&lt;br /&gt;
==Installing LinuxMCE-0810==&lt;br /&gt;
Please see detailed instruction on how to install LinuxMCE-0810 and keep it up-to-date with the latest updates [[installing 0810|here]].&lt;br /&gt;
&lt;br /&gt;
== Upcoming fixes... ==&lt;br /&gt;
&#039;&#039;&#039;Note: Please put the name of the package file and the source and bin package number in this list, followed by a small description of what has changed! Hulu Player is not the name of the package, but lmce-hulu-player. It makes the life of the person, who needs to update the repo a lot easier. Thank you!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* pluto-dcerouter (154)&lt;br /&gt;
** Refs #961 make radvd install by default making dcerouter depend on it&lt;br /&gt;
* pluto-website-admin (220) &lt;br /&gt;
** Fixes #940&lt;br /&gt;
** Refs #662 fix graph.php for devices that report multiple events&lt;br /&gt;
** Refs #662 create details page with details graphs&lt;br /&gt;
** Refs #961 basic IPv6 implementation&lt;br /&gt;
** Refs #959 thermostat internal schedules support (z-wave part needs still to be done)&lt;br /&gt;
* pluto-boot-scripts (234)&lt;br /&gt;
** Refs #961 basic IPv6 implementation&lt;br /&gt;
* lmce-datalogger-plugin (686,687) &lt;br /&gt;
** Refs #913 also install Image_Color&lt;br /&gt;
* pluto-pnp-detection (562)&lt;br /&gt;
** Refs #1006 - Updates for LG TV template&lt;br /&gt;
* pluto-system-database (211) &lt;br /&gt;
** Refs #1006 - Updates for LG TV template&lt;br /&gt;
* pluto-plutodhcp (491,330)&lt;br /&gt;
** Refs #970 - Enable internal network dynamic DNS updates&lt;br /&gt;
&lt;br /&gt;
== Bugfixes ==&lt;br /&gt;
=== Mythtv-plugin fails to install ===&lt;br /&gt;
Install with apt-get install -f &amp;lt;name-of-package&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Update 2011-01-05 23579 ==&lt;br /&gt;
* pluto-plutodhcp (491,330) - Refs #920 fix the dhcp template that is being used&lt;br /&gt;
* pluto-boot-script (234) - Fixes Orbiter detection logic&lt;br /&gt;
&lt;br /&gt;
== Update 20110104 23568 ==&lt;br /&gt;
* pluto-boot-script (234) - Refs #920 allow adding entries to the dhcpd.conf file using an external file.&lt;br /&gt;
* pluto-plutodhcp (491,330) - Refs #920 Honor the dhcpd.conf template file&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
** Refs #226 - Enable SSL support in apache&lt;br /&gt;
* pluto-mythtv-plugin (136,152)&lt;br /&gt;
** Fixes #922 - add storage devices to mythtv even if offline&lt;br /&gt;
* lmce-datalogger-plugin (686,687) &lt;br /&gt;
**Refs #913 Install Image_Canvas-0.3.3C and Image_Graph-0.8.0 apagg&lt;br /&gt;
* pluto-zwave&lt;br /&gt;
** refs #874 - change mutex handling&lt;br /&gt;
* pluto-plcbus&lt;br /&gt;
** refs #918 - adjust dim rate&lt;br /&gt;
&lt;br /&gt;
== Update 2010-12-16 23525 ==&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
** Refs #907 - Support for web orbiters to use PLUTO_KEY events - Los93soL&lt;br /&gt;
** Refs #708 - wrong media type used when displaying default sort&lt;br /&gt;
* pluto-system-database (211)&lt;br /&gt;
** Refs #913 Updated dependency for datalogger plugin&lt;br /&gt;
** Refs #905 Play All also honors Queue vs Instant play setting&lt;br /&gt;
* lmce-datalogger-plugin (686,687)&lt;br /&gt;
** Refs #913 Install Image_Graph and dependencies in postinst&lt;br /&gt;
* pluto-zwave&lt;br /&gt;
** refs #44 - add smoke detector support&lt;br /&gt;
* pluto-proxy-orbiter (487,488)&lt;br /&gt;
** Refs #905 - New variable substitution to get device data &lt;br /&gt;
* pluto-orbiter (119,138)&lt;br /&gt;
** Refs #905 - New variable substitution to get device data&lt;br /&gt;
* pluto-plcbus&lt;br /&gt;
&lt;br /&gt;
== Update 2010-12-05 23479 ==&lt;br /&gt;
&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
** #879 - OSD Orbiter does not display after stopping non-pluto media device&lt;br /&gt;
** #880 - Non-pluto audio-only MediaTypes do not have the proper FK_Pipe=1&lt;br /&gt;
** #746 - Follow me volume does not work properly&lt;br /&gt;
** #905 - Implement queue media in Media_Plugin&lt;br /&gt;
* pluto-system-database (211)&lt;br /&gt;
** #860 - Add pnp detection script for ZWave devices&lt;br /&gt;
** #868 - Update Acquos LCxxD6U / LCxxD7u GSD codes to confirm input change&lt;br /&gt;
** #880 - Non-pluto audio-only MediaTypes do not have the proper FK_Pipe=1&lt;br /&gt;
** #883 - Hauppauge HD PVR inputs are not set correctly&lt;br /&gt;
* pluto-capture-card-scripts (580)&lt;br /&gt;
** #883 - Hauppauge HD PVR inputs are not set correctly&lt;br /&gt;
* lmce-dpms-monitor (721,722)&lt;br /&gt;
** #885 - DPMS Monitor now works correctly. DPMS is properly enabled, Timeouts are set, and X buffers are properly flushed after each DPMS request. (tschak)&lt;br /&gt;
* pluto-storage-devices (533)&lt;br /&gt;
** Fixes #884 - No longer ignore bootable partitions - merkur2k&lt;br /&gt;
** #889	New shares on existing file servers are not detected - merkur2k&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
** Fixes #888 - Display correct description in web orbiter selection dropdown - merkur2k&lt;br /&gt;
** Fixes #869 - Event navigation improvement - thanks apagg!&lt;br /&gt;
** Refs #677 - More colors for energyGraph and some small fixes - apagg&lt;br /&gt;
** #778 Adds TVDB tagging functionality&lt;br /&gt;
** #662 datalogger display sensor report correct - apagg&lt;br /&gt;
** Fixes #866 update imdbphp to imdbphp2&lt;br /&gt;
** Fixes #901 - proper deletion of Orbiter devices&lt;br /&gt;
* mce-diskless-tools (627,628)&lt;br /&gt;
** Fixes #894 - make MythTV Setup show up properly now on Diskless MDs&lt;br /&gt;
* pluto-proxy-orbiter (487,488)&lt;br /&gt;
** #905 - Use orbiter setting &amp;quot;Queue instead of instant play&amp;quot;&lt;br /&gt;
* pluto-orbiter (119,138)&lt;br /&gt;
** #905 - Use orbiter setting &amp;quot;Queue instead of instant play&amp;quot;&lt;br /&gt;
* lmce-shoutcast-radio-plugin (703,704)&lt;br /&gt;
** Fixes #906 - new method of downloading shoutcast data&lt;br /&gt;
&lt;br /&gt;
==Update 2010-11-01 23388 ==&lt;br /&gt;
* asterisk-pluto (269) - all those asterisk changes should finally be deployed&lt;br /&gt;
* lmce-launch-manager - segfault due to db going away&lt;br /&gt;
* pluto-asterisk - added blueface voip provider&lt;br /&gt;
* pluto-boot-script (234) - Refs #315 load ztdummy module at startup&lt;br /&gt;
* pluto-capture-card-script - Refs #854 added HD PVR block info.&lt;br /&gt;
* pluto-mythtv-player - enable networkcontrol port&lt;br /&gt;
* pluto-proxy-orbiter (487,488) - Refs #821 - configuration script for automatic proxy orbiter port selection - merkur2k&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
** Refs #857 - Added update device command to general info plugin&lt;br /&gt;
** Refs #843 - UpdateEntArea crashes fixed&lt;br /&gt;
* pluto-system-database (211)&lt;br /&gt;
** #854 Add the above file&lt;br /&gt;
** #851 - DCERouter segfaults when exiting&lt;br /&gt;
** #873	Software raid devices do not have &amp;quot;use automatically&amp;quot; option&lt;br /&gt;
* pluto-updateentarea (341,342) &lt;br /&gt;
** Refs #445 don&#039;t put proxy orbiters into MDs EA&lt;br /&gt;
** Refs #843 UpdateEntArea crashes fixed &lt;br /&gt;
* pluto-website-admin (220) - Refs #821 - enable web orbiter in &amp;quot;add orbiter&amp;quot; dropdown in orbiters wizard page - merkur2k&lt;br /&gt;
** Refs #856 - View whole log only displays first 5000 lines&lt;br /&gt;
** Refs #861 - fixes JS path escaping&lt;br /&gt;
** Refs #870 - Web interface for learning IR codes doesn&#039;t work when editing existing device&lt;br /&gt;
* pluto-pnp-detection (562) - Refs #860 - Add pnp detection script for ZWave devices&lt;br /&gt;
* pluto-plutoutils (197,196) - Refs #872 - Fix MySQL timeout issues&lt;br /&gt;
* pluto-dcecommon (193,192) - Refs #872 - Fix MySQL timeout issues&lt;br /&gt;
* pluto-sql2cpp (203,202) - Refs #872 - Fix MySQL timeout issues&lt;br /&gt;
* pluto-tribunetv (599,598) - Refs #872 - Fix MySQL timeout issues&lt;br /&gt;
* pluto-vipshared (200,199) - Refs #872 - Fix MySQL timeout issues&lt;br /&gt;
* pluto-hdhomerun (621,620) - Refs #872 - Fix MySQL timeout issues&lt;br /&gt;
* asterisk-pluto (269) - Refs - #570 Phone book lookup and user validation scripts will now be packaged - Los93soL&lt;br /&gt;
* pluto-simplephone (498,499) - Phone audio now works when connected by HDMI - Los93soL&lt;br /&gt;
* pluto-zwave-lighting (506,505) - Refs #874 - ZWave controller locks up about twice a day&lt;br /&gt;
* pluto-asterisk (270.271) - Added support for WhistlePhone, free ad-supported US calling&lt;br /&gt;
&lt;br /&gt;
== Update 2010-10-13 23333 ==&lt;br /&gt;
* pluto-std-plugins (116,135) -&lt;br /&gt;
** Media Plugin fix to not turn on OSD (TV) if the TV was already off, and was triggered by an orbiter to play audio. Superfluous block of code removed, Thanks uplink!&lt;br /&gt;
** Possible fix for #674, media is not streamed through unnecessary MDs&lt;br /&gt;
** Fixes #849 house mode change event now sends previous mode as parameter, event plugin uses that when processing house mode change events&lt;br /&gt;
* pluto-system-database (211) - esev made changes to the non-pluto-DVD remote to make it much more usable! Thanks!&lt;br /&gt;
* pluto-lirc-wrapper (340,421) - Fixes #822 lirc now depends on required message translation library&lt;br /&gt;
* lmce-mediatomb (702) - Fixes #841&lt;br /&gt;
* pluto-boot-scripts (234) - #848 - honor &amp;quot;enable UpdateMedia&amp;quot; setting in web admin&lt;br /&gt;
* lmce-launch-manager (299,298) - #848 - honor &amp;quot;enable UpdateMedia&amp;quot; setting in web admin&lt;br /&gt;
&lt;br /&gt;
== Update 2010-10-06 23324 ==&lt;br /&gt;
* lmce-linux-igd  (765 - New package for #826 - merkur2k&lt;br /&gt;
* lirc_0.8.3 &lt;br /&gt;
** built in build-replacements.sh, only it is commented atm&lt;br /&gt;
** Refs #822 fixes repeat problems with pronto codes&lt;br /&gt;
* lmce-mediatomb (702) - Generate a more sane config file for mediatomb - merkur2k&lt;br /&gt;
* pluto-boot-script (234) - Mount /home via nfs instead of cifs on media directors, updates for #826 - merkur2k&lt;br /&gt;
* pluto-lirc-wrapper (340,421) - Fixes #822 lirc can now send pronto codes properly&lt;br /&gt;
* pluto-orbiter (119,138) - Fix for #458 - power menu now works correctly to control other media directors from OSD&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
** Voicemail changes and fixes.&lt;br /&gt;
** Absolute Timed Events are working (thanks TSCHAK)&lt;br /&gt;
** Fixes #833 - possible to compare integer criteria against a list of comma-separated values&lt;br /&gt;
* pluto-system-database (211) - lots of sqlCVS changes.&lt;br /&gt;
* pluto-website-admin (220) - Misc fixes from various tickets - merkur2k&lt;br /&gt;
* pluto-zwave-lighting (505,506) - #44 Improve detection of multi instance devices, possible to resync device data&lt;br /&gt;
* pluto-storage-devices (533) - Add NFS Radar - merkur2k&lt;br /&gt;
* pluto-mythtv-plugin (136,152) - misc storage group fixes - merkur2k&lt;br /&gt;
** &amp;quot;use autumatically&amp;quot; flag for storage devices is now honored&lt;br /&gt;
** better support for remote storage devices (Nas, windows share, etc)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-09-16 23289 ==&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** enable WOL on boot up again&lt;br /&gt;
** fix HDMI and SPDIF unmuting for AVWizard and successive boots. &lt;br /&gt;
** #813, SetupUsers_Homes.sh no longer executes on media directors, faster boot. &lt;br /&gt;
** #733, BootMessage.sh no longer emits an error.&lt;br /&gt;
* pluto-generic-serial-device (307,335) - fix ethernet device support for GSDs&lt;br /&gt;
* pluto-orbiter (119,138) - #811 - WiiMote support. Change mouse accelleration so that the wiimote can actually traverse the entire width of the screen.&lt;br /&gt;
* pluto-std-plugins - #814 - Display the dimming column on the floor plan for drapes and blinds&lt;br /&gt;
* pluto-updateentarea (341,342) - #815 - Autogenerated scenarios sleep/wakeup do the right thing for blinds/drapes&lt;br /&gt;
* pluto-website-admin (220) #708 - add default media sort options to orbiters page, #636 - fixes special characters for IMDB tagging&lt;br /&gt;
&lt;br /&gt;
== Update 2010-08-29 23259 ==&lt;br /&gt;
* lmce-squeezeslave (763) - Refs #776 wrapper script to start squeezeslave&lt;br /&gt;
* mce-diskless-tools (627,628) - #798 /etc/diskless.conf not being created - merkur2k&lt;br /&gt;
* pluto-app-server (145,126) - #344 Allow power off mode override&lt;br /&gt;
* pluto-asterisk (270,271)&lt;br /&gt;
** Refs #570 Display caller name and picture from LinuxMCE phone book when available - Los93soL&lt;br /&gt;
** Change line ending for create_amp_sipgate_de.pl&lt;br /&gt;
* pluto-slimserver-plugin (424,425) - Refs #776 add squeezeslave template as possible playback device&lt;br /&gt;
* pluto-std-plugins - fix audio album snafu&lt;br /&gt;
* pluto-storage-devices (533) - #799 (re)enable NFS instead of CIFS for internal disk drive sharing - merkur2k&lt;br /&gt;
&lt;br /&gt;
== Update 2010-08-02 23227 ==&lt;br /&gt;
* lmce-datalogger-plugin (686,687) - Refs #104 Add initial support for logging Sensor Tripped Events - Los93soL&lt;br /&gt;
* lmce-datalog-database (753) - Refs #104 Add initial support for logging Sensor Tripped Events - Los93soL&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** Start the StorageDevices setup in the background during system start, and restart samba as part of the storage devices setup.&lt;br /&gt;
** Fixes #748 Some MAC addresses would get truncated, Thanks Coley - Los93soL&lt;br /&gt;
* pluto-app-server (145,126) - Do proper check to determine if suspend is supported&lt;br /&gt;
* pluto-website-admin (220) - Fixes #569 Don&#039;t assume calls originate from the US - Los93soL&lt;br /&gt;
* asterisk-pluto (269) - Fixes #570 Attempt to lookup caller name in phone book and correct as possible - Los93sol&lt;br /&gt;
* pluto-asterisk (270,271) - Fixes #570 Attempt to lookup caller name in phone book and correct as possible - Los93soL&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-27 23202 ==&lt;br /&gt;
* asterisk-pluto (269) - Generate all speech for pluto-sos-menus, and generate /etc/asterisk/extensions_custom.conf completely dynamically - Los93soL&lt;br /&gt;
* libxine - Refs [http://svn.linuxmce.org/trac.cgi/ticket/535 #535], Backport of newer Matroska container support form lib-xine 1.1.17.&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], fixes alpha blending of picture viewer&lt;br /&gt;
* pluto-boot-scripts (234) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/758 #758], Fix cameras on MDs by using NFS mount for the camera dir&lt;br /&gt;
* pluto-updatemedia (405,406) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/651 #434], Different handling for VDR files - WARNING!! Playback of VDR recording from video is still not possible!&lt;br /&gt;
* pluto-website-admin (220) - Make sure the phone system is updated with changes made to cell phone notifications via web admin - Los93soL&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs #315 Should fix most of the call transfer issues, please test thoroughly - Los93soL&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-17 23165 == &lt;br /&gt;
* pluto-boot-scripts (234) - New startup script for the Launch Manager (fixes #753)&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
** Weborbiter: add missing getNews function (fixes #755)&lt;br /&gt;
** Weborbiter: keep trying to get images/data when an communication error occurs&lt;br /&gt;
** Weborbiter: fix keyboard processing (fixes #754)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-16 23161 ==&lt;br /&gt;
* pluto-proxy-orbiter (487,488) - now with committed fixes for the 404 in 7970&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-14 23155 ==&lt;br /&gt;
* pluto-asterisk (270,271) - Only send extra channel options for transfers when an extra channel is there, also fixes to viatalk create script so things work nicely again&lt;br /&gt;
* pluto-simplephone (498,499) - Whoops!  Missed this package a few days ago, fixes Orbiter phones so they connect with the SIP secret&lt;br /&gt;
* pluto-system-database (211) - Updates to the Size table to include older iPhone/iPod Touch sizes, as well as iPhone4 size.&lt;br /&gt;
* pluto-mythtv-plugin (136,152) - Fixed some incorrect behavior with generating mythtv storage groups&lt;br /&gt;
* lmce-launch-manager (299,298) - Fixed the StartCoreServices.sh from passing wrong Device_ID to Sync2amp.pl causing NAS passwords to become scrabled.&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-06 23148 ==&lt;br /&gt;
* freepbx - Changelog updated to get a new version number&lt;br /&gt;
* pluto-asterisk (270,271) - Add support for making announcements to phones&lt;br /&gt;
* pluto-dhcpd-plugin (302) - Define helper script as a perl script&lt;br /&gt;
* pluto-std-plugins (116,135) - Small speed up fix for video file list &lt;br /&gt;
* pluto-text-to-speech (283,284) - Add support for making announcements to phones&lt;br /&gt;
* pluto-website-admin (220) - Updates to the new weborbiter&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-03  ==&lt;br /&gt;
*asterisk-pluto (269)&lt;br /&gt;
** Fix pluto sos menu generates the voice dialogs now&lt;br /&gt;
** Update caller id when sos menu calls out&lt;br /&gt;
*freepbx&lt;br /&gt;
** General dialplan cleanup&lt;br /&gt;
** FreePBX system status works now&lt;br /&gt;
** Fix warnings when updating modules list in FreePBX&lt;br /&gt;
*lmce-hai-omni-rs232 (748,749) - Make sure HAI created devices set HAI as the controlled via device&lt;br /&gt;
*pluto-asterisk (270,271)&lt;br /&gt;
** Update create scripts and abstract redundant code&lt;br /&gt;
** Keep Line_HouseMode in sync when trunks are deleted&lt;br /&gt;
** Transfers are working again&lt;br /&gt;
*pluto-website-admin (220) - Don&#039;t display phone trunk passwords in web admin&lt;br /&gt;
*pluto-dhcpd-plugin (302) - Cisco 7960 (with SIP firmware) will use sip secret now&lt;br /&gt;
*pluto-std-plugins (116,135) - CRITICAL MEDIA PLUGIN FIX IN CMD_Set_Media_Private which was causing the router to rapidly crash due to odd data coming in from MythTV PlugIn. Will investigate further, but this does stop the crashes.&lt;br /&gt;
*pluto-mythtv-plugin (136,152) - Add changes to MythTvSyncDB.sh to always set AlwaysStreamFiles to 1 for media directors.&lt;br /&gt;
*lmce-hulu-player (744,745) - somehow, an older package snuck in. This needs to be rebuilt to fix the hanging bug that somehow reappeared. Yes, I went back and checked the checked in code from a fresh checkin, this will fix it&lt;br /&gt;
*pluto-storage-devices (533) - Added dependencies for nbd-client and nbd-server so that remote playing of DVDs will work, correctly. (Fixes #743)&lt;br /&gt;
* pluto-proxy-orbiter - updates from Dianemo&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-28 23119 ==&lt;br /&gt;
* asterisk-pluto (269) - Fix fire SOS event and dialplan cleanup - Los93soL&lt;br /&gt;
* freepbx - Fix fire SOS event and dialplan cleanup - Los93soL&lt;br /&gt;
* mjproxy (760,761)&lt;br /&gt;
* pluto-dhcpd-plugin (302) - update configure scripts for grandstream and snom 3xx phones for support of database secret.&lt;br /&gt;
* pluto-mythtv-player (133,152) - Bug #737 - MH Play Media can now set initial channel&lt;br /&gt;
* pluto-std-plugins (116,135) - Bug #736 - CMD_Delete_File in Media PlugIn now will not allow deletion of arbitrary files from the disk, lots of sanity checks. Support for deleting voicemails.&lt;br /&gt;
* pluto-system-database (211)&lt;br /&gt;
* pluto-xine-player (117,136) - enable subtitle support&lt;br /&gt;
* pluto-vdr (468,469) - Bug #737 - MH Play Media can now set initial channel&lt;br /&gt;
* pluto-website-admin (220) - Adds energy monitor that uses state change #677&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-18 23082 ==&lt;br /&gt;
* lmce-datalogger-plugin (686,687)&lt;br /&gt;
* lmce-datalog-database (753)&lt;br /&gt;
* pluto-boot-scripts (234)&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
* asterisk-pluto (269)&lt;br /&gt;
* pluto-asterisk (270,271)&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
* pluto-mythtv-player (133,152) - Fix the missing MythTV Setup in Computing. as the Quick Start Template has moved rows.&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Fixes #732 - Storage devices not locally attached to core are not added to mythtv storage groups and cleans up some error messages&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-14 23070 ==&lt;br /&gt;
* pluto-std-plugins (116,135) - Fix to General Info Plugin to allow Firefox Bookmarks to work again. Please test!&lt;br /&gt;
* pluto-boot-scripts (234) - Modify Mozilla.sh to properly output a profile where bookmarks work again.&lt;br /&gt;
* mce-diskless-tools (627,628) - Modify DisklessInteractor to always return i386 until we get a working amd64 build again.&lt;br /&gt;
* vdr - Update to version 1.7.15 &lt;br /&gt;
** Get rid of a few patches&lt;br /&gt;
** Fixes for sound decoding in Denmark&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-10 23047 ==&lt;br /&gt;
* v4l2-Modules (732) - Fix Debian package naming to allow proper install of dkms package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-09 23046 ==&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs #650, start picture viewer minimized&lt;br /&gt;
* pluto-website-admin (220) - Change wording of VDR error message to better reflect what&#039;s going on.&lt;br /&gt;
* v4l2-Modules (732) - Fix debian package naming to allow proper install of dkms package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-07 23036 ==&lt;br /&gt;
* pluto-asterisk (270.271) - Fix initial for no voicemail greetings after setup wizard (thanks los93sol)&lt;br /&gt;
* pluto-vdr (469,468) &lt;br /&gt;
** Syntax error fix in StartVDRClient - should start correct on MDs now.&lt;br /&gt;
** Add a default remote.conf so people can use the keyboard to control VDR.&lt;br /&gt;
* pluto-system-database (211) - Add support for TED5000 and Energy Monitoring Events to be used by future devices&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-01 23002 ==&lt;br /&gt;
* lmce-hulu-player (739,740) - changed the accept() loop to be non-blocking, fixing the hung hulu player issue when the router needs to reload. -TSCHAK &lt;br /&gt;
* mce-diskless-tools (627,628) - cBuckle sent in a bugfix that prevented media directors with more than one NIC from properly being detected. We now assume the booting NIC is eth0. Thanks cBuckle! -TSCHKA&lt;br /&gt;
* pluto-website-admin (220) - Fixes #705, and #706 -TSCHAK&lt;br /&gt;
* pluto-system-database (211) - Fixes to QuickStartTemplate so icons will show. -TSCHAK&lt;br /&gt;
* pluto-std-plugins (116,135) - Fix to General Info Plugin so that it will properly show PNG images&lt;br /&gt;
* pluto-boot-scripts (234) - Fix to UpdateQuickStartIcons.sh to download quick start icons and convert to PNG if needed.&lt;br /&gt;
* lmce-update-system (650,651) - Fix preferences file&lt;br /&gt;
&lt;br /&gt;
== Update 2010-05-20 22959 ==&lt;br /&gt;
* lmce-update-system (650,651) - Setup pinning to the LinuxMCE repository&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - MythTV 0.23 support has been baked in. Thanks mandingo&lt;br /&gt;
* pluto-mythtv-player (133,152)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-05-20 22958 ==&lt;br /&gt;
&lt;br /&gt;
* pluto-orbitergen (226,227) - Orbitergen changed to specify that MIDs are on-screen orbiters. This may change in the future, but I need to test something... --[[User:Tschak909|Tschak909]] 06:22, 9 May 2010 (CEST)&lt;br /&gt;
* pluto-system-database (211) - [http://svn.linuxmce.org/trac.cgi/ticket/684 Toshiba RAS series IR control template]&lt;br /&gt;
* pluto-generic-serial-device (307,335) - [http://svn.linuxmce.org/trac.cgi/ticket/685 access return parameters in GSD device]&lt;br /&gt;
* mythtv-0.23&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-28 22898  ==&lt;br /&gt;
* pluto-website-admin (220) - [http://svn.linuxmce.org/trac.cgi/ticket/662 Fixes #662 (again ;) )]&lt;br /&gt;
* pluto-system-database (211) - sqlCVS additions for the SmartQ V7 MID&lt;br /&gt;
* pluto-updateentarea (341,342) - code in Setup to allow for devices in the MID category to get media scenarios.&lt;br /&gt;
* pluto-storage-devices (533) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/672 #672]&lt;br /&gt;
* mce-diskless-tools (627,628) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/655 #655]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-14 22889 *CLOUD Release* ==&lt;br /&gt;
*  pluto-system-database (211) changes to the repository information for a package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-08 22883 ==&lt;br /&gt;
* pluto-boot-script (234) - Change smb.conf template to disable unix extension.&lt;br /&gt;
* pluto-website-admin (220) - [http://svn.linuxmce.org/trac.cgi/ticket/662 Fixes #662]&lt;br /&gt;
* lmce-picture-plugin (756,757) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650] fix pause of slideshow&lt;br /&gt;
* pluto-system-database (211) [http://svn.linuxmce.org/trac.cgi/ticket/650 #650] designer changes for picture viewer&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-23 22876 ==&lt;br /&gt;
* pluto-std-plugins (116,135) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], media plugin supports play all for pictures&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], picture viewer&lt;br /&gt;
* lmce-picture-plugin (756,757) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], picture plugin&lt;br /&gt;
* Pluto PNP Detection Scripts (562), added detection script for Pioneer Elite series of Receivers&lt;br /&gt;
* Pluto Capture Card Setup Scripts (580), added input change scripts for various capture cards&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-14 22853 ==&lt;br /&gt;
* pluto-website-admin (220) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/637 #637] Reload event plugin configuration when events change (no need to reload router anymore, except after adding/deleting event commands), [http://svn.linuxmce.org/trac.cgi/ticket/648 #648] Fix device template adding to avoid sqlCVS commit problems&lt;br /&gt;
* pluto-orbiter (119,138) [http://svn.linuxmce.org/trac.cgi/ticket/647 #647] Enable event mapping for mouse buttons&lt;br /&gt;
* pluto-system-database (211) [http://svn.linuxmce.org/trac.cgi/ticket/646 #646] Device template for Logitech MX Air mouse&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/651 #651] fix router crash with boolean event parameters&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-07 22832 ==&lt;br /&gt;
&lt;br /&gt;
* pluto-zwave-lighting (505,506) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/620 #620] make command for child work again&lt;br /&gt;
* pluto-system-database (211) - new package and package changes for datalogger plugin&lt;br /&gt;
* lmce-datalog-database (753) - datalogger database, refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630]&lt;br /&gt;
* lmce-datalogger-plugin (686,687) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630] install automatically, configurable graph display&lt;br /&gt;
* lmce-datalog-db (688,689) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630]&lt;br /&gt;
* pluto-website-admin (220) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630], [http://svn.linuxmce.org/trac.cgi/ticket/633 #633], fix for some attribute names not showing up in media browser page, improvements to datalogger section&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/637 #637] allow event plugin to reload configuration without a router reload&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-28 22812 ==&lt;br /&gt;
&lt;br /&gt;
Hulu Now works, and the HAI Omni Security panel driver has been checked in and integrated.&lt;br /&gt;
&lt;br /&gt;
* pluto-system-database (211) - Addition of buttons to Hulu Remote (tschak)&lt;br /&gt;
* lmce-hulu-player (739,740) - Hulu Player now uses Hulu Desktop&#039;s LIRCD port via a fake LIRCD Server. (tschak)&lt;br /&gt;
* 751  	HAI Control Program&lt;br /&gt;
* 750 	HAI Control Program Source&lt;br /&gt;
* 749  	LinuxMCE HAI Omni RS232 Panel Support&lt;br /&gt;
* 748 	LinuxMCE HAI Omni RS232 Panel Support Source&lt;br /&gt;
* pluto-zwave-lighting (505,506) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/620 #620] multi instance support for sensors&lt;br /&gt;
* pluto-mplayer-player (657,656) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/471 #471] Finally committed vdpau support for mplayer&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-23 22803 ==&lt;br /&gt;
* pluto-boot-script (234) &lt;br /&gt;
** Install zaptel-modules and load ztdummy for meetme&lt;br /&gt;
** Disable KDE screensaver upon KDE Desktop start (fixes #600)&lt;br /&gt;
* pluto-dhcpd-plugin (302) - Make sure to transfer database secret into sip_additional.conf&lt;br /&gt;
* pluto-orbiter (119,138) - Color fixes&lt;br /&gt;
* pluto-proxy-orbiter (488,487) - Color fixes - thanks radu&lt;br /&gt;
* pluto-vdr (468,469)&lt;br /&gt;
** Only create setup.conf if it does not contain a remotetimers entry&lt;br /&gt;
** Disable shutdown of system from VDR&lt;br /&gt;
* v4l2-firmware (733) - Added new firmware drivers to support a broader range of DVB cards&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-18 22795 ==&lt;br /&gt;
* pluto-proxy-orbiter (487,488) Fixes [http://svn.linuxmce.org/trac.cgi/ticket/610 #610]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-16 22777 ==&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
** Fixes event criteria for PK_EventParameter [http://svn.linuxmce.org/trac.cgi/ticket/602 #602]&lt;br /&gt;
** Fixes time of day - can now check againt hh:mm:ss [http://svn.linuxmce.org/trac.cgi/ticket/605 #605]&lt;br /&gt;
** Fixed bug introduced in the two fixes above [http://svn.linuxmce.org/trac.cgi/ticket/608 #608]&lt;br /&gt;
* pluto-vdr (468,469) - Remove SourceCaps entries from default setup.conf&lt;br /&gt;
* pluto-system-database (211) - Hulu Player/PlugIn changes&lt;br /&gt;
* Hulu PlugIn (737,738) - device template constant fixes&lt;br /&gt;
* Hulu Player (739,740) - device template constant fixes&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-14 22768 ==&lt;br /&gt;
* pluto-xine-player (117,136) - removed dependency for libxine1-ffmpeg&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-13 22765 ==&lt;br /&gt;
* pluto-std-plugins - fixes #587&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-12 22763 ==&lt;br /&gt;
* new-installer &lt;br /&gt;
** changes in kdm link management&lt;br /&gt;
** verify kubuntu-desktop is installed&lt;br /&gt;
* pluto-boot-script (234) - Fix copying of desktop link to activate Orbiter into root&#039;s Desktop dir&lt;br /&gt;
* pluto-vdr (469,468) - Only backup setup.conf if it exists.&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-10 22758 ==&lt;br /&gt;
* pluto-boot-script (234)- Add Activate Orbiter to KDE desktop (#596)&lt;br /&gt;
* mce-diskless-tools (627,628) - Add a link to the desktop to call Activate Orbiter (#596)&lt;br /&gt;
* linux-diskless-image (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
* alsa-modules (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
* zaptel-modules (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-08 22754 ==&lt;br /&gt;
* Hulu PlugIn (737,738) - Initial Beta of Hulu Support&lt;br /&gt;
* Hulu Player (739,740) - from TSCHAK&lt;br /&gt;
* Game Player (673,674) - Added support for custom controller files to Game Player - see TankStick DT #2100 for an example.&lt;br /&gt;
* pluto-std-plugins - fixes #587&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-03 22733 ==&lt;br /&gt;
* MythTV - We provide our own packages (0.22 sources packages from mythbuntu )&lt;br /&gt;
* ZWave Lighting (505,506) - Wizard bugfix&lt;br /&gt;
&lt;br /&gt;
== Update 2010-01-27 22704 ==&lt;br /&gt;
* pluto-photo-screen-saver (582,581) - maintain correct image aspect ratio [http://svn.linuxmce.org/trac.cgi/ticket/568 #568]&lt;br /&gt;
* pluto-vdr (469,468) &lt;br /&gt;
** Use remotetimer for central scheduling&lt;br /&gt;
** Don&#039;t autostart VDR on MD&lt;br /&gt;
** Support VDPAU &lt;br /&gt;
* VDR - We provide our own packages (1.7.11 sources packages from eTobi and free-vdr.de)&lt;br /&gt;
&lt;br /&gt;
==  Update 2010-01-16 22689 ==&lt;br /&gt;
* pluto-boot-scripts (234) - new safe_delete.sh script for safely deleting database entries&lt;br /&gt;
* pluto-cm15a (730,731) - new DCE device, CM15A USB interface for X10&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Capture card install now goes directly to the setup wizard&lt;br /&gt;
* pluto-orbiter (119,138) - Capture card install now goes directly to the setup wizard&lt;br /&gt;
* pluto-storage-devices (533) - mount no longer echos out errors during ro filesystem&lt;br /&gt;
* pluto-photo-screen-saver (582,581) - Rotate image according to exif tag [http://svn.linuxmce.org/trac.cgi/ticket/566 #566]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-01-08 22669 ==&lt;br /&gt;
*pluto-boot-scripts (234) &lt;br /&gt;
** Purge_Camera_Archives.pl fixed&lt;br /&gt;
** backup/restore fixed&lt;br /&gt;
** enable_wol called from Startup script - WOL for MDs should work again&lt;br /&gt;
*pluto-motion-wrapper (456,455) - Now calls the purge script every 6 hours and on reload&lt;br /&gt;
*pluto-storage-devices (533) &lt;br /&gt;
** Hostname now added to string to be displayed on orbiters when new drives are detected. &lt;br /&gt;
** Boot partitions will be filtered out also.&lt;br /&gt;
*pluto-system-database (211) - changes to MotionWrapper&#039;s motion.conf default options to use new option names&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-25 22639 - Christmas fix ==&lt;br /&gt;
* freepbx - removal of chan_vpb.so to circumvent coredumps on system without a Voicetronix board (#519)&lt;br /&gt;
* pluto-avwizard (555,556) - modification of startup scripts to not screw the system upon status calls to the startup scripts&lt;br /&gt;
* pluto-boot-scripts (234)&lt;br /&gt;
** modification of startup scripts to not screw the system upon status calls to the startup scripts&lt;br /&gt;
** updated Backup/Restore functionallity&lt;br /&gt;
** fixes  web admin log links for hybrid MD&lt;br /&gt;
** Make sure only a single logrotate configuration file for LinuxMCE exist&lt;br /&gt;
* pluto-hdhomerun(621,620)- Fixes bug where only 1 tuner was added to mythtv&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Fixes deletion of of hostname from mythconverg.capturecard by creating and using a dummy videosource&lt;br /&gt;
* pluto-simplephone (498,499) - Adds support for password in DeviceData&lt;br /&gt;
* pluto-std-plugins (116,135) - Adds support for specialized interfaces&lt;br /&gt;
* pluto-system-database (211) - Some devicedata changes for SIP phone templates to include devicedata for password&lt;br /&gt;
* pluto-website-admin (220) - Fixes Climate Command Wizard Set Temperature command, Climate Command Wizard also now works with On//Off Climate Devices&lt;br /&gt;
* pluto-orbiter (119,138) - Fixes issue with input devices crashing orbiter [http://svn.linuxmce.org/trac.cgi/ticket/522 #522]&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-14 22600 ==&lt;br /&gt;
* pluto-dcerouter (154,155) - Fixes broken Delay command&lt;br /&gt;
* pluto-libresolution (545,544) - UseEDID HDMI Audio xorg.conf entry&lt;br /&gt;
* pluto-asterisk (270.271) - Fix for Messagenet configuration script (changing Window&#039;s EOL characters)&lt;br /&gt;
* pluto-system-database (211) - Some devicedata changes for dcerouter delay command and DCS-5300G camera&lt;br /&gt;
* pluto-website-admin (220) - fix HDMI selection in web admin&lt;br /&gt;
* pluto-xine-player (117,136) - removed 1 second sleep after play media. refactored code to stop screen saver&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-12 22598 ==&lt;br /&gt;
* pluto-website-admin (220) - sql fix from http://svn.linuxmce.org/trac.cgi/changeset/22567&lt;br /&gt;
* pluto-xine-plugin (118,137) - fix for remote audio cd streaming [http://svn.linuxmce.org/trac.cgi/ticket/470 #470] - still not working&lt;br /&gt;
* pluto-xine-player - refactor screen saver handling&lt;br /&gt;
* pluto-disk-drive (122,141) - fix for remote audio cd streaming [http://svn.linuxmce.org/trac.cgi/ticket/470 #470] - still not working&lt;br /&gt;
* pluto-x-scripts (520,523) - fix for audio over HDMI&lt;br /&gt;
* alsa-lib, alsa-utils, lib64asound2, libasound2 - fix for audio over HDMI&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-06 22569 ==&lt;br /&gt;
* pluto-dce-router (154,155) - now depends on lmce-skins-uita&lt;br /&gt;
* pluto-system-database (211) - new lmce-skins-uita package definition&lt;br /&gt;
* lmce-skins-uita (727) - new skin&lt;br /&gt;
* MPlayer_Player (656,657) - Videos that is played by mplayer can now take advantage of vdpau. (Set hw accel to &amp;quot;auto&amp;quot; or &amp;quot;vdpau&amp;quot;)&lt;br /&gt;
* pluto-xine-player (117,136) - don&#039;t stop screen saver when playing audio [http://svn.linuxmce.org/trac.cgi/ticket/486 #486]&lt;br /&gt;
* pluto-orbiter (119,138) - hide xine when playing audio, keeps screen saver visible [http://svn.linuxmce.org/trac.cgi/ticket/486 #486]&lt;br /&gt;
* Update of Zaptel and other kernel related packages to -16&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-03 22558 ==&lt;br /&gt;
* Build_Replacement_Package - freepbx (ubuntu/asterisk/freepbx) - Ticket #345 - Fixes the issue of installing new modules in FreePBX.&lt;br /&gt;
* pluto-asterisk (270.271) - Phone Lines fixing - asterisk (src/asterisk) - Ticket #374 - Fixes the issue during the creation procedure of a new phone lines via web LinuxMCE Admin. New MessageNet Provider support.&lt;br /&gt;
* pluto-avwizard (555,556) - Fixes #480 - Fails to identify untouched xorg.conf&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** Cleanup in nvidia-config&lt;br /&gt;
** MD WOL Problem fixed&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
** #469 IVR menue will now be regenerated every time a phone line is added.&lt;br /&gt;
** #221 IR commands selection screen now has sort modes to make it easier to sift through all those commands.&lt;br /&gt;
** #219 Various layout improvements to the wizard pages.&lt;br /&gt;
* pluto-xine-player (117,136) - changes for HDMI out&lt;br /&gt;
* pluto-std-plugins (116,135) - Changes to Telecom PlugIn to give proper audio switching behaviour when USB Conference microphones are used for the media director phone. This is of relevance to particular configurations that do not allow concurrent access to the soundcard (such as coax/optical settings). -tschak&lt;/div&gt;</summary>
		<author><name>Merkur2k</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=LinuxMCE-0810_beta&amp;diff=27036</id>
		<title>LinuxMCE-0810 beta</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=LinuxMCE-0810_beta&amp;diff=27036"/>
		<updated>2011-02-24T02:23:55Z</updated>

		<summary type="html">&lt;p&gt;Merkur2k: /* Upcoming fixes... */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
[[Category: Software]]&lt;br /&gt;
This page outlines some information about the Beta, as well as outlining any changes and bugfixes we are applying, just like we did with the alpha2 page.&lt;br /&gt;
&lt;br /&gt;
The installation instructions found on the alpha2 page still apply:&lt;br /&gt;
&lt;br /&gt;
==Installing LinuxMCE-0810==&lt;br /&gt;
Please see detailed instruction on how to install LinuxMCE-0810 and keep it up-to-date with the latest updates [[installing 0810|here]].&lt;br /&gt;
&lt;br /&gt;
== Upcoming fixes... ==&lt;br /&gt;
&#039;&#039;&#039;Note: Please put the name of the package file and the source and bin package number in this list, followed by a small description of what has changed! Hulu Player is not the name of the package, but lmce-hulu-player. It makes the life of the person, who needs to update the repo a lot easier. Thank you!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* pluto-dcerouter (154)&lt;br /&gt;
** Refs #961 make radvd install by default making dcerouter depend on it&lt;br /&gt;
* pluto-website-admin (220) &lt;br /&gt;
** Fixes #940&lt;br /&gt;
** Refs #662 fix graph.php for devices that report multiple events&lt;br /&gt;
** Refs #662 create details page with details graphs&lt;br /&gt;
** Refs #961 basic IPv6 implementation&lt;br /&gt;
** Refs #959 thermostat internal schedules support (z-wave part needs still to be done)&lt;br /&gt;
* pluto-boot-scripts (234)&lt;br /&gt;
** Refs #961 basic IPv6 implementation&lt;br /&gt;
* lmce-datalogger-plugin (686,687) &lt;br /&gt;
** Refs #913 also install Image_Color&lt;br /&gt;
* pluto-pnp-detection (562)&lt;br /&gt;
** Refs #1006 - Updates for LG TV template&lt;br /&gt;
* pluto-system-database (211) &lt;br /&gt;
** Refs #1006 - Updates for LG TV template&lt;br /&gt;
&lt;br /&gt;
== Bugfixes ==&lt;br /&gt;
=== Mythtv-plugin fails to install ===&lt;br /&gt;
Install with apt-get install -f &amp;lt;name-of-package&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Update 2011-01-05 23579 ==&lt;br /&gt;
* pluto-plutodhcp (491,330) - Refs #920 fix the dhcp template that is being used&lt;br /&gt;
* pluto-boot-script (234) - Fixes Orbiter detection logic&lt;br /&gt;
&lt;br /&gt;
== Update 20110104 23568 ==&lt;br /&gt;
* pluto-boot-script (234) - Refs #920 allow adding entries to the dhcpd.conf file using an external file.&lt;br /&gt;
* pluto-plutodhcp (491,330) - Refs #920 Honor the dhcpd.conf template file&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
** Refs #226 - Enable SSL support in apache&lt;br /&gt;
* pluto-mythtv-plugin (136,152)&lt;br /&gt;
** Fixes #922 - add storage devices to mythtv even if offline&lt;br /&gt;
* lmce-datalogger-plugin (686,687) &lt;br /&gt;
**Refs #913 Install Image_Canvas-0.3.3C and Image_Graph-0.8.0 apagg&lt;br /&gt;
* pluto-zwave&lt;br /&gt;
** refs #874 - change mutex handling&lt;br /&gt;
* pluto-plcbus&lt;br /&gt;
** refs #918 - adjust dim rate&lt;br /&gt;
&lt;br /&gt;
== Update 2010-12-16 23525 ==&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
** Refs #907 - Support for web orbiters to use PLUTO_KEY events - Los93soL&lt;br /&gt;
** Refs #708 - wrong media type used when displaying default sort&lt;br /&gt;
* pluto-system-database (211)&lt;br /&gt;
** Refs #913 Updated dependency for datalogger plugin&lt;br /&gt;
** Refs #905 Play All also honors Queue vs Instant play setting&lt;br /&gt;
* lmce-datalogger-plugin (686,687)&lt;br /&gt;
** Refs #913 Install Image_Graph and dependencies in postinst&lt;br /&gt;
* pluto-zwave&lt;br /&gt;
** refs #44 - add smoke detector support&lt;br /&gt;
* pluto-proxy-orbiter (487,488)&lt;br /&gt;
** Refs #905 - New variable substitution to get device data &lt;br /&gt;
* pluto-orbiter (119,138)&lt;br /&gt;
** Refs #905 - New variable substitution to get device data&lt;br /&gt;
* pluto-plcbus&lt;br /&gt;
&lt;br /&gt;
== Update 2010-12-05 23479 ==&lt;br /&gt;
&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
** #879 - OSD Orbiter does not display after stopping non-pluto media device&lt;br /&gt;
** #880 - Non-pluto audio-only MediaTypes do not have the proper FK_Pipe=1&lt;br /&gt;
** #746 - Follow me volume does not work properly&lt;br /&gt;
** #905 - Implement queue media in Media_Plugin&lt;br /&gt;
* pluto-system-database (211)&lt;br /&gt;
** #860 - Add pnp detection script for ZWave devices&lt;br /&gt;
** #868 - Update Acquos LCxxD6U / LCxxD7u GSD codes to confirm input change&lt;br /&gt;
** #880 - Non-pluto audio-only MediaTypes do not have the proper FK_Pipe=1&lt;br /&gt;
** #883 - Hauppauge HD PVR inputs are not set correctly&lt;br /&gt;
* pluto-capture-card-scripts (580)&lt;br /&gt;
** #883 - Hauppauge HD PVR inputs are not set correctly&lt;br /&gt;
* lmce-dpms-monitor (721,722)&lt;br /&gt;
** #885 - DPMS Monitor now works correctly. DPMS is properly enabled, Timeouts are set, and X buffers are properly flushed after each DPMS request. (tschak)&lt;br /&gt;
* pluto-storage-devices (533)&lt;br /&gt;
** Fixes #884 - No longer ignore bootable partitions - merkur2k&lt;br /&gt;
** #889	New shares on existing file servers are not detected - merkur2k&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
** Fixes #888 - Display correct description in web orbiter selection dropdown - merkur2k&lt;br /&gt;
** Fixes #869 - Event navigation improvement - thanks apagg!&lt;br /&gt;
** Refs #677 - More colors for energyGraph and some small fixes - apagg&lt;br /&gt;
** #778 Adds TVDB tagging functionality&lt;br /&gt;
** #662 datalogger display sensor report correct - apagg&lt;br /&gt;
** Fixes #866 update imdbphp to imdbphp2&lt;br /&gt;
** Fixes #901 - proper deletion of Orbiter devices&lt;br /&gt;
* mce-diskless-tools (627,628)&lt;br /&gt;
** Fixes #894 - make MythTV Setup show up properly now on Diskless MDs&lt;br /&gt;
* pluto-proxy-orbiter (487,488)&lt;br /&gt;
** #905 - Use orbiter setting &amp;quot;Queue instead of instant play&amp;quot;&lt;br /&gt;
* pluto-orbiter (119,138)&lt;br /&gt;
** #905 - Use orbiter setting &amp;quot;Queue instead of instant play&amp;quot;&lt;br /&gt;
* lmce-shoutcast-radio-plugin (703,704)&lt;br /&gt;
** Fixes #906 - new method of downloading shoutcast data&lt;br /&gt;
&lt;br /&gt;
==Update 2010-11-01 23388 ==&lt;br /&gt;
* asterisk-pluto (269) - all those asterisk changes should finally be deployed&lt;br /&gt;
* lmce-launch-manager - segfault due to db going away&lt;br /&gt;
* pluto-asterisk - added blueface voip provider&lt;br /&gt;
* pluto-boot-script (234) - Refs #315 load ztdummy module at startup&lt;br /&gt;
* pluto-capture-card-script - Refs #854 added HD PVR block info.&lt;br /&gt;
* pluto-mythtv-player - enable networkcontrol port&lt;br /&gt;
* pluto-proxy-orbiter (487,488) - Refs #821 - configuration script for automatic proxy orbiter port selection - merkur2k&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
** Refs #857 - Added update device command to general info plugin&lt;br /&gt;
** Refs #843 - UpdateEntArea crashes fixed&lt;br /&gt;
* pluto-system-database (211)&lt;br /&gt;
** #854 Add the above file&lt;br /&gt;
** #851 - DCERouter segfaults when exiting&lt;br /&gt;
** #873	Software raid devices do not have &amp;quot;use automatically&amp;quot; option&lt;br /&gt;
* pluto-updateentarea (341,342) &lt;br /&gt;
** Refs #445 don&#039;t put proxy orbiters into MDs EA&lt;br /&gt;
** Refs #843 UpdateEntArea crashes fixed &lt;br /&gt;
* pluto-website-admin (220) - Refs #821 - enable web orbiter in &amp;quot;add orbiter&amp;quot; dropdown in orbiters wizard page - merkur2k&lt;br /&gt;
** Refs #856 - View whole log only displays first 5000 lines&lt;br /&gt;
** Refs #861 - fixes JS path escaping&lt;br /&gt;
** Refs #870 - Web interface for learning IR codes doesn&#039;t work when editing existing device&lt;br /&gt;
* pluto-pnp-detection (562) - Refs #860 - Add pnp detection script for ZWave devices&lt;br /&gt;
* pluto-plutoutils (197,196) - Refs #872 - Fix MySQL timeout issues&lt;br /&gt;
* pluto-dcecommon (193,192) - Refs #872 - Fix MySQL timeout issues&lt;br /&gt;
* pluto-sql2cpp (203,202) - Refs #872 - Fix MySQL timeout issues&lt;br /&gt;
* pluto-tribunetv (599,598) - Refs #872 - Fix MySQL timeout issues&lt;br /&gt;
* pluto-vipshared (200,199) - Refs #872 - Fix MySQL timeout issues&lt;br /&gt;
* pluto-hdhomerun (621,620) - Refs #872 - Fix MySQL timeout issues&lt;br /&gt;
* asterisk-pluto (269) - Refs - #570 Phone book lookup and user validation scripts will now be packaged - Los93soL&lt;br /&gt;
* pluto-simplephone (498,499) - Phone audio now works when connected by HDMI - Los93soL&lt;br /&gt;
* pluto-zwave-lighting (506,505) - Refs #874 - ZWave controller locks up about twice a day&lt;br /&gt;
* pluto-asterisk (270.271) - Added support for WhistlePhone, free ad-supported US calling&lt;br /&gt;
&lt;br /&gt;
== Update 2010-10-13 23333 ==&lt;br /&gt;
* pluto-std-plugins (116,135) -&lt;br /&gt;
** Media Plugin fix to not turn on OSD (TV) if the TV was already off, and was triggered by an orbiter to play audio. Superfluous block of code removed, Thanks uplink!&lt;br /&gt;
** Possible fix for #674, media is not streamed through unnecessary MDs&lt;br /&gt;
** Fixes #849 house mode change event now sends previous mode as parameter, event plugin uses that when processing house mode change events&lt;br /&gt;
* pluto-system-database (211) - esev made changes to the non-pluto-DVD remote to make it much more usable! Thanks!&lt;br /&gt;
* pluto-lirc-wrapper (340,421) - Fixes #822 lirc now depends on required message translation library&lt;br /&gt;
* lmce-mediatomb (702) - Fixes #841&lt;br /&gt;
* pluto-boot-scripts (234) - #848 - honor &amp;quot;enable UpdateMedia&amp;quot; setting in web admin&lt;br /&gt;
* lmce-launch-manager (299,298) - #848 - honor &amp;quot;enable UpdateMedia&amp;quot; setting in web admin&lt;br /&gt;
&lt;br /&gt;
== Update 2010-10-06 23324 ==&lt;br /&gt;
* lmce-linux-igd  (765 - New package for #826 - merkur2k&lt;br /&gt;
* lirc_0.8.3 &lt;br /&gt;
** built in build-replacements.sh, only it is commented atm&lt;br /&gt;
** Refs #822 fixes repeat problems with pronto codes&lt;br /&gt;
* lmce-mediatomb (702) - Generate a more sane config file for mediatomb - merkur2k&lt;br /&gt;
* pluto-boot-script (234) - Mount /home via nfs instead of cifs on media directors, updates for #826 - merkur2k&lt;br /&gt;
* pluto-lirc-wrapper (340,421) - Fixes #822 lirc can now send pronto codes properly&lt;br /&gt;
* pluto-orbiter (119,138) - Fix for #458 - power menu now works correctly to control other media directors from OSD&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
** Voicemail changes and fixes.&lt;br /&gt;
** Absolute Timed Events are working (thanks TSCHAK)&lt;br /&gt;
** Fixes #833 - possible to compare integer criteria against a list of comma-separated values&lt;br /&gt;
* pluto-system-database (211) - lots of sqlCVS changes.&lt;br /&gt;
* pluto-website-admin (220) - Misc fixes from various tickets - merkur2k&lt;br /&gt;
* pluto-zwave-lighting (505,506) - #44 Improve detection of multi instance devices, possible to resync device data&lt;br /&gt;
* pluto-storage-devices (533) - Add NFS Radar - merkur2k&lt;br /&gt;
* pluto-mythtv-plugin (136,152) - misc storage group fixes - merkur2k&lt;br /&gt;
** &amp;quot;use autumatically&amp;quot; flag for storage devices is now honored&lt;br /&gt;
** better support for remote storage devices (Nas, windows share, etc)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-09-16 23289 ==&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** enable WOL on boot up again&lt;br /&gt;
** fix HDMI and SPDIF unmuting for AVWizard and successive boots. &lt;br /&gt;
** #813, SetupUsers_Homes.sh no longer executes on media directors, faster boot. &lt;br /&gt;
** #733, BootMessage.sh no longer emits an error.&lt;br /&gt;
* pluto-generic-serial-device (307,335) - fix ethernet device support for GSDs&lt;br /&gt;
* pluto-orbiter (119,138) - #811 - WiiMote support. Change mouse accelleration so that the wiimote can actually traverse the entire width of the screen.&lt;br /&gt;
* pluto-std-plugins - #814 - Display the dimming column on the floor plan for drapes and blinds&lt;br /&gt;
* pluto-updateentarea (341,342) - #815 - Autogenerated scenarios sleep/wakeup do the right thing for blinds/drapes&lt;br /&gt;
* pluto-website-admin (220) #708 - add default media sort options to orbiters page, #636 - fixes special characters for IMDB tagging&lt;br /&gt;
&lt;br /&gt;
== Update 2010-08-29 23259 ==&lt;br /&gt;
* lmce-squeezeslave (763) - Refs #776 wrapper script to start squeezeslave&lt;br /&gt;
* mce-diskless-tools (627,628) - #798 /etc/diskless.conf not being created - merkur2k&lt;br /&gt;
* pluto-app-server (145,126) - #344 Allow power off mode override&lt;br /&gt;
* pluto-asterisk (270,271)&lt;br /&gt;
** Refs #570 Display caller name and picture from LinuxMCE phone book when available - Los93soL&lt;br /&gt;
** Change line ending for create_amp_sipgate_de.pl&lt;br /&gt;
* pluto-slimserver-plugin (424,425) - Refs #776 add squeezeslave template as possible playback device&lt;br /&gt;
* pluto-std-plugins - fix audio album snafu&lt;br /&gt;
* pluto-storage-devices (533) - #799 (re)enable NFS instead of CIFS for internal disk drive sharing - merkur2k&lt;br /&gt;
&lt;br /&gt;
== Update 2010-08-02 23227 ==&lt;br /&gt;
* lmce-datalogger-plugin (686,687) - Refs #104 Add initial support for logging Sensor Tripped Events - Los93soL&lt;br /&gt;
* lmce-datalog-database (753) - Refs #104 Add initial support for logging Sensor Tripped Events - Los93soL&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** Start the StorageDevices setup in the background during system start, and restart samba as part of the storage devices setup.&lt;br /&gt;
** Fixes #748 Some MAC addresses would get truncated, Thanks Coley - Los93soL&lt;br /&gt;
* pluto-app-server (145,126) - Do proper check to determine if suspend is supported&lt;br /&gt;
* pluto-website-admin (220) - Fixes #569 Don&#039;t assume calls originate from the US - Los93soL&lt;br /&gt;
* asterisk-pluto (269) - Fixes #570 Attempt to lookup caller name in phone book and correct as possible - Los93sol&lt;br /&gt;
* pluto-asterisk (270,271) - Fixes #570 Attempt to lookup caller name in phone book and correct as possible - Los93soL&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-27 23202 ==&lt;br /&gt;
* asterisk-pluto (269) - Generate all speech for pluto-sos-menus, and generate /etc/asterisk/extensions_custom.conf completely dynamically - Los93soL&lt;br /&gt;
* libxine - Refs [http://svn.linuxmce.org/trac.cgi/ticket/535 #535], Backport of newer Matroska container support form lib-xine 1.1.17.&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], fixes alpha blending of picture viewer&lt;br /&gt;
* pluto-boot-scripts (234) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/758 #758], Fix cameras on MDs by using NFS mount for the camera dir&lt;br /&gt;
* pluto-updatemedia (405,406) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/651 #434], Different handling for VDR files - WARNING!! Playback of VDR recording from video is still not possible!&lt;br /&gt;
* pluto-website-admin (220) - Make sure the phone system is updated with changes made to cell phone notifications via web admin - Los93soL&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs #315 Should fix most of the call transfer issues, please test thoroughly - Los93soL&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-17 23165 == &lt;br /&gt;
* pluto-boot-scripts (234) - New startup script for the Launch Manager (fixes #753)&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
** Weborbiter: add missing getNews function (fixes #755)&lt;br /&gt;
** Weborbiter: keep trying to get images/data when an communication error occurs&lt;br /&gt;
** Weborbiter: fix keyboard processing (fixes #754)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-16 23161 ==&lt;br /&gt;
* pluto-proxy-orbiter (487,488) - now with committed fixes for the 404 in 7970&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-14 23155 ==&lt;br /&gt;
* pluto-asterisk (270,271) - Only send extra channel options for transfers when an extra channel is there, also fixes to viatalk create script so things work nicely again&lt;br /&gt;
* pluto-simplephone (498,499) - Whoops!  Missed this package a few days ago, fixes Orbiter phones so they connect with the SIP secret&lt;br /&gt;
* pluto-system-database (211) - Updates to the Size table to include older iPhone/iPod Touch sizes, as well as iPhone4 size.&lt;br /&gt;
* pluto-mythtv-plugin (136,152) - Fixed some incorrect behavior with generating mythtv storage groups&lt;br /&gt;
* lmce-launch-manager (299,298) - Fixed the StartCoreServices.sh from passing wrong Device_ID to Sync2amp.pl causing NAS passwords to become scrabled.&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-06 23148 ==&lt;br /&gt;
* freepbx - Changelog updated to get a new version number&lt;br /&gt;
* pluto-asterisk (270,271) - Add support for making announcements to phones&lt;br /&gt;
* pluto-dhcpd-plugin (302) - Define helper script as a perl script&lt;br /&gt;
* pluto-std-plugins (116,135) - Small speed up fix for video file list &lt;br /&gt;
* pluto-text-to-speech (283,284) - Add support for making announcements to phones&lt;br /&gt;
* pluto-website-admin (220) - Updates to the new weborbiter&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-03  ==&lt;br /&gt;
*asterisk-pluto (269)&lt;br /&gt;
** Fix pluto sos menu generates the voice dialogs now&lt;br /&gt;
** Update caller id when sos menu calls out&lt;br /&gt;
*freepbx&lt;br /&gt;
** General dialplan cleanup&lt;br /&gt;
** FreePBX system status works now&lt;br /&gt;
** Fix warnings when updating modules list in FreePBX&lt;br /&gt;
*lmce-hai-omni-rs232 (748,749) - Make sure HAI created devices set HAI as the controlled via device&lt;br /&gt;
*pluto-asterisk (270,271)&lt;br /&gt;
** Update create scripts and abstract redundant code&lt;br /&gt;
** Keep Line_HouseMode in sync when trunks are deleted&lt;br /&gt;
** Transfers are working again&lt;br /&gt;
*pluto-website-admin (220) - Don&#039;t display phone trunk passwords in web admin&lt;br /&gt;
*pluto-dhcpd-plugin (302) - Cisco 7960 (with SIP firmware) will use sip secret now&lt;br /&gt;
*pluto-std-plugins (116,135) - CRITICAL MEDIA PLUGIN FIX IN CMD_Set_Media_Private which was causing the router to rapidly crash due to odd data coming in from MythTV PlugIn. Will investigate further, but this does stop the crashes.&lt;br /&gt;
*pluto-mythtv-plugin (136,152) - Add changes to MythTvSyncDB.sh to always set AlwaysStreamFiles to 1 for media directors.&lt;br /&gt;
*lmce-hulu-player (744,745) - somehow, an older package snuck in. This needs to be rebuilt to fix the hanging bug that somehow reappeared. Yes, I went back and checked the checked in code from a fresh checkin, this will fix it&lt;br /&gt;
*pluto-storage-devices (533) - Added dependencies for nbd-client and nbd-server so that remote playing of DVDs will work, correctly. (Fixes #743)&lt;br /&gt;
* pluto-proxy-orbiter - updates from Dianemo&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-28 23119 ==&lt;br /&gt;
* asterisk-pluto (269) - Fix fire SOS event and dialplan cleanup - Los93soL&lt;br /&gt;
* freepbx - Fix fire SOS event and dialplan cleanup - Los93soL&lt;br /&gt;
* mjproxy (760,761)&lt;br /&gt;
* pluto-dhcpd-plugin (302) - update configure scripts for grandstream and snom 3xx phones for support of database secret.&lt;br /&gt;
* pluto-mythtv-player (133,152) - Bug #737 - MH Play Media can now set initial channel&lt;br /&gt;
* pluto-std-plugins (116,135) - Bug #736 - CMD_Delete_File in Media PlugIn now will not allow deletion of arbitrary files from the disk, lots of sanity checks. Support for deleting voicemails.&lt;br /&gt;
* pluto-system-database (211)&lt;br /&gt;
* pluto-xine-player (117,136) - enable subtitle support&lt;br /&gt;
* pluto-vdr (468,469) - Bug #737 - MH Play Media can now set initial channel&lt;br /&gt;
* pluto-website-admin (220) - Adds energy monitor that uses state change #677&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-18 23082 ==&lt;br /&gt;
* lmce-datalogger-plugin (686,687)&lt;br /&gt;
* lmce-datalog-database (753)&lt;br /&gt;
* pluto-boot-scripts (234)&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
* asterisk-pluto (269)&lt;br /&gt;
* pluto-asterisk (270,271)&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
* pluto-mythtv-player (133,152) - Fix the missing MythTV Setup in Computing. as the Quick Start Template has moved rows.&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Fixes #732 - Storage devices not locally attached to core are not added to mythtv storage groups and cleans up some error messages&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-14 23070 ==&lt;br /&gt;
* pluto-std-plugins (116,135) - Fix to General Info Plugin to allow Firefox Bookmarks to work again. Please test!&lt;br /&gt;
* pluto-boot-scripts (234) - Modify Mozilla.sh to properly output a profile where bookmarks work again.&lt;br /&gt;
* mce-diskless-tools (627,628) - Modify DisklessInteractor to always return i386 until we get a working amd64 build again.&lt;br /&gt;
* vdr - Update to version 1.7.15 &lt;br /&gt;
** Get rid of a few patches&lt;br /&gt;
** Fixes for sound decoding in Denmark&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-10 23047 ==&lt;br /&gt;
* v4l2-Modules (732) - Fix Debian package naming to allow proper install of dkms package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-09 23046 ==&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs #650, start picture viewer minimized&lt;br /&gt;
* pluto-website-admin (220) - Change wording of VDR error message to better reflect what&#039;s going on.&lt;br /&gt;
* v4l2-Modules (732) - Fix debian package naming to allow proper install of dkms package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-07 23036 ==&lt;br /&gt;
* pluto-asterisk (270.271) - Fix initial for no voicemail greetings after setup wizard (thanks los93sol)&lt;br /&gt;
* pluto-vdr (469,468) &lt;br /&gt;
** Syntax error fix in StartVDRClient - should start correct on MDs now.&lt;br /&gt;
** Add a default remote.conf so people can use the keyboard to control VDR.&lt;br /&gt;
* pluto-system-database (211) - Add support for TED5000 and Energy Monitoring Events to be used by future devices&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-01 23002 ==&lt;br /&gt;
* lmce-hulu-player (739,740) - changed the accept() loop to be non-blocking, fixing the hung hulu player issue when the router needs to reload. -TSCHAK &lt;br /&gt;
* mce-diskless-tools (627,628) - cBuckle sent in a bugfix that prevented media directors with more than one NIC from properly being detected. We now assume the booting NIC is eth0. Thanks cBuckle! -TSCHKA&lt;br /&gt;
* pluto-website-admin (220) - Fixes #705, and #706 -TSCHAK&lt;br /&gt;
* pluto-system-database (211) - Fixes to QuickStartTemplate so icons will show. -TSCHAK&lt;br /&gt;
* pluto-std-plugins (116,135) - Fix to General Info Plugin so that it will properly show PNG images&lt;br /&gt;
* pluto-boot-scripts (234) - Fix to UpdateQuickStartIcons.sh to download quick start icons and convert to PNG if needed.&lt;br /&gt;
* lmce-update-system (650,651) - Fix preferences file&lt;br /&gt;
&lt;br /&gt;
== Update 2010-05-20 22959 ==&lt;br /&gt;
* lmce-update-system (650,651) - Setup pinning to the LinuxMCE repository&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - MythTV 0.23 support has been baked in. Thanks mandingo&lt;br /&gt;
* pluto-mythtv-player (133,152)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-05-20 22958 ==&lt;br /&gt;
&lt;br /&gt;
* pluto-orbitergen (226,227) - Orbitergen changed to specify that MIDs are on-screen orbiters. This may change in the future, but I need to test something... --[[User:Tschak909|Tschak909]] 06:22, 9 May 2010 (CEST)&lt;br /&gt;
* pluto-system-database (211) - [http://svn.linuxmce.org/trac.cgi/ticket/684 Toshiba RAS series IR control template]&lt;br /&gt;
* pluto-generic-serial-device (307,335) - [http://svn.linuxmce.org/trac.cgi/ticket/685 access return parameters in GSD device]&lt;br /&gt;
* mythtv-0.23&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-28 22898  ==&lt;br /&gt;
* pluto-website-admin (220) - [http://svn.linuxmce.org/trac.cgi/ticket/662 Fixes #662 (again ;) )]&lt;br /&gt;
* pluto-system-database (211) - sqlCVS additions for the SmartQ V7 MID&lt;br /&gt;
* pluto-updateentarea (341,342) - code in Setup to allow for devices in the MID category to get media scenarios.&lt;br /&gt;
* pluto-storage-devices (533) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/672 #672]&lt;br /&gt;
* mce-diskless-tools (627,628) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/655 #655]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-14 22889 *CLOUD Release* ==&lt;br /&gt;
*  pluto-system-database (211) changes to the repository information for a package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-08 22883 ==&lt;br /&gt;
* pluto-boot-script (234) - Change smb.conf template to disable unix extension.&lt;br /&gt;
* pluto-website-admin (220) - [http://svn.linuxmce.org/trac.cgi/ticket/662 Fixes #662]&lt;br /&gt;
* lmce-picture-plugin (756,757) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650] fix pause of slideshow&lt;br /&gt;
* pluto-system-database (211) [http://svn.linuxmce.org/trac.cgi/ticket/650 #650] designer changes for picture viewer&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-23 22876 ==&lt;br /&gt;
* pluto-std-plugins (116,135) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], media plugin supports play all for pictures&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], picture viewer&lt;br /&gt;
* lmce-picture-plugin (756,757) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], picture plugin&lt;br /&gt;
* Pluto PNP Detection Scripts (562), added detection script for Pioneer Elite series of Receivers&lt;br /&gt;
* Pluto Capture Card Setup Scripts (580), added input change scripts for various capture cards&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-14 22853 ==&lt;br /&gt;
* pluto-website-admin (220) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/637 #637] Reload event plugin configuration when events change (no need to reload router anymore, except after adding/deleting event commands), [http://svn.linuxmce.org/trac.cgi/ticket/648 #648] Fix device template adding to avoid sqlCVS commit problems&lt;br /&gt;
* pluto-orbiter (119,138) [http://svn.linuxmce.org/trac.cgi/ticket/647 #647] Enable event mapping for mouse buttons&lt;br /&gt;
* pluto-system-database (211) [http://svn.linuxmce.org/trac.cgi/ticket/646 #646] Device template for Logitech MX Air mouse&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/651 #651] fix router crash with boolean event parameters&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-07 22832 ==&lt;br /&gt;
&lt;br /&gt;
* pluto-zwave-lighting (505,506) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/620 #620] make command for child work again&lt;br /&gt;
* pluto-system-database (211) - new package and package changes for datalogger plugin&lt;br /&gt;
* lmce-datalog-database (753) - datalogger database, refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630]&lt;br /&gt;
* lmce-datalogger-plugin (686,687) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630] install automatically, configurable graph display&lt;br /&gt;
* lmce-datalog-db (688,689) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630]&lt;br /&gt;
* pluto-website-admin (220) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630], [http://svn.linuxmce.org/trac.cgi/ticket/633 #633], fix for some attribute names not showing up in media browser page, improvements to datalogger section&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/637 #637] allow event plugin to reload configuration without a router reload&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-28 22812 ==&lt;br /&gt;
&lt;br /&gt;
Hulu Now works, and the HAI Omni Security panel driver has been checked in and integrated.&lt;br /&gt;
&lt;br /&gt;
* pluto-system-database (211) - Addition of buttons to Hulu Remote (tschak)&lt;br /&gt;
* lmce-hulu-player (739,740) - Hulu Player now uses Hulu Desktop&#039;s LIRCD port via a fake LIRCD Server. (tschak)&lt;br /&gt;
* 751  	HAI Control Program&lt;br /&gt;
* 750 	HAI Control Program Source&lt;br /&gt;
* 749  	LinuxMCE HAI Omni RS232 Panel Support&lt;br /&gt;
* 748 	LinuxMCE HAI Omni RS232 Panel Support Source&lt;br /&gt;
* pluto-zwave-lighting (505,506) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/620 #620] multi instance support for sensors&lt;br /&gt;
* pluto-mplayer-player (657,656) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/471 #471] Finally committed vdpau support for mplayer&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-23 22803 ==&lt;br /&gt;
* pluto-boot-script (234) &lt;br /&gt;
** Install zaptel-modules and load ztdummy for meetme&lt;br /&gt;
** Disable KDE screensaver upon KDE Desktop start (fixes #600)&lt;br /&gt;
* pluto-dhcpd-plugin (302) - Make sure to transfer database secret into sip_additional.conf&lt;br /&gt;
* pluto-orbiter (119,138) - Color fixes&lt;br /&gt;
* pluto-proxy-orbiter (488,487) - Color fixes - thanks radu&lt;br /&gt;
* pluto-vdr (468,469)&lt;br /&gt;
** Only create setup.conf if it does not contain a remotetimers entry&lt;br /&gt;
** Disable shutdown of system from VDR&lt;br /&gt;
* v4l2-firmware (733) - Added new firmware drivers to support a broader range of DVB cards&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-18 22795 ==&lt;br /&gt;
* pluto-proxy-orbiter (487,488) Fixes [http://svn.linuxmce.org/trac.cgi/ticket/610 #610]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-16 22777 ==&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
** Fixes event criteria for PK_EventParameter [http://svn.linuxmce.org/trac.cgi/ticket/602 #602]&lt;br /&gt;
** Fixes time of day - can now check againt hh:mm:ss [http://svn.linuxmce.org/trac.cgi/ticket/605 #605]&lt;br /&gt;
** Fixed bug introduced in the two fixes above [http://svn.linuxmce.org/trac.cgi/ticket/608 #608]&lt;br /&gt;
* pluto-vdr (468,469) - Remove SourceCaps entries from default setup.conf&lt;br /&gt;
* pluto-system-database (211) - Hulu Player/PlugIn changes&lt;br /&gt;
* Hulu PlugIn (737,738) - device template constant fixes&lt;br /&gt;
* Hulu Player (739,740) - device template constant fixes&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-14 22768 ==&lt;br /&gt;
* pluto-xine-player (117,136) - removed dependency for libxine1-ffmpeg&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-13 22765 ==&lt;br /&gt;
* pluto-std-plugins - fixes #587&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-12 22763 ==&lt;br /&gt;
* new-installer &lt;br /&gt;
** changes in kdm link management&lt;br /&gt;
** verify kubuntu-desktop is installed&lt;br /&gt;
* pluto-boot-script (234) - Fix copying of desktop link to activate Orbiter into root&#039;s Desktop dir&lt;br /&gt;
* pluto-vdr (469,468) - Only backup setup.conf if it exists.&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-10 22758 ==&lt;br /&gt;
* pluto-boot-script (234)- Add Activate Orbiter to KDE desktop (#596)&lt;br /&gt;
* mce-diskless-tools (627,628) - Add a link to the desktop to call Activate Orbiter (#596)&lt;br /&gt;
* linux-diskless-image (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
* alsa-modules (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
* zaptel-modules (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-08 22754 ==&lt;br /&gt;
* Hulu PlugIn (737,738) - Initial Beta of Hulu Support&lt;br /&gt;
* Hulu Player (739,740) - from TSCHAK&lt;br /&gt;
* Game Player (673,674) - Added support for custom controller files to Game Player - see TankStick DT #2100 for an example.&lt;br /&gt;
* pluto-std-plugins - fixes #587&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-03 22733 ==&lt;br /&gt;
* MythTV - We provide our own packages (0.22 sources packages from mythbuntu )&lt;br /&gt;
* ZWave Lighting (505,506) - Wizard bugfix&lt;br /&gt;
&lt;br /&gt;
== Update 2010-01-27 22704 ==&lt;br /&gt;
* pluto-photo-screen-saver (582,581) - maintain correct image aspect ratio [http://svn.linuxmce.org/trac.cgi/ticket/568 #568]&lt;br /&gt;
* pluto-vdr (469,468) &lt;br /&gt;
** Use remotetimer for central scheduling&lt;br /&gt;
** Don&#039;t autostart VDR on MD&lt;br /&gt;
** Support VDPAU &lt;br /&gt;
* VDR - We provide our own packages (1.7.11 sources packages from eTobi and free-vdr.de)&lt;br /&gt;
&lt;br /&gt;
==  Update 2010-01-16 22689 ==&lt;br /&gt;
* pluto-boot-scripts (234) - new safe_delete.sh script for safely deleting database entries&lt;br /&gt;
* pluto-cm15a (730,731) - new DCE device, CM15A USB interface for X10&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Capture card install now goes directly to the setup wizard&lt;br /&gt;
* pluto-orbiter (119,138) - Capture card install now goes directly to the setup wizard&lt;br /&gt;
* pluto-storage-devices (533) - mount no longer echos out errors during ro filesystem&lt;br /&gt;
* pluto-photo-screen-saver (582,581) - Rotate image according to exif tag [http://svn.linuxmce.org/trac.cgi/ticket/566 #566]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-01-08 22669 ==&lt;br /&gt;
*pluto-boot-scripts (234) &lt;br /&gt;
** Purge_Camera_Archives.pl fixed&lt;br /&gt;
** backup/restore fixed&lt;br /&gt;
** enable_wol called from Startup script - WOL for MDs should work again&lt;br /&gt;
*pluto-motion-wrapper (456,455) - Now calls the purge script every 6 hours and on reload&lt;br /&gt;
*pluto-storage-devices (533) &lt;br /&gt;
** Hostname now added to string to be displayed on orbiters when new drives are detected. &lt;br /&gt;
** Boot partitions will be filtered out also.&lt;br /&gt;
*pluto-system-database (211) - changes to MotionWrapper&#039;s motion.conf default options to use new option names&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-25 22639 - Christmas fix ==&lt;br /&gt;
* freepbx - removal of chan_vpb.so to circumvent coredumps on system without a Voicetronix board (#519)&lt;br /&gt;
* pluto-avwizard (555,556) - modification of startup scripts to not screw the system upon status calls to the startup scripts&lt;br /&gt;
* pluto-boot-scripts (234)&lt;br /&gt;
** modification of startup scripts to not screw the system upon status calls to the startup scripts&lt;br /&gt;
** updated Backup/Restore functionallity&lt;br /&gt;
** fixes  web admin log links for hybrid MD&lt;br /&gt;
** Make sure only a single logrotate configuration file for LinuxMCE exist&lt;br /&gt;
* pluto-hdhomerun(621,620)- Fixes bug where only 1 tuner was added to mythtv&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Fixes deletion of of hostname from mythconverg.capturecard by creating and using a dummy videosource&lt;br /&gt;
* pluto-simplephone (498,499) - Adds support for password in DeviceData&lt;br /&gt;
* pluto-std-plugins (116,135) - Adds support for specialized interfaces&lt;br /&gt;
* pluto-system-database (211) - Some devicedata changes for SIP phone templates to include devicedata for password&lt;br /&gt;
* pluto-website-admin (220) - Fixes Climate Command Wizard Set Temperature command, Climate Command Wizard also now works with On//Off Climate Devices&lt;br /&gt;
* pluto-orbiter (119,138) - Fixes issue with input devices crashing orbiter [http://svn.linuxmce.org/trac.cgi/ticket/522 #522]&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-14 22600 ==&lt;br /&gt;
* pluto-dcerouter (154,155) - Fixes broken Delay command&lt;br /&gt;
* pluto-libresolution (545,544) - UseEDID HDMI Audio xorg.conf entry&lt;br /&gt;
* pluto-asterisk (270.271) - Fix for Messagenet configuration script (changing Window&#039;s EOL characters)&lt;br /&gt;
* pluto-system-database (211) - Some devicedata changes for dcerouter delay command and DCS-5300G camera&lt;br /&gt;
* pluto-website-admin (220) - fix HDMI selection in web admin&lt;br /&gt;
* pluto-xine-player (117,136) - removed 1 second sleep after play media. refactored code to stop screen saver&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-12 22598 ==&lt;br /&gt;
* pluto-website-admin (220) - sql fix from http://svn.linuxmce.org/trac.cgi/changeset/22567&lt;br /&gt;
* pluto-xine-plugin (118,137) - fix for remote audio cd streaming [http://svn.linuxmce.org/trac.cgi/ticket/470 #470] - still not working&lt;br /&gt;
* pluto-xine-player - refactor screen saver handling&lt;br /&gt;
* pluto-disk-drive (122,141) - fix for remote audio cd streaming [http://svn.linuxmce.org/trac.cgi/ticket/470 #470] - still not working&lt;br /&gt;
* pluto-x-scripts (520,523) - fix for audio over HDMI&lt;br /&gt;
* alsa-lib, alsa-utils, lib64asound2, libasound2 - fix for audio over HDMI&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-06 22569 ==&lt;br /&gt;
* pluto-dce-router (154,155) - now depends on lmce-skins-uita&lt;br /&gt;
* pluto-system-database (211) - new lmce-skins-uita package definition&lt;br /&gt;
* lmce-skins-uita (727) - new skin&lt;br /&gt;
* MPlayer_Player (656,657) - Videos that is played by mplayer can now take advantage of vdpau. (Set hw accel to &amp;quot;auto&amp;quot; or &amp;quot;vdpau&amp;quot;)&lt;br /&gt;
* pluto-xine-player (117,136) - don&#039;t stop screen saver when playing audio [http://svn.linuxmce.org/trac.cgi/ticket/486 #486]&lt;br /&gt;
* pluto-orbiter (119,138) - hide xine when playing audio, keeps screen saver visible [http://svn.linuxmce.org/trac.cgi/ticket/486 #486]&lt;br /&gt;
* Update of Zaptel and other kernel related packages to -16&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-03 22558 ==&lt;br /&gt;
* Build_Replacement_Package - freepbx (ubuntu/asterisk/freepbx) - Ticket #345 - Fixes the issue of installing new modules in FreePBX.&lt;br /&gt;
* pluto-asterisk (270.271) - Phone Lines fixing - asterisk (src/asterisk) - Ticket #374 - Fixes the issue during the creation procedure of a new phone lines via web LinuxMCE Admin. New MessageNet Provider support.&lt;br /&gt;
* pluto-avwizard (555,556) - Fixes #480 - Fails to identify untouched xorg.conf&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** Cleanup in nvidia-config&lt;br /&gt;
** MD WOL Problem fixed&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
** #469 IVR menue will now be regenerated every time a phone line is added.&lt;br /&gt;
** #221 IR commands selection screen now has sort modes to make it easier to sift through all those commands.&lt;br /&gt;
** #219 Various layout improvements to the wizard pages.&lt;br /&gt;
* pluto-xine-player (117,136) - changes for HDMI out&lt;br /&gt;
* pluto-std-plugins (116,135) - Changes to Telecom PlugIn to give proper audio switching behaviour when USB Conference microphones are used for the media director phone. This is of relevance to particular configurations that do not allow concurrent access to the soundcard (such as coax/optical settings). -tschak&lt;/div&gt;</summary>
		<author><name>Merkur2k</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Installing_1004&amp;diff=26953</id>
		<title>Installing 1004</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Installing_1004&amp;diff=26953"/>
		<updated>2011-02-10T18:41:31Z</updated>

		<summary type="html">&lt;p&gt;Merkur2k: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Installing LinuxMCE-1004 is a fairly easy process that involves:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;THIS VERSION IS CURRENTLY UNDER DEVELOPMENT. IT KIND OF WORKS, BUT MAY DRIVE YOU INSANE. :)&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;PACKAGES ARE BEING BUILT, BUT WE HAVE ONLY BEGUN TO DEBUG THE ISSUES PRESENT. DO NOT ATTEMPT THIS UNLESS YOU WISH TO FIX BUGS, AND WILL FIX BUGS WITH US. THANKS.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;WE WILL NOT PROVIDE SUPPORT FOR THIS VERSION AT THIS TIME. DO NOT ASK. IF YOU CAN&#039;T FIX STUFF, THIS  IS NOT FOR YOU.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Since this is a pre-release version, we need your help to make it better. If you notice a problem, please do not just add a workaround here. Create a ticket in trac with plenty of detail on what the issue is and how to reproduce it, as well as any information you have on how to fix it. If there is a workaround, it is ok to post it here as long as you link to the ticket you just created.&lt;br /&gt;
&lt;br /&gt;
* Installing Kubuntu 1004&lt;br /&gt;
* Updating Kubuntu 1004&lt;br /&gt;
* Installing LinuxMCE-1004 on top of the updated Kubuntu 1004&lt;br /&gt;
&lt;br /&gt;
Before proceeding its wise to read the FAQ. &lt;br /&gt;
Because of the fact that its a delicate installation small things make a huge difference.&lt;br /&gt;
&lt;br /&gt;
Please see below for details on Internet Installation and DVD Installation methods.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note: an active internet connection is required regardless of installation method.&lt;br /&gt;
&lt;br /&gt;
==Internet Installation==&lt;br /&gt;
# Install Lucid Lynx desktop and update it. (download Kubuntu 1004 &#039;&#039;&#039;desktop&#039;&#039;&#039; release from http://releases.ubuntu.com/kubuntu/10.04/kubuntu-10.04.1-desktop-i386.iso) &#039;&#039;&#039;Currently, only the 32bit version of LinuxMCE is available. Only download the i386 version of 1004 Kubuntu, even if your system can support 64bit versions.&#039;&#039;&#039; Note: If Kubuntu asks whether you would like to install/activate &#039;Restricted Drivers&#039; for your video card, ignore it and continue to step 2.&lt;br /&gt;
# Run aptitude update and aptitude dist-upgrade to get the latest Kubuntu updates.&lt;br /&gt;
# Grab the latest installer script from [http://svn.linuxmce.org/svn/branches/LinuxMCE-0810/src/new-installer SVN], unpack them and change into the freshly created &#039;&#039;new-installer&#039;&#039; directory.&lt;br /&gt;
# Run the following scripts (as root, in order): pre-install-from-repo.sh, mce-install.sh, post-install.sh.&lt;br /&gt;
# Reboot, wait for the activity to stop (see progress on console 8).&lt;br /&gt;
&lt;br /&gt;
In other words, after installing Kubuntu:&lt;br /&gt;
 sudo su - #This might ask for the password you specified earlier during the install of kubuntu.&lt;br /&gt;
 apt-get update&lt;br /&gt;
 sudo apt-get dist-upgrade&lt;br /&gt;
 sudo apt-get install subversion&lt;br /&gt;
 svn co http://svn.linuxmce.org/svn/branches/LinuxMCE-0810/src/new-installer&lt;br /&gt;
 cd new-installer&lt;br /&gt;
 ./pre-install-from-repo.sh&lt;br /&gt;
 ./mce-install.sh&lt;br /&gt;
 ./post-install.sh&lt;br /&gt;
 reboot&lt;br /&gt;
&lt;br /&gt;
If you have problems running Diskless_CreateTBZ.sh, check [[Error Running Diskless CreateTBZ.sh|this article]].&lt;br /&gt;
&lt;br /&gt;
If you then have problems netbooting your diskless media directors because you are receiving the error message &amp;quot;Diskless Setup Failed&amp;quot;, check [[Diskless setup failed error in 0810 beta|this article]].&lt;br /&gt;
&lt;br /&gt;
== Keeping Up-to-date with updates ==&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039; It is strongly recommended that you do not update/upgrade a stable, working system. Also check /etc/apt/sources.list for accuracy after install. [[user:L3mce]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Once you have installed LinuxMCE-1004, all you need to do to keep up-to-date with the latest and greatest, is run the following from a terminal on the core and each MD:&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get upgrade&lt;br /&gt;
Note: You should NOT run apt-get dist-upgrade after LinuxMCE is installed, as it can cause several problems, including having different kernel versions on your core and media directors, and the installation of new Kubuntu packages that can break some features!&lt;br /&gt;
&lt;br /&gt;
== Outstanding issues ==&lt;br /&gt;
* The diskless image kernel package has a broken dependency.&lt;br /&gt;
* Orbiter and OrbiterGen might race a bit&lt;br /&gt;
* at least in one occasion the UI1 Orbiter didn&#039;t come back from the screen saver when keys and mouse were pressed&lt;br /&gt;
* KDE desktop doesn&#039;t work&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Merkur2k</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=LinuxMCE-0810_beta&amp;diff=26409</id>
		<title>LinuxMCE-0810 beta</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=LinuxMCE-0810_beta&amp;diff=26409"/>
		<updated>2010-12-19T21:00:41Z</updated>

		<summary type="html">&lt;p&gt;Merkur2k: /* Upcoming fixes... */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Software]]&lt;br /&gt;
This page outlines some information about the Beta, as well as outlining any changes and bugfixes we are applying, just like we did with the alpha2 page.&lt;br /&gt;
&lt;br /&gt;
The installation instructions found on the alpha2 page still apply:&lt;br /&gt;
&lt;br /&gt;
==Installing LinuxMCE-0810==&lt;br /&gt;
Please see detailed instruction on how to install LinuxMCE-0810 and keep it up-to-date with the latest updates [[installing 0810|here]].&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-03 22558 ==&lt;br /&gt;
* Build_Replacement_Package - freepbx (ubuntu/asterisk/freepbx) - Ticket #345 - Fixes the issue of installing new modules in FreePBX.&lt;br /&gt;
* pluto-asterisk (270.271) - Phone Lines fixing - asterisk (src/asterisk) - Ticket #374 - Fixes the issue during the creation procedure of a new phone lines via web LinuxMCE Admin. New MessageNet Provider support.&lt;br /&gt;
* pluto-avwizard (555,556) - Fixes #480 - Fails to identify untouched xorg.conf&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** Cleanup in nvidia-config&lt;br /&gt;
** MD WOL Problem fixed&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
** #469 IVR menue will now be regenerated every time a phone line is added.&lt;br /&gt;
** #221 IR commands selection screen now has sort modes to make it easier to sift through all those commands.&lt;br /&gt;
** #219 Various layout improvements to the wizard pages.&lt;br /&gt;
* pluto-xine-player (117,136) - changes for HDMI out&lt;br /&gt;
* pluto-std-plugins (116,135) - Changes to Telecom PlugIn to give proper audio switching behaviour when USB Conference microphones are used for the media director phone. This is of relevance to particular configurations that do not allow concurrent access to the soundcard (such as coax/optical settings). -tschak&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-06 22569 ==&lt;br /&gt;
* pluto-dce-router (154,155) - now depends on lmce-skins-uita&lt;br /&gt;
* pluto-system-database (211) - new lmce-skins-uita package definition&lt;br /&gt;
* lmce-skins-uita (727) - new skin&lt;br /&gt;
* MPlayer_Player (656,657) - Videos that is played by mplayer can now take advantage of vdpau. (Set hw accel to &amp;quot;auto&amp;quot; or &amp;quot;vdpau&amp;quot;)&lt;br /&gt;
* pluto-xine-player (117,136) - don&#039;t stop screen saver when playing audio [http://svn.linuxmce.org/trac.cgi/ticket/486 #486]&lt;br /&gt;
* pluto-orbiter (119,138) - hide xine when playing audio, keeps screen saver visible [http://svn.linuxmce.org/trac.cgi/ticket/486 #486]&lt;br /&gt;
* Update of Zaptel and other kernel related packages to -16&lt;br /&gt;
== Update 2009-12-12 22598 ==&lt;br /&gt;
* pluto-website-admin (220) - sql fix from http://svn.linuxmce.org/trac.cgi/changeset/22567&lt;br /&gt;
* pluto-xine-plugin (118,137) - fix for remote audio cd streaming [http://svn.linuxmce.org/trac.cgi/ticket/470 #470] - still not working&lt;br /&gt;
* pluto-xine-player - refactor screen saver handling&lt;br /&gt;
* pluto-disk-drive (122,141) - fix for remote audio cd streaming [http://svn.linuxmce.org/trac.cgi/ticket/470 #470] - still not working&lt;br /&gt;
* pluto-x-scripts (520,523) - fix for audio over HDMI&lt;br /&gt;
* alsa-lib, alsa-utils, lib64asound2, libasound2 - fix for audio over HDMI&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-14 22600 ==&lt;br /&gt;
* pluto-dcerouter (154,155) - Fixes broken Delay command&lt;br /&gt;
* pluto-libresolution (545,544) - UseEDID HDMI Audio xorg.conf entry&lt;br /&gt;
* pluto-asterisk (270.271) - Fix for Messagenet configuration script (changing Window&#039;s EOL characters)&lt;br /&gt;
* pluto-system-database (211) - Some devicedata changes for dcerouter delay command and DCS-5300G camera&lt;br /&gt;
* pluto-website-admin (220) - fix HDMI selection in web admin&lt;br /&gt;
* pluto-xine-player (117,136) - removed 1 second sleep after play media. refactored code to stop screen saver&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-25 22639 - Christmas fix ==&lt;br /&gt;
* freepbx - removal of chan_vpb.so to circumvent coredumps on system without a Voicetronix board (#519)&lt;br /&gt;
* pluto-avwizard (555,556) - modification of startup scripts to not screw the system upon status calls to the startup scripts&lt;br /&gt;
* pluto-boot-scripts (234)&lt;br /&gt;
** modification of startup scripts to not screw the system upon status calls to the startup scripts&lt;br /&gt;
** updated Backup/Restore functionallity&lt;br /&gt;
** fixes  web admin log links for hybrid MD&lt;br /&gt;
** Make sure only a single logrotate configuration file for LinuxMCE exist&lt;br /&gt;
* pluto-hdhomerun(621,620)- Fixes bug where only 1 tuner was added to mythtv&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Fixes deletion of of hostname from mythconverg.capturecard by creating and using a dummy videosource&lt;br /&gt;
* pluto-simplephone (498,499) - Adds support for password in DeviceData&lt;br /&gt;
* pluto-std-plugins (116,135) - Adds support for specialized interfaces&lt;br /&gt;
* pluto-system-database (211) - Some devicedata changes for SIP phone templates to include devicedata for password&lt;br /&gt;
* pluto-website-admin (220) - Fixes Climate Command Wizard Set Temperature command, Climate Command Wizard also now works with On//Off Climate Devices&lt;br /&gt;
* pluto-orbiter (119,138) - Fixes issue with input devices crashing orbiter [http://svn.linuxmce.org/trac.cgi/ticket/522 #522]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-01-08 22669 ==&lt;br /&gt;
*pluto-boot-scripts (234) &lt;br /&gt;
** Purge_Camera_Archives.pl fixed&lt;br /&gt;
** backup/restore fixed&lt;br /&gt;
** enable_wol called from Startup script - WOL for MDs should work again&lt;br /&gt;
*pluto-motion-wrapper (456,455) - Now calls the purge script every 6 hours and on reload&lt;br /&gt;
*pluto-storage-devices (533) &lt;br /&gt;
** Hostname now added to string to be displayed on orbiters when new drives are detected. &lt;br /&gt;
** Boot partitions will be filtered out also.&lt;br /&gt;
*pluto-system-database (211) - changes to MotionWrapper&#039;s motion.conf default options to use new option names&lt;br /&gt;
&lt;br /&gt;
==  Update 2010-01-16 22689 ==&lt;br /&gt;
* pluto-boot-scripts (234) - new safe_delete.sh script for safely deleting database entries&lt;br /&gt;
* pluto-cm15a (730,731) - new DCE device, CM15A USB interface for X10&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Capture card install now goes directly to the setup wizard&lt;br /&gt;
* pluto-orbiter (119,138) - Capture card install now goes directly to the setup wizard&lt;br /&gt;
* pluto-storage-devices (533) - mount no longer echos out errors during ro filesystem&lt;br /&gt;
* pluto-photo-screen-saver (582,581) - Rotate image according to exif tag [http://svn.linuxmce.org/trac.cgi/ticket/566 #566]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-01-27 22704 ==&lt;br /&gt;
* pluto-photo-screen-saver (582,581) - maintain correct image aspect ratio [http://svn.linuxmce.org/trac.cgi/ticket/568 #568]&lt;br /&gt;
* pluto-vdr (469,468) &lt;br /&gt;
** Use remotetimer for central scheduling&lt;br /&gt;
** Don&#039;t autostart VDR on MD&lt;br /&gt;
** Support VDPAU &lt;br /&gt;
* VDR - We provide our own packages (1.7.11 sources packages from eTobi and free-vdr.de)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-03 22733 ==&lt;br /&gt;
* MythTV - We provide our own packages (0.22 sources packages from mythbuntu )&lt;br /&gt;
* ZWave Lighting (505,506) - Wizard bugfix&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-08 22754 ==&lt;br /&gt;
* Hulu PlugIn (737,738) - Initial Beta of Hulu Support&lt;br /&gt;
* Hulu Player (739,740) - from TSCHAK&lt;br /&gt;
* Game Player (673,674) - Added support for custom controller files to Game Player - see TankStick DT #2100 for an example.&lt;br /&gt;
* pluto-std-plugins - fixes #587&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-10 22758 ==&lt;br /&gt;
* pluto-boot-script (234)- Add Activate Orbiter to KDE desktop (#596)&lt;br /&gt;
* mce-diskless-tools (627,628) - Add a link to the desktop to call Activate Orbiter (#596)&lt;br /&gt;
* linux-diskless-image (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
* alsa-modules (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
* zaptel-modules (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-12 22763 ==&lt;br /&gt;
* new-installer &lt;br /&gt;
** changes in kdm link management&lt;br /&gt;
** verify kubuntu-desktop is installed&lt;br /&gt;
* pluto-boot-script (234) - Fix copying of desktop link to activate Orbiter into root&#039;s Desktop dir&lt;br /&gt;
* pluto-vdr (469,468) - Only backup setup.conf if it exists.&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-13 22765 ==&lt;br /&gt;
* pluto-std-plugins - fixes #587&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-14 22768 ==&lt;br /&gt;
* pluto-xine-player (117,136) - removed dependency for libxine1-ffmpeg&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-16 22777 ==&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
** Fixes event criteria for PK_EventParameter [http://svn.linuxmce.org/trac.cgi/ticket/602 #602]&lt;br /&gt;
** Fixes time of day - can now check againt hh:mm:ss [http://svn.linuxmce.org/trac.cgi/ticket/605 #605]&lt;br /&gt;
** Fixed bug introduced in the two fixes above [http://svn.linuxmce.org/trac.cgi/ticket/608 #608]&lt;br /&gt;
* pluto-vdr (468,469) - Remove SourceCaps entries from default setup.conf&lt;br /&gt;
* pluto-system-database (211) - Hulu Player/PlugIn changes&lt;br /&gt;
* Hulu PlugIn (737,738) - device template constant fixes&lt;br /&gt;
* Hulu Player (739,740) - device template constant fixes&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-18 22795 ==&lt;br /&gt;
* pluto-proxy-orbiter (487,488) Fixes [http://svn.linuxmce.org/trac.cgi/ticket/610 #610]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-23 22803 ==&lt;br /&gt;
* pluto-boot-script (234) &lt;br /&gt;
** Install zaptel-modules and load ztdummy for meetme&lt;br /&gt;
** Disable KDE screensaver upon KDE Desktop start (fixes #600)&lt;br /&gt;
* pluto-dhcpd-plugin (302) - Make sure to transfer database secret into sip_additional.conf&lt;br /&gt;
* pluto-orbiter (119,138) - Color fixes&lt;br /&gt;
* pluto-proxy-orbiter (488,487) - Color fixes - thanks radu&lt;br /&gt;
* pluto-vdr (468,469)&lt;br /&gt;
** Only create setup.conf if it does not contain a remotetimers entry&lt;br /&gt;
** Disable shutdown of system from VDR&lt;br /&gt;
* v4l2-firmware (733) - Added new firmware drivers to support a broader range of DVB cards&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-28 22812 ==&lt;br /&gt;
&lt;br /&gt;
Hulu Now works, and the HAI Omni Security panel driver has been checked in and integrated.&lt;br /&gt;
&lt;br /&gt;
* pluto-system-database (211) - Addition of buttons to Hulu Remote (tschak)&lt;br /&gt;
* lmce-hulu-player (739,740) - Hulu Player now uses Hulu Desktop&#039;s LIRCD port via a fake LIRCD Server. (tschak)&lt;br /&gt;
* 751  	HAI Control Program&lt;br /&gt;
* 750 	HAI Control Program Source&lt;br /&gt;
* 749  	LinuxMCE HAI Omni RS232 Panel Support&lt;br /&gt;
* 748 	LinuxMCE HAI Omni RS232 Panel Support Source&lt;br /&gt;
* pluto-zwave-lighting (505,506) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/620 #620] multi instance support for sensors&lt;br /&gt;
* pluto-mplayer-player (657,656) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/471 #471] Finally committed vdpau support for mplayer&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-07 22832 ==&lt;br /&gt;
&lt;br /&gt;
* pluto-zwave-lighting (505,506) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/620 #620] make command for child work again&lt;br /&gt;
* pluto-system-database (211) - new package and package changes for datalogger plugin&lt;br /&gt;
* lmce-datalog-database (753) - datalogger database, refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630]&lt;br /&gt;
* lmce-datalogger-plugin (686,687) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630] install automatically, configurable graph display&lt;br /&gt;
* lmce-datalog-db (688,689) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630]&lt;br /&gt;
* pluto-website-admin (220) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630], [http://svn.linuxmce.org/trac.cgi/ticket/633 #633], fix for some attribute names not showing up in media browser page, improvements to datalogger section&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/637 #637] allow event plugin to reload configuration without a router reload&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-14 22853 ==&lt;br /&gt;
* pluto-website-admin (220) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/637 #637] Reload event plugin configuration when events change (no need to reload router anymore, except after adding/deleting event commands), [http://svn.linuxmce.org/trac.cgi/ticket/648 #648] Fix device template adding to avoid sqlCVS commit problems&lt;br /&gt;
* pluto-orbiter (119,138) [http://svn.linuxmce.org/trac.cgi/ticket/647 #647] Enable event mapping for mouse buttons&lt;br /&gt;
* pluto-system-database (211) [http://svn.linuxmce.org/trac.cgi/ticket/646 #646] Device template for Logitech MX Air mouse&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/651 #651] fix router crash with boolean event parameters&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-23 22876 ==&lt;br /&gt;
* pluto-std-plugins (116,135) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], media plugin supports play all for pictures&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], picture viewer&lt;br /&gt;
* lmce-picture-plugin (756,757) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], picture plugin&lt;br /&gt;
* Pluto PNP Detection Scripts (562), added detection script for Pioneer Elite series of Receivers&lt;br /&gt;
* Pluto Capture Card Setup Scripts (580), added input change scripts for various capture cards&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-08 22883 ==&lt;br /&gt;
* pluto-boot-script (234) - Change smb.conf template to disable unix extension.&lt;br /&gt;
* pluto-website-admin (220) - [http://svn.linuxmce.org/trac.cgi/ticket/662 Fixes #662]&lt;br /&gt;
* lmce-picture-plugin (756,757) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650] fix pause of slideshow&lt;br /&gt;
* pluto-system-database (211) [http://svn.linuxmce.org/trac.cgi/ticket/650 #650] designer changes for picture viewer&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-14 22889 *CLOUD Release* ==&lt;br /&gt;
*  pluto-system-database (211) changes to the repository information for a package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-28 22898  ==&lt;br /&gt;
* pluto-website-admin (220) - [http://svn.linuxmce.org/trac.cgi/ticket/662 Fixes #662 (again ;) )]&lt;br /&gt;
* pluto-system-database (211) - sqlCVS additions for the SmartQ V7 MID&lt;br /&gt;
* pluto-updateentarea (341,342) - code in Setup to allow for devices in the MID category to get media scenarios.&lt;br /&gt;
* pluto-storage-devices (533) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/672 #672]&lt;br /&gt;
* mce-diskless-tools (627,628) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/655 #655]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-05-20 22958 ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* pluto-orbitergen (226,227) - Orbitergen changed to specify that MIDs are on-screen orbiters. This may change in the future, but I need to test something... --[[User:Tschak909|Tschak909]] 06:22, 9 May 2010 (CEST)&lt;br /&gt;
* pluto-system-database (211) - [http://svn.linuxmce.org/trac.cgi/ticket/684 Toshiba RAS series IR control template]&lt;br /&gt;
* pluto-generic-serial-device (307,335) - [http://svn.linuxmce.org/trac.cgi/ticket/685 access return parameters in GSD device]&lt;br /&gt;
* mythtv-0.23&lt;br /&gt;
&lt;br /&gt;
== Update 2010-05-20 22959 ==&lt;br /&gt;
* lmce-update-system (650,651) - Setup pinning to the LinuxMCE repository&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - MythTV 0.23 support has been baked in. Thanks mandingo&lt;br /&gt;
* pluto-mythtv-player (133,152)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-01 23002 ==&lt;br /&gt;
* lmce-hulu-player (739,740) - changed the accept() loop to be non-blocking, fixing the hung hulu player issue when the router needs to reload. -TSCHAK &lt;br /&gt;
* mce-diskless-tools (627,628) - cBuckle sent in a bugfix that prevented media directors with more than one NIC from properly being detected. We now assume the booting NIC is eth0. Thanks cBuckle! -TSCHKA&lt;br /&gt;
* pluto-website-admin (220) - Fixes #705, and #706 -TSCHAK&lt;br /&gt;
* pluto-system-database (211) - Fixes to QuickStartTemplate so icons will show. -TSCHAK&lt;br /&gt;
* pluto-std-plugins (116,135) - Fix to General Info Plugin so that it will properly show PNG images&lt;br /&gt;
* pluto-boot-scripts (234) - Fix to UpdateQuickStartIcons.sh to download quick start icons and convert to PNG if needed.&lt;br /&gt;
* lmce-update-system (650,651) - Fix preferences file&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-07 23036 ==&lt;br /&gt;
* pluto-asterisk (270.271) - Fix initial for no voicemail greetings after setup wizard (thanks los93sol)&lt;br /&gt;
* pluto-vdr (469,468) &lt;br /&gt;
** Syntax error fix in StartVDRClient - should start correct on MDs now.&lt;br /&gt;
** Add a default remote.conf so people can use the keyboard to control VDR.&lt;br /&gt;
* pluto-system-database (211) - Add support for TED5000 and Energy Monitoring Events to be used by future devices&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-09 23046 ==&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs #650, start picture viewer minimized&lt;br /&gt;
* pluto-website-admin (220) - Change wording of VDR error message to better reflect what&#039;s going on.&lt;br /&gt;
* v4l2-Modules (732) - Fix debian package naming to allow proper install of dkms package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-10 23047 ==&lt;br /&gt;
* v4l2-Modules (732) - Fix Debian package naming to allow proper install of dkms package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-14 23070 ==&lt;br /&gt;
* pluto-std-plugins (116,135) - Fix to General Info Plugin to allow Firefox Bookmarks to work again. Please test!&lt;br /&gt;
* pluto-boot-scripts (234) - Modify Mozilla.sh to properly output a profile where bookmarks work again.&lt;br /&gt;
* mce-diskless-tools (627,628) - Modify DisklessInteractor to always return i386 until we get a working amd64 build again.&lt;br /&gt;
* vdr - Update to version 1.7.15 &lt;br /&gt;
** Get rid of a few patches&lt;br /&gt;
** Fixes for sound decoding in Denmark&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-18 23082 ==&lt;br /&gt;
* lmce-datalogger-plugin (686,687)&lt;br /&gt;
* lmce-datalog-database (753)&lt;br /&gt;
* pluto-boot-scripts (234)&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
* asterisk-pluto (269)&lt;br /&gt;
* pluto-asterisk (270,271)&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
* pluto-mythtv-player (133,152) - Fix the missing MythTV Setup in Computing. as the Quick Start Template has moved rows.&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Fixes #732 - Storage devices not locally attached to core are not added to mythtv storage groups and cleans up some error messages&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-28 23119 ==&lt;br /&gt;
* asterisk-pluto (269) - Fix fire SOS event and dialplan cleanup - Los93soL&lt;br /&gt;
* freepbx - Fix fire SOS event and dialplan cleanup - Los93soL&lt;br /&gt;
* mjproxy (760,761)&lt;br /&gt;
* pluto-dhcpd-plugin (302) - update configure scripts for grandstream and snom 3xx phones for support of database secret.&lt;br /&gt;
* pluto-mythtv-player (133,152) - Bug #737 - MH Play Media can now set initial channel&lt;br /&gt;
* pluto-std-plugins (116,135) - Bug #736 - CMD_Delete_File in Media PlugIn now will not allow deletion of arbitrary files from the disk, lots of sanity checks. Support for deleting voicemails.&lt;br /&gt;
* pluto-system-database (211)&lt;br /&gt;
* pluto-xine-player (117,136) - enable subtitle support&lt;br /&gt;
* pluto-vdr (468,469) - Bug #737 - MH Play Media can now set initial channel&lt;br /&gt;
* pluto-website-admin (220) - Adds energy monitor that uses state change #677&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-03  ==&lt;br /&gt;
*asterisk-pluto (269)&lt;br /&gt;
** Fix pluto sos menu generates the voice dialogs now&lt;br /&gt;
** Update caller id when sos menu calls out&lt;br /&gt;
*freepbx&lt;br /&gt;
** General dialplan cleanup&lt;br /&gt;
** FreePBX system status works now&lt;br /&gt;
** Fix warnings when updating modules list in FreePBX&lt;br /&gt;
*lmce-hai-omni-rs232 (748,749) - Make sure HAI created devices set HAI as the controlled via device&lt;br /&gt;
*pluto-asterisk (270,271)&lt;br /&gt;
** Update create scripts and abstract redundant code&lt;br /&gt;
** Keep Line_HouseMode in sync when trunks are deleted&lt;br /&gt;
** Transfers are working again&lt;br /&gt;
*pluto-website-admin (220) - Don&#039;t display phone trunk passwords in web admin&lt;br /&gt;
*pluto-dhcpd-plugin (302) - Cisco 7960 (with SIP firmware) will use sip secret now&lt;br /&gt;
*pluto-std-plugins (116,135) - CRITICAL MEDIA PLUGIN FIX IN CMD_Set_Media_Private which was causing the router to rapidly crash due to odd data coming in from MythTV PlugIn. Will investigate further, but this does stop the crashes.&lt;br /&gt;
*pluto-mythtv-plugin (136,152) - Add changes to MythTvSyncDB.sh to always set AlwaysStreamFiles to 1 for media directors.&lt;br /&gt;
*lmce-hulu-player (744,745) - somehow, an older package snuck in. This needs to be rebuilt to fix the hanging bug that somehow reappeared. Yes, I went back and checked the checked in code from a fresh checkin, this will fix it&lt;br /&gt;
*pluto-storage-devices (533) - Added dependencies for nbd-client and nbd-server so that remote playing of DVDs will work, correctly. (Fixes #743)&lt;br /&gt;
* pluto-proxy-orbiter - updates from Dianemo&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-06 23148 ==&lt;br /&gt;
* freepbx - Changelog updated to get a new version number&lt;br /&gt;
* pluto-asterisk (270,271) - Add support for making announcements to phones&lt;br /&gt;
* pluto-dhcpd-plugin (302) - Define helper script as a perl script&lt;br /&gt;
* pluto-std-plugins (116,135) - Small speed up fix for video file list &lt;br /&gt;
* pluto-text-to-speech (283,284) - Add support for making announcements to phones&lt;br /&gt;
* pluto-website-admin (220) - Updates to the new weborbiter&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-14 23155 ==&lt;br /&gt;
* pluto-asterisk (270,271) - Only send extra channel options for transfers when an extra channel is there, also fixes to viatalk create script so things work nicely again&lt;br /&gt;
* pluto-simplephone (498,499) - Whoops!  Missed this package a few days ago, fixes Orbiter phones so they connect with the SIP secret&lt;br /&gt;
* pluto-system-database (211) - Updates to the Size table to include older iPhone/iPod Touch sizes, as well as iPhone4 size.&lt;br /&gt;
* pluto-mythtv-plugin (136,152) - Fixed some incorrect behavior with generating mythtv storage groups&lt;br /&gt;
* lmce-launch-manager (299,298) - Fixed the StartCoreServices.sh from passing wrong Device_ID to Sync2amp.pl causing NAS passwords to become scrabled.&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-16 23161 ==&lt;br /&gt;
* pluto-proxy-orbiter (487,488) - now with committed fixes for the 404 in 7970&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-17 23165 == &lt;br /&gt;
* pluto-boot-scripts (234) - New startup script for the Launch Manager (fixes #753)&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
** Weborbiter: add missing getNews function (fixes #755)&lt;br /&gt;
** Weborbiter: keep trying to get images/data when an communication error occurs&lt;br /&gt;
** Weborbiter: fix keyboard processing (fixes #754)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-27 23202 ==&lt;br /&gt;
* asterisk-pluto (269) - Generate all speech for pluto-sos-menus, and generate /etc/asterisk/extensions_custom.conf completely dynamically - Los93soL&lt;br /&gt;
* libxine - Refs [http://svn.linuxmce.org/trac.cgi/ticket/535 #535], Backport of newer Matroska container support form lib-xine 1.1.17.&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], fixes alpha blending of picture viewer&lt;br /&gt;
* pluto-boot-scripts (234) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/758 #758], Fix cameras on MDs by using NFS mount for the camera dir&lt;br /&gt;
* pluto-updatemedia (405,406) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/651 #434], Different handling for VDR files - WARNING!! Playback of VDR recording from video is still not possible!&lt;br /&gt;
* pluto-website-admin (220) - Make sure the phone system is updated with changes made to cell phone notifications via web admin - Los93soL&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs #315 Should fix most of the call transfer issues, please test thoroughly - Los93soL&lt;br /&gt;
&lt;br /&gt;
== Update 2010-08-02 23227 ==&lt;br /&gt;
* lmce-datalogger-plugin (686,687) - Refs #104 Add initial support for logging Sensor Tripped Events - Los93soL&lt;br /&gt;
* lmce-datalog-database (753) - Refs #104 Add initial support for logging Sensor Tripped Events - Los93soL&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** Start the StorageDevices setup in the background during system start, and restart samba as part of the storage devices setup.&lt;br /&gt;
** Fixes #748 Some MAC addresses would get truncated, Thanks Coley - Los93soL&lt;br /&gt;
* pluto-app-server (145,126) - Do proper check to determine if suspend is supported&lt;br /&gt;
* pluto-website-admin (220) - Fixes #569 Don&#039;t assume calls originate from the US - Los93soL&lt;br /&gt;
* asterisk-pluto (269) - Fixes #570 Attempt to lookup caller name in phone book and correct as possible - Los93sol&lt;br /&gt;
* pluto-asterisk (270,271) - Fixes #570 Attempt to lookup caller name in phone book and correct as possible - Los93soL&lt;br /&gt;
&lt;br /&gt;
== Update 2010-08-29 23259 ==&lt;br /&gt;
* lmce-squeezeslave (763) - Refs #776 wrapper script to start squeezeslave&lt;br /&gt;
* mce-diskless-tools (627,628) - #798 /etc/diskless.conf not being created - merkur2k&lt;br /&gt;
* pluto-app-server (145,126) - #344 Allow power off mode override&lt;br /&gt;
* pluto-asterisk (270,271)&lt;br /&gt;
** Refs #570 Display caller name and picture from LinuxMCE phone book when available - Los93soL&lt;br /&gt;
** Change line ending for create_amp_sipgate_de.pl&lt;br /&gt;
* pluto-slimserver-plugin (424,425) - Refs #776 add squeezeslave template as possible playback device&lt;br /&gt;
* pluto-std-plugins - fix audio album snafu&lt;br /&gt;
* pluto-storage-devices (533) - #799 (re)enable NFS instead of CIFS for internal disk drive sharing - merkur2k&lt;br /&gt;
&lt;br /&gt;
== Update 2010-09-16 23289 ==&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** enable WOL on boot up again&lt;br /&gt;
** fix HDMI and SPDIF unmuting for AVWizard and successive boots. &lt;br /&gt;
** #813, SetupUsers_Homes.sh no longer executes on media directors, faster boot. &lt;br /&gt;
** #733, BootMessage.sh no longer emits an error.&lt;br /&gt;
* pluto-generic-serial-device (307,335) - fix ethernet device support for GSDs&lt;br /&gt;
* pluto-orbiter (119,138) - #811 - WiiMote support. Change mouse accelleration so that the wiimote can actually traverse the entire width of the screen.&lt;br /&gt;
* pluto-std-plugins - #814 - Display the dimming column on the floor plan for drapes and blinds&lt;br /&gt;
* pluto-updateentarea (341,342) - #815 - Autogenerated scenarios sleep/wakeup do the right thing for blinds/drapes&lt;br /&gt;
* pluto-website-admin (220) #708 - add default media sort options to orbiters page, #636 - fixes special characters for IMDB tagging&lt;br /&gt;
&lt;br /&gt;
== Update 2010-10-06 23324 ==&lt;br /&gt;
* lmce-linux-igd  (765 - New package for #826 - merkur2k&lt;br /&gt;
* lirc_0.8.3 &lt;br /&gt;
** built in build-replacements.sh, only it is commented atm&lt;br /&gt;
** Refs #822 fixes repeat problems with pronto codes&lt;br /&gt;
* lmce-mediatomb (702) - Generate a more sane config file for mediatomb - merkur2k&lt;br /&gt;
* pluto-boot-script (234) - Mount /home via nfs instead of cifs on media directors, updates for #826 - merkur2k&lt;br /&gt;
* pluto-lirc-wrapper (340,421) - Fixes #822 lirc can now send pronto codes properly&lt;br /&gt;
* pluto-orbiter (119,138) - Fix for #458 - power menu now works correctly to control other media directors from OSD&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
** Voicemail changes and fixes.&lt;br /&gt;
** Absolute Timed Events are working (thanks TSCHAK)&lt;br /&gt;
** Fixes #833 - possible to compare integer criteria against a list of comma-separated values&lt;br /&gt;
* pluto-system-database (211) - lots of sqlCVS changes.&lt;br /&gt;
* pluto-website-admin (220) - Misc fixes from various tickets - merkur2k&lt;br /&gt;
* pluto-zwave-lighting (505,506) - #44 Improve detection of multi instance devices, possible to resync device data&lt;br /&gt;
* pluto-storage-devices (533) - Add NFS Radar - merkur2k&lt;br /&gt;
* pluto-mythtv-plugin (136,152) - misc storage group fixes - merkur2k&lt;br /&gt;
** &amp;quot;use autumatically&amp;quot; flag for storage devices is now honored&lt;br /&gt;
** better support for remote storage devices (Nas, windows share, etc)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-10-13 23333 ==&lt;br /&gt;
* pluto-std-plugins (116,135) -&lt;br /&gt;
** Media Plugin fix to not turn on OSD (TV) if the TV was already off, and was triggered by an orbiter to play audio. Superfluous block of code removed, Thanks uplink!&lt;br /&gt;
** Possible fix for #674, media is not streamed through unnecessary MDs&lt;br /&gt;
** Fixes #849 house mode change event now sends previous mode as parameter, event plugin uses that when processing house mode change events&lt;br /&gt;
* pluto-system-database (211) - esev made changes to the non-pluto-DVD remote to make it much more usable! Thanks!&lt;br /&gt;
* pluto-lirc-wrapper (340,421) - Fixes #822 lirc now depends on required message translation library&lt;br /&gt;
* lmce-mediatomb (702) - Fixes #841&lt;br /&gt;
* pluto-boot-scripts (234) - #848 - honor &amp;quot;enable UpdateMedia&amp;quot; setting in web admin&lt;br /&gt;
* lmce-launch-manager (299,298) - #848 - honor &amp;quot;enable UpdateMedia&amp;quot; setting in web admin&lt;br /&gt;
&lt;br /&gt;
==Update 2010-11-01 23388 ==&lt;br /&gt;
* asterisk-pluto (269) - all those asterisk changes should finally be deployed&lt;br /&gt;
* lmce-launch-manager - segfault due to db going away&lt;br /&gt;
* pluto-asterisk - added blueface voip provider&lt;br /&gt;
* pluto-boot-script (234) - Refs #315 load ztdummy module at startup&lt;br /&gt;
* pluto-capture-card-script - Refs #854 added HD PVR block info.&lt;br /&gt;
* pluto-mythtv-player - enable networkcontrol port&lt;br /&gt;
* pluto-proxy-orbiter (487,488) - Refs #821 - configuration script for automatic proxy orbiter port selection - merkur2k&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
** Refs #857 - Added update device command to general info plugin&lt;br /&gt;
** Refs #843 - UpdateEntArea crashes fixed&lt;br /&gt;
* pluto-system-database (211)&lt;br /&gt;
** #854 Add the above file&lt;br /&gt;
** #851 - DCERouter segfaults when exiting&lt;br /&gt;
** #873	Software raid devices do not have &amp;quot;use automatically&amp;quot; option&lt;br /&gt;
* pluto-updateentarea (341,342) &lt;br /&gt;
** Refs #445 don&#039;t put proxy orbiters into MDs EA&lt;br /&gt;
** Refs #843 UpdateEntArea crashes fixed &lt;br /&gt;
* pluto-website-admin (220) - Refs #821 - enable web orbiter in &amp;quot;add orbiter&amp;quot; dropdown in orbiters wizard page - merkur2k&lt;br /&gt;
** Refs #856 - View whole log only displays first 5000 lines&lt;br /&gt;
** Refs #861 - fixes JS path escaping&lt;br /&gt;
** Refs #870 - Web interface for learning IR codes doesn&#039;t work when editing existing device&lt;br /&gt;
* pluto-pnp-detection (562) - Refs #860 - Add pnp detection script for ZWave devices&lt;br /&gt;
* pluto-plutoutils (197,196) - Refs #872 - Fix MySQL timeout issues&lt;br /&gt;
* pluto-dcecommon (193,192) - Refs #872 - Fix MySQL timeout issues&lt;br /&gt;
* pluto-sql2cpp (203,202) - Refs #872 - Fix MySQL timeout issues&lt;br /&gt;
* pluto-tribunetv (599,598) - Refs #872 - Fix MySQL timeout issues&lt;br /&gt;
* pluto-vipshared (200,199) - Refs #872 - Fix MySQL timeout issues&lt;br /&gt;
* pluto-hdhomerun (621,620) - Refs #872 - Fix MySQL timeout issues&lt;br /&gt;
* asterisk-pluto (269) - Refs - #570 Phone book lookup and user validation scripts will now be packaged - Los93soL&lt;br /&gt;
* pluto-simplephone (498,499) - Phone audio now works when connected by HDMI - Los93soL&lt;br /&gt;
* pluto-zwave-lighting (506,505) - Refs #874 - ZWave controller locks up about twice a day&lt;br /&gt;
* pluto-asterisk (270.271) - Added support for WhistlePhone, free ad-supported US calling&lt;br /&gt;
&lt;br /&gt;
== Update 2010-12-05 23479 ==&lt;br /&gt;
&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
** #879 - OSD Orbiter does not display after stopping non-pluto media device&lt;br /&gt;
** #880 - Non-pluto audio-only MediaTypes do not have the proper FK_Pipe=1&lt;br /&gt;
** #746 - Follow me volume does not work properly&lt;br /&gt;
** #905 - Implement queue media in Media_Plugin&lt;br /&gt;
* pluto-system-database (211)&lt;br /&gt;
** #860 - Add pnp detection script for ZWave devices&lt;br /&gt;
** #868 - Update Acquos LCxxD6U / LCxxD7u GSD codes to confirm input change&lt;br /&gt;
** #880 - Non-pluto audio-only MediaTypes do not have the proper FK_Pipe=1&lt;br /&gt;
** #883 - Hauppauge HD PVR inputs are not set correctly&lt;br /&gt;
* pluto-capture-card-scripts (580)&lt;br /&gt;
** #883 - Hauppauge HD PVR inputs are not set correctly&lt;br /&gt;
* lmce-dpms-monitor (721,722)&lt;br /&gt;
** #885 - DPMS Monitor now works correctly. DPMS is properly enabled, Timeouts are set, and X buffers are properly flushed after each DPMS request. (tschak)&lt;br /&gt;
* pluto-storage-devices (533)&lt;br /&gt;
** Fixes #884 - No longer ignore bootable partitions - merkur2k&lt;br /&gt;
** #889	New shares on existing file servers are not detected - merkur2k&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
** Fixes #888 - Display correct description in web orbiter selection dropdown - merkur2k&lt;br /&gt;
** Fixes #869 - Event navigation improvement - thanks apagg!&lt;br /&gt;
** Refs #677 - More colors for energyGraph and some small fixes - apagg&lt;br /&gt;
** #778 Adds TVDB tagging functionality&lt;br /&gt;
** #662 datalogger display sensor report correct - apagg&lt;br /&gt;
** Fixes #866 update imdbphp to imdbphp2&lt;br /&gt;
** Fixes #901 - proper deletion of Orbiter devices&lt;br /&gt;
* mce-diskless-tools (627,628)&lt;br /&gt;
** Fixes #894 - make MythTV Setup show up properly now on Diskless MDs&lt;br /&gt;
* pluto-proxy-orbiter (487,488)&lt;br /&gt;
** #905 - Use orbiter setting &amp;quot;Queue instead of instant play&amp;quot;&lt;br /&gt;
* pluto-orbiter (119,138)&lt;br /&gt;
** #905 - Use orbiter setting &amp;quot;Queue instead of instant play&amp;quot;&lt;br /&gt;
* lmce-shoutcast-radio-plugin (703,704)&lt;br /&gt;
** Fixes #906 - new method of downloading shoutcast data&lt;br /&gt;
&lt;br /&gt;
== Update 2010-12-16 23525 ==&lt;br /&gt;
&#039;&#039;&#039;Note: Please put the name of the package file and the source and bin package number in this list, followed by a small description of what has changed! Hulu Player is not the name of the package, but lmce-hulu-player. It makes the life of the person, who needs to update the repo a lot easier. Thank you!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
** Refs #907 - Support for web orbiters to use PLUTO_KEY events - Los93soL&lt;br /&gt;
** Refs #708 - wrong media type used when displaying default sort&lt;br /&gt;
* pluto-system-database (211)&lt;br /&gt;
** Refs #913 Updated dependency for datalogger plugin&lt;br /&gt;
** Refs #905 Play All also honors Queue vs Instant play setting&lt;br /&gt;
* lmce-datalogger-plugin (686,687)&lt;br /&gt;
** Refs #913 Install Image_Graph and dependencies in postinst&lt;br /&gt;
* pluto-zwave&lt;br /&gt;
** refs #44 - add smoke detector support&lt;br /&gt;
* pluto-proxy-orbiter (487,488)&lt;br /&gt;
** Refs #905 - New variable substitution to get device data &lt;br /&gt;
* pluto-orbiter (119,138)&lt;br /&gt;
** Refs #905 - New variable substitution to get device data&lt;br /&gt;
* pluto-plcbus&lt;br /&gt;
&lt;br /&gt;
== Upcoming fixes... ==&lt;br /&gt;
&#039;&#039;&#039;Note: Please put the name of the package file and the source and bin package number in this list, followed by a small description of what has changed! Hulu Player is not the name of the package, but lmce-hulu-player. It makes the life of the person, who needs to update the repo a lot easier. Thank you!&#039;&#039;&#039;&lt;br /&gt;
* pluto-boot-script (234) - Refs #920 allow adding entries to the dhcpd.conf file using an external file.&lt;br /&gt;
* pluto-plutodhcp (491,330) - Refs #920 Honor the dhcpd.conf template file&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
** Refs #226 - Enable SSL support in apache&lt;br /&gt;
* pluto-mythtv-plugin (136,152)&lt;br /&gt;
** Fixes #922 - add storage devices to mythtv even if offline&lt;br /&gt;
&lt;br /&gt;
== Bugfixes ==&lt;br /&gt;
=== Mythtv-plugin fails to install ===&lt;br /&gt;
Install with apt-get install -f &amp;lt;name-of-package&amp;gt;&lt;/div&gt;</summary>
		<author><name>Merkur2k</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=LinuxMCE-0810_beta&amp;diff=26122</id>
		<title>LinuxMCE-0810 beta</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=LinuxMCE-0810_beta&amp;diff=26122"/>
		<updated>2010-11-07T21:39:50Z</updated>

		<summary type="html">&lt;p&gt;Merkur2k: /* Upcoming fixes... */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Software]]&lt;br /&gt;
This page outlines some information about the Beta, as well as outlining any changes and bugfixes we are applying, just like we did with the alpha2 page.&lt;br /&gt;
&lt;br /&gt;
The installation instructions found on the alpha2 page still apply:&lt;br /&gt;
&lt;br /&gt;
==Installing LinuxMCE-0810==&lt;br /&gt;
Please see detailed instruction on how to install LinuxMCE-0810 and keep it up-to-date with the latest updates [[installing 0810|here]].&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-03 22558 ==&lt;br /&gt;
* Build_Replacement_Package - freepbx (ubuntu/asterisk/freepbx) - Ticket #345 - Fixes the issue of installing new modules in FreePBX.&lt;br /&gt;
* pluto-asterisk (270.271) - Phone Lines fixing - asterisk (src/asterisk) - Ticket #374 - Fixes the issue during the creation procedure of a new phone lines via web LinuxMCE Admin. New MessageNet Provider support.&lt;br /&gt;
* pluto-avwizard (555,556) - Fixes #480 - Fails to identify untouched xorg.conf&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** Cleanup in nvidia-config&lt;br /&gt;
** MD WOL Problem fixed&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
** #469 IVR menue will now be regenerated every time a phone line is added.&lt;br /&gt;
** #221 IR commands selection screen now has sort modes to make it easier to sift through all those commands.&lt;br /&gt;
** #219 Various layout improvements to the wizard pages.&lt;br /&gt;
* pluto-xine-player (117,136) - changes for HDMI out&lt;br /&gt;
* pluto-std-plugins (116,135) - Changes to Telecom PlugIn to give proper audio switching behaviour when USB Conference microphones are used for the media director phone. This is of relevance to particular configurations that do not allow concurrent access to the soundcard (such as coax/optical settings). -tschak&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-06 22569 ==&lt;br /&gt;
* pluto-dce-router (154,155) - now depends on lmce-skins-uita&lt;br /&gt;
* pluto-system-database (211) - new lmce-skins-uita package definition&lt;br /&gt;
* lmce-skins-uita (727) - new skin&lt;br /&gt;
* MPlayer_Player (656,657) - Videos that is played by mplayer can now take advantage of vdpau. (Set hw accel to &amp;quot;auto&amp;quot; or &amp;quot;vdpau&amp;quot;)&lt;br /&gt;
* pluto-xine-player (117,136) - don&#039;t stop screen saver when playing audio [http://svn.linuxmce.org/trac.cgi/ticket/486 #486]&lt;br /&gt;
* pluto-orbiter (119,138) - hide xine when playing audio, keeps screen saver visible [http://svn.linuxmce.org/trac.cgi/ticket/486 #486]&lt;br /&gt;
* Update of Zaptel and other kernel related packages to -16&lt;br /&gt;
== Update 2009-12-12 22598 ==&lt;br /&gt;
* pluto-website-admin (220) - sql fix from http://svn.linuxmce.org/trac.cgi/changeset/22567&lt;br /&gt;
* pluto-xine-plugin (118,137) - fix for remote audio cd streaming [http://svn.linuxmce.org/trac.cgi/ticket/470 #470] - still not working&lt;br /&gt;
* pluto-xine-player - refactor screen saver handling&lt;br /&gt;
* pluto-disk-drive (122,141) - fix for remote audio cd streaming [http://svn.linuxmce.org/trac.cgi/ticket/470 #470] - still not working&lt;br /&gt;
* pluto-x-scripts (520,523) - fix for audio over HDMI&lt;br /&gt;
* alsa-lib, alsa-utils, lib64asound2, libasound2 - fix for audio over HDMI&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-14 22600 ==&lt;br /&gt;
* pluto-dcerouter (154,155) - Fixes broken Delay command&lt;br /&gt;
* pluto-libresolution (545,544) - UseEDID HDMI Audio xorg.conf entry&lt;br /&gt;
* pluto-asterisk (270.271) - Fix for Messagenet configuration script (changing Window&#039;s EOL characters)&lt;br /&gt;
* pluto-system-database (211) - Some devicedata changes for dcerouter delay command and DCS-5300G camera&lt;br /&gt;
* pluto-website-admin (220) - fix HDMI selection in web admin&lt;br /&gt;
* pluto-xine-player (117,136) - removed 1 second sleep after play media. refactored code to stop screen saver&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-25 22639 - Christmas fix ==&lt;br /&gt;
* freepbx - removal of chan_vpb.so to circumvent coredumps on system without a Voicetronix board (#519)&lt;br /&gt;
* pluto-avwizard (555,556) - modification of startup scripts to not screw the system upon status calls to the startup scripts&lt;br /&gt;
* pluto-boot-scripts (234)&lt;br /&gt;
** modification of startup scripts to not screw the system upon status calls to the startup scripts&lt;br /&gt;
** updated Backup/Restore functionallity&lt;br /&gt;
** fixes  web admin log links for hybrid MD&lt;br /&gt;
** Make sure only a single logrotate configuration file for LinuxMCE exist&lt;br /&gt;
* pluto-hdhomerun(621,620)- Fixes bug where only 1 tuner was added to mythtv&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Fixes deletion of of hostname from mythconverg.capturecard by creating and using a dummy videosource&lt;br /&gt;
* pluto-simplephone (498,499) - Adds support for password in DeviceData&lt;br /&gt;
* pluto-std-plugins (116,135) - Adds support for specialized interfaces&lt;br /&gt;
* pluto-system-database (211) - Some devicedata changes for SIP phone templates to include devicedata for password&lt;br /&gt;
* pluto-website-admin (220) - Fixes Climate Command Wizard Set Temperature command, Climate Command Wizard also now works with On//Off Climate Devices&lt;br /&gt;
* pluto-orbiter (119,138) - Fixes issue with input devices crashing orbiter [http://svn.linuxmce.org/trac.cgi/ticket/522 #522]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-01-08 22669 ==&lt;br /&gt;
*pluto-boot-scripts (234) &lt;br /&gt;
** Purge_Camera_Archives.pl fixed&lt;br /&gt;
** backup/restore fixed&lt;br /&gt;
** enable_wol called from Startup script - WOL for MDs should work again&lt;br /&gt;
*pluto-motion-wrapper (456,455) - Now calls the purge script every 6 hours and on reload&lt;br /&gt;
*pluto-storage-devices (533) &lt;br /&gt;
** Hostname now added to string to be displayed on orbiters when new drives are detected. &lt;br /&gt;
** Boot partitions will be filtered out also.&lt;br /&gt;
*pluto-system-database (211) - changes to MotionWrapper&#039;s motion.conf default options to use new option names&lt;br /&gt;
&lt;br /&gt;
==  Update 2010-01-16 22689 ==&lt;br /&gt;
* pluto-boot-scripts (234) - new safe_delete.sh script for safely deleting database entries&lt;br /&gt;
* pluto-cm15a (730,731) - new DCE device, CM15A USB interface for X10&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Capture card install now goes directly to the setup wizard&lt;br /&gt;
* pluto-orbiter (119,138) - Capture card install now goes directly to the setup wizard&lt;br /&gt;
* pluto-storage-devices (533) - mount no longer echos out errors during ro filesystem&lt;br /&gt;
* pluto-photo-screen-saver (582,581) - Rotate image according to exif tag [http://svn.linuxmce.org/trac.cgi/ticket/566 #566]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-01-27 22704 ==&lt;br /&gt;
* pluto-photo-screen-saver (582,581) - maintain correct image aspect ratio [http://svn.linuxmce.org/trac.cgi/ticket/568 #568]&lt;br /&gt;
* pluto-vdr (469,468) &lt;br /&gt;
** Use remotetimer for central scheduling&lt;br /&gt;
** Don&#039;t autostart VDR on MD&lt;br /&gt;
** Support VDPAU &lt;br /&gt;
* VDR - We provide our own packages (1.7.11 sources packages from eTobi and free-vdr.de)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-03 22733 ==&lt;br /&gt;
* MythTV - We provide our own packages (0.22 sources packages from mythbuntu )&lt;br /&gt;
* ZWave Lighting (505,506) - Wizard bugfix&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-08 22754 ==&lt;br /&gt;
* Hulu PlugIn (737,738) - Initial Beta of Hulu Support&lt;br /&gt;
* Hulu Player (739,740) - from TSCHAK&lt;br /&gt;
* Game Player (673,674) - Added support for custom controller files to Game Player - see TankStick DT #2100 for an example.&lt;br /&gt;
* pluto-std-plugins - fixes #587&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-10 22758 ==&lt;br /&gt;
* pluto-boot-script (234)- Add Activate Orbiter to KDE desktop (#596)&lt;br /&gt;
* mce-diskless-tools (627,628) - Add a link to the desktop to call Activate Orbiter (#596)&lt;br /&gt;
* linux-diskless-image (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
* alsa-modules (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
* zaptel-modules (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-12 22763 ==&lt;br /&gt;
* new-installer &lt;br /&gt;
** changes in kdm link management&lt;br /&gt;
** verify kubuntu-desktop is installed&lt;br /&gt;
* pluto-boot-script (234) - Fix copying of desktop link to activate Orbiter into root&#039;s Desktop dir&lt;br /&gt;
* pluto-vdr (469,468) - Only backup setup.conf if it exists.&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-13 22765 ==&lt;br /&gt;
* pluto-std-plugins - fixes #587&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-14 22768 ==&lt;br /&gt;
* pluto-xine-player (117,136) - removed dependency for libxine1-ffmpeg&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-16 22777 ==&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
** Fixes event criteria for PK_EventParameter [http://svn.linuxmce.org/trac.cgi/ticket/602 #602]&lt;br /&gt;
** Fixes time of day - can now check againt hh:mm:ss [http://svn.linuxmce.org/trac.cgi/ticket/605 #605]&lt;br /&gt;
** Fixed bug introduced in the two fixes above [http://svn.linuxmce.org/trac.cgi/ticket/608 #608]&lt;br /&gt;
* pluto-vdr (468,469) - Remove SourceCaps entries from default setup.conf&lt;br /&gt;
* pluto-system-database (211) - Hulu Player/PlugIn changes&lt;br /&gt;
* Hulu PlugIn (737,738) - device template constant fixes&lt;br /&gt;
* Hulu Player (739,740) - device template constant fixes&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-18 22795 ==&lt;br /&gt;
* pluto-proxy-orbiter (487,488) Fixes [http://svn.linuxmce.org/trac.cgi/ticket/610 #610]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-23 22803 ==&lt;br /&gt;
* pluto-boot-script (234) &lt;br /&gt;
** Install zaptel-modules and load ztdummy for meetme&lt;br /&gt;
** Disable KDE screensaver upon KDE Desktop start (fixes #600)&lt;br /&gt;
* pluto-dhcpd-plugin (302) - Make sure to transfer database secret into sip_additional.conf&lt;br /&gt;
* pluto-orbiter (119,138) - Color fixes&lt;br /&gt;
* pluto-proxy-orbiter (488,487) - Color fixes - thanks radu&lt;br /&gt;
* pluto-vdr (468,469)&lt;br /&gt;
** Only create setup.conf if it does not contain a remotetimers entry&lt;br /&gt;
** Disable shutdown of system from VDR&lt;br /&gt;
* v4l2-firmware (733) - Added new firmware drivers to support a broader range of DVB cards&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-28 22812 ==&lt;br /&gt;
&lt;br /&gt;
Hulu Now works, and the HAI Omni Security panel driver has been checked in and integrated.&lt;br /&gt;
&lt;br /&gt;
* pluto-system-database (211) - Addition of buttons to Hulu Remote (tschak)&lt;br /&gt;
* lmce-hulu-player (739,740) - Hulu Player now uses Hulu Desktop&#039;s LIRCD port via a fake LIRCD Server. (tschak)&lt;br /&gt;
* 751  	HAI Control Program&lt;br /&gt;
* 750 	HAI Control Program Source&lt;br /&gt;
* 749  	LinuxMCE HAI Omni RS232 Panel Support&lt;br /&gt;
* 748 	LinuxMCE HAI Omni RS232 Panel Support Source&lt;br /&gt;
* pluto-zwave-lighting (505,506) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/620 #620] multi instance support for sensors&lt;br /&gt;
* pluto-mplayer-player (657,656) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/471 #471] Finally committed vdpau support for mplayer&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-07 22832 ==&lt;br /&gt;
&lt;br /&gt;
* pluto-zwave-lighting (505,506) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/620 #620] make command for child work again&lt;br /&gt;
* pluto-system-database (211) - new package and package changes for datalogger plugin&lt;br /&gt;
* lmce-datalog-database (753) - datalogger database, refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630]&lt;br /&gt;
* lmce-datalogger-plugin (686,687) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630] install automatically, configurable graph display&lt;br /&gt;
* lmce-datalog-db (688,689) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630]&lt;br /&gt;
* pluto-website-admin (220) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630], [http://svn.linuxmce.org/trac.cgi/ticket/633 #633], fix for some attribute names not showing up in media browser page, improvements to datalogger section&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/637 #637] allow event plugin to reload configuration without a router reload&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-14 22853 ==&lt;br /&gt;
* pluto-website-admin (220) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/637 #637] Reload event plugin configuration when events change (no need to reload router anymore, except after adding/deleting event commands), [http://svn.linuxmce.org/trac.cgi/ticket/648 #648] Fix device template adding to avoid sqlCVS commit problems&lt;br /&gt;
* pluto-orbiter (119,138) [http://svn.linuxmce.org/trac.cgi/ticket/647 #647] Enable event mapping for mouse buttons&lt;br /&gt;
* pluto-system-database (211) [http://svn.linuxmce.org/trac.cgi/ticket/646 #646] Device template for Logitech MX Air mouse&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/651 #651] fix router crash with boolean event parameters&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-23 22876 ==&lt;br /&gt;
* pluto-std-plugins (116,135) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], media plugin supports play all for pictures&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], picture viewer&lt;br /&gt;
* lmce-picture-plugin (756,757) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], picture plugin&lt;br /&gt;
* Pluto PNP Detection Scripts (562), added detection script for Pioneer Elite series of Receivers&lt;br /&gt;
* Pluto Capture Card Setup Scripts (580), added input change scripts for various capture cards&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-08 22883 ==&lt;br /&gt;
* pluto-boot-script (234) - Change smb.conf template to disable unix extension.&lt;br /&gt;
* pluto-website-admin (220) - [http://svn.linuxmce.org/trac.cgi/ticket/662 Fixes #662]&lt;br /&gt;
* lmce-picture-plugin (756,757) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650] fix pause of slideshow&lt;br /&gt;
* pluto-system-database (211) [http://svn.linuxmce.org/trac.cgi/ticket/650 #650] designer changes for picture viewer&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-14 22889 *CLOUD Release* ==&lt;br /&gt;
*  pluto-system-database (211) changes to the repository information for a package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-28 22898  ==&lt;br /&gt;
* pluto-website-admin (220) - [http://svn.linuxmce.org/trac.cgi/ticket/662 Fixes #662 (again ;) )]&lt;br /&gt;
* pluto-system-database (211) - sqlCVS additions for the SmartQ V7 MID&lt;br /&gt;
* pluto-updateentarea (341,342) - code in Setup to allow for devices in the MID category to get media scenarios.&lt;br /&gt;
* pluto-storage-devices (533) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/672 #672]&lt;br /&gt;
* mce-diskless-tools (627,628) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/655 #655]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-05-20 22958 ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* pluto-orbitergen (226,227) - Orbitergen changed to specify that MIDs are on-screen orbiters. This may change in the future, but I need to test something... --[[User:Tschak909|Tschak909]] 06:22, 9 May 2010 (CEST)&lt;br /&gt;
* pluto-system-database (211) - [http://svn.linuxmce.org/trac.cgi/ticket/684 Toshiba RAS series IR control template]&lt;br /&gt;
* pluto-generic-serial-device (307,335) - [http://svn.linuxmce.org/trac.cgi/ticket/685 access return parameters in GSD device]&lt;br /&gt;
* mythtv-0.23&lt;br /&gt;
&lt;br /&gt;
== Update 2010-05-20 22959 ==&lt;br /&gt;
* lmce-update-system (650,651) - Setup pinning to the LinuxMCE repository&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - MythTV 0.23 support has been baked in. Thanks mandingo&lt;br /&gt;
* pluto-mythtv-player (133,152)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-01 23002 ==&lt;br /&gt;
* lmce-hulu-player (739,740) - changed the accept() loop to be non-blocking, fixing the hung hulu player issue when the router needs to reload. -TSCHAK &lt;br /&gt;
* mce-diskless-tools (627,628) - cBuckle sent in a bugfix that prevented media directors with more than one NIC from properly being detected. We now assume the booting NIC is eth0. Thanks cBuckle! -TSCHKA&lt;br /&gt;
* pluto-website-admin (220) - Fixes #705, and #706 -TSCHAK&lt;br /&gt;
* pluto-system-database (211) - Fixes to QuickStartTemplate so icons will show. -TSCHAK&lt;br /&gt;
* pluto-std-plugins (116,135) - Fix to General Info Plugin so that it will properly show PNG images&lt;br /&gt;
* pluto-boot-scripts (234) - Fix to UpdateQuickStartIcons.sh to download quick start icons and convert to PNG if needed.&lt;br /&gt;
* lmce-update-system (650,651) - Fix preferences file&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-07 23036 ==&lt;br /&gt;
* pluto-asterisk (270.271) - Fix initial for no voicemail greetings after setup wizard (thanks los93sol)&lt;br /&gt;
* pluto-vdr (469,468) &lt;br /&gt;
** Syntax error fix in StartVDRClient - should start correct on MDs now.&lt;br /&gt;
** Add a default remote.conf so people can use the keyboard to control VDR.&lt;br /&gt;
* pluto-system-database (211) - Add support for TED5000 and Energy Monitoring Events to be used by future devices&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-09 23046 ==&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs #650, start picture viewer minimized&lt;br /&gt;
* pluto-website-admin (220) - Change wording of VDR error message to better reflect what&#039;s going on.&lt;br /&gt;
* v4l2-Modules (732) - Fix debian package naming to allow proper install of dkms package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-10 23047 ==&lt;br /&gt;
* v4l2-Modules (732) - Fix Debian package naming to allow proper install of dkms package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-14 23070 ==&lt;br /&gt;
* pluto-std-plugins (116,135) - Fix to General Info Plugin to allow Firefox Bookmarks to work again. Please test!&lt;br /&gt;
* pluto-boot-scripts (234) - Modify Mozilla.sh to properly output a profile where bookmarks work again.&lt;br /&gt;
* mce-diskless-tools (627,628) - Modify DisklessInteractor to always return i386 until we get a working amd64 build again.&lt;br /&gt;
* vdr - Update to version 1.7.15 &lt;br /&gt;
** Get rid of a few patches&lt;br /&gt;
** Fixes for sound decoding in Denmark&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-18 23082 ==&lt;br /&gt;
* lmce-datalogger-plugin (686,687)&lt;br /&gt;
* lmce-datalog-database (753)&lt;br /&gt;
* pluto-boot-scripts (234)&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
* asterisk-pluto (269)&lt;br /&gt;
* pluto-asterisk (270,271)&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
* pluto-mythtv-player (133,152) - Fix the missing MythTV Setup in Computing. as the Quick Start Template has moved rows.&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Fixes #732 - Storage devices not locally attached to core are not added to mythtv storage groups and cleans up some error messages&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-28 23119 ==&lt;br /&gt;
* asterisk-pluto (269) - Fix fire SOS event and dialplan cleanup - Los93soL&lt;br /&gt;
* freepbx - Fix fire SOS event and dialplan cleanup - Los93soL&lt;br /&gt;
* mjproxy (760,761)&lt;br /&gt;
* pluto-dhcpd-plugin (302) - update configure scripts for grandstream and snom 3xx phones for support of database secret.&lt;br /&gt;
* pluto-mythtv-player (133,152) - Bug #737 - MH Play Media can now set initial channel&lt;br /&gt;
* pluto-std-plugins (116,135) - Bug #736 - CMD_Delete_File in Media PlugIn now will not allow deletion of arbitrary files from the disk, lots of sanity checks. Support for deleting voicemails.&lt;br /&gt;
* pluto-system-database (211)&lt;br /&gt;
* pluto-xine-player (117,136) - enable subtitle support&lt;br /&gt;
* pluto-vdr (468,469) - Bug #737 - MH Play Media can now set initial channel&lt;br /&gt;
* pluto-website-admin (220) - Adds energy monitor that uses state change #677&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-03  ==&lt;br /&gt;
*asterisk-pluto (269)&lt;br /&gt;
** Fix pluto sos menu generates the voice dialogs now&lt;br /&gt;
** Update caller id when sos menu calls out&lt;br /&gt;
*freepbx&lt;br /&gt;
** General dialplan cleanup&lt;br /&gt;
** FreePBX system status works now&lt;br /&gt;
** Fix warnings when updating modules list in FreePBX&lt;br /&gt;
*lmce-hai-omni-rs232 (748,749) - Make sure HAI created devices set HAI as the controlled via device&lt;br /&gt;
*pluto-asterisk (270,271)&lt;br /&gt;
** Update create scripts and abstract redundant code&lt;br /&gt;
** Keep Line_HouseMode in sync when trunks are deleted&lt;br /&gt;
** Transfers are working again&lt;br /&gt;
*pluto-website-admin (220) - Don&#039;t display phone trunk passwords in web admin&lt;br /&gt;
*pluto-dhcpd-plugin (302) - Cisco 7960 (with SIP firmware) will use sip secret now&lt;br /&gt;
*pluto-std-plugins (116,135) - CRITICAL MEDIA PLUGIN FIX IN CMD_Set_Media_Private which was causing the router to rapidly crash due to odd data coming in from MythTV PlugIn. Will investigate further, but this does stop the crashes.&lt;br /&gt;
*pluto-mythtv-plugin (136,152) - Add changes to MythTvSyncDB.sh to always set AlwaysStreamFiles to 1 for media directors.&lt;br /&gt;
*lmce-hulu-player (744,745) - somehow, an older package snuck in. This needs to be rebuilt to fix the hanging bug that somehow reappeared. Yes, I went back and checked the checked in code from a fresh checkin, this will fix it&lt;br /&gt;
*pluto-storage-devices (533) - Added dependencies for nbd-client and nbd-server so that remote playing of DVDs will work, correctly. (Fixes #743)&lt;br /&gt;
* pluto-proxy-orbiter - updates from Dianemo&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-06 23148 ==&lt;br /&gt;
* freepbx - Changelog updated to get a new version number&lt;br /&gt;
* pluto-asterisk (270,271) - Add support for making announcements to phones&lt;br /&gt;
* pluto-dhcpd-plugin (302) - Define helper script as a perl script&lt;br /&gt;
* pluto-std-plugins (116,135) - Small speed up fix for video file list &lt;br /&gt;
* pluto-text-to-speech (283,284) - Add support for making announcements to phones&lt;br /&gt;
* pluto-website-admin (220) - Updates to the new weborbiter&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-14 23155 ==&lt;br /&gt;
* pluto-asterisk (270,271) - Only send extra channel options for transfers when an extra channel is there, also fixes to viatalk create script so things work nicely again&lt;br /&gt;
* pluto-simplephone (498,499) - Whoops!  Missed this package a few days ago, fixes Orbiter phones so they connect with the SIP secret&lt;br /&gt;
* pluto-system-database (211) - Updates to the Size table to include older iPhone/iPod Touch sizes, as well as iPhone4 size.&lt;br /&gt;
* pluto-mythtv-plugin (136,152) - Fixed some incorrect behavior with generating mythtv storage groups&lt;br /&gt;
* lmce-launch-manager (299,298) - Fixed the StartCoreServices.sh from passing wrong Device_ID to Sync2amp.pl causing NAS passwords to become scrabled.&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-16 23161 ==&lt;br /&gt;
* pluto-proxy-orbiter (487,488) - now with committed fixes for the 404 in 7970&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-17 23165 == &lt;br /&gt;
* pluto-boot-scripts (234) - New startup script for the Launch Manager (fixes #753)&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
** Weborbiter: add missing getNews function (fixes #755)&lt;br /&gt;
** Weborbiter: keep trying to get images/data when an communication error occurs&lt;br /&gt;
** Weborbiter: fix keyboard processing (fixes #754)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-27 23202 ==&lt;br /&gt;
* asterisk-pluto (269) - Generate all speech for pluto-sos-menus, and generate /etc/asterisk/extensions_custom.conf completely dynamically - Los93soL&lt;br /&gt;
* libxine - Refs [http://svn.linuxmce.org/trac.cgi/ticket/535 #535], Backport of newer Matroska container support form lib-xine 1.1.17.&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], fixes alpha blending of picture viewer&lt;br /&gt;
* pluto-boot-scripts (234) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/758 #758], Fix cameras on MDs by using NFS mount for the camera dir&lt;br /&gt;
* pluto-updatemedia (405,406) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/651 #434], Different handling for VDR files - WARNING!! Playback of VDR recording from video is still not possible!&lt;br /&gt;
* pluto-website-admin (220) - Make sure the phone system is updated with changes made to cell phone notifications via web admin - Los93soL&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs #315 Should fix most of the call transfer issues, please test thoroughly - Los93soL&lt;br /&gt;
&lt;br /&gt;
== Update 2010-08-02 23227 ==&lt;br /&gt;
* lmce-datalogger-plugin (686,687) - Refs #104 Add initial support for logging Sensor Tripped Events - Los93soL&lt;br /&gt;
* lmce-datalog-database (753) - Refs #104 Add initial support for logging Sensor Tripped Events - Los93soL&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** Start the StorageDevices setup in the background during system start, and restart samba as part of the storage devices setup.&lt;br /&gt;
** Fixes #748 Some MAC addresses would get truncated, Thanks Coley - Los93soL&lt;br /&gt;
* pluto-app-server (145,126) - Do proper check to determine if suspend is supported&lt;br /&gt;
* pluto-website-admin (220) - Fixes #569 Don&#039;t assume calls originate from the US - Los93soL&lt;br /&gt;
* asterisk-pluto (269) - Fixes #570 Attempt to lookup caller name in phone book and correct as possible - Los93sol&lt;br /&gt;
* pluto-asterisk (270,271) - Fixes #570 Attempt to lookup caller name in phone book and correct as possible - Los93soL&lt;br /&gt;
&lt;br /&gt;
== Update 2010-08-29 23259 ==&lt;br /&gt;
* lmce-squeezeslave (763) - Refs #776 wrapper script to start squeezeslave&lt;br /&gt;
* mce-diskless-tools (627,628) - #798 /etc/diskless.conf not being created - merkur2k&lt;br /&gt;
* pluto-app-server (145,126) - #344 Allow power off mode override&lt;br /&gt;
* pluto-asterisk (270,271)&lt;br /&gt;
** Refs #570 Display caller name and picture from LinuxMCE phone book when available - Los93soL&lt;br /&gt;
** Change line ending for create_amp_sipgate_de.pl&lt;br /&gt;
* pluto-slimserver-plugin (424,425) - Refs #776 add squeezeslave template as possible playback device&lt;br /&gt;
* pluto-std-plugins - fix audio album snafu&lt;br /&gt;
* pluto-storage-devices (533) - #799 (re)enable NFS instead of CIFS for internal disk drive sharing - merkur2k&lt;br /&gt;
&lt;br /&gt;
== Update 2010-09-16 23289 ==&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** enable WOL on boot up again&lt;br /&gt;
** fix HDMI and SPDIF unmuting for AVWizard and successive boots. &lt;br /&gt;
** #813, SetupUsers_Homes.sh no longer executes on media directors, faster boot. &lt;br /&gt;
** #733, BootMessage.sh no longer emits an error.&lt;br /&gt;
* pluto-generic-serial-device (307,335) - fix ethernet device support for GSDs&lt;br /&gt;
* pluto-orbiter (119,138) - #811 - WiiMote support. Change mouse accelleration so that the wiimote can actually traverse the entire width of the screen.&lt;br /&gt;
* pluto-std-plugins - #814 - Display the dimming column on the floor plan for drapes and blinds&lt;br /&gt;
* pluto-updateentarea (341,342) - #815 - Autogenerated scenarios sleep/wakeup do the right thing for blinds/drapes&lt;br /&gt;
* pluto-website-admin (220) #708 - add default media sort options to orbiters page, #636 - fixes special characters for IMDB tagging&lt;br /&gt;
&lt;br /&gt;
== Update 2010-10-06 23324 ==&lt;br /&gt;
* lmce-linux-igd  (765 - New package for #826 - merkur2k&lt;br /&gt;
* lirc_0.8.3 &lt;br /&gt;
** built in build-replacements.sh, only it is commented atm&lt;br /&gt;
** Refs #822 fixes repeat problems with pronto codes&lt;br /&gt;
* lmce-mediatomb (702) - Generate a more sane config file for mediatomb - merkur2k&lt;br /&gt;
* pluto-boot-script (234) - Mount /home via nfs instead of cifs on media directors, updates for #826 - merkur2k&lt;br /&gt;
* pluto-lirc-wrapper (340,421) - Fixes #822 lirc can now send pronto codes properly&lt;br /&gt;
* pluto-orbiter (119,138) - Fix for #458 - power menu now works correctly to control other media directors from OSD&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
** Voicemail changes and fixes.&lt;br /&gt;
** Absolute Timed Events are working (thanks TSCHAK)&lt;br /&gt;
** Fixes #833 - possible to compare integer criteria against a list of comma-separated values&lt;br /&gt;
* pluto-system-database (211) - lots of sqlCVS changes.&lt;br /&gt;
* pluto-website-admin (220) - Misc fixes from various tickets - merkur2k&lt;br /&gt;
* pluto-zwave-lighting (505,506) - #44 Improve detection of multi instance devices, possible to resync device data&lt;br /&gt;
* pluto-storage-devices (533) - Add NFS Radar - merkur2k&lt;br /&gt;
* pluto-mythtv-plugin (136,152) - misc storage group fixes - merkur2k&lt;br /&gt;
** &amp;quot;use autumatically&amp;quot; flag for storage devices is now honored&lt;br /&gt;
** better support for remote storage devices (Nas, windows share, etc)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-10-13 23333 ==&lt;br /&gt;
* pluto-std-plugins (116,135) -&lt;br /&gt;
** Media Plugin fix to not turn on OSD (TV) if the TV was already off, and was triggered by an orbiter to play audio. Superfluous block of code removed, Thanks uplink!&lt;br /&gt;
** Possible fix for #674, media is not streamed through unnecessary MDs&lt;br /&gt;
** Fixes #849 house mode change event now sends previous mode as parameter, event plugin uses that when processing house mode change events&lt;br /&gt;
* pluto-system-database (211) - esev made changes to the non-pluto-DVD remote to make it much more usable! Thanks!&lt;br /&gt;
* pluto-lirc-wrapper (340,421) - Fixes #822 lirc now depends on required message translation library&lt;br /&gt;
* lmce-mediatomb (702) - Fixes #841&lt;br /&gt;
* pluto-boot-scripts (234) - #848 - honor &amp;quot;enable UpdateMedia&amp;quot; setting in web admin&lt;br /&gt;
* lmce-launch-manager (299,298) - #848 - honor &amp;quot;enable UpdateMedia&amp;quot; setting in web admin&lt;br /&gt;
&lt;br /&gt;
==Update 2010-11-01 23388 ==&lt;br /&gt;
* asterisk-pluto (269) - all those asterisk changes should finally be deployed&lt;br /&gt;
* lmce-launch-manager - segfault due to db going away&lt;br /&gt;
* pluto-asterisk - added blueface voip provider&lt;br /&gt;
* pluto-boot-script (234) - Refs #315 load ztdummy module at startup&lt;br /&gt;
* pluto-capture-card-script - Refs #854 added HD PVR block info.&lt;br /&gt;
* pluto-mythtv-player - enable networkcontrol port&lt;br /&gt;
* pluto-proxy-orbiter (487,488) - Refs #821 - configuration script for automatic proxy orbiter port selection - merkur2k&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
** Refs #857 - Added update device command to general info plugin&lt;br /&gt;
** Refs #843 - UpdateEntArea crashes fixed&lt;br /&gt;
* pluto-system-database (211)&lt;br /&gt;
** #854 Add the above file&lt;br /&gt;
** #851 - DCERouter segfaults when exiting&lt;br /&gt;
** #873	Software raid devices do not have &amp;quot;use automatically&amp;quot; option&lt;br /&gt;
* pluto-updateentarea (341,342) &lt;br /&gt;
** Refs #445 don&#039;t put proxy orbiters into MDs EA&lt;br /&gt;
** Refs #843 UpdateEntArea crashes fixed &lt;br /&gt;
* pluto-website-admin (220) - Refs #821 - enable web orbiter in &amp;quot;add orbiter&amp;quot; dropdown in orbiters wizard page - merkur2k&lt;br /&gt;
** Refs #856 - View whole log only displays first 5000 lines&lt;br /&gt;
** Refs #861 - fixes JS path escaping&lt;br /&gt;
** Refs #870 - Web interface for learning IR codes doesn&#039;t work when editing existing device&lt;br /&gt;
* pluto-pnp-detection (562) - Refs #860 - Add pnp detection script for ZWave devices&lt;br /&gt;
* pluto-plutoutils (197,196) - Refs #872 - Fix MySQL timeout issues&lt;br /&gt;
* pluto-dcecommon (193,192) - Refs #872 - Fix MySQL timeout issues&lt;br /&gt;
* pluto-sql2cpp (203,202) - Refs #872 - Fix MySQL timeout issues&lt;br /&gt;
* pluto-tribunetv (599,598) - Refs #872 - Fix MySQL timeout issues&lt;br /&gt;
* pluto-vipshared (200,199) - Refs #872 - Fix MySQL timeout issues&lt;br /&gt;
* pluto-hdhomerun (621,620) - Refs #872 - Fix MySQL timeout issues&lt;br /&gt;
* asterisk-pluto (269) - Refs - #570 Phone book lookup and user validation scripts will now be packaged - Los93soL&lt;br /&gt;
* pluto-simplephone (498,499) - Phone audio now works when connected by HDMI - Los93soL&lt;br /&gt;
* pluto-zwave-lighting (506,505) - Refs #874 - ZWave controller locks up about twice a day&lt;br /&gt;
* pluto-asterisk (270.271) - Added support for WhistlePhone, free ad-supported US calling&lt;br /&gt;
&lt;br /&gt;
== Upcoming fixes... ==&lt;br /&gt;
&#039;&#039;&#039;Note: Please put the name of the package file and the source and bin package number in this list, followed by a small description of what has changed! Hulu Player is not the name of the package, but lmce-hulu-player. It makes the life of the person, who needs to update the repo a lot easier. Thank you!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
** #879 - OSD Orbiter does not display after stopping non-pluto media device&lt;br /&gt;
** #880 - Non-pluto audio-only MediaTypes do not have the proper FK_Pipe=1&lt;br /&gt;
** #746 - Follow me volume does not work properly&lt;br /&gt;
* pluto-system-database (211)&lt;br /&gt;
** #860 - Add pnp detection script for ZWave devices&lt;br /&gt;
** #868 - Update Acquos LCxxD6U / LCxxD7u GSD codes to confirm input change&lt;br /&gt;
** #880 - Non-pluto audio-only MediaTypes do not have the proper FK_Pipe=1&lt;br /&gt;
** #883 - Hauppauge HD PVR inputs are not set correctly&lt;br /&gt;
* pluto-capture-card-scripts (580)&lt;br /&gt;
** #883 - Hauppauge HD PVR inputs are not set correctly&lt;br /&gt;
* lmce-dpms-monitor (721,722)&lt;br /&gt;
** #885 - DPMS Monitor now works correctly. DPMS is properly enabled, Timeouts are set, and X buffers are properly flushed after each DPMS request. (tschak)&lt;br /&gt;
* pluto-storage-devices (533)&lt;br /&gt;
** Fixes #884 - No longer ignore bootable partitions - merkur2k&lt;br /&gt;
** #889	New shares on existing file servers are not detected - merkur2k&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
** Fixes #888 - Display correct description in web orbiter selection dropdown - merkur2k&lt;br /&gt;
** Fixes #869 - Event navigation improvement - thanks apagg!&lt;br /&gt;
** Refs #677 - More colors for energyGraph&lt;br /&gt;
** #778 Adds TVDB tagging functionality&lt;br /&gt;
&lt;br /&gt;
== Bugfixes ==&lt;br /&gt;
=== Mythtv-plugin fails to install ===&lt;br /&gt;
Install with apt-get install -f &amp;lt;name-of-package&amp;gt;&lt;/div&gt;</summary>
		<author><name>Merkur2k</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=LinuxMCE-0810_beta&amp;diff=26120</id>
		<title>LinuxMCE-0810 beta</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=LinuxMCE-0810_beta&amp;diff=26120"/>
		<updated>2010-11-07T17:52:19Z</updated>

		<summary type="html">&lt;p&gt;Merkur2k: /* Update 2010-11-01 23388 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Software]]&lt;br /&gt;
This page outlines some information about the Beta, as well as outlining any changes and bugfixes we are applying, just like we did with the alpha2 page.&lt;br /&gt;
&lt;br /&gt;
The installation instructions found on the alpha2 page still apply:&lt;br /&gt;
&lt;br /&gt;
==Installing LinuxMCE-0810==&lt;br /&gt;
Please see detailed instruction on how to install LinuxMCE-0810 and keep it up-to-date with the latest updates [[installing 0810|here]].&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-03 22558 ==&lt;br /&gt;
* Build_Replacement_Package - freepbx (ubuntu/asterisk/freepbx) - Ticket #345 - Fixes the issue of installing new modules in FreePBX.&lt;br /&gt;
* pluto-asterisk (270.271) - Phone Lines fixing - asterisk (src/asterisk) - Ticket #374 - Fixes the issue during the creation procedure of a new phone lines via web LinuxMCE Admin. New MessageNet Provider support.&lt;br /&gt;
* pluto-avwizard (555,556) - Fixes #480 - Fails to identify untouched xorg.conf&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** Cleanup in nvidia-config&lt;br /&gt;
** MD WOL Problem fixed&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
** #469 IVR menue will now be regenerated every time a phone line is added.&lt;br /&gt;
** #221 IR commands selection screen now has sort modes to make it easier to sift through all those commands.&lt;br /&gt;
** #219 Various layout improvements to the wizard pages.&lt;br /&gt;
* pluto-xine-player (117,136) - changes for HDMI out&lt;br /&gt;
* pluto-std-plugins (116,135) - Changes to Telecom PlugIn to give proper audio switching behaviour when USB Conference microphones are used for the media director phone. This is of relevance to particular configurations that do not allow concurrent access to the soundcard (such as coax/optical settings). -tschak&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-06 22569 ==&lt;br /&gt;
* pluto-dce-router (154,155) - now depends on lmce-skins-uita&lt;br /&gt;
* pluto-system-database (211) - new lmce-skins-uita package definition&lt;br /&gt;
* lmce-skins-uita (727) - new skin&lt;br /&gt;
* MPlayer_Player (656,657) - Videos that is played by mplayer can now take advantage of vdpau. (Set hw accel to &amp;quot;auto&amp;quot; or &amp;quot;vdpau&amp;quot;)&lt;br /&gt;
* pluto-xine-player (117,136) - don&#039;t stop screen saver when playing audio [http://svn.linuxmce.org/trac.cgi/ticket/486 #486]&lt;br /&gt;
* pluto-orbiter (119,138) - hide xine when playing audio, keeps screen saver visible [http://svn.linuxmce.org/trac.cgi/ticket/486 #486]&lt;br /&gt;
* Update of Zaptel and other kernel related packages to -16&lt;br /&gt;
== Update 2009-12-12 22598 ==&lt;br /&gt;
* pluto-website-admin (220) - sql fix from http://svn.linuxmce.org/trac.cgi/changeset/22567&lt;br /&gt;
* pluto-xine-plugin (118,137) - fix for remote audio cd streaming [http://svn.linuxmce.org/trac.cgi/ticket/470 #470] - still not working&lt;br /&gt;
* pluto-xine-player - refactor screen saver handling&lt;br /&gt;
* pluto-disk-drive (122,141) - fix for remote audio cd streaming [http://svn.linuxmce.org/trac.cgi/ticket/470 #470] - still not working&lt;br /&gt;
* pluto-x-scripts (520,523) - fix for audio over HDMI&lt;br /&gt;
* alsa-lib, alsa-utils, lib64asound2, libasound2 - fix for audio over HDMI&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-14 22600 ==&lt;br /&gt;
* pluto-dcerouter (154,155) - Fixes broken Delay command&lt;br /&gt;
* pluto-libresolution (545,544) - UseEDID HDMI Audio xorg.conf entry&lt;br /&gt;
* pluto-asterisk (270.271) - Fix for Messagenet configuration script (changing Window&#039;s EOL characters)&lt;br /&gt;
* pluto-system-database (211) - Some devicedata changes for dcerouter delay command and DCS-5300G camera&lt;br /&gt;
* pluto-website-admin (220) - fix HDMI selection in web admin&lt;br /&gt;
* pluto-xine-player (117,136) - removed 1 second sleep after play media. refactored code to stop screen saver&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-25 22639 - Christmas fix ==&lt;br /&gt;
* freepbx - removal of chan_vpb.so to circumvent coredumps on system without a Voicetronix board (#519)&lt;br /&gt;
* pluto-avwizard (555,556) - modification of startup scripts to not screw the system upon status calls to the startup scripts&lt;br /&gt;
* pluto-boot-scripts (234)&lt;br /&gt;
** modification of startup scripts to not screw the system upon status calls to the startup scripts&lt;br /&gt;
** updated Backup/Restore functionallity&lt;br /&gt;
** fixes  web admin log links for hybrid MD&lt;br /&gt;
** Make sure only a single logrotate configuration file for LinuxMCE exist&lt;br /&gt;
* pluto-hdhomerun(621,620)- Fixes bug where only 1 tuner was added to mythtv&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Fixes deletion of of hostname from mythconverg.capturecard by creating and using a dummy videosource&lt;br /&gt;
* pluto-simplephone (498,499) - Adds support for password in DeviceData&lt;br /&gt;
* pluto-std-plugins (116,135) - Adds support for specialized interfaces&lt;br /&gt;
* pluto-system-database (211) - Some devicedata changes for SIP phone templates to include devicedata for password&lt;br /&gt;
* pluto-website-admin (220) - Fixes Climate Command Wizard Set Temperature command, Climate Command Wizard also now works with On//Off Climate Devices&lt;br /&gt;
* pluto-orbiter (119,138) - Fixes issue with input devices crashing orbiter [http://svn.linuxmce.org/trac.cgi/ticket/522 #522]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-01-08 22669 ==&lt;br /&gt;
*pluto-boot-scripts (234) &lt;br /&gt;
** Purge_Camera_Archives.pl fixed&lt;br /&gt;
** backup/restore fixed&lt;br /&gt;
** enable_wol called from Startup script - WOL for MDs should work again&lt;br /&gt;
*pluto-motion-wrapper (456,455) - Now calls the purge script every 6 hours and on reload&lt;br /&gt;
*pluto-storage-devices (533) &lt;br /&gt;
** Hostname now added to string to be displayed on orbiters when new drives are detected. &lt;br /&gt;
** Boot partitions will be filtered out also.&lt;br /&gt;
*pluto-system-database (211) - changes to MotionWrapper&#039;s motion.conf default options to use new option names&lt;br /&gt;
&lt;br /&gt;
==  Update 2010-01-16 22689 ==&lt;br /&gt;
* pluto-boot-scripts (234) - new safe_delete.sh script for safely deleting database entries&lt;br /&gt;
* pluto-cm15a (730,731) - new DCE device, CM15A USB interface for X10&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Capture card install now goes directly to the setup wizard&lt;br /&gt;
* pluto-orbiter (119,138) - Capture card install now goes directly to the setup wizard&lt;br /&gt;
* pluto-storage-devices (533) - mount no longer echos out errors during ro filesystem&lt;br /&gt;
* pluto-photo-screen-saver (582,581) - Rotate image according to exif tag [http://svn.linuxmce.org/trac.cgi/ticket/566 #566]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-01-27 22704 ==&lt;br /&gt;
* pluto-photo-screen-saver (582,581) - maintain correct image aspect ratio [http://svn.linuxmce.org/trac.cgi/ticket/568 #568]&lt;br /&gt;
* pluto-vdr (469,468) &lt;br /&gt;
** Use remotetimer for central scheduling&lt;br /&gt;
** Don&#039;t autostart VDR on MD&lt;br /&gt;
** Support VDPAU &lt;br /&gt;
* VDR - We provide our own packages (1.7.11 sources packages from eTobi and free-vdr.de)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-03 22733 ==&lt;br /&gt;
* MythTV - We provide our own packages (0.22 sources packages from mythbuntu )&lt;br /&gt;
* ZWave Lighting (505,506) - Wizard bugfix&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-08 22754 ==&lt;br /&gt;
* Hulu PlugIn (737,738) - Initial Beta of Hulu Support&lt;br /&gt;
* Hulu Player (739,740) - from TSCHAK&lt;br /&gt;
* Game Player (673,674) - Added support for custom controller files to Game Player - see TankStick DT #2100 for an example.&lt;br /&gt;
* pluto-std-plugins - fixes #587&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-10 22758 ==&lt;br /&gt;
* pluto-boot-script (234)- Add Activate Orbiter to KDE desktop (#596)&lt;br /&gt;
* mce-diskless-tools (627,628) - Add a link to the desktop to call Activate Orbiter (#596)&lt;br /&gt;
* linux-diskless-image (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
* alsa-modules (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
* zaptel-modules (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-12 22763 ==&lt;br /&gt;
* new-installer &lt;br /&gt;
** changes in kdm link management&lt;br /&gt;
** verify kubuntu-desktop is installed&lt;br /&gt;
* pluto-boot-script (234) - Fix copying of desktop link to activate Orbiter into root&#039;s Desktop dir&lt;br /&gt;
* pluto-vdr (469,468) - Only backup setup.conf if it exists.&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-13 22765 ==&lt;br /&gt;
* pluto-std-plugins - fixes #587&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-14 22768 ==&lt;br /&gt;
* pluto-xine-player (117,136) - removed dependency for libxine1-ffmpeg&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-16 22777 ==&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
** Fixes event criteria for PK_EventParameter [http://svn.linuxmce.org/trac.cgi/ticket/602 #602]&lt;br /&gt;
** Fixes time of day - can now check againt hh:mm:ss [http://svn.linuxmce.org/trac.cgi/ticket/605 #605]&lt;br /&gt;
** Fixed bug introduced in the two fixes above [http://svn.linuxmce.org/trac.cgi/ticket/608 #608]&lt;br /&gt;
* pluto-vdr (468,469) - Remove SourceCaps entries from default setup.conf&lt;br /&gt;
* pluto-system-database (211) - Hulu Player/PlugIn changes&lt;br /&gt;
* Hulu PlugIn (737,738) - device template constant fixes&lt;br /&gt;
* Hulu Player (739,740) - device template constant fixes&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-18 22795 ==&lt;br /&gt;
* pluto-proxy-orbiter (487,488) Fixes [http://svn.linuxmce.org/trac.cgi/ticket/610 #610]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-23 22803 ==&lt;br /&gt;
* pluto-boot-script (234) &lt;br /&gt;
** Install zaptel-modules and load ztdummy for meetme&lt;br /&gt;
** Disable KDE screensaver upon KDE Desktop start (fixes #600)&lt;br /&gt;
* pluto-dhcpd-plugin (302) - Make sure to transfer database secret into sip_additional.conf&lt;br /&gt;
* pluto-orbiter (119,138) - Color fixes&lt;br /&gt;
* pluto-proxy-orbiter (488,487) - Color fixes - thanks radu&lt;br /&gt;
* pluto-vdr (468,469)&lt;br /&gt;
** Only create setup.conf if it does not contain a remotetimers entry&lt;br /&gt;
** Disable shutdown of system from VDR&lt;br /&gt;
* v4l2-firmware (733) - Added new firmware drivers to support a broader range of DVB cards&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-28 22812 ==&lt;br /&gt;
&lt;br /&gt;
Hulu Now works, and the HAI Omni Security panel driver has been checked in and integrated.&lt;br /&gt;
&lt;br /&gt;
* pluto-system-database (211) - Addition of buttons to Hulu Remote (tschak)&lt;br /&gt;
* lmce-hulu-player (739,740) - Hulu Player now uses Hulu Desktop&#039;s LIRCD port via a fake LIRCD Server. (tschak)&lt;br /&gt;
* 751  	HAI Control Program&lt;br /&gt;
* 750 	HAI Control Program Source&lt;br /&gt;
* 749  	LinuxMCE HAI Omni RS232 Panel Support&lt;br /&gt;
* 748 	LinuxMCE HAI Omni RS232 Panel Support Source&lt;br /&gt;
* pluto-zwave-lighting (505,506) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/620 #620] multi instance support for sensors&lt;br /&gt;
* pluto-mplayer-player (657,656) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/471 #471] Finally committed vdpau support for mplayer&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-07 22832 ==&lt;br /&gt;
&lt;br /&gt;
* pluto-zwave-lighting (505,506) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/620 #620] make command for child work again&lt;br /&gt;
* pluto-system-database (211) - new package and package changes for datalogger plugin&lt;br /&gt;
* lmce-datalog-database (753) - datalogger database, refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630]&lt;br /&gt;
* lmce-datalogger-plugin (686,687) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630] install automatically, configurable graph display&lt;br /&gt;
* lmce-datalog-db (688,689) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630]&lt;br /&gt;
* pluto-website-admin (220) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630], [http://svn.linuxmce.org/trac.cgi/ticket/633 #633], fix for some attribute names not showing up in media browser page, improvements to datalogger section&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/637 #637] allow event plugin to reload configuration without a router reload&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-14 22853 ==&lt;br /&gt;
* pluto-website-admin (220) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/637 #637] Reload event plugin configuration when events change (no need to reload router anymore, except after adding/deleting event commands), [http://svn.linuxmce.org/trac.cgi/ticket/648 #648] Fix device template adding to avoid sqlCVS commit problems&lt;br /&gt;
* pluto-orbiter (119,138) [http://svn.linuxmce.org/trac.cgi/ticket/647 #647] Enable event mapping for mouse buttons&lt;br /&gt;
* pluto-system-database (211) [http://svn.linuxmce.org/trac.cgi/ticket/646 #646] Device template for Logitech MX Air mouse&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/651 #651] fix router crash with boolean event parameters&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-23 22876 ==&lt;br /&gt;
* pluto-std-plugins (116,135) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], media plugin supports play all for pictures&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], picture viewer&lt;br /&gt;
* lmce-picture-plugin (756,757) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], picture plugin&lt;br /&gt;
* Pluto PNP Detection Scripts (562), added detection script for Pioneer Elite series of Receivers&lt;br /&gt;
* Pluto Capture Card Setup Scripts (580), added input change scripts for various capture cards&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-08 22883 ==&lt;br /&gt;
* pluto-boot-script (234) - Change smb.conf template to disable unix extension.&lt;br /&gt;
* pluto-website-admin (220) - [http://svn.linuxmce.org/trac.cgi/ticket/662 Fixes #662]&lt;br /&gt;
* lmce-picture-plugin (756,757) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650] fix pause of slideshow&lt;br /&gt;
* pluto-system-database (211) [http://svn.linuxmce.org/trac.cgi/ticket/650 #650] designer changes for picture viewer&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-14 22889 *CLOUD Release* ==&lt;br /&gt;
*  pluto-system-database (211) changes to the repository information for a package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-28 22898  ==&lt;br /&gt;
* pluto-website-admin (220) - [http://svn.linuxmce.org/trac.cgi/ticket/662 Fixes #662 (again ;) )]&lt;br /&gt;
* pluto-system-database (211) - sqlCVS additions for the SmartQ V7 MID&lt;br /&gt;
* pluto-updateentarea (341,342) - code in Setup to allow for devices in the MID category to get media scenarios.&lt;br /&gt;
* pluto-storage-devices (533) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/672 #672]&lt;br /&gt;
* mce-diskless-tools (627,628) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/655 #655]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-05-20 22958 ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* pluto-orbitergen (226,227) - Orbitergen changed to specify that MIDs are on-screen orbiters. This may change in the future, but I need to test something... --[[User:Tschak909|Tschak909]] 06:22, 9 May 2010 (CEST)&lt;br /&gt;
* pluto-system-database (211) - [http://svn.linuxmce.org/trac.cgi/ticket/684 Toshiba RAS series IR control template]&lt;br /&gt;
* pluto-generic-serial-device (307,335) - [http://svn.linuxmce.org/trac.cgi/ticket/685 access return parameters in GSD device]&lt;br /&gt;
* mythtv-0.23&lt;br /&gt;
&lt;br /&gt;
== Update 2010-05-20 22959 ==&lt;br /&gt;
* lmce-update-system (650,651) - Setup pinning to the LinuxMCE repository&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - MythTV 0.23 support has been baked in. Thanks mandingo&lt;br /&gt;
* pluto-mythtv-player (133,152)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-01 23002 ==&lt;br /&gt;
* lmce-hulu-player (739,740) - changed the accept() loop to be non-blocking, fixing the hung hulu player issue when the router needs to reload. -TSCHAK &lt;br /&gt;
* mce-diskless-tools (627,628) - cBuckle sent in a bugfix that prevented media directors with more than one NIC from properly being detected. We now assume the booting NIC is eth0. Thanks cBuckle! -TSCHKA&lt;br /&gt;
* pluto-website-admin (220) - Fixes #705, and #706 -TSCHAK&lt;br /&gt;
* pluto-system-database (211) - Fixes to QuickStartTemplate so icons will show. -TSCHAK&lt;br /&gt;
* pluto-std-plugins (116,135) - Fix to General Info Plugin so that it will properly show PNG images&lt;br /&gt;
* pluto-boot-scripts (234) - Fix to UpdateQuickStartIcons.sh to download quick start icons and convert to PNG if needed.&lt;br /&gt;
* lmce-update-system (650,651) - Fix preferences file&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-07 23036 ==&lt;br /&gt;
* pluto-asterisk (270.271) - Fix initial for no voicemail greetings after setup wizard (thanks los93sol)&lt;br /&gt;
* pluto-vdr (469,468) &lt;br /&gt;
** Syntax error fix in StartVDRClient - should start correct on MDs now.&lt;br /&gt;
** Add a default remote.conf so people can use the keyboard to control VDR.&lt;br /&gt;
* pluto-system-database (211) - Add support for TED5000 and Energy Monitoring Events to be used by future devices&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-09 23046 ==&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs #650, start picture viewer minimized&lt;br /&gt;
* pluto-website-admin (220) - Change wording of VDR error message to better reflect what&#039;s going on.&lt;br /&gt;
* v4l2-Modules (732) - Fix debian package naming to allow proper install of dkms package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-10 23047 ==&lt;br /&gt;
* v4l2-Modules (732) - Fix Debian package naming to allow proper install of dkms package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-14 23070 ==&lt;br /&gt;
* pluto-std-plugins (116,135) - Fix to General Info Plugin to allow Firefox Bookmarks to work again. Please test!&lt;br /&gt;
* pluto-boot-scripts (234) - Modify Mozilla.sh to properly output a profile where bookmarks work again.&lt;br /&gt;
* mce-diskless-tools (627,628) - Modify DisklessInteractor to always return i386 until we get a working amd64 build again.&lt;br /&gt;
* vdr - Update to version 1.7.15 &lt;br /&gt;
** Get rid of a few patches&lt;br /&gt;
** Fixes for sound decoding in Denmark&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-18 23082 ==&lt;br /&gt;
* lmce-datalogger-plugin (686,687)&lt;br /&gt;
* lmce-datalog-database (753)&lt;br /&gt;
* pluto-boot-scripts (234)&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
* asterisk-pluto (269)&lt;br /&gt;
* pluto-asterisk (270,271)&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
* pluto-mythtv-player (133,152) - Fix the missing MythTV Setup in Computing. as the Quick Start Template has moved rows.&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Fixes #732 - Storage devices not locally attached to core are not added to mythtv storage groups and cleans up some error messages&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-28 23119 ==&lt;br /&gt;
* asterisk-pluto (269) - Fix fire SOS event and dialplan cleanup - Los93soL&lt;br /&gt;
* freepbx - Fix fire SOS event and dialplan cleanup - Los93soL&lt;br /&gt;
* mjproxy (760,761)&lt;br /&gt;
* pluto-dhcpd-plugin (302) - update configure scripts for grandstream and snom 3xx phones for support of database secret.&lt;br /&gt;
* pluto-mythtv-player (133,152) - Bug #737 - MH Play Media can now set initial channel&lt;br /&gt;
* pluto-std-plugins (116,135) - Bug #736 - CMD_Delete_File in Media PlugIn now will not allow deletion of arbitrary files from the disk, lots of sanity checks. Support for deleting voicemails.&lt;br /&gt;
* pluto-system-database (211)&lt;br /&gt;
* pluto-xine-player (117,136) - enable subtitle support&lt;br /&gt;
* pluto-vdr (468,469) - Bug #737 - MH Play Media can now set initial channel&lt;br /&gt;
* pluto-website-admin (220) - Adds energy monitor that uses state change #677&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-03  ==&lt;br /&gt;
*asterisk-pluto (269)&lt;br /&gt;
** Fix pluto sos menu generates the voice dialogs now&lt;br /&gt;
** Update caller id when sos menu calls out&lt;br /&gt;
*freepbx&lt;br /&gt;
** General dialplan cleanup&lt;br /&gt;
** FreePBX system status works now&lt;br /&gt;
** Fix warnings when updating modules list in FreePBX&lt;br /&gt;
*lmce-hai-omni-rs232 (748,749) - Make sure HAI created devices set HAI as the controlled via device&lt;br /&gt;
*pluto-asterisk (270,271)&lt;br /&gt;
** Update create scripts and abstract redundant code&lt;br /&gt;
** Keep Line_HouseMode in sync when trunks are deleted&lt;br /&gt;
** Transfers are working again&lt;br /&gt;
*pluto-website-admin (220) - Don&#039;t display phone trunk passwords in web admin&lt;br /&gt;
*pluto-dhcpd-plugin (302) - Cisco 7960 (with SIP firmware) will use sip secret now&lt;br /&gt;
*pluto-std-plugins (116,135) - CRITICAL MEDIA PLUGIN FIX IN CMD_Set_Media_Private which was causing the router to rapidly crash due to odd data coming in from MythTV PlugIn. Will investigate further, but this does stop the crashes.&lt;br /&gt;
*pluto-mythtv-plugin (136,152) - Add changes to MythTvSyncDB.sh to always set AlwaysStreamFiles to 1 for media directors.&lt;br /&gt;
*lmce-hulu-player (744,745) - somehow, an older package snuck in. This needs to be rebuilt to fix the hanging bug that somehow reappeared. Yes, I went back and checked the checked in code from a fresh checkin, this will fix it&lt;br /&gt;
*pluto-storage-devices (533) - Added dependencies for nbd-client and nbd-server so that remote playing of DVDs will work, correctly. (Fixes #743)&lt;br /&gt;
* pluto-proxy-orbiter - updates from Dianemo&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-06 23148 ==&lt;br /&gt;
* freepbx - Changelog updated to get a new version number&lt;br /&gt;
* pluto-asterisk (270,271) - Add support for making announcements to phones&lt;br /&gt;
* pluto-dhcpd-plugin (302) - Define helper script as a perl script&lt;br /&gt;
* pluto-std-plugins (116,135) - Small speed up fix for video file list &lt;br /&gt;
* pluto-text-to-speech (283,284) - Add support for making announcements to phones&lt;br /&gt;
* pluto-website-admin (220) - Updates to the new weborbiter&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-14 23155 ==&lt;br /&gt;
* pluto-asterisk (270,271) - Only send extra channel options for transfers when an extra channel is there, also fixes to viatalk create script so things work nicely again&lt;br /&gt;
* pluto-simplephone (498,499) - Whoops!  Missed this package a few days ago, fixes Orbiter phones so they connect with the SIP secret&lt;br /&gt;
* pluto-system-database (211) - Updates to the Size table to include older iPhone/iPod Touch sizes, as well as iPhone4 size.&lt;br /&gt;
* pluto-mythtv-plugin (136,152) - Fixed some incorrect behavior with generating mythtv storage groups&lt;br /&gt;
* lmce-launch-manager (299,298) - Fixed the StartCoreServices.sh from passing wrong Device_ID to Sync2amp.pl causing NAS passwords to become scrabled.&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-16 23161 ==&lt;br /&gt;
* pluto-proxy-orbiter (487,488) - now with committed fixes for the 404 in 7970&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-17 23165 == &lt;br /&gt;
* pluto-boot-scripts (234) - New startup script for the Launch Manager (fixes #753)&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
** Weborbiter: add missing getNews function (fixes #755)&lt;br /&gt;
** Weborbiter: keep trying to get images/data when an communication error occurs&lt;br /&gt;
** Weborbiter: fix keyboard processing (fixes #754)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-27 23202 ==&lt;br /&gt;
* asterisk-pluto (269) - Generate all speech for pluto-sos-menus, and generate /etc/asterisk/extensions_custom.conf completely dynamically - Los93soL&lt;br /&gt;
* libxine - Refs [http://svn.linuxmce.org/trac.cgi/ticket/535 #535], Backport of newer Matroska container support form lib-xine 1.1.17.&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], fixes alpha blending of picture viewer&lt;br /&gt;
* pluto-boot-scripts (234) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/758 #758], Fix cameras on MDs by using NFS mount for the camera dir&lt;br /&gt;
* pluto-updatemedia (405,406) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/651 #434], Different handling for VDR files - WARNING!! Playback of VDR recording from video is still not possible!&lt;br /&gt;
* pluto-website-admin (220) - Make sure the phone system is updated with changes made to cell phone notifications via web admin - Los93soL&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs #315 Should fix most of the call transfer issues, please test thoroughly - Los93soL&lt;br /&gt;
&lt;br /&gt;
== Update 2010-08-02 23227 ==&lt;br /&gt;
* lmce-datalogger-plugin (686,687) - Refs #104 Add initial support for logging Sensor Tripped Events - Los93soL&lt;br /&gt;
* lmce-datalog-database (753) - Refs #104 Add initial support for logging Sensor Tripped Events - Los93soL&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** Start the StorageDevices setup in the background during system start, and restart samba as part of the storage devices setup.&lt;br /&gt;
** Fixes #748 Some MAC addresses would get truncated, Thanks Coley - Los93soL&lt;br /&gt;
* pluto-app-server (145,126) - Do proper check to determine if suspend is supported&lt;br /&gt;
* pluto-website-admin (220) - Fixes #569 Don&#039;t assume calls originate from the US - Los93soL&lt;br /&gt;
* asterisk-pluto (269) - Fixes #570 Attempt to lookup caller name in phone book and correct as possible - Los93sol&lt;br /&gt;
* pluto-asterisk (270,271) - Fixes #570 Attempt to lookup caller name in phone book and correct as possible - Los93soL&lt;br /&gt;
&lt;br /&gt;
== Update 2010-08-29 23259 ==&lt;br /&gt;
* lmce-squeezeslave (763) - Refs #776 wrapper script to start squeezeslave&lt;br /&gt;
* mce-diskless-tools (627,628) - #798 /etc/diskless.conf not being created - merkur2k&lt;br /&gt;
* pluto-app-server (145,126) - #344 Allow power off mode override&lt;br /&gt;
* pluto-asterisk (270,271)&lt;br /&gt;
** Refs #570 Display caller name and picture from LinuxMCE phone book when available - Los93soL&lt;br /&gt;
** Change line ending for create_amp_sipgate_de.pl&lt;br /&gt;
* pluto-slimserver-plugin (424,425) - Refs #776 add squeezeslave template as possible playback device&lt;br /&gt;
* pluto-std-plugins - fix audio album snafu&lt;br /&gt;
* pluto-storage-devices (533) - #799 (re)enable NFS instead of CIFS for internal disk drive sharing - merkur2k&lt;br /&gt;
&lt;br /&gt;
== Update 2010-09-16 23289 ==&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** enable WOL on boot up again&lt;br /&gt;
** fix HDMI and SPDIF unmuting for AVWizard and successive boots. &lt;br /&gt;
** #813, SetupUsers_Homes.sh no longer executes on media directors, faster boot. &lt;br /&gt;
** #733, BootMessage.sh no longer emits an error.&lt;br /&gt;
* pluto-generic-serial-device (307,335) - fix ethernet device support for GSDs&lt;br /&gt;
* pluto-orbiter (119,138) - #811 - WiiMote support. Change mouse accelleration so that the wiimote can actually traverse the entire width of the screen.&lt;br /&gt;
* pluto-std-plugins - #814 - Display the dimming column on the floor plan for drapes and blinds&lt;br /&gt;
* pluto-updateentarea (341,342) - #815 - Autogenerated scenarios sleep/wakeup do the right thing for blinds/drapes&lt;br /&gt;
* pluto-website-admin (220) #708 - add default media sort options to orbiters page, #636 - fixes special characters for IMDB tagging&lt;br /&gt;
&lt;br /&gt;
== Update 2010-10-06 23324 ==&lt;br /&gt;
* lmce-linux-igd  (765 - New package for #826 - merkur2k&lt;br /&gt;
* lirc_0.8.3 &lt;br /&gt;
** built in build-replacements.sh, only it is commented atm&lt;br /&gt;
** Refs #822 fixes repeat problems with pronto codes&lt;br /&gt;
* lmce-mediatomb (702) - Generate a more sane config file for mediatomb - merkur2k&lt;br /&gt;
* pluto-boot-script (234) - Mount /home via nfs instead of cifs on media directors, updates for #826 - merkur2k&lt;br /&gt;
* pluto-lirc-wrapper (340,421) - Fixes #822 lirc can now send pronto codes properly&lt;br /&gt;
* pluto-orbiter (119,138) - Fix for #458 - power menu now works correctly to control other media directors from OSD&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
** Voicemail changes and fixes.&lt;br /&gt;
** Absolute Timed Events are working (thanks TSCHAK)&lt;br /&gt;
** Fixes #833 - possible to compare integer criteria against a list of comma-separated values&lt;br /&gt;
* pluto-system-database (211) - lots of sqlCVS changes.&lt;br /&gt;
* pluto-website-admin (220) - Misc fixes from various tickets - merkur2k&lt;br /&gt;
* pluto-zwave-lighting (505,506) - #44 Improve detection of multi instance devices, possible to resync device data&lt;br /&gt;
* pluto-storage-devices (533) - Add NFS Radar - merkur2k&lt;br /&gt;
* pluto-mythtv-plugin (136,152) - misc storage group fixes - merkur2k&lt;br /&gt;
** &amp;quot;use autumatically&amp;quot; flag for storage devices is now honored&lt;br /&gt;
** better support for remote storage devices (Nas, windows share, etc)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-10-13 23333 ==&lt;br /&gt;
* pluto-std-plugins (116,135) -&lt;br /&gt;
** Media Plugin fix to not turn on OSD (TV) if the TV was already off, and was triggered by an orbiter to play audio. Superfluous block of code removed, Thanks uplink!&lt;br /&gt;
** Possible fix for #674, media is not streamed through unnecessary MDs&lt;br /&gt;
** Fixes #849 house mode change event now sends previous mode as parameter, event plugin uses that when processing house mode change events&lt;br /&gt;
* pluto-system-database (211) - esev made changes to the non-pluto-DVD remote to make it much more usable! Thanks!&lt;br /&gt;
* pluto-lirc-wrapper (340,421) - Fixes #822 lirc now depends on required message translation library&lt;br /&gt;
* lmce-mediatomb (702) - Fixes #841&lt;br /&gt;
* pluto-boot-scripts (234) - #848 - honor &amp;quot;enable UpdateMedia&amp;quot; setting in web admin&lt;br /&gt;
* lmce-launch-manager (299,298) - #848 - honor &amp;quot;enable UpdateMedia&amp;quot; setting in web admin&lt;br /&gt;
&lt;br /&gt;
==Update 2010-11-01 23388 ==&lt;br /&gt;
* asterisk-pluto (269) - all those asterisk changes should finally be deployed&lt;br /&gt;
* lmce-launch-manager - segfault due to db going away&lt;br /&gt;
* pluto-asterisk - added blueface voip provider&lt;br /&gt;
* pluto-boot-script (234) - Refs #315 load ztdummy module at startup&lt;br /&gt;
* pluto-capture-card-script - Refs #854 added HD PVR block info.&lt;br /&gt;
* pluto-mythtv-player - enable networkcontrol port&lt;br /&gt;
* pluto-proxy-orbiter (487,488) - Refs #821 - configuration script for automatic proxy orbiter port selection - merkur2k&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
** Refs #857 - Added update device command to general info plugin&lt;br /&gt;
** Refs #843 - UpdateEntArea crashes fixed&lt;br /&gt;
* pluto-system-database (211)&lt;br /&gt;
** #854 Add the above file&lt;br /&gt;
** #851 - DCERouter segfaults when exiting&lt;br /&gt;
** #873	Software raid devices do not have &amp;quot;use automatically&amp;quot; option&lt;br /&gt;
* pluto-updateentarea (341,342) &lt;br /&gt;
** Refs #445 don&#039;t put proxy orbiters into MDs EA&lt;br /&gt;
** Refs #843 UpdateEntArea crashes fixed &lt;br /&gt;
* pluto-website-admin (220) - Refs #821 - enable web orbiter in &amp;quot;add orbiter&amp;quot; dropdown in orbiters wizard page - merkur2k&lt;br /&gt;
** Refs #856 - View whole log only displays first 5000 lines&lt;br /&gt;
** Refs #861 - fixes JS path escaping&lt;br /&gt;
** Refs #870 - Web interface for learning IR codes doesn&#039;t work when editing existing device&lt;br /&gt;
* pluto-pnp-detection (562) - Refs #860 - Add pnp detection script for ZWave devices&lt;br /&gt;
* pluto-plutoutils (197,196) - Refs #872 - Fix MySQL timeout issues&lt;br /&gt;
* pluto-dcecommon (193,192) - Refs #872 - Fix MySQL timeout issues&lt;br /&gt;
* pluto-sql2cpp (203,202) - Refs #872 - Fix MySQL timeout issues&lt;br /&gt;
* pluto-tribunetv (599,598) - Refs #872 - Fix MySQL timeout issues&lt;br /&gt;
* pluto-vipshared (200,199) - Refs #872 - Fix MySQL timeout issues&lt;br /&gt;
* pluto-hdhomerun (621,620) - Refs #872 - Fix MySQL timeout issues&lt;br /&gt;
* asterisk-pluto (269) - Refs - #570 Phone book lookup and user validation scripts will now be packaged - Los93soL&lt;br /&gt;
* pluto-simplephone (498,499) - Phone audio now works when connected by HDMI - Los93soL&lt;br /&gt;
* pluto-zwave-lighting (506,505) - Refs #874 - ZWave controller locks up about twice a day&lt;br /&gt;
* pluto-asterisk (270.271) - Added support for WhistlePhone, free ad-supported US calling&lt;br /&gt;
&lt;br /&gt;
== Upcoming fixes... ==&lt;br /&gt;
&#039;&#039;&#039;Note: Please put the name of the package file and the source and bin package number in this list, followed by a small description of what has changed! Hulu Player is not the name of the package, but lmce-hulu-player. It makes the life of the person, who needs to update the repo a lot easier. Thank you!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
** #879 - OSD Orbiter does not display after stopping non-pluto media device&lt;br /&gt;
** #880 - Non-pluto audio-only MediaTypes do not have the proper FK_Pipe=1&lt;br /&gt;
** #746 - Follow me volume does not work properly&lt;br /&gt;
* pluto-system-database (211)&lt;br /&gt;
** #860 - Add pnp detection script for ZWave devices&lt;br /&gt;
** #868 - Update Acquos LCxxD6U / LCxxD7u GSD codes to confirm input change&lt;br /&gt;
** #880 - Non-pluto audio-only MediaTypes do not have the proper FK_Pipe=1&lt;br /&gt;
** #883 - Hauppauge HD PVR inputs are not set correctly&lt;br /&gt;
* pluto-capture-card-scripts (580)&lt;br /&gt;
** #883 - Hauppauge HD PVR inputs are not set correctly&lt;br /&gt;
&lt;br /&gt;
* lmce-dpms-monitor (721,722)&lt;br /&gt;
** #885 - DPMS Monitor now works correctly. DPMS is properly enabled, Timeouts are set, and X buffers are properly flushed after each DPMS request. (tschak)&lt;br /&gt;
* pluto-storage-devices (533) - Fixes #884 - No longer ignore bootable partitions - merkur2k&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
** Fixes #888 - Display correct description in web orbiter selection dropdown - merkur2k&lt;br /&gt;
** Fixes #869 - Event navigation improvement - thanks apagg!&lt;br /&gt;
&lt;br /&gt;
== Bugfixes ==&lt;br /&gt;
=== Mythtv-plugin fails to install ===&lt;br /&gt;
Install with apt-get install -f &amp;lt;name-of-package&amp;gt;&lt;/div&gt;</summary>
		<author><name>Merkur2k</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=LinuxMCE-0810_beta&amp;diff=26119</id>
		<title>LinuxMCE-0810 beta</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=LinuxMCE-0810_beta&amp;diff=26119"/>
		<updated>2010-11-07T17:51:34Z</updated>

		<summary type="html">&lt;p&gt;Merkur2k: /* Update 2010-11-01 23388 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Software]]&lt;br /&gt;
This page outlines some information about the Beta, as well as outlining any changes and bugfixes we are applying, just like we did with the alpha2 page.&lt;br /&gt;
&lt;br /&gt;
The installation instructions found on the alpha2 page still apply:&lt;br /&gt;
&lt;br /&gt;
==Installing LinuxMCE-0810==&lt;br /&gt;
Please see detailed instruction on how to install LinuxMCE-0810 and keep it up-to-date with the latest updates [[installing 0810|here]].&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-03 22558 ==&lt;br /&gt;
* Build_Replacement_Package - freepbx (ubuntu/asterisk/freepbx) - Ticket #345 - Fixes the issue of installing new modules in FreePBX.&lt;br /&gt;
* pluto-asterisk (270.271) - Phone Lines fixing - asterisk (src/asterisk) - Ticket #374 - Fixes the issue during the creation procedure of a new phone lines via web LinuxMCE Admin. New MessageNet Provider support.&lt;br /&gt;
* pluto-avwizard (555,556) - Fixes #480 - Fails to identify untouched xorg.conf&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** Cleanup in nvidia-config&lt;br /&gt;
** MD WOL Problem fixed&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
** #469 IVR menue will now be regenerated every time a phone line is added.&lt;br /&gt;
** #221 IR commands selection screen now has sort modes to make it easier to sift through all those commands.&lt;br /&gt;
** #219 Various layout improvements to the wizard pages.&lt;br /&gt;
* pluto-xine-player (117,136) - changes for HDMI out&lt;br /&gt;
* pluto-std-plugins (116,135) - Changes to Telecom PlugIn to give proper audio switching behaviour when USB Conference microphones are used for the media director phone. This is of relevance to particular configurations that do not allow concurrent access to the soundcard (such as coax/optical settings). -tschak&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-06 22569 ==&lt;br /&gt;
* pluto-dce-router (154,155) - now depends on lmce-skins-uita&lt;br /&gt;
* pluto-system-database (211) - new lmce-skins-uita package definition&lt;br /&gt;
* lmce-skins-uita (727) - new skin&lt;br /&gt;
* MPlayer_Player (656,657) - Videos that is played by mplayer can now take advantage of vdpau. (Set hw accel to &amp;quot;auto&amp;quot; or &amp;quot;vdpau&amp;quot;)&lt;br /&gt;
* pluto-xine-player (117,136) - don&#039;t stop screen saver when playing audio [http://svn.linuxmce.org/trac.cgi/ticket/486 #486]&lt;br /&gt;
* pluto-orbiter (119,138) - hide xine when playing audio, keeps screen saver visible [http://svn.linuxmce.org/trac.cgi/ticket/486 #486]&lt;br /&gt;
* Update of Zaptel and other kernel related packages to -16&lt;br /&gt;
== Update 2009-12-12 22598 ==&lt;br /&gt;
* pluto-website-admin (220) - sql fix from http://svn.linuxmce.org/trac.cgi/changeset/22567&lt;br /&gt;
* pluto-xine-plugin (118,137) - fix for remote audio cd streaming [http://svn.linuxmce.org/trac.cgi/ticket/470 #470] - still not working&lt;br /&gt;
* pluto-xine-player - refactor screen saver handling&lt;br /&gt;
* pluto-disk-drive (122,141) - fix for remote audio cd streaming [http://svn.linuxmce.org/trac.cgi/ticket/470 #470] - still not working&lt;br /&gt;
* pluto-x-scripts (520,523) - fix for audio over HDMI&lt;br /&gt;
* alsa-lib, alsa-utils, lib64asound2, libasound2 - fix for audio over HDMI&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-14 22600 ==&lt;br /&gt;
* pluto-dcerouter (154,155) - Fixes broken Delay command&lt;br /&gt;
* pluto-libresolution (545,544) - UseEDID HDMI Audio xorg.conf entry&lt;br /&gt;
* pluto-asterisk (270.271) - Fix for Messagenet configuration script (changing Window&#039;s EOL characters)&lt;br /&gt;
* pluto-system-database (211) - Some devicedata changes for dcerouter delay command and DCS-5300G camera&lt;br /&gt;
* pluto-website-admin (220) - fix HDMI selection in web admin&lt;br /&gt;
* pluto-xine-player (117,136) - removed 1 second sleep after play media. refactored code to stop screen saver&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-25 22639 - Christmas fix ==&lt;br /&gt;
* freepbx - removal of chan_vpb.so to circumvent coredumps on system without a Voicetronix board (#519)&lt;br /&gt;
* pluto-avwizard (555,556) - modification of startup scripts to not screw the system upon status calls to the startup scripts&lt;br /&gt;
* pluto-boot-scripts (234)&lt;br /&gt;
** modification of startup scripts to not screw the system upon status calls to the startup scripts&lt;br /&gt;
** updated Backup/Restore functionallity&lt;br /&gt;
** fixes  web admin log links for hybrid MD&lt;br /&gt;
** Make sure only a single logrotate configuration file for LinuxMCE exist&lt;br /&gt;
* pluto-hdhomerun(621,620)- Fixes bug where only 1 tuner was added to mythtv&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Fixes deletion of of hostname from mythconverg.capturecard by creating and using a dummy videosource&lt;br /&gt;
* pluto-simplephone (498,499) - Adds support for password in DeviceData&lt;br /&gt;
* pluto-std-plugins (116,135) - Adds support for specialized interfaces&lt;br /&gt;
* pluto-system-database (211) - Some devicedata changes for SIP phone templates to include devicedata for password&lt;br /&gt;
* pluto-website-admin (220) - Fixes Climate Command Wizard Set Temperature command, Climate Command Wizard also now works with On//Off Climate Devices&lt;br /&gt;
* pluto-orbiter (119,138) - Fixes issue with input devices crashing orbiter [http://svn.linuxmce.org/trac.cgi/ticket/522 #522]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-01-08 22669 ==&lt;br /&gt;
*pluto-boot-scripts (234) &lt;br /&gt;
** Purge_Camera_Archives.pl fixed&lt;br /&gt;
** backup/restore fixed&lt;br /&gt;
** enable_wol called from Startup script - WOL for MDs should work again&lt;br /&gt;
*pluto-motion-wrapper (456,455) - Now calls the purge script every 6 hours and on reload&lt;br /&gt;
*pluto-storage-devices (533) &lt;br /&gt;
** Hostname now added to string to be displayed on orbiters when new drives are detected. &lt;br /&gt;
** Boot partitions will be filtered out also.&lt;br /&gt;
*pluto-system-database (211) - changes to MotionWrapper&#039;s motion.conf default options to use new option names&lt;br /&gt;
&lt;br /&gt;
==  Update 2010-01-16 22689 ==&lt;br /&gt;
* pluto-boot-scripts (234) - new safe_delete.sh script for safely deleting database entries&lt;br /&gt;
* pluto-cm15a (730,731) - new DCE device, CM15A USB interface for X10&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Capture card install now goes directly to the setup wizard&lt;br /&gt;
* pluto-orbiter (119,138) - Capture card install now goes directly to the setup wizard&lt;br /&gt;
* pluto-storage-devices (533) - mount no longer echos out errors during ro filesystem&lt;br /&gt;
* pluto-photo-screen-saver (582,581) - Rotate image according to exif tag [http://svn.linuxmce.org/trac.cgi/ticket/566 #566]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-01-27 22704 ==&lt;br /&gt;
* pluto-photo-screen-saver (582,581) - maintain correct image aspect ratio [http://svn.linuxmce.org/trac.cgi/ticket/568 #568]&lt;br /&gt;
* pluto-vdr (469,468) &lt;br /&gt;
** Use remotetimer for central scheduling&lt;br /&gt;
** Don&#039;t autostart VDR on MD&lt;br /&gt;
** Support VDPAU &lt;br /&gt;
* VDR - We provide our own packages (1.7.11 sources packages from eTobi and free-vdr.de)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-03 22733 ==&lt;br /&gt;
* MythTV - We provide our own packages (0.22 sources packages from mythbuntu )&lt;br /&gt;
* ZWave Lighting (505,506) - Wizard bugfix&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-08 22754 ==&lt;br /&gt;
* Hulu PlugIn (737,738) - Initial Beta of Hulu Support&lt;br /&gt;
* Hulu Player (739,740) - from TSCHAK&lt;br /&gt;
* Game Player (673,674) - Added support for custom controller files to Game Player - see TankStick DT #2100 for an example.&lt;br /&gt;
* pluto-std-plugins - fixes #587&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-10 22758 ==&lt;br /&gt;
* pluto-boot-script (234)- Add Activate Orbiter to KDE desktop (#596)&lt;br /&gt;
* mce-diskless-tools (627,628) - Add a link to the desktop to call Activate Orbiter (#596)&lt;br /&gt;
* linux-diskless-image (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
* alsa-modules (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
* zaptel-modules (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-12 22763 ==&lt;br /&gt;
* new-installer &lt;br /&gt;
** changes in kdm link management&lt;br /&gt;
** verify kubuntu-desktop is installed&lt;br /&gt;
* pluto-boot-script (234) - Fix copying of desktop link to activate Orbiter into root&#039;s Desktop dir&lt;br /&gt;
* pluto-vdr (469,468) - Only backup setup.conf if it exists.&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-13 22765 ==&lt;br /&gt;
* pluto-std-plugins - fixes #587&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-14 22768 ==&lt;br /&gt;
* pluto-xine-player (117,136) - removed dependency for libxine1-ffmpeg&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-16 22777 ==&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
** Fixes event criteria for PK_EventParameter [http://svn.linuxmce.org/trac.cgi/ticket/602 #602]&lt;br /&gt;
** Fixes time of day - can now check againt hh:mm:ss [http://svn.linuxmce.org/trac.cgi/ticket/605 #605]&lt;br /&gt;
** Fixed bug introduced in the two fixes above [http://svn.linuxmce.org/trac.cgi/ticket/608 #608]&lt;br /&gt;
* pluto-vdr (468,469) - Remove SourceCaps entries from default setup.conf&lt;br /&gt;
* pluto-system-database (211) - Hulu Player/PlugIn changes&lt;br /&gt;
* Hulu PlugIn (737,738) - device template constant fixes&lt;br /&gt;
* Hulu Player (739,740) - device template constant fixes&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-18 22795 ==&lt;br /&gt;
* pluto-proxy-orbiter (487,488) Fixes [http://svn.linuxmce.org/trac.cgi/ticket/610 #610]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-23 22803 ==&lt;br /&gt;
* pluto-boot-script (234) &lt;br /&gt;
** Install zaptel-modules and load ztdummy for meetme&lt;br /&gt;
** Disable KDE screensaver upon KDE Desktop start (fixes #600)&lt;br /&gt;
* pluto-dhcpd-plugin (302) - Make sure to transfer database secret into sip_additional.conf&lt;br /&gt;
* pluto-orbiter (119,138) - Color fixes&lt;br /&gt;
* pluto-proxy-orbiter (488,487) - Color fixes - thanks radu&lt;br /&gt;
* pluto-vdr (468,469)&lt;br /&gt;
** Only create setup.conf if it does not contain a remotetimers entry&lt;br /&gt;
** Disable shutdown of system from VDR&lt;br /&gt;
* v4l2-firmware (733) - Added new firmware drivers to support a broader range of DVB cards&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-28 22812 ==&lt;br /&gt;
&lt;br /&gt;
Hulu Now works, and the HAI Omni Security panel driver has been checked in and integrated.&lt;br /&gt;
&lt;br /&gt;
* pluto-system-database (211) - Addition of buttons to Hulu Remote (tschak)&lt;br /&gt;
* lmce-hulu-player (739,740) - Hulu Player now uses Hulu Desktop&#039;s LIRCD port via a fake LIRCD Server. (tschak)&lt;br /&gt;
* 751  	HAI Control Program&lt;br /&gt;
* 750 	HAI Control Program Source&lt;br /&gt;
* 749  	LinuxMCE HAI Omni RS232 Panel Support&lt;br /&gt;
* 748 	LinuxMCE HAI Omni RS232 Panel Support Source&lt;br /&gt;
* pluto-zwave-lighting (505,506) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/620 #620] multi instance support for sensors&lt;br /&gt;
* pluto-mplayer-player (657,656) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/471 #471] Finally committed vdpau support for mplayer&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-07 22832 ==&lt;br /&gt;
&lt;br /&gt;
* pluto-zwave-lighting (505,506) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/620 #620] make command for child work again&lt;br /&gt;
* pluto-system-database (211) - new package and package changes for datalogger plugin&lt;br /&gt;
* lmce-datalog-database (753) - datalogger database, refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630]&lt;br /&gt;
* lmce-datalogger-plugin (686,687) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630] install automatically, configurable graph display&lt;br /&gt;
* lmce-datalog-db (688,689) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630]&lt;br /&gt;
* pluto-website-admin (220) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630], [http://svn.linuxmce.org/trac.cgi/ticket/633 #633], fix for some attribute names not showing up in media browser page, improvements to datalogger section&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/637 #637] allow event plugin to reload configuration without a router reload&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-14 22853 ==&lt;br /&gt;
* pluto-website-admin (220) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/637 #637] Reload event plugin configuration when events change (no need to reload router anymore, except after adding/deleting event commands), [http://svn.linuxmce.org/trac.cgi/ticket/648 #648] Fix device template adding to avoid sqlCVS commit problems&lt;br /&gt;
* pluto-orbiter (119,138) [http://svn.linuxmce.org/trac.cgi/ticket/647 #647] Enable event mapping for mouse buttons&lt;br /&gt;
* pluto-system-database (211) [http://svn.linuxmce.org/trac.cgi/ticket/646 #646] Device template for Logitech MX Air mouse&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/651 #651] fix router crash with boolean event parameters&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-23 22876 ==&lt;br /&gt;
* pluto-std-plugins (116,135) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], media plugin supports play all for pictures&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], picture viewer&lt;br /&gt;
* lmce-picture-plugin (756,757) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], picture plugin&lt;br /&gt;
* Pluto PNP Detection Scripts (562), added detection script for Pioneer Elite series of Receivers&lt;br /&gt;
* Pluto Capture Card Setup Scripts (580), added input change scripts for various capture cards&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-08 22883 ==&lt;br /&gt;
* pluto-boot-script (234) - Change smb.conf template to disable unix extension.&lt;br /&gt;
* pluto-website-admin (220) - [http://svn.linuxmce.org/trac.cgi/ticket/662 Fixes #662]&lt;br /&gt;
* lmce-picture-plugin (756,757) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650] fix pause of slideshow&lt;br /&gt;
* pluto-system-database (211) [http://svn.linuxmce.org/trac.cgi/ticket/650 #650] designer changes for picture viewer&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-14 22889 *CLOUD Release* ==&lt;br /&gt;
*  pluto-system-database (211) changes to the repository information for a package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-28 22898  ==&lt;br /&gt;
* pluto-website-admin (220) - [http://svn.linuxmce.org/trac.cgi/ticket/662 Fixes #662 (again ;) )]&lt;br /&gt;
* pluto-system-database (211) - sqlCVS additions for the SmartQ V7 MID&lt;br /&gt;
* pluto-updateentarea (341,342) - code in Setup to allow for devices in the MID category to get media scenarios.&lt;br /&gt;
* pluto-storage-devices (533) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/672 #672]&lt;br /&gt;
* mce-diskless-tools (627,628) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/655 #655]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-05-20 22958 ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* pluto-orbitergen (226,227) - Orbitergen changed to specify that MIDs are on-screen orbiters. This may change in the future, but I need to test something... --[[User:Tschak909|Tschak909]] 06:22, 9 May 2010 (CEST)&lt;br /&gt;
* pluto-system-database (211) - [http://svn.linuxmce.org/trac.cgi/ticket/684 Toshiba RAS series IR control template]&lt;br /&gt;
* pluto-generic-serial-device (307,335) - [http://svn.linuxmce.org/trac.cgi/ticket/685 access return parameters in GSD device]&lt;br /&gt;
* mythtv-0.23&lt;br /&gt;
&lt;br /&gt;
== Update 2010-05-20 22959 ==&lt;br /&gt;
* lmce-update-system (650,651) - Setup pinning to the LinuxMCE repository&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - MythTV 0.23 support has been baked in. Thanks mandingo&lt;br /&gt;
* pluto-mythtv-player (133,152)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-01 23002 ==&lt;br /&gt;
* lmce-hulu-player (739,740) - changed the accept() loop to be non-blocking, fixing the hung hulu player issue when the router needs to reload. -TSCHAK &lt;br /&gt;
* mce-diskless-tools (627,628) - cBuckle sent in a bugfix that prevented media directors with more than one NIC from properly being detected. We now assume the booting NIC is eth0. Thanks cBuckle! -TSCHKA&lt;br /&gt;
* pluto-website-admin (220) - Fixes #705, and #706 -TSCHAK&lt;br /&gt;
* pluto-system-database (211) - Fixes to QuickStartTemplate so icons will show. -TSCHAK&lt;br /&gt;
* pluto-std-plugins (116,135) - Fix to General Info Plugin so that it will properly show PNG images&lt;br /&gt;
* pluto-boot-scripts (234) - Fix to UpdateQuickStartIcons.sh to download quick start icons and convert to PNG if needed.&lt;br /&gt;
* lmce-update-system (650,651) - Fix preferences file&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-07 23036 ==&lt;br /&gt;
* pluto-asterisk (270.271) - Fix initial for no voicemail greetings after setup wizard (thanks los93sol)&lt;br /&gt;
* pluto-vdr (469,468) &lt;br /&gt;
** Syntax error fix in StartVDRClient - should start correct on MDs now.&lt;br /&gt;
** Add a default remote.conf so people can use the keyboard to control VDR.&lt;br /&gt;
* pluto-system-database (211) - Add support for TED5000 and Energy Monitoring Events to be used by future devices&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-09 23046 ==&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs #650, start picture viewer minimized&lt;br /&gt;
* pluto-website-admin (220) - Change wording of VDR error message to better reflect what&#039;s going on.&lt;br /&gt;
* v4l2-Modules (732) - Fix debian package naming to allow proper install of dkms package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-10 23047 ==&lt;br /&gt;
* v4l2-Modules (732) - Fix Debian package naming to allow proper install of dkms package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-14 23070 ==&lt;br /&gt;
* pluto-std-plugins (116,135) - Fix to General Info Plugin to allow Firefox Bookmarks to work again. Please test!&lt;br /&gt;
* pluto-boot-scripts (234) - Modify Mozilla.sh to properly output a profile where bookmarks work again.&lt;br /&gt;
* mce-diskless-tools (627,628) - Modify DisklessInteractor to always return i386 until we get a working amd64 build again.&lt;br /&gt;
* vdr - Update to version 1.7.15 &lt;br /&gt;
** Get rid of a few patches&lt;br /&gt;
** Fixes for sound decoding in Denmark&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-18 23082 ==&lt;br /&gt;
* lmce-datalogger-plugin (686,687)&lt;br /&gt;
* lmce-datalog-database (753)&lt;br /&gt;
* pluto-boot-scripts (234)&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
* asterisk-pluto (269)&lt;br /&gt;
* pluto-asterisk (270,271)&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
* pluto-mythtv-player (133,152) - Fix the missing MythTV Setup in Computing. as the Quick Start Template has moved rows.&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Fixes #732 - Storage devices not locally attached to core are not added to mythtv storage groups and cleans up some error messages&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-28 23119 ==&lt;br /&gt;
* asterisk-pluto (269) - Fix fire SOS event and dialplan cleanup - Los93soL&lt;br /&gt;
* freepbx - Fix fire SOS event and dialplan cleanup - Los93soL&lt;br /&gt;
* mjproxy (760,761)&lt;br /&gt;
* pluto-dhcpd-plugin (302) - update configure scripts for grandstream and snom 3xx phones for support of database secret.&lt;br /&gt;
* pluto-mythtv-player (133,152) - Bug #737 - MH Play Media can now set initial channel&lt;br /&gt;
* pluto-std-plugins (116,135) - Bug #736 - CMD_Delete_File in Media PlugIn now will not allow deletion of arbitrary files from the disk, lots of sanity checks. Support for deleting voicemails.&lt;br /&gt;
* pluto-system-database (211)&lt;br /&gt;
* pluto-xine-player (117,136) - enable subtitle support&lt;br /&gt;
* pluto-vdr (468,469) - Bug #737 - MH Play Media can now set initial channel&lt;br /&gt;
* pluto-website-admin (220) - Adds energy monitor that uses state change #677&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-03  ==&lt;br /&gt;
*asterisk-pluto (269)&lt;br /&gt;
** Fix pluto sos menu generates the voice dialogs now&lt;br /&gt;
** Update caller id when sos menu calls out&lt;br /&gt;
*freepbx&lt;br /&gt;
** General dialplan cleanup&lt;br /&gt;
** FreePBX system status works now&lt;br /&gt;
** Fix warnings when updating modules list in FreePBX&lt;br /&gt;
*lmce-hai-omni-rs232 (748,749) - Make sure HAI created devices set HAI as the controlled via device&lt;br /&gt;
*pluto-asterisk (270,271)&lt;br /&gt;
** Update create scripts and abstract redundant code&lt;br /&gt;
** Keep Line_HouseMode in sync when trunks are deleted&lt;br /&gt;
** Transfers are working again&lt;br /&gt;
*pluto-website-admin (220) - Don&#039;t display phone trunk passwords in web admin&lt;br /&gt;
*pluto-dhcpd-plugin (302) - Cisco 7960 (with SIP firmware) will use sip secret now&lt;br /&gt;
*pluto-std-plugins (116,135) - CRITICAL MEDIA PLUGIN FIX IN CMD_Set_Media_Private which was causing the router to rapidly crash due to odd data coming in from MythTV PlugIn. Will investigate further, but this does stop the crashes.&lt;br /&gt;
*pluto-mythtv-plugin (136,152) - Add changes to MythTvSyncDB.sh to always set AlwaysStreamFiles to 1 for media directors.&lt;br /&gt;
*lmce-hulu-player (744,745) - somehow, an older package snuck in. This needs to be rebuilt to fix the hanging bug that somehow reappeared. Yes, I went back and checked the checked in code from a fresh checkin, this will fix it&lt;br /&gt;
*pluto-storage-devices (533) - Added dependencies for nbd-client and nbd-server so that remote playing of DVDs will work, correctly. (Fixes #743)&lt;br /&gt;
* pluto-proxy-orbiter - updates from Dianemo&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-06 23148 ==&lt;br /&gt;
* freepbx - Changelog updated to get a new version number&lt;br /&gt;
* pluto-asterisk (270,271) - Add support for making announcements to phones&lt;br /&gt;
* pluto-dhcpd-plugin (302) - Define helper script as a perl script&lt;br /&gt;
* pluto-std-plugins (116,135) - Small speed up fix for video file list &lt;br /&gt;
* pluto-text-to-speech (283,284) - Add support for making announcements to phones&lt;br /&gt;
* pluto-website-admin (220) - Updates to the new weborbiter&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-14 23155 ==&lt;br /&gt;
* pluto-asterisk (270,271) - Only send extra channel options for transfers when an extra channel is there, also fixes to viatalk create script so things work nicely again&lt;br /&gt;
* pluto-simplephone (498,499) - Whoops!  Missed this package a few days ago, fixes Orbiter phones so they connect with the SIP secret&lt;br /&gt;
* pluto-system-database (211) - Updates to the Size table to include older iPhone/iPod Touch sizes, as well as iPhone4 size.&lt;br /&gt;
* pluto-mythtv-plugin (136,152) - Fixed some incorrect behavior with generating mythtv storage groups&lt;br /&gt;
* lmce-launch-manager (299,298) - Fixed the StartCoreServices.sh from passing wrong Device_ID to Sync2amp.pl causing NAS passwords to become scrabled.&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-16 23161 ==&lt;br /&gt;
* pluto-proxy-orbiter (487,488) - now with committed fixes for the 404 in 7970&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-17 23165 == &lt;br /&gt;
* pluto-boot-scripts (234) - New startup script for the Launch Manager (fixes #753)&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
** Weborbiter: add missing getNews function (fixes #755)&lt;br /&gt;
** Weborbiter: keep trying to get images/data when an communication error occurs&lt;br /&gt;
** Weborbiter: fix keyboard processing (fixes #754)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-27 23202 ==&lt;br /&gt;
* asterisk-pluto (269) - Generate all speech for pluto-sos-menus, and generate /etc/asterisk/extensions_custom.conf completely dynamically - Los93soL&lt;br /&gt;
* libxine - Refs [http://svn.linuxmce.org/trac.cgi/ticket/535 #535], Backport of newer Matroska container support form lib-xine 1.1.17.&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], fixes alpha blending of picture viewer&lt;br /&gt;
* pluto-boot-scripts (234) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/758 #758], Fix cameras on MDs by using NFS mount for the camera dir&lt;br /&gt;
* pluto-updatemedia (405,406) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/651 #434], Different handling for VDR files - WARNING!! Playback of VDR recording from video is still not possible!&lt;br /&gt;
* pluto-website-admin (220) - Make sure the phone system is updated with changes made to cell phone notifications via web admin - Los93soL&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs #315 Should fix most of the call transfer issues, please test thoroughly - Los93soL&lt;br /&gt;
&lt;br /&gt;
== Update 2010-08-02 23227 ==&lt;br /&gt;
* lmce-datalogger-plugin (686,687) - Refs #104 Add initial support for logging Sensor Tripped Events - Los93soL&lt;br /&gt;
* lmce-datalog-database (753) - Refs #104 Add initial support for logging Sensor Tripped Events - Los93soL&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** Start the StorageDevices setup in the background during system start, and restart samba as part of the storage devices setup.&lt;br /&gt;
** Fixes #748 Some MAC addresses would get truncated, Thanks Coley - Los93soL&lt;br /&gt;
* pluto-app-server (145,126) - Do proper check to determine if suspend is supported&lt;br /&gt;
* pluto-website-admin (220) - Fixes #569 Don&#039;t assume calls originate from the US - Los93soL&lt;br /&gt;
* asterisk-pluto (269) - Fixes #570 Attempt to lookup caller name in phone book and correct as possible - Los93sol&lt;br /&gt;
* pluto-asterisk (270,271) - Fixes #570 Attempt to lookup caller name in phone book and correct as possible - Los93soL&lt;br /&gt;
&lt;br /&gt;
== Update 2010-08-29 23259 ==&lt;br /&gt;
* lmce-squeezeslave (763) - Refs #776 wrapper script to start squeezeslave&lt;br /&gt;
* mce-diskless-tools (627,628) - #798 /etc/diskless.conf not being created - merkur2k&lt;br /&gt;
* pluto-app-server (145,126) - #344 Allow power off mode override&lt;br /&gt;
* pluto-asterisk (270,271)&lt;br /&gt;
** Refs #570 Display caller name and picture from LinuxMCE phone book when available - Los93soL&lt;br /&gt;
** Change line ending for create_amp_sipgate_de.pl&lt;br /&gt;
* pluto-slimserver-plugin (424,425) - Refs #776 add squeezeslave template as possible playback device&lt;br /&gt;
* pluto-std-plugins - fix audio album snafu&lt;br /&gt;
* pluto-storage-devices (533) - #799 (re)enable NFS instead of CIFS for internal disk drive sharing - merkur2k&lt;br /&gt;
&lt;br /&gt;
== Update 2010-09-16 23289 ==&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** enable WOL on boot up again&lt;br /&gt;
** fix HDMI and SPDIF unmuting for AVWizard and successive boots. &lt;br /&gt;
** #813, SetupUsers_Homes.sh no longer executes on media directors, faster boot. &lt;br /&gt;
** #733, BootMessage.sh no longer emits an error.&lt;br /&gt;
* pluto-generic-serial-device (307,335) - fix ethernet device support for GSDs&lt;br /&gt;
* pluto-orbiter (119,138) - #811 - WiiMote support. Change mouse accelleration so that the wiimote can actually traverse the entire width of the screen.&lt;br /&gt;
* pluto-std-plugins - #814 - Display the dimming column on the floor plan for drapes and blinds&lt;br /&gt;
* pluto-updateentarea (341,342) - #815 - Autogenerated scenarios sleep/wakeup do the right thing for blinds/drapes&lt;br /&gt;
* pluto-website-admin (220) #708 - add default media sort options to orbiters page, #636 - fixes special characters for IMDB tagging&lt;br /&gt;
&lt;br /&gt;
== Update 2010-10-06 23324 ==&lt;br /&gt;
* lmce-linux-igd  (765 - New package for #826 - merkur2k&lt;br /&gt;
* lirc_0.8.3 &lt;br /&gt;
** built in build-replacements.sh, only it is commented atm&lt;br /&gt;
** Refs #822 fixes repeat problems with pronto codes&lt;br /&gt;
* lmce-mediatomb (702) - Generate a more sane config file for mediatomb - merkur2k&lt;br /&gt;
* pluto-boot-script (234) - Mount /home via nfs instead of cifs on media directors, updates for #826 - merkur2k&lt;br /&gt;
* pluto-lirc-wrapper (340,421) - Fixes #822 lirc can now send pronto codes properly&lt;br /&gt;
* pluto-orbiter (119,138) - Fix for #458 - power menu now works correctly to control other media directors from OSD&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
** Voicemail changes and fixes.&lt;br /&gt;
** Absolute Timed Events are working (thanks TSCHAK)&lt;br /&gt;
** Fixes #833 - possible to compare integer criteria against a list of comma-separated values&lt;br /&gt;
* pluto-system-database (211) - lots of sqlCVS changes.&lt;br /&gt;
* pluto-website-admin (220) - Misc fixes from various tickets - merkur2k&lt;br /&gt;
* pluto-zwave-lighting (505,506) - #44 Improve detection of multi instance devices, possible to resync device data&lt;br /&gt;
* pluto-storage-devices (533) - Add NFS Radar - merkur2k&lt;br /&gt;
* pluto-mythtv-plugin (136,152) - misc storage group fixes - merkur2k&lt;br /&gt;
** &amp;quot;use autumatically&amp;quot; flag for storage devices is now honored&lt;br /&gt;
** better support for remote storage devices (Nas, windows share, etc)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-10-13 23333 ==&lt;br /&gt;
* pluto-std-plugins (116,135) -&lt;br /&gt;
** Media Plugin fix to not turn on OSD (TV) if the TV was already off, and was triggered by an orbiter to play audio. Superfluous block of code removed, Thanks uplink!&lt;br /&gt;
** Possible fix for #674, media is not streamed through unnecessary MDs&lt;br /&gt;
** Fixes #849 house mode change event now sends previous mode as parameter, event plugin uses that when processing house mode change events&lt;br /&gt;
* pluto-system-database (211) - esev made changes to the non-pluto-DVD remote to make it much more usable! Thanks!&lt;br /&gt;
* pluto-lirc-wrapper (340,421) - Fixes #822 lirc now depends on required message translation library&lt;br /&gt;
* lmce-mediatomb (702) - Fixes #841&lt;br /&gt;
* pluto-boot-scripts (234) - #848 - honor &amp;quot;enable UpdateMedia&amp;quot; setting in web admin&lt;br /&gt;
* lmce-launch-manager (299,298) - #848 - honor &amp;quot;enable UpdateMedia&amp;quot; setting in web admin&lt;br /&gt;
&lt;br /&gt;
==Update 2010-11-01 23388 ==&lt;br /&gt;
* asterisk-pluto (269) - all those asterisk changes should finally be deployed&lt;br /&gt;
* lmce-launch-manager - segfault due to db going away&lt;br /&gt;
* pluto-asterisk - added blueface voip provider&lt;br /&gt;
* pluto-boot-script (234) - Refs #315 load ztdummy module at startup&lt;br /&gt;
* pluto-capture-card-script - Refs #854 added HD PVR block info.&lt;br /&gt;
* pluto-mythtv-player - enable networkcontrol port&lt;br /&gt;
* pluto-proxy-orbiter (487,488) - Refs #821 - configuration script for automatic proxy orbiter port selection - merkur2k&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
** Refs #857 - Added update device command to general info plugin&lt;br /&gt;
** Refs #843 - UpdateEntArea crashes fixed&lt;br /&gt;
* pluto-system-database (211)&lt;br /&gt;
** #854 Add the above file&lt;br /&gt;
** #851 - DCERouter segfaults when exiting&lt;br /&gt;
** #873	Software raid devices do not have &amp;quot;use automatically&amp;quot; option&lt;br /&gt;
* pluto-updateentarea (341,342) &lt;br /&gt;
** Refs #445 don&#039;t put proxy orbiters into MDs EA&lt;br /&gt;
** Refs #843 UpdateEntArea crashes fixed &lt;br /&gt;
* pluto-website-admin (220) - Refs #821 - enable web orbiter in &amp;quot;add orbiter&amp;quot; dropdown in orbiters wizard page - merkur2k&lt;br /&gt;
** Refs #856 - View whole log only displays first 5000 lines&lt;br /&gt;
** Refs #861 - fixes JS path escaping&lt;br /&gt;
** Refs #870 - Web interface for learning IR codes doesn&#039;t work when editing existing device&lt;br /&gt;
** #821	Provide the ability to add a web orbiter on the Orbiter page&lt;br /&gt;
* pluto-pnp-detection (562) - Refs #860 - Add pnp detection script for ZWave devices&lt;br /&gt;
* pluto-plutoutils (197,196) - Refs #872 - Fix MySQL timeout issues&lt;br /&gt;
* pluto-dcecommon (193,192) - Refs #872 - Fix MySQL timeout issues&lt;br /&gt;
* pluto-sql2cpp (203,202) - Refs #872 - Fix MySQL timeout issues&lt;br /&gt;
* pluto-tribunetv (599,598) - Refs #872 - Fix MySQL timeout issues&lt;br /&gt;
* pluto-vipshared (200,199) - Refs #872 - Fix MySQL timeout issues&lt;br /&gt;
* pluto-hdhomerun (621,620) - Refs #872 - Fix MySQL timeout issues&lt;br /&gt;
* asterisk-pluto (269) - Refs - #570 Phone book lookup and user validation scripts will now be packaged - Los93soL&lt;br /&gt;
* pluto-simplephone (498,499) - Phone audio now works when connected by HDMI - Los93soL&lt;br /&gt;
* pluto-zwave-lighting (506,505) - Refs #874 - ZWave controller locks up about twice a day&lt;br /&gt;
* pluto-asterisk (270.271) - Added support for WhistlePhone, free ad-supported US calling&lt;br /&gt;
&lt;br /&gt;
== Upcoming fixes... ==&lt;br /&gt;
&#039;&#039;&#039;Note: Please put the name of the package file and the source and bin package number in this list, followed by a small description of what has changed! Hulu Player is not the name of the package, but lmce-hulu-player. It makes the life of the person, who needs to update the repo a lot easier. Thank you!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
** #879 - OSD Orbiter does not display after stopping non-pluto media device&lt;br /&gt;
** #880 - Non-pluto audio-only MediaTypes do not have the proper FK_Pipe=1&lt;br /&gt;
** #746 - Follow me volume does not work properly&lt;br /&gt;
* pluto-system-database (211)&lt;br /&gt;
** #860 - Add pnp detection script for ZWave devices&lt;br /&gt;
** #868 - Update Acquos LCxxD6U / LCxxD7u GSD codes to confirm input change&lt;br /&gt;
** #880 - Non-pluto audio-only MediaTypes do not have the proper FK_Pipe=1&lt;br /&gt;
** #883 - Hauppauge HD PVR inputs are not set correctly&lt;br /&gt;
* pluto-capture-card-scripts (580)&lt;br /&gt;
** #883 - Hauppauge HD PVR inputs are not set correctly&lt;br /&gt;
&lt;br /&gt;
* lmce-dpms-monitor (721,722)&lt;br /&gt;
** #885 - DPMS Monitor now works correctly. DPMS is properly enabled, Timeouts are set, and X buffers are properly flushed after each DPMS request. (tschak)&lt;br /&gt;
* pluto-storage-devices (533) - Fixes #884 - No longer ignore bootable partitions - merkur2k&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
** Fixes #888 - Display correct description in web orbiter selection dropdown - merkur2k&lt;br /&gt;
** Fixes #869 - Event navigation improvement - thanks apagg!&lt;br /&gt;
&lt;br /&gt;
== Bugfixes ==&lt;br /&gt;
=== Mythtv-plugin fails to install ===&lt;br /&gt;
Install with apt-get install -f &amp;lt;name-of-package&amp;gt;&lt;/div&gt;</summary>
		<author><name>Merkur2k</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=LinuxMCE-0810_beta&amp;diff=26118</id>
		<title>LinuxMCE-0810 beta</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=LinuxMCE-0810_beta&amp;diff=26118"/>
		<updated>2010-11-07T17:49:51Z</updated>

		<summary type="html">&lt;p&gt;Merkur2k: /* Upcoming fixes... */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Software]]&lt;br /&gt;
This page outlines some information about the Beta, as well as outlining any changes and bugfixes we are applying, just like we did with the alpha2 page.&lt;br /&gt;
&lt;br /&gt;
The installation instructions found on the alpha2 page still apply:&lt;br /&gt;
&lt;br /&gt;
==Installing LinuxMCE-0810==&lt;br /&gt;
Please see detailed instruction on how to install LinuxMCE-0810 and keep it up-to-date with the latest updates [[installing 0810|here]].&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-03 22558 ==&lt;br /&gt;
* Build_Replacement_Package - freepbx (ubuntu/asterisk/freepbx) - Ticket #345 - Fixes the issue of installing new modules in FreePBX.&lt;br /&gt;
* pluto-asterisk (270.271) - Phone Lines fixing - asterisk (src/asterisk) - Ticket #374 - Fixes the issue during the creation procedure of a new phone lines via web LinuxMCE Admin. New MessageNet Provider support.&lt;br /&gt;
* pluto-avwizard (555,556) - Fixes #480 - Fails to identify untouched xorg.conf&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** Cleanup in nvidia-config&lt;br /&gt;
** MD WOL Problem fixed&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
** #469 IVR menue will now be regenerated every time a phone line is added.&lt;br /&gt;
** #221 IR commands selection screen now has sort modes to make it easier to sift through all those commands.&lt;br /&gt;
** #219 Various layout improvements to the wizard pages.&lt;br /&gt;
* pluto-xine-player (117,136) - changes for HDMI out&lt;br /&gt;
* pluto-std-plugins (116,135) - Changes to Telecom PlugIn to give proper audio switching behaviour when USB Conference microphones are used for the media director phone. This is of relevance to particular configurations that do not allow concurrent access to the soundcard (such as coax/optical settings). -tschak&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-06 22569 ==&lt;br /&gt;
* pluto-dce-router (154,155) - now depends on lmce-skins-uita&lt;br /&gt;
* pluto-system-database (211) - new lmce-skins-uita package definition&lt;br /&gt;
* lmce-skins-uita (727) - new skin&lt;br /&gt;
* MPlayer_Player (656,657) - Videos that is played by mplayer can now take advantage of vdpau. (Set hw accel to &amp;quot;auto&amp;quot; or &amp;quot;vdpau&amp;quot;)&lt;br /&gt;
* pluto-xine-player (117,136) - don&#039;t stop screen saver when playing audio [http://svn.linuxmce.org/trac.cgi/ticket/486 #486]&lt;br /&gt;
* pluto-orbiter (119,138) - hide xine when playing audio, keeps screen saver visible [http://svn.linuxmce.org/trac.cgi/ticket/486 #486]&lt;br /&gt;
* Update of Zaptel and other kernel related packages to -16&lt;br /&gt;
== Update 2009-12-12 22598 ==&lt;br /&gt;
* pluto-website-admin (220) - sql fix from http://svn.linuxmce.org/trac.cgi/changeset/22567&lt;br /&gt;
* pluto-xine-plugin (118,137) - fix for remote audio cd streaming [http://svn.linuxmce.org/trac.cgi/ticket/470 #470] - still not working&lt;br /&gt;
* pluto-xine-player - refactor screen saver handling&lt;br /&gt;
* pluto-disk-drive (122,141) - fix for remote audio cd streaming [http://svn.linuxmce.org/trac.cgi/ticket/470 #470] - still not working&lt;br /&gt;
* pluto-x-scripts (520,523) - fix for audio over HDMI&lt;br /&gt;
* alsa-lib, alsa-utils, lib64asound2, libasound2 - fix for audio over HDMI&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-14 22600 ==&lt;br /&gt;
* pluto-dcerouter (154,155) - Fixes broken Delay command&lt;br /&gt;
* pluto-libresolution (545,544) - UseEDID HDMI Audio xorg.conf entry&lt;br /&gt;
* pluto-asterisk (270.271) - Fix for Messagenet configuration script (changing Window&#039;s EOL characters)&lt;br /&gt;
* pluto-system-database (211) - Some devicedata changes for dcerouter delay command and DCS-5300G camera&lt;br /&gt;
* pluto-website-admin (220) - fix HDMI selection in web admin&lt;br /&gt;
* pluto-xine-player (117,136) - removed 1 second sleep after play media. refactored code to stop screen saver&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-25 22639 - Christmas fix ==&lt;br /&gt;
* freepbx - removal of chan_vpb.so to circumvent coredumps on system without a Voicetronix board (#519)&lt;br /&gt;
* pluto-avwizard (555,556) - modification of startup scripts to not screw the system upon status calls to the startup scripts&lt;br /&gt;
* pluto-boot-scripts (234)&lt;br /&gt;
** modification of startup scripts to not screw the system upon status calls to the startup scripts&lt;br /&gt;
** updated Backup/Restore functionallity&lt;br /&gt;
** fixes  web admin log links for hybrid MD&lt;br /&gt;
** Make sure only a single logrotate configuration file for LinuxMCE exist&lt;br /&gt;
* pluto-hdhomerun(621,620)- Fixes bug where only 1 tuner was added to mythtv&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Fixes deletion of of hostname from mythconverg.capturecard by creating and using a dummy videosource&lt;br /&gt;
* pluto-simplephone (498,499) - Adds support for password in DeviceData&lt;br /&gt;
* pluto-std-plugins (116,135) - Adds support for specialized interfaces&lt;br /&gt;
* pluto-system-database (211) - Some devicedata changes for SIP phone templates to include devicedata for password&lt;br /&gt;
* pluto-website-admin (220) - Fixes Climate Command Wizard Set Temperature command, Climate Command Wizard also now works with On//Off Climate Devices&lt;br /&gt;
* pluto-orbiter (119,138) - Fixes issue with input devices crashing orbiter [http://svn.linuxmce.org/trac.cgi/ticket/522 #522]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-01-08 22669 ==&lt;br /&gt;
*pluto-boot-scripts (234) &lt;br /&gt;
** Purge_Camera_Archives.pl fixed&lt;br /&gt;
** backup/restore fixed&lt;br /&gt;
** enable_wol called from Startup script - WOL for MDs should work again&lt;br /&gt;
*pluto-motion-wrapper (456,455) - Now calls the purge script every 6 hours and on reload&lt;br /&gt;
*pluto-storage-devices (533) &lt;br /&gt;
** Hostname now added to string to be displayed on orbiters when new drives are detected. &lt;br /&gt;
** Boot partitions will be filtered out also.&lt;br /&gt;
*pluto-system-database (211) - changes to MotionWrapper&#039;s motion.conf default options to use new option names&lt;br /&gt;
&lt;br /&gt;
==  Update 2010-01-16 22689 ==&lt;br /&gt;
* pluto-boot-scripts (234) - new safe_delete.sh script for safely deleting database entries&lt;br /&gt;
* pluto-cm15a (730,731) - new DCE device, CM15A USB interface for X10&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Capture card install now goes directly to the setup wizard&lt;br /&gt;
* pluto-orbiter (119,138) - Capture card install now goes directly to the setup wizard&lt;br /&gt;
* pluto-storage-devices (533) - mount no longer echos out errors during ro filesystem&lt;br /&gt;
* pluto-photo-screen-saver (582,581) - Rotate image according to exif tag [http://svn.linuxmce.org/trac.cgi/ticket/566 #566]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-01-27 22704 ==&lt;br /&gt;
* pluto-photo-screen-saver (582,581) - maintain correct image aspect ratio [http://svn.linuxmce.org/trac.cgi/ticket/568 #568]&lt;br /&gt;
* pluto-vdr (469,468) &lt;br /&gt;
** Use remotetimer for central scheduling&lt;br /&gt;
** Don&#039;t autostart VDR on MD&lt;br /&gt;
** Support VDPAU &lt;br /&gt;
* VDR - We provide our own packages (1.7.11 sources packages from eTobi and free-vdr.de)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-03 22733 ==&lt;br /&gt;
* MythTV - We provide our own packages (0.22 sources packages from mythbuntu )&lt;br /&gt;
* ZWave Lighting (505,506) - Wizard bugfix&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-08 22754 ==&lt;br /&gt;
* Hulu PlugIn (737,738) - Initial Beta of Hulu Support&lt;br /&gt;
* Hulu Player (739,740) - from TSCHAK&lt;br /&gt;
* Game Player (673,674) - Added support for custom controller files to Game Player - see TankStick DT #2100 for an example.&lt;br /&gt;
* pluto-std-plugins - fixes #587&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-10 22758 ==&lt;br /&gt;
* pluto-boot-script (234)- Add Activate Orbiter to KDE desktop (#596)&lt;br /&gt;
* mce-diskless-tools (627,628) - Add a link to the desktop to call Activate Orbiter (#596)&lt;br /&gt;
* linux-diskless-image (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
* alsa-modules (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
* zaptel-modules (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-12 22763 ==&lt;br /&gt;
* new-installer &lt;br /&gt;
** changes in kdm link management&lt;br /&gt;
** verify kubuntu-desktop is installed&lt;br /&gt;
* pluto-boot-script (234) - Fix copying of desktop link to activate Orbiter into root&#039;s Desktop dir&lt;br /&gt;
* pluto-vdr (469,468) - Only backup setup.conf if it exists.&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-13 22765 ==&lt;br /&gt;
* pluto-std-plugins - fixes #587&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-14 22768 ==&lt;br /&gt;
* pluto-xine-player (117,136) - removed dependency for libxine1-ffmpeg&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-16 22777 ==&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
** Fixes event criteria for PK_EventParameter [http://svn.linuxmce.org/trac.cgi/ticket/602 #602]&lt;br /&gt;
** Fixes time of day - can now check againt hh:mm:ss [http://svn.linuxmce.org/trac.cgi/ticket/605 #605]&lt;br /&gt;
** Fixed bug introduced in the two fixes above [http://svn.linuxmce.org/trac.cgi/ticket/608 #608]&lt;br /&gt;
* pluto-vdr (468,469) - Remove SourceCaps entries from default setup.conf&lt;br /&gt;
* pluto-system-database (211) - Hulu Player/PlugIn changes&lt;br /&gt;
* Hulu PlugIn (737,738) - device template constant fixes&lt;br /&gt;
* Hulu Player (739,740) - device template constant fixes&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-18 22795 ==&lt;br /&gt;
* pluto-proxy-orbiter (487,488) Fixes [http://svn.linuxmce.org/trac.cgi/ticket/610 #610]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-23 22803 ==&lt;br /&gt;
* pluto-boot-script (234) &lt;br /&gt;
** Install zaptel-modules and load ztdummy for meetme&lt;br /&gt;
** Disable KDE screensaver upon KDE Desktop start (fixes #600)&lt;br /&gt;
* pluto-dhcpd-plugin (302) - Make sure to transfer database secret into sip_additional.conf&lt;br /&gt;
* pluto-orbiter (119,138) - Color fixes&lt;br /&gt;
* pluto-proxy-orbiter (488,487) - Color fixes - thanks radu&lt;br /&gt;
* pluto-vdr (468,469)&lt;br /&gt;
** Only create setup.conf if it does not contain a remotetimers entry&lt;br /&gt;
** Disable shutdown of system from VDR&lt;br /&gt;
* v4l2-firmware (733) - Added new firmware drivers to support a broader range of DVB cards&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-28 22812 ==&lt;br /&gt;
&lt;br /&gt;
Hulu Now works, and the HAI Omni Security panel driver has been checked in and integrated.&lt;br /&gt;
&lt;br /&gt;
* pluto-system-database (211) - Addition of buttons to Hulu Remote (tschak)&lt;br /&gt;
* lmce-hulu-player (739,740) - Hulu Player now uses Hulu Desktop&#039;s LIRCD port via a fake LIRCD Server. (tschak)&lt;br /&gt;
* 751  	HAI Control Program&lt;br /&gt;
* 750 	HAI Control Program Source&lt;br /&gt;
* 749  	LinuxMCE HAI Omni RS232 Panel Support&lt;br /&gt;
* 748 	LinuxMCE HAI Omni RS232 Panel Support Source&lt;br /&gt;
* pluto-zwave-lighting (505,506) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/620 #620] multi instance support for sensors&lt;br /&gt;
* pluto-mplayer-player (657,656) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/471 #471] Finally committed vdpau support for mplayer&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-07 22832 ==&lt;br /&gt;
&lt;br /&gt;
* pluto-zwave-lighting (505,506) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/620 #620] make command for child work again&lt;br /&gt;
* pluto-system-database (211) - new package and package changes for datalogger plugin&lt;br /&gt;
* lmce-datalog-database (753) - datalogger database, refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630]&lt;br /&gt;
* lmce-datalogger-plugin (686,687) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630] install automatically, configurable graph display&lt;br /&gt;
* lmce-datalog-db (688,689) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630]&lt;br /&gt;
* pluto-website-admin (220) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630], [http://svn.linuxmce.org/trac.cgi/ticket/633 #633], fix for some attribute names not showing up in media browser page, improvements to datalogger section&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/637 #637] allow event plugin to reload configuration without a router reload&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-14 22853 ==&lt;br /&gt;
* pluto-website-admin (220) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/637 #637] Reload event plugin configuration when events change (no need to reload router anymore, except after adding/deleting event commands), [http://svn.linuxmce.org/trac.cgi/ticket/648 #648] Fix device template adding to avoid sqlCVS commit problems&lt;br /&gt;
* pluto-orbiter (119,138) [http://svn.linuxmce.org/trac.cgi/ticket/647 #647] Enable event mapping for mouse buttons&lt;br /&gt;
* pluto-system-database (211) [http://svn.linuxmce.org/trac.cgi/ticket/646 #646] Device template for Logitech MX Air mouse&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/651 #651] fix router crash with boolean event parameters&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-23 22876 ==&lt;br /&gt;
* pluto-std-plugins (116,135) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], media plugin supports play all for pictures&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], picture viewer&lt;br /&gt;
* lmce-picture-plugin (756,757) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], picture plugin&lt;br /&gt;
* Pluto PNP Detection Scripts (562), added detection script for Pioneer Elite series of Receivers&lt;br /&gt;
* Pluto Capture Card Setup Scripts (580), added input change scripts for various capture cards&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-08 22883 ==&lt;br /&gt;
* pluto-boot-script (234) - Change smb.conf template to disable unix extension.&lt;br /&gt;
* pluto-website-admin (220) - [http://svn.linuxmce.org/trac.cgi/ticket/662 Fixes #662]&lt;br /&gt;
* lmce-picture-plugin (756,757) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650] fix pause of slideshow&lt;br /&gt;
* pluto-system-database (211) [http://svn.linuxmce.org/trac.cgi/ticket/650 #650] designer changes for picture viewer&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-14 22889 *CLOUD Release* ==&lt;br /&gt;
*  pluto-system-database (211) changes to the repository information for a package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-28 22898  ==&lt;br /&gt;
* pluto-website-admin (220) - [http://svn.linuxmce.org/trac.cgi/ticket/662 Fixes #662 (again ;) )]&lt;br /&gt;
* pluto-system-database (211) - sqlCVS additions for the SmartQ V7 MID&lt;br /&gt;
* pluto-updateentarea (341,342) - code in Setup to allow for devices in the MID category to get media scenarios.&lt;br /&gt;
* pluto-storage-devices (533) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/672 #672]&lt;br /&gt;
* mce-diskless-tools (627,628) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/655 #655]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-05-20 22958 ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* pluto-orbitergen (226,227) - Orbitergen changed to specify that MIDs are on-screen orbiters. This may change in the future, but I need to test something... --[[User:Tschak909|Tschak909]] 06:22, 9 May 2010 (CEST)&lt;br /&gt;
* pluto-system-database (211) - [http://svn.linuxmce.org/trac.cgi/ticket/684 Toshiba RAS series IR control template]&lt;br /&gt;
* pluto-generic-serial-device (307,335) - [http://svn.linuxmce.org/trac.cgi/ticket/685 access return parameters in GSD device]&lt;br /&gt;
* mythtv-0.23&lt;br /&gt;
&lt;br /&gt;
== Update 2010-05-20 22959 ==&lt;br /&gt;
* lmce-update-system (650,651) - Setup pinning to the LinuxMCE repository&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - MythTV 0.23 support has been baked in. Thanks mandingo&lt;br /&gt;
* pluto-mythtv-player (133,152)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-01 23002 ==&lt;br /&gt;
* lmce-hulu-player (739,740) - changed the accept() loop to be non-blocking, fixing the hung hulu player issue when the router needs to reload. -TSCHAK &lt;br /&gt;
* mce-diskless-tools (627,628) - cBuckle sent in a bugfix that prevented media directors with more than one NIC from properly being detected. We now assume the booting NIC is eth0. Thanks cBuckle! -TSCHKA&lt;br /&gt;
* pluto-website-admin (220) - Fixes #705, and #706 -TSCHAK&lt;br /&gt;
* pluto-system-database (211) - Fixes to QuickStartTemplate so icons will show. -TSCHAK&lt;br /&gt;
* pluto-std-plugins (116,135) - Fix to General Info Plugin so that it will properly show PNG images&lt;br /&gt;
* pluto-boot-scripts (234) - Fix to UpdateQuickStartIcons.sh to download quick start icons and convert to PNG if needed.&lt;br /&gt;
* lmce-update-system (650,651) - Fix preferences file&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-07 23036 ==&lt;br /&gt;
* pluto-asterisk (270.271) - Fix initial for no voicemail greetings after setup wizard (thanks los93sol)&lt;br /&gt;
* pluto-vdr (469,468) &lt;br /&gt;
** Syntax error fix in StartVDRClient - should start correct on MDs now.&lt;br /&gt;
** Add a default remote.conf so people can use the keyboard to control VDR.&lt;br /&gt;
* pluto-system-database (211) - Add support for TED5000 and Energy Monitoring Events to be used by future devices&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-09 23046 ==&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs #650, start picture viewer minimized&lt;br /&gt;
* pluto-website-admin (220) - Change wording of VDR error message to better reflect what&#039;s going on.&lt;br /&gt;
* v4l2-Modules (732) - Fix debian package naming to allow proper install of dkms package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-10 23047 ==&lt;br /&gt;
* v4l2-Modules (732) - Fix Debian package naming to allow proper install of dkms package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-14 23070 ==&lt;br /&gt;
* pluto-std-plugins (116,135) - Fix to General Info Plugin to allow Firefox Bookmarks to work again. Please test!&lt;br /&gt;
* pluto-boot-scripts (234) - Modify Mozilla.sh to properly output a profile where bookmarks work again.&lt;br /&gt;
* mce-diskless-tools (627,628) - Modify DisklessInteractor to always return i386 until we get a working amd64 build again.&lt;br /&gt;
* vdr - Update to version 1.7.15 &lt;br /&gt;
** Get rid of a few patches&lt;br /&gt;
** Fixes for sound decoding in Denmark&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-18 23082 ==&lt;br /&gt;
* lmce-datalogger-plugin (686,687)&lt;br /&gt;
* lmce-datalog-database (753)&lt;br /&gt;
* pluto-boot-scripts (234)&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
* asterisk-pluto (269)&lt;br /&gt;
* pluto-asterisk (270,271)&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
* pluto-mythtv-player (133,152) - Fix the missing MythTV Setup in Computing. as the Quick Start Template has moved rows.&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Fixes #732 - Storage devices not locally attached to core are not added to mythtv storage groups and cleans up some error messages&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-28 23119 ==&lt;br /&gt;
* asterisk-pluto (269) - Fix fire SOS event and dialplan cleanup - Los93soL&lt;br /&gt;
* freepbx - Fix fire SOS event and dialplan cleanup - Los93soL&lt;br /&gt;
* mjproxy (760,761)&lt;br /&gt;
* pluto-dhcpd-plugin (302) - update configure scripts for grandstream and snom 3xx phones for support of database secret.&lt;br /&gt;
* pluto-mythtv-player (133,152) - Bug #737 - MH Play Media can now set initial channel&lt;br /&gt;
* pluto-std-plugins (116,135) - Bug #736 - CMD_Delete_File in Media PlugIn now will not allow deletion of arbitrary files from the disk, lots of sanity checks. Support for deleting voicemails.&lt;br /&gt;
* pluto-system-database (211)&lt;br /&gt;
* pluto-xine-player (117,136) - enable subtitle support&lt;br /&gt;
* pluto-vdr (468,469) - Bug #737 - MH Play Media can now set initial channel&lt;br /&gt;
* pluto-website-admin (220) - Adds energy monitor that uses state change #677&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-03  ==&lt;br /&gt;
*asterisk-pluto (269)&lt;br /&gt;
** Fix pluto sos menu generates the voice dialogs now&lt;br /&gt;
** Update caller id when sos menu calls out&lt;br /&gt;
*freepbx&lt;br /&gt;
** General dialplan cleanup&lt;br /&gt;
** FreePBX system status works now&lt;br /&gt;
** Fix warnings when updating modules list in FreePBX&lt;br /&gt;
*lmce-hai-omni-rs232 (748,749) - Make sure HAI created devices set HAI as the controlled via device&lt;br /&gt;
*pluto-asterisk (270,271)&lt;br /&gt;
** Update create scripts and abstract redundant code&lt;br /&gt;
** Keep Line_HouseMode in sync when trunks are deleted&lt;br /&gt;
** Transfers are working again&lt;br /&gt;
*pluto-website-admin (220) - Don&#039;t display phone trunk passwords in web admin&lt;br /&gt;
*pluto-dhcpd-plugin (302) - Cisco 7960 (with SIP firmware) will use sip secret now&lt;br /&gt;
*pluto-std-plugins (116,135) - CRITICAL MEDIA PLUGIN FIX IN CMD_Set_Media_Private which was causing the router to rapidly crash due to odd data coming in from MythTV PlugIn. Will investigate further, but this does stop the crashes.&lt;br /&gt;
*pluto-mythtv-plugin (136,152) - Add changes to MythTvSyncDB.sh to always set AlwaysStreamFiles to 1 for media directors.&lt;br /&gt;
*lmce-hulu-player (744,745) - somehow, an older package snuck in. This needs to be rebuilt to fix the hanging bug that somehow reappeared. Yes, I went back and checked the checked in code from a fresh checkin, this will fix it&lt;br /&gt;
*pluto-storage-devices (533) - Added dependencies for nbd-client and nbd-server so that remote playing of DVDs will work, correctly. (Fixes #743)&lt;br /&gt;
* pluto-proxy-orbiter - updates from Dianemo&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-06 23148 ==&lt;br /&gt;
* freepbx - Changelog updated to get a new version number&lt;br /&gt;
* pluto-asterisk (270,271) - Add support for making announcements to phones&lt;br /&gt;
* pluto-dhcpd-plugin (302) - Define helper script as a perl script&lt;br /&gt;
* pluto-std-plugins (116,135) - Small speed up fix for video file list &lt;br /&gt;
* pluto-text-to-speech (283,284) - Add support for making announcements to phones&lt;br /&gt;
* pluto-website-admin (220) - Updates to the new weborbiter&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-14 23155 ==&lt;br /&gt;
* pluto-asterisk (270,271) - Only send extra channel options for transfers when an extra channel is there, also fixes to viatalk create script so things work nicely again&lt;br /&gt;
* pluto-simplephone (498,499) - Whoops!  Missed this package a few days ago, fixes Orbiter phones so they connect with the SIP secret&lt;br /&gt;
* pluto-system-database (211) - Updates to the Size table to include older iPhone/iPod Touch sizes, as well as iPhone4 size.&lt;br /&gt;
* pluto-mythtv-plugin (136,152) - Fixed some incorrect behavior with generating mythtv storage groups&lt;br /&gt;
* lmce-launch-manager (299,298) - Fixed the StartCoreServices.sh from passing wrong Device_ID to Sync2amp.pl causing NAS passwords to become scrabled.&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-16 23161 ==&lt;br /&gt;
* pluto-proxy-orbiter (487,488) - now with committed fixes for the 404 in 7970&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-17 23165 == &lt;br /&gt;
* pluto-boot-scripts (234) - New startup script for the Launch Manager (fixes #753)&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
** Weborbiter: add missing getNews function (fixes #755)&lt;br /&gt;
** Weborbiter: keep trying to get images/data when an communication error occurs&lt;br /&gt;
** Weborbiter: fix keyboard processing (fixes #754)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-27 23202 ==&lt;br /&gt;
* asterisk-pluto (269) - Generate all speech for pluto-sos-menus, and generate /etc/asterisk/extensions_custom.conf completely dynamically - Los93soL&lt;br /&gt;
* libxine - Refs [http://svn.linuxmce.org/trac.cgi/ticket/535 #535], Backport of newer Matroska container support form lib-xine 1.1.17.&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], fixes alpha blending of picture viewer&lt;br /&gt;
* pluto-boot-scripts (234) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/758 #758], Fix cameras on MDs by using NFS mount for the camera dir&lt;br /&gt;
* pluto-updatemedia (405,406) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/651 #434], Different handling for VDR files - WARNING!! Playback of VDR recording from video is still not possible!&lt;br /&gt;
* pluto-website-admin (220) - Make sure the phone system is updated with changes made to cell phone notifications via web admin - Los93soL&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs #315 Should fix most of the call transfer issues, please test thoroughly - Los93soL&lt;br /&gt;
&lt;br /&gt;
== Update 2010-08-02 23227 ==&lt;br /&gt;
* lmce-datalogger-plugin (686,687) - Refs #104 Add initial support for logging Sensor Tripped Events - Los93soL&lt;br /&gt;
* lmce-datalog-database (753) - Refs #104 Add initial support for logging Sensor Tripped Events - Los93soL&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** Start the StorageDevices setup in the background during system start, and restart samba as part of the storage devices setup.&lt;br /&gt;
** Fixes #748 Some MAC addresses would get truncated, Thanks Coley - Los93soL&lt;br /&gt;
* pluto-app-server (145,126) - Do proper check to determine if suspend is supported&lt;br /&gt;
* pluto-website-admin (220) - Fixes #569 Don&#039;t assume calls originate from the US - Los93soL&lt;br /&gt;
* asterisk-pluto (269) - Fixes #570 Attempt to lookup caller name in phone book and correct as possible - Los93sol&lt;br /&gt;
* pluto-asterisk (270,271) - Fixes #570 Attempt to lookup caller name in phone book and correct as possible - Los93soL&lt;br /&gt;
&lt;br /&gt;
== Update 2010-08-29 23259 ==&lt;br /&gt;
* lmce-squeezeslave (763) - Refs #776 wrapper script to start squeezeslave&lt;br /&gt;
* mce-diskless-tools (627,628) - #798 /etc/diskless.conf not being created - merkur2k&lt;br /&gt;
* pluto-app-server (145,126) - #344 Allow power off mode override&lt;br /&gt;
* pluto-asterisk (270,271)&lt;br /&gt;
** Refs #570 Display caller name and picture from LinuxMCE phone book when available - Los93soL&lt;br /&gt;
** Change line ending for create_amp_sipgate_de.pl&lt;br /&gt;
* pluto-slimserver-plugin (424,425) - Refs #776 add squeezeslave template as possible playback device&lt;br /&gt;
* pluto-std-plugins - fix audio album snafu&lt;br /&gt;
* pluto-storage-devices (533) - #799 (re)enable NFS instead of CIFS for internal disk drive sharing - merkur2k&lt;br /&gt;
&lt;br /&gt;
== Update 2010-09-16 23289 ==&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** enable WOL on boot up again&lt;br /&gt;
** fix HDMI and SPDIF unmuting for AVWizard and successive boots. &lt;br /&gt;
** #813, SetupUsers_Homes.sh no longer executes on media directors, faster boot. &lt;br /&gt;
** #733, BootMessage.sh no longer emits an error.&lt;br /&gt;
* pluto-generic-serial-device (307,335) - fix ethernet device support for GSDs&lt;br /&gt;
* pluto-orbiter (119,138) - #811 - WiiMote support. Change mouse accelleration so that the wiimote can actually traverse the entire width of the screen.&lt;br /&gt;
* pluto-std-plugins - #814 - Display the dimming column on the floor plan for drapes and blinds&lt;br /&gt;
* pluto-updateentarea (341,342) - #815 - Autogenerated scenarios sleep/wakeup do the right thing for blinds/drapes&lt;br /&gt;
* pluto-website-admin (220) #708 - add default media sort options to orbiters page, #636 - fixes special characters for IMDB tagging&lt;br /&gt;
&lt;br /&gt;
== Update 2010-10-06 23324 ==&lt;br /&gt;
* lmce-linux-igd  (765 - New package for #826 - merkur2k&lt;br /&gt;
* lirc_0.8.3 &lt;br /&gt;
** built in build-replacements.sh, only it is commented atm&lt;br /&gt;
** Refs #822 fixes repeat problems with pronto codes&lt;br /&gt;
* lmce-mediatomb (702) - Generate a more sane config file for mediatomb - merkur2k&lt;br /&gt;
* pluto-boot-script (234) - Mount /home via nfs instead of cifs on media directors, updates for #826 - merkur2k&lt;br /&gt;
* pluto-lirc-wrapper (340,421) - Fixes #822 lirc can now send pronto codes properly&lt;br /&gt;
* pluto-orbiter (119,138) - Fix for #458 - power menu now works correctly to control other media directors from OSD&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
** Voicemail changes and fixes.&lt;br /&gt;
** Absolute Timed Events are working (thanks TSCHAK)&lt;br /&gt;
** Fixes #833 - possible to compare integer criteria against a list of comma-separated values&lt;br /&gt;
* pluto-system-database (211) - lots of sqlCVS changes.&lt;br /&gt;
* pluto-website-admin (220) - Misc fixes from various tickets - merkur2k&lt;br /&gt;
* pluto-zwave-lighting (505,506) - #44 Improve detection of multi instance devices, possible to resync device data&lt;br /&gt;
* pluto-storage-devices (533) - Add NFS Radar - merkur2k&lt;br /&gt;
* pluto-mythtv-plugin (136,152) - misc storage group fixes - merkur2k&lt;br /&gt;
** &amp;quot;use autumatically&amp;quot; flag for storage devices is now honored&lt;br /&gt;
** better support for remote storage devices (Nas, windows share, etc)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-10-13 23333 ==&lt;br /&gt;
* pluto-std-plugins (116,135) -&lt;br /&gt;
** Media Plugin fix to not turn on OSD (TV) if the TV was already off, and was triggered by an orbiter to play audio. Superfluous block of code removed, Thanks uplink!&lt;br /&gt;
** Possible fix for #674, media is not streamed through unnecessary MDs&lt;br /&gt;
** Fixes #849 house mode change event now sends previous mode as parameter, event plugin uses that when processing house mode change events&lt;br /&gt;
* pluto-system-database (211) - esev made changes to the non-pluto-DVD remote to make it much more usable! Thanks!&lt;br /&gt;
* pluto-lirc-wrapper (340,421) - Fixes #822 lirc now depends on required message translation library&lt;br /&gt;
* lmce-mediatomb (702) - Fixes #841&lt;br /&gt;
* pluto-boot-scripts (234) - #848 - honor &amp;quot;enable UpdateMedia&amp;quot; setting in web admin&lt;br /&gt;
* lmce-launch-manager (299,298) - #848 - honor &amp;quot;enable UpdateMedia&amp;quot; setting in web admin&lt;br /&gt;
&lt;br /&gt;
==Update 2010-11-01 23388 ==&lt;br /&gt;
* asterisk-pluto (269) - all those asterisk changes should finally be deployed&lt;br /&gt;
* lmce-launch-manager - segfault due to db going away&lt;br /&gt;
* pluto-asterisk - added blueface voip provider&lt;br /&gt;
* pluto-boot-script (234) - Refs #315 load ztdummy module at startup&lt;br /&gt;
* pluto-capture-card-script - Refs #854 added HD PVR block info.&lt;br /&gt;
* pluto-mythtv-player - enable networkcontrol port&lt;br /&gt;
* pluto-proxy-orbiter (487,488) - Refs #821 - configuration script for automatic proxy orbiter port selection - merkur2k&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
** Refs #857 - Added update device command to general info plugin&lt;br /&gt;
** Refs #843 - UpdateEntArea crashes fixed&lt;br /&gt;
* pluto-system-database (211)&lt;br /&gt;
** #854 Add the above file&lt;br /&gt;
** #851 - DCERouter segfaults when exiting&lt;br /&gt;
* pluto-updateentarea (341,342) &lt;br /&gt;
** Refs #445 don&#039;t put proxy orbiters into MDs EA&lt;br /&gt;
** Refs #843 UpdateEntArea crashes fixed &lt;br /&gt;
* pluto-website-admin (220) - Refs #821 - enable web orbiter in &amp;quot;add orbiter&amp;quot; dropdown in orbiters wizard page - merkur2k&lt;br /&gt;
** Refs #856 - View whole log only displays first 5000 lines&lt;br /&gt;
** Refs #861 - fixes JS path escaping&lt;br /&gt;
** Refs #870 - Web interface for learning IR codes doesn&#039;t work when editing existing device&lt;br /&gt;
* pluto-pnp-detection (562) - Refs #860 - Add pnp detection script for ZWave devices&lt;br /&gt;
* pluto-plutoutils (197,196) - Refs #872 - Fix MySQL timeout issues&lt;br /&gt;
* pluto-dcecommon (193,192) - Refs #872 - Fix MySQL timeout issues&lt;br /&gt;
* pluto-sql2cpp (203,202) - Refs #872 - Fix MySQL timeout issues&lt;br /&gt;
* pluto-tribunetv (599,598) - Refs #872 - Fix MySQL timeout issues&lt;br /&gt;
* pluto-vipshared (200,199) - Refs #872 - Fix MySQL timeout issues&lt;br /&gt;
* pluto-hdhomerun (621,620) - Refs #872 - Fix MySQL timeout issues&lt;br /&gt;
* asterisk-pluto (269) - Refs - #570 Phone book lookup and user validation scripts will now be packaged - Los93soL&lt;br /&gt;
* pluto-simplephone (498,499) - Phone audio now works when connected by HDMI - Los93soL&lt;br /&gt;
* pluto-zwave-lighting (506,505) - Refs #874 - ZWave controller locks up about twice a day&lt;br /&gt;
* pluto-asterisk (270.271) - Added support for WhistlePhone, free ad-supported US calling&lt;br /&gt;
&lt;br /&gt;
== Upcoming fixes... ==&lt;br /&gt;
&#039;&#039;&#039;Note: Please put the name of the package file and the source and bin package number in this list, followed by a small description of what has changed! Hulu Player is not the name of the package, but lmce-hulu-player. It makes the life of the person, who needs to update the repo a lot easier. Thank you!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
** #879 - OSD Orbiter does not display after stopping non-pluto media device&lt;br /&gt;
** #880 - Non-pluto audio-only MediaTypes do not have the proper FK_Pipe=1&lt;br /&gt;
** #746 - Follow me volume does not work properly&lt;br /&gt;
* pluto-system-database (211)&lt;br /&gt;
** #860 - Add pnp detection script for ZWave devices&lt;br /&gt;
** #868 - Update Acquos LCxxD6U / LCxxD7u GSD codes to confirm input change&lt;br /&gt;
** #880 - Non-pluto audio-only MediaTypes do not have the proper FK_Pipe=1&lt;br /&gt;
** #883 - Hauppauge HD PVR inputs are not set correctly&lt;br /&gt;
* pluto-capture-card-scripts (580)&lt;br /&gt;
** #883 - Hauppauge HD PVR inputs are not set correctly&lt;br /&gt;
&lt;br /&gt;
* lmce-dpms-monitor (721,722)&lt;br /&gt;
** #885 - DPMS Monitor now works correctly. DPMS is properly enabled, Timeouts are set, and X buffers are properly flushed after each DPMS request. (tschak)&lt;br /&gt;
* pluto-storage-devices (533) - Fixes #884 - No longer ignore bootable partitions - merkur2k&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
** Fixes #888 - Display correct description in web orbiter selection dropdown - merkur2k&lt;br /&gt;
** Fixes #869 - Event navigation improvement - thanks apagg!&lt;br /&gt;
&lt;br /&gt;
== Bugfixes ==&lt;br /&gt;
=== Mythtv-plugin fails to install ===&lt;br /&gt;
Install with apt-get install -f &amp;lt;name-of-package&amp;gt;&lt;/div&gt;</summary>
		<author><name>Merkur2k</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=LinuxMCE-0810_beta&amp;diff=25980</id>
		<title>LinuxMCE-0810 beta</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=LinuxMCE-0810_beta&amp;diff=25980"/>
		<updated>2010-10-19T01:06:03Z</updated>

		<summary type="html">&lt;p&gt;Merkur2k: /* Upcoming fixes... */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Software]]&lt;br /&gt;
This page outlines some information about the Beta, as well as outlining any changes and bugfixes we are applying, just like we did with the alpha2 page.&lt;br /&gt;
&lt;br /&gt;
The installation instructions found on the alpha2 page still apply:&lt;br /&gt;
&lt;br /&gt;
==Installing LinuxMCE-0810==&lt;br /&gt;
Please see detailed instruction on how to install LinuxMCE-0810 and keep it up-to-date with the latest updates [[installing 0810|here]].&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-03 22558 ==&lt;br /&gt;
* Build_Replacement_Package - freepbx (ubuntu/asterisk/freepbx) - Ticket #345 - Fixes the issue of installing new modules in FreePBX.&lt;br /&gt;
* pluto-asterisk (270.271) - Phone Lines fixing - asterisk (src/asterisk) - Ticket #374 - Fixes the issue during the creation procedure of a new phone lines via web LinuxMCE Admin. New MessageNet Provider support.&lt;br /&gt;
* pluto-avwizard (555,556) - Fixes #480 - Fails to identify untouched xorg.conf&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** Cleanup in nvidia-config&lt;br /&gt;
** MD WOL Problem fixed&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
** #469 IVR menue will now be regenerated every time a phone line is added.&lt;br /&gt;
** #221 IR commands selection screen now has sort modes to make it easier to sift through all those commands.&lt;br /&gt;
** #219 Various layout improvements to the wizard pages.&lt;br /&gt;
* pluto-xine-player (117,136) - changes for HDMI out&lt;br /&gt;
* pluto-std-plugins (116,135) - Changes to Telecom PlugIn to give proper audio switching behaviour when USB Conference microphones are used for the media director phone. This is of relevance to particular configurations that do not allow concurrent access to the soundcard (such as coax/optical settings). -tschak&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-06 22569 ==&lt;br /&gt;
* pluto-dce-router (154,155) - now depends on lmce-skins-uita&lt;br /&gt;
* pluto-system-database (211) - new lmce-skins-uita package definition&lt;br /&gt;
* lmce-skins-uita (727) - new skin&lt;br /&gt;
* MPlayer_Player (656,657) - Videos that is played by mplayer can now take advantage of vdpau. (Set hw accel to &amp;quot;auto&amp;quot; or &amp;quot;vdpau&amp;quot;)&lt;br /&gt;
* pluto-xine-player (117,136) - don&#039;t stop screen saver when playing audio [http://svn.linuxmce.org/trac.cgi/ticket/486 #486]&lt;br /&gt;
* pluto-orbiter (119,138) - hide xine when playing audio, keeps screen saver visible [http://svn.linuxmce.org/trac.cgi/ticket/486 #486]&lt;br /&gt;
* Update of Zaptel and other kernel related packages to -16&lt;br /&gt;
== Update 2009-12-12 22598 ==&lt;br /&gt;
* pluto-website-admin (220) - sql fix from http://svn.linuxmce.org/trac.cgi/changeset/22567&lt;br /&gt;
* pluto-xine-plugin (118,137) - fix for remote audio cd streaming [http://svn.linuxmce.org/trac.cgi/ticket/470 #470] - still not working&lt;br /&gt;
* pluto-xine-player - refactor screen saver handling&lt;br /&gt;
* pluto-disk-drive (122,141) - fix for remote audio cd streaming [http://svn.linuxmce.org/trac.cgi/ticket/470 #470] - still not working&lt;br /&gt;
* pluto-x-scripts (520,523) - fix for audio over HDMI&lt;br /&gt;
* alsa-lib, alsa-utils, lib64asound2, libasound2 - fix for audio over HDMI&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-14 22600 ==&lt;br /&gt;
* pluto-dcerouter (154,155) - Fixes broken Delay command&lt;br /&gt;
* pluto-libresolution (545,544) - UseEDID HDMI Audio xorg.conf entry&lt;br /&gt;
* pluto-asterisk (270.271) - Fix for Messagenet configuration script (changing Window&#039;s EOL characters)&lt;br /&gt;
* pluto-system-database (211) - Some devicedata changes for dcerouter delay command and DCS-5300G camera&lt;br /&gt;
* pluto-website-admin (220) - fix HDMI selection in web admin&lt;br /&gt;
* pluto-xine-player (117,136) - removed 1 second sleep after play media. refactored code to stop screen saver&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-25 22639 - Christmas fix ==&lt;br /&gt;
* freepbx - removal of chan_vpb.so to circumvent coredumps on system without a Voicetronix board (#519)&lt;br /&gt;
* pluto-avwizard (555,556) - modification of startup scripts to not screw the system upon status calls to the startup scripts&lt;br /&gt;
* pluto-boot-scripts (234)&lt;br /&gt;
** modification of startup scripts to not screw the system upon status calls to the startup scripts&lt;br /&gt;
** updated Backup/Restore functionallity&lt;br /&gt;
** fixes  web admin log links for hybrid MD&lt;br /&gt;
** Make sure only a single logrotate configuration file for LinuxMCE exist&lt;br /&gt;
* pluto-hdhomerun(621,620)- Fixes bug where only 1 tuner was added to mythtv&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Fixes deletion of of hostname from mythconverg.capturecard by creating and using a dummy videosource&lt;br /&gt;
* pluto-simplephone (498,499) - Adds support for password in DeviceData&lt;br /&gt;
* pluto-std-plugins (116,135) - Adds support for specialized interfaces&lt;br /&gt;
* pluto-system-database (211) - Some devicedata changes for SIP phone templates to include devicedata for password&lt;br /&gt;
* pluto-website-admin (220) - Fixes Climate Command Wizard Set Temperature command, Climate Command Wizard also now works with On//Off Climate Devices&lt;br /&gt;
* pluto-orbiter (119,138) - Fixes issue with input devices crashing orbiter [http://svn.linuxmce.org/trac.cgi/ticket/522 #522]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-01-08 22669 ==&lt;br /&gt;
*pluto-boot-scripts (234) &lt;br /&gt;
** Purge_Camera_Archives.pl fixed&lt;br /&gt;
** backup/restore fixed&lt;br /&gt;
** enable_wol called from Startup script - WOL for MDs should work again&lt;br /&gt;
*pluto-motion-wrapper (456,455) - Now calls the purge script every 6 hours and on reload&lt;br /&gt;
*pluto-storage-devices (533) &lt;br /&gt;
** Hostname now added to string to be displayed on orbiters when new drives are detected. &lt;br /&gt;
** Boot partitions will be filtered out also.&lt;br /&gt;
*pluto-system-database (211) - changes to MotionWrapper&#039;s motion.conf default options to use new option names&lt;br /&gt;
&lt;br /&gt;
==  Update 2010-01-16 22689 ==&lt;br /&gt;
* pluto-boot-scripts (234) - new safe_delete.sh script for safely deleting database entries&lt;br /&gt;
* pluto-cm15a (730,731) - new DCE device, CM15A USB interface for X10&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Capture card install now goes directly to the setup wizard&lt;br /&gt;
* pluto-orbiter (119,138) - Capture card install now goes directly to the setup wizard&lt;br /&gt;
* pluto-storage-devices (533) - mount no longer echos out errors during ro filesystem&lt;br /&gt;
* pluto-photo-screen-saver (582,581) - Rotate image according to exif tag [http://svn.linuxmce.org/trac.cgi/ticket/566 #566]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-01-27 22704 ==&lt;br /&gt;
* pluto-photo-screen-saver (582,581) - maintain correct image aspect ratio [http://svn.linuxmce.org/trac.cgi/ticket/568 #568]&lt;br /&gt;
* pluto-vdr (469,468) &lt;br /&gt;
** Use remotetimer for central scheduling&lt;br /&gt;
** Don&#039;t autostart VDR on MD&lt;br /&gt;
** Support VDPAU &lt;br /&gt;
* VDR - We provide our own packages (1.7.11 sources packages from eTobi and free-vdr.de)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-03 22733 ==&lt;br /&gt;
* MythTV - We provide our own packages (0.22 sources packages from mythbuntu )&lt;br /&gt;
* ZWave Lighting (505,506) - Wizard bugfix&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-08 22754 ==&lt;br /&gt;
* Hulu PlugIn (737,738) - Initial Beta of Hulu Support&lt;br /&gt;
* Hulu Player (739,740) - from TSCHAK&lt;br /&gt;
* Game Player (673,674) - Added support for custom controller files to Game Player - see TankStick DT #2100 for an example.&lt;br /&gt;
* pluto-std-plugins - fixes #587&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-10 22758 ==&lt;br /&gt;
* pluto-boot-script (234)- Add Activate Orbiter to KDE desktop (#596)&lt;br /&gt;
* mce-diskless-tools (627,628) - Add a link to the desktop to call Activate Orbiter (#596)&lt;br /&gt;
* linux-diskless-image (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
* alsa-modules (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
* zaptel-modules (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-12 22763 ==&lt;br /&gt;
* new-installer &lt;br /&gt;
** changes in kdm link management&lt;br /&gt;
** verify kubuntu-desktop is installed&lt;br /&gt;
* pluto-boot-script (234) - Fix copying of desktop link to activate Orbiter into root&#039;s Desktop dir&lt;br /&gt;
* pluto-vdr (469,468) - Only backup setup.conf if it exists.&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-13 22765 ==&lt;br /&gt;
* pluto-std-plugins - fixes #587&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-14 22768 ==&lt;br /&gt;
* pluto-xine-player (117,136) - removed dependency for libxine1-ffmpeg&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-16 22777 ==&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
** Fixes event criteria for PK_EventParameter [http://svn.linuxmce.org/trac.cgi/ticket/602 #602]&lt;br /&gt;
** Fixes time of day - can now check againt hh:mm:ss [http://svn.linuxmce.org/trac.cgi/ticket/605 #605]&lt;br /&gt;
** Fixed bug introduced in the two fixes above [http://svn.linuxmce.org/trac.cgi/ticket/608 #608]&lt;br /&gt;
* pluto-vdr (468,469) - Remove SourceCaps entries from default setup.conf&lt;br /&gt;
* pluto-system-database (211) - Hulu Player/PlugIn changes&lt;br /&gt;
* Hulu PlugIn (737,738) - device template constant fixes&lt;br /&gt;
* Hulu Player (739,740) - device template constant fixes&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-18 22795 ==&lt;br /&gt;
* pluto-proxy-orbiter (487,488) Fixes [http://svn.linuxmce.org/trac.cgi/ticket/610 #610]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-23 22803 ==&lt;br /&gt;
* pluto-boot-script (234) &lt;br /&gt;
** Install zaptel-modules and load ztdummy for meetme&lt;br /&gt;
** Disable KDE screensaver upon KDE Desktop start (fixes #600)&lt;br /&gt;
* pluto-dhcpd-plugin (302) - Make sure to transfer database secret into sip_additional.conf&lt;br /&gt;
* pluto-orbiter (119,138) - Color fixes&lt;br /&gt;
* pluto-proxy-orbiter (488,487) - Color fixes - thanks radu&lt;br /&gt;
* pluto-vdr (468,469)&lt;br /&gt;
** Only create setup.conf if it does not contain a remotetimers entry&lt;br /&gt;
** Disable shutdown of system from VDR&lt;br /&gt;
* v4l2-firmware (733) - Added new firmware drivers to support a broader range of DVB cards&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-28 22812 ==&lt;br /&gt;
&lt;br /&gt;
Hulu Now works, and the HAI Omni Security panel driver has been checked in and integrated.&lt;br /&gt;
&lt;br /&gt;
* pluto-system-database (211) - Addition of buttons to Hulu Remote (tschak)&lt;br /&gt;
* lmce-hulu-player (739,740) - Hulu Player now uses Hulu Desktop&#039;s LIRCD port via a fake LIRCD Server. (tschak)&lt;br /&gt;
* 751  	HAI Control Program&lt;br /&gt;
* 750 	HAI Control Program Source&lt;br /&gt;
* 749  	LinuxMCE HAI Omni RS232 Panel Support&lt;br /&gt;
* 748 	LinuxMCE HAI Omni RS232 Panel Support Source&lt;br /&gt;
* pluto-zwave-lighting (505,506) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/620 #620] multi instance support for sensors&lt;br /&gt;
* pluto-mplayer-player (657,656) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/471 #471] Finally committed vdpau support for mplayer&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-07 22832 ==&lt;br /&gt;
&lt;br /&gt;
* pluto-zwave-lighting (505,506) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/620 #620] make command for child work again&lt;br /&gt;
* pluto-system-database (211) - new package and package changes for datalogger plugin&lt;br /&gt;
* lmce-datalog-database (753) - datalogger database, refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630]&lt;br /&gt;
* lmce-datalogger-plugin (686,687) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630] install automatically, configurable graph display&lt;br /&gt;
* lmce-datalog-db (688,689) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630]&lt;br /&gt;
* pluto-website-admin (220) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630], [http://svn.linuxmce.org/trac.cgi/ticket/633 #633], fix for some attribute names not showing up in media browser page, improvements to datalogger section&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/637 #637] allow event plugin to reload configuration without a router reload&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-14 22853 ==&lt;br /&gt;
* pluto-website-admin (220) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/637 #637] Reload event plugin configuration when events change (no need to reload router anymore, except after adding/deleting event commands), [http://svn.linuxmce.org/trac.cgi/ticket/648 #648] Fix device template adding to avoid sqlCVS commit problems&lt;br /&gt;
* pluto-orbiter (119,138) [http://svn.linuxmce.org/trac.cgi/ticket/647 #647] Enable event mapping for mouse buttons&lt;br /&gt;
* pluto-system-database (211) [http://svn.linuxmce.org/trac.cgi/ticket/646 #646] Device template for Logitech MX Air mouse&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/651 #651] fix router crash with boolean event parameters&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-23 22876 ==&lt;br /&gt;
* pluto-std-plugins (116,135) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], media plugin supports play all for pictures&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], picture viewer&lt;br /&gt;
* lmce-picture-plugin (756,757) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], picture plugin&lt;br /&gt;
* Pluto PNP Detection Scripts (562), added detection script for Pioneer Elite series of Receivers&lt;br /&gt;
* Pluto Capture Card Setup Scripts (580), added input change scripts for various capture cards&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-08 22883 ==&lt;br /&gt;
* pluto-boot-script (234) - Change smb.conf template to disable unix extension.&lt;br /&gt;
* pluto-website-admin (220) - [http://svn.linuxmce.org/trac.cgi/ticket/662 Fixes #662]&lt;br /&gt;
* lmce-picture-plugin (756,757) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650] fix pause of slideshow&lt;br /&gt;
* pluto-system-database (211) [http://svn.linuxmce.org/trac.cgi/ticket/650 #650] designer changes for picture viewer&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-14 22889 *CLOUD Release* ==&lt;br /&gt;
*  pluto-system-database (211) changes to the repository information for a package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-28 22898  ==&lt;br /&gt;
* pluto-website-admin (220) - [http://svn.linuxmce.org/trac.cgi/ticket/662 Fixes #662 (again ;) )]&lt;br /&gt;
* pluto-system-database (211) - sqlCVS additions for the SmartQ V7 MID&lt;br /&gt;
* pluto-updateentarea (341,342) - code in Setup to allow for devices in the MID category to get media scenarios.&lt;br /&gt;
* pluto-storage-devices (533) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/672 #672]&lt;br /&gt;
* mce-diskless-tools (627,628) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/655 #655]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-05-20 22958 ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* pluto-orbitergen (226,227) - Orbitergen changed to specify that MIDs are on-screen orbiters. This may change in the future, but I need to test something... --[[User:Tschak909|Tschak909]] 06:22, 9 May 2010 (CEST)&lt;br /&gt;
* pluto-system-database (211) - [http://svn.linuxmce.org/trac.cgi/ticket/684 Toshiba RAS series IR control template]&lt;br /&gt;
* pluto-generic-serial-device (307,335) - [http://svn.linuxmce.org/trac.cgi/ticket/685 access return parameters in GSD device]&lt;br /&gt;
* mythtv-0.23&lt;br /&gt;
&lt;br /&gt;
== Update 2010-05-20 22959 ==&lt;br /&gt;
* lmce-update-system (650,651) - Setup pinning to the LinuxMCE repository&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - MythTV 0.23 support has been baked in. Thanks mandingo&lt;br /&gt;
* pluto-mythtv-player (133,152)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-01 23002 ==&lt;br /&gt;
* lmce-hulu-player (739,740) - changed the accept() loop to be non-blocking, fixing the hung hulu player issue when the router needs to reload. -TSCHAK &lt;br /&gt;
* mce-diskless-tools (627,628) - cBuckle sent in a bugfix that prevented media directors with more than one NIC from properly being detected. We now assume the booting NIC is eth0. Thanks cBuckle! -TSCHKA&lt;br /&gt;
* pluto-website-admin (220) - Fixes #705, and #706 -TSCHAK&lt;br /&gt;
* pluto-system-database (211) - Fixes to QuickStartTemplate so icons will show. -TSCHAK&lt;br /&gt;
* pluto-std-plugins (116,135) - Fix to General Info Plugin so that it will properly show PNG images&lt;br /&gt;
* pluto-boot-scripts (234) - Fix to UpdateQuickStartIcons.sh to download quick start icons and convert to PNG if needed.&lt;br /&gt;
* lmce-update-system (650,651) - Fix preferences file&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-07 23036 ==&lt;br /&gt;
* pluto-asterisk (270.271) - Fix initial for no voicemail greetings after setup wizard (thanks los93sol)&lt;br /&gt;
* pluto-vdr (469,468) &lt;br /&gt;
** Syntax error fix in StartVDRClient - should start correct on MDs now.&lt;br /&gt;
** Add a default remote.conf so people can use the keyboard to control VDR.&lt;br /&gt;
* pluto-system-database (211) - Add support for TED5000 and Energy Monitoring Events to be used by future devices&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-09 23046 ==&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs #650, start picture viewer minimized&lt;br /&gt;
* pluto-website-admin (220) - Change wording of VDR error message to better reflect what&#039;s going on.&lt;br /&gt;
* v4l2-Modules (732) - Fix debian package naming to allow proper install of dkms package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-10 23047 ==&lt;br /&gt;
* v4l2-Modules (732) - Fix Debian package naming to allow proper install of dkms package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-14 23070 ==&lt;br /&gt;
* pluto-std-plugins (116,135) - Fix to General Info Plugin to allow Firefox Bookmarks to work again. Please test!&lt;br /&gt;
* pluto-boot-scripts (234) - Modify Mozilla.sh to properly output a profile where bookmarks work again.&lt;br /&gt;
* mce-diskless-tools (627,628) - Modify DisklessInteractor to always return i386 until we get a working amd64 build again.&lt;br /&gt;
* vdr - Update to version 1.7.15 &lt;br /&gt;
** Get rid of a few patches&lt;br /&gt;
** Fixes for sound decoding in Denmark&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-18 23082 ==&lt;br /&gt;
* lmce-datalogger-plugin (686,687)&lt;br /&gt;
* lmce-datalog-database (753)&lt;br /&gt;
* pluto-boot-scripts (234)&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
* asterisk-pluto (269)&lt;br /&gt;
* pluto-asterisk (270,271)&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
* pluto-mythtv-player (133,152) - Fix the missing MythTV Setup in Computing. as the Quick Start Template has moved rows.&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Fixes #732 - Storage devices not locally attached to core are not added to mythtv storage groups and cleans up some error messages&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-28 23119 ==&lt;br /&gt;
* asterisk-pluto (269) - Fix fire SOS event and dialplan cleanup - Los93soL&lt;br /&gt;
* freepbx - Fix fire SOS event and dialplan cleanup - Los93soL&lt;br /&gt;
* mjproxy (760,761)&lt;br /&gt;
* pluto-dhcpd-plugin (302) - update configure scripts for grandstream and snom 3xx phones for support of database secret.&lt;br /&gt;
* pluto-mythtv-player (133,152) - Bug #737 - MH Play Media can now set initial channel&lt;br /&gt;
* pluto-std-plugins (116,135) - Bug #736 - CMD_Delete_File in Media PlugIn now will not allow deletion of arbitrary files from the disk, lots of sanity checks. Support for deleting voicemails.&lt;br /&gt;
* pluto-system-database (211)&lt;br /&gt;
* pluto-xine-player (117,136) - enable subtitle support&lt;br /&gt;
* pluto-vdr (468,469) - Bug #737 - MH Play Media can now set initial channel&lt;br /&gt;
* pluto-website-admin (220) - Adds energy monitor that uses state change #677&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-03  ==&lt;br /&gt;
*asterisk-pluto (269)&lt;br /&gt;
** Fix pluto sos menu generates the voice dialogs now&lt;br /&gt;
** Update caller id when sos menu calls out&lt;br /&gt;
*freepbx&lt;br /&gt;
** General dialplan cleanup&lt;br /&gt;
** FreePBX system status works now&lt;br /&gt;
** Fix warnings when updating modules list in FreePBX&lt;br /&gt;
*lmce-hai-omni-rs232 (748,749) - Make sure HAI created devices set HAI as the controlled via device&lt;br /&gt;
*pluto-asterisk (270,271)&lt;br /&gt;
** Update create scripts and abstract redundant code&lt;br /&gt;
** Keep Line_HouseMode in sync when trunks are deleted&lt;br /&gt;
** Transfers are working again&lt;br /&gt;
*pluto-website-admin (220) - Don&#039;t display phone trunk passwords in web admin&lt;br /&gt;
*pluto-dhcpd-plugin (302) - Cisco 7960 (with SIP firmware) will use sip secret now&lt;br /&gt;
*pluto-std-plugins (116,135) - CRITICAL MEDIA PLUGIN FIX IN CMD_Set_Media_Private which was causing the router to rapidly crash due to odd data coming in from MythTV PlugIn. Will investigate further, but this does stop the crashes.&lt;br /&gt;
*pluto-mythtv-plugin (136,152) - Add changes to MythTvSyncDB.sh to always set AlwaysStreamFiles to 1 for media directors.&lt;br /&gt;
*lmce-hulu-player (744,745) - somehow, an older package snuck in. This needs to be rebuilt to fix the hanging bug that somehow reappeared. Yes, I went back and checked the checked in code from a fresh checkin, this will fix it&lt;br /&gt;
*pluto-storage-devices (533) - Added dependencies for nbd-client and nbd-server so that remote playing of DVDs will work, correctly. (Fixes #743)&lt;br /&gt;
* pluto-proxy-orbiter - updates from Dianemo&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-06 23148 ==&lt;br /&gt;
* freepbx - Changelog updated to get a new version number&lt;br /&gt;
* pluto-asterisk (270,271) - Add support for making announcements to phones&lt;br /&gt;
* pluto-dhcpd-plugin (302) - Define helper script as a perl script&lt;br /&gt;
* pluto-std-plugins (116,135) - Small speed up fix for video file list &lt;br /&gt;
* pluto-text-to-speech (283,284) - Add support for making announcements to phones&lt;br /&gt;
* pluto-website-admin (220) - Updates to the new weborbiter&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-14 23155 ==&lt;br /&gt;
* pluto-asterisk (270,271) - Only send extra channel options for transfers when an extra channel is there, also fixes to viatalk create script so things work nicely again&lt;br /&gt;
* pluto-simplephone (498,499) - Whoops!  Missed this package a few days ago, fixes Orbiter phones so they connect with the SIP secret&lt;br /&gt;
* pluto-system-database (211) - Updates to the Size table to include older iPhone/iPod Touch sizes, as well as iPhone4 size.&lt;br /&gt;
* pluto-mythtv-plugin (136,152) - Fixed some incorrect behavior with generating mythtv storage groups&lt;br /&gt;
* lmce-launch-manager (299,298) - Fixed the StartCoreServices.sh from passing wrong Device_ID to Sync2amp.pl causing NAS passwords to become scrabled.&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-16 23161 ==&lt;br /&gt;
* pluto-proxy-orbiter (487,488) - now with committed fixes for the 404 in 7970&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-17 23165 == &lt;br /&gt;
* pluto-boot-scripts (234) - New startup script for the Launch Manager (fixes #753)&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
** Weborbiter: add missing getNews function (fixes #755)&lt;br /&gt;
** Weborbiter: keep trying to get images/data when an communication error occurs&lt;br /&gt;
** Weborbiter: fix keyboard processing (fixes #754)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-27 23202 ==&lt;br /&gt;
* asterisk-pluto (269) - Generate all speech for pluto-sos-menus, and generate /etc/asterisk/extensions_custom.conf completely dynamically - Los93soL&lt;br /&gt;
* libxine - Refs [http://svn.linuxmce.org/trac.cgi/ticket/535 #535], Backport of newer Matroska container support form lib-xine 1.1.17.&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], fixes alpha blending of picture viewer&lt;br /&gt;
* pluto-boot-scripts (234) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/758 #758], Fix cameras on MDs by using NFS mount for the camera dir&lt;br /&gt;
* pluto-updatemedia (405,406) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/651 #434], Different handling for VDR files - WARNING!! Playback of VDR recording from video is still not possible!&lt;br /&gt;
* pluto-website-admin (220) - Make sure the phone system is updated with changes made to cell phone notifications via web admin - Los93soL&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs #315 Should fix most of the call transfer issues, please test thoroughly - Los93soL&lt;br /&gt;
&lt;br /&gt;
== Update 2010-08-02 23227 ==&lt;br /&gt;
* lmce-datalogger-plugin (686,687) - Refs #104 Add initial support for logging Sensor Tripped Events - Los93soL&lt;br /&gt;
* lmce-datalog-database (753) - Refs #104 Add initial support for logging Sensor Tripped Events - Los93soL&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** Start the StorageDevices setup in the background during system start, and restart samba as part of the storage devices setup.&lt;br /&gt;
** Fixes #748 Some MAC addresses would get truncated, Thanks Coley - Los93soL&lt;br /&gt;
* pluto-app-server (145,126) - Do proper check to determine if suspend is supported&lt;br /&gt;
* pluto-website-admin (220) - Fixes #569 Don&#039;t assume calls originate from the US - Los93soL&lt;br /&gt;
* asterisk-pluto (269) - Fixes #570 Attempt to lookup caller name in phone book and correct as possible - Los93sol&lt;br /&gt;
* pluto-asterisk (270,271) - Fixes #570 Attempt to lookup caller name in phone book and correct as possible - Los93soL&lt;br /&gt;
&lt;br /&gt;
== Update 2010-08-29 23259 ==&lt;br /&gt;
* lmce-squeezeslave (763) - Refs #776 wrapper script to start squeezeslave&lt;br /&gt;
* mce-diskless-tools (627,628) - #798 /etc/diskless.conf not being created - merkur2k&lt;br /&gt;
* pluto-app-server (145,126) - #344 Allow power off mode override&lt;br /&gt;
* pluto-asterisk (270,271)&lt;br /&gt;
** Refs #570 Display caller name and picture from LinuxMCE phone book when available - Los93soL&lt;br /&gt;
** Change line ending for create_amp_sipgate_de.pl&lt;br /&gt;
* pluto-slimserver-plugin (424,425) - Refs #776 add squeezeslave template as possible playback device&lt;br /&gt;
* pluto-std-plugins - fix audio album snafu&lt;br /&gt;
* pluto-storage-devices (533) - #799 (re)enable NFS instead of CIFS for internal disk drive sharing - merkur2k&lt;br /&gt;
&lt;br /&gt;
== Update 2010-09-16 23289 ==&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** enable WOL on boot up again&lt;br /&gt;
** fix HDMI and SPDIF unmuting for AVWizard and successive boots. &lt;br /&gt;
** #813, SetupUsers_Homes.sh no longer executes on media directors, faster boot. &lt;br /&gt;
** #733, BootMessage.sh no longer emits an error.&lt;br /&gt;
* pluto-generic-serial-device (307,335) - fix ethernet device support for GSDs&lt;br /&gt;
* pluto-orbiter (119,138) - #811 - WiiMote support. Change mouse accelleration so that the wiimote can actually traverse the entire width of the screen.&lt;br /&gt;
* pluto-std-plugins - #814 - Display the dimming column on the floor plan for drapes and blinds&lt;br /&gt;
* pluto-updateentarea (341,342) - #815 - Autogenerated scenarios sleep/wakeup do the right thing for blinds/drapes&lt;br /&gt;
* pluto-website-admin (220) #708 - add default media sort options to orbiters page, #636 - fixes special characters for IMDB tagging&lt;br /&gt;
&lt;br /&gt;
== Update 2010-10-06 23324 ==&lt;br /&gt;
* lmce-linux-igd  (765 - New package for #826 - merkur2k&lt;br /&gt;
* lirc_0.8.3 &lt;br /&gt;
** built in build-replacements.sh, only it is commented atm&lt;br /&gt;
** Refs #822 fixes repeat problems with pronto codes&lt;br /&gt;
* lmce-mediatomb (702) - Generate a more sane config file for mediatomb - merkur2k&lt;br /&gt;
* pluto-boot-script (234) - Mount /home via nfs instead of cifs on media directors, updates for #826 - merkur2k&lt;br /&gt;
* pluto-lirc-wrapper (340,421) - Fixes #822 lirc can now send pronto codes properly&lt;br /&gt;
* pluto-orbiter (119,138) - Fix for #458 - power menu now works correctly to control other media directors from OSD&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
** Voicemail changes and fixes.&lt;br /&gt;
** Absolute Timed Events are working (thanks TSCHAK)&lt;br /&gt;
** Fixes #833 - possible to compare integer criteria against a list of comma-separated values&lt;br /&gt;
* pluto-system-database (211) - lots of sqlCVS changes.&lt;br /&gt;
* pluto-website-admin (220) - Misc fixes from various tickets - merkur2k&lt;br /&gt;
* pluto-zwave-lighting (505,506) - #44 Improve detection of multi instance devices, possible to resync device data&lt;br /&gt;
* pluto-storage-devices (533) - Add NFS Radar - merkur2k&lt;br /&gt;
* pluto-mythtv-plugin (136,152) - misc storage group fixes - merkur2k&lt;br /&gt;
** &amp;quot;use autumatically&amp;quot; flag for storage devices is now honored&lt;br /&gt;
** better support for remote storage devices (Nas, windows share, etc)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-10-13 23333 ==&lt;br /&gt;
* pluto-std-plugins (116,135) -&lt;br /&gt;
** Media Plugin fix to not turn on OSD (TV) if the TV was already off, and was triggered by an orbiter to play audio. Superfluous block of code removed, Thanks uplink!&lt;br /&gt;
** Possible fix for #674, media is not streamed through unnecessary MDs&lt;br /&gt;
** Fixes #849 house mode change event now sends previous mode as parameter, event plugin uses that when processing house mode change events&lt;br /&gt;
* pluto-system-database (211) - esev made changes to the non-pluto-DVD remote to make it much more usable! Thanks!&lt;br /&gt;
* pluto-lirc-wrapper (340,421) - Fixes #822 lirc now depends on required message translation library&lt;br /&gt;
* lmce-mediatomb (702) - Fixes #841&lt;br /&gt;
* pluto-boot-scripts (234) - #848 - honor &amp;quot;enable UpdateMedia&amp;quot; setting in web admin&lt;br /&gt;
* lmce-launch-manager (299,298) - #848 - honor &amp;quot;enable UpdateMedia&amp;quot; setting in web admin&lt;br /&gt;
&lt;br /&gt;
== Upcoming fixes... ==&lt;br /&gt;
&#039;&#039;&#039;Note: Please put the name of the package file and the source and bin package number in this list, followed by a small description of what has changed! Hulu Player is not the name of the package, but lmce-hulu-player. It makes the life of the person, who needs to update the repo a lot easier. Thank you!&#039;&#039;&#039;&lt;br /&gt;
* pluto-proxy-orbiter (487,488) - Refs #821 - configuration script for automatic proxy orbiter port selection - merkur2k&lt;br /&gt;
* pluto-system-database (211) - Add the above file&lt;br /&gt;
* pluto-website-admin (220) - Refs #821 - enable web orbiter in &amp;quot;add orbiter&amp;quot; dropdown in orbiters wizard page - merkur2k&lt;br /&gt;
** Refs #856 - View whole log only displays first 5000 lines&lt;br /&gt;
&lt;br /&gt;
== Bugfixes ==&lt;br /&gt;
=== Mythtv-plugin fails to install ===&lt;br /&gt;
Install with apt-get install -f &amp;lt;name-of-package&amp;gt;&lt;/div&gt;</summary>
		<author><name>Merkur2k</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=LinuxMCE-0810_beta&amp;diff=25979</id>
		<title>LinuxMCE-0810 beta</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=LinuxMCE-0810_beta&amp;diff=25979"/>
		<updated>2010-10-19T00:58:21Z</updated>

		<summary type="html">&lt;p&gt;Merkur2k: /* Upcoming fixes... */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Software]]&lt;br /&gt;
This page outlines some information about the Beta, as well as outlining any changes and bugfixes we are applying, just like we did with the alpha2 page.&lt;br /&gt;
&lt;br /&gt;
The installation instructions found on the alpha2 page still apply:&lt;br /&gt;
&lt;br /&gt;
==Installing LinuxMCE-0810==&lt;br /&gt;
Please see detailed instruction on how to install LinuxMCE-0810 and keep it up-to-date with the latest updates [[installing 0810|here]].&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-03 22558 ==&lt;br /&gt;
* Build_Replacement_Package - freepbx (ubuntu/asterisk/freepbx) - Ticket #345 - Fixes the issue of installing new modules in FreePBX.&lt;br /&gt;
* pluto-asterisk (270.271) - Phone Lines fixing - asterisk (src/asterisk) - Ticket #374 - Fixes the issue during the creation procedure of a new phone lines via web LinuxMCE Admin. New MessageNet Provider support.&lt;br /&gt;
* pluto-avwizard (555,556) - Fixes #480 - Fails to identify untouched xorg.conf&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** Cleanup in nvidia-config&lt;br /&gt;
** MD WOL Problem fixed&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
** #469 IVR menue will now be regenerated every time a phone line is added.&lt;br /&gt;
** #221 IR commands selection screen now has sort modes to make it easier to sift through all those commands.&lt;br /&gt;
** #219 Various layout improvements to the wizard pages.&lt;br /&gt;
* pluto-xine-player (117,136) - changes for HDMI out&lt;br /&gt;
* pluto-std-plugins (116,135) - Changes to Telecom PlugIn to give proper audio switching behaviour when USB Conference microphones are used for the media director phone. This is of relevance to particular configurations that do not allow concurrent access to the soundcard (such as coax/optical settings). -tschak&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-06 22569 ==&lt;br /&gt;
* pluto-dce-router (154,155) - now depends on lmce-skins-uita&lt;br /&gt;
* pluto-system-database (211) - new lmce-skins-uita package definition&lt;br /&gt;
* lmce-skins-uita (727) - new skin&lt;br /&gt;
* MPlayer_Player (656,657) - Videos that is played by mplayer can now take advantage of vdpau. (Set hw accel to &amp;quot;auto&amp;quot; or &amp;quot;vdpau&amp;quot;)&lt;br /&gt;
* pluto-xine-player (117,136) - don&#039;t stop screen saver when playing audio [http://svn.linuxmce.org/trac.cgi/ticket/486 #486]&lt;br /&gt;
* pluto-orbiter (119,138) - hide xine when playing audio, keeps screen saver visible [http://svn.linuxmce.org/trac.cgi/ticket/486 #486]&lt;br /&gt;
* Update of Zaptel and other kernel related packages to -16&lt;br /&gt;
== Update 2009-12-12 22598 ==&lt;br /&gt;
* pluto-website-admin (220) - sql fix from http://svn.linuxmce.org/trac.cgi/changeset/22567&lt;br /&gt;
* pluto-xine-plugin (118,137) - fix for remote audio cd streaming [http://svn.linuxmce.org/trac.cgi/ticket/470 #470] - still not working&lt;br /&gt;
* pluto-xine-player - refactor screen saver handling&lt;br /&gt;
* pluto-disk-drive (122,141) - fix for remote audio cd streaming [http://svn.linuxmce.org/trac.cgi/ticket/470 #470] - still not working&lt;br /&gt;
* pluto-x-scripts (520,523) - fix for audio over HDMI&lt;br /&gt;
* alsa-lib, alsa-utils, lib64asound2, libasound2 - fix for audio over HDMI&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-14 22600 ==&lt;br /&gt;
* pluto-dcerouter (154,155) - Fixes broken Delay command&lt;br /&gt;
* pluto-libresolution (545,544) - UseEDID HDMI Audio xorg.conf entry&lt;br /&gt;
* pluto-asterisk (270.271) - Fix for Messagenet configuration script (changing Window&#039;s EOL characters)&lt;br /&gt;
* pluto-system-database (211) - Some devicedata changes for dcerouter delay command and DCS-5300G camera&lt;br /&gt;
* pluto-website-admin (220) - fix HDMI selection in web admin&lt;br /&gt;
* pluto-xine-player (117,136) - removed 1 second sleep after play media. refactored code to stop screen saver&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-25 22639 - Christmas fix ==&lt;br /&gt;
* freepbx - removal of chan_vpb.so to circumvent coredumps on system without a Voicetronix board (#519)&lt;br /&gt;
* pluto-avwizard (555,556) - modification of startup scripts to not screw the system upon status calls to the startup scripts&lt;br /&gt;
* pluto-boot-scripts (234)&lt;br /&gt;
** modification of startup scripts to not screw the system upon status calls to the startup scripts&lt;br /&gt;
** updated Backup/Restore functionallity&lt;br /&gt;
** fixes  web admin log links for hybrid MD&lt;br /&gt;
** Make sure only a single logrotate configuration file for LinuxMCE exist&lt;br /&gt;
* pluto-hdhomerun(621,620)- Fixes bug where only 1 tuner was added to mythtv&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Fixes deletion of of hostname from mythconverg.capturecard by creating and using a dummy videosource&lt;br /&gt;
* pluto-simplephone (498,499) - Adds support for password in DeviceData&lt;br /&gt;
* pluto-std-plugins (116,135) - Adds support for specialized interfaces&lt;br /&gt;
* pluto-system-database (211) - Some devicedata changes for SIP phone templates to include devicedata for password&lt;br /&gt;
* pluto-website-admin (220) - Fixes Climate Command Wizard Set Temperature command, Climate Command Wizard also now works with On//Off Climate Devices&lt;br /&gt;
* pluto-orbiter (119,138) - Fixes issue with input devices crashing orbiter [http://svn.linuxmce.org/trac.cgi/ticket/522 #522]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-01-08 22669 ==&lt;br /&gt;
*pluto-boot-scripts (234) &lt;br /&gt;
** Purge_Camera_Archives.pl fixed&lt;br /&gt;
** backup/restore fixed&lt;br /&gt;
** enable_wol called from Startup script - WOL for MDs should work again&lt;br /&gt;
*pluto-motion-wrapper (456,455) - Now calls the purge script every 6 hours and on reload&lt;br /&gt;
*pluto-storage-devices (533) &lt;br /&gt;
** Hostname now added to string to be displayed on orbiters when new drives are detected. &lt;br /&gt;
** Boot partitions will be filtered out also.&lt;br /&gt;
*pluto-system-database (211) - changes to MotionWrapper&#039;s motion.conf default options to use new option names&lt;br /&gt;
&lt;br /&gt;
==  Update 2010-01-16 22689 ==&lt;br /&gt;
* pluto-boot-scripts (234) - new safe_delete.sh script for safely deleting database entries&lt;br /&gt;
* pluto-cm15a (730,731) - new DCE device, CM15A USB interface for X10&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Capture card install now goes directly to the setup wizard&lt;br /&gt;
* pluto-orbiter (119,138) - Capture card install now goes directly to the setup wizard&lt;br /&gt;
* pluto-storage-devices (533) - mount no longer echos out errors during ro filesystem&lt;br /&gt;
* pluto-photo-screen-saver (582,581) - Rotate image according to exif tag [http://svn.linuxmce.org/trac.cgi/ticket/566 #566]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-01-27 22704 ==&lt;br /&gt;
* pluto-photo-screen-saver (582,581) - maintain correct image aspect ratio [http://svn.linuxmce.org/trac.cgi/ticket/568 #568]&lt;br /&gt;
* pluto-vdr (469,468) &lt;br /&gt;
** Use remotetimer for central scheduling&lt;br /&gt;
** Don&#039;t autostart VDR on MD&lt;br /&gt;
** Support VDPAU &lt;br /&gt;
* VDR - We provide our own packages (1.7.11 sources packages from eTobi and free-vdr.de)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-03 22733 ==&lt;br /&gt;
* MythTV - We provide our own packages (0.22 sources packages from mythbuntu )&lt;br /&gt;
* ZWave Lighting (505,506) - Wizard bugfix&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-08 22754 ==&lt;br /&gt;
* Hulu PlugIn (737,738) - Initial Beta of Hulu Support&lt;br /&gt;
* Hulu Player (739,740) - from TSCHAK&lt;br /&gt;
* Game Player (673,674) - Added support for custom controller files to Game Player - see TankStick DT #2100 for an example.&lt;br /&gt;
* pluto-std-plugins - fixes #587&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-10 22758 ==&lt;br /&gt;
* pluto-boot-script (234)- Add Activate Orbiter to KDE desktop (#596)&lt;br /&gt;
* mce-diskless-tools (627,628) - Add a link to the desktop to call Activate Orbiter (#596)&lt;br /&gt;
* linux-diskless-image (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
* alsa-modules (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
* zaptel-modules (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-12 22763 ==&lt;br /&gt;
* new-installer &lt;br /&gt;
** changes in kdm link management&lt;br /&gt;
** verify kubuntu-desktop is installed&lt;br /&gt;
* pluto-boot-script (234) - Fix copying of desktop link to activate Orbiter into root&#039;s Desktop dir&lt;br /&gt;
* pluto-vdr (469,468) - Only backup setup.conf if it exists.&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-13 22765 ==&lt;br /&gt;
* pluto-std-plugins - fixes #587&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-14 22768 ==&lt;br /&gt;
* pluto-xine-player (117,136) - removed dependency for libxine1-ffmpeg&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-16 22777 ==&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
** Fixes event criteria for PK_EventParameter [http://svn.linuxmce.org/trac.cgi/ticket/602 #602]&lt;br /&gt;
** Fixes time of day - can now check againt hh:mm:ss [http://svn.linuxmce.org/trac.cgi/ticket/605 #605]&lt;br /&gt;
** Fixed bug introduced in the two fixes above [http://svn.linuxmce.org/trac.cgi/ticket/608 #608]&lt;br /&gt;
* pluto-vdr (468,469) - Remove SourceCaps entries from default setup.conf&lt;br /&gt;
* pluto-system-database (211) - Hulu Player/PlugIn changes&lt;br /&gt;
* Hulu PlugIn (737,738) - device template constant fixes&lt;br /&gt;
* Hulu Player (739,740) - device template constant fixes&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-18 22795 ==&lt;br /&gt;
* pluto-proxy-orbiter (487,488) Fixes [http://svn.linuxmce.org/trac.cgi/ticket/610 #610]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-23 22803 ==&lt;br /&gt;
* pluto-boot-script (234) &lt;br /&gt;
** Install zaptel-modules and load ztdummy for meetme&lt;br /&gt;
** Disable KDE screensaver upon KDE Desktop start (fixes #600)&lt;br /&gt;
* pluto-dhcpd-plugin (302) - Make sure to transfer database secret into sip_additional.conf&lt;br /&gt;
* pluto-orbiter (119,138) - Color fixes&lt;br /&gt;
* pluto-proxy-orbiter (488,487) - Color fixes - thanks radu&lt;br /&gt;
* pluto-vdr (468,469)&lt;br /&gt;
** Only create setup.conf if it does not contain a remotetimers entry&lt;br /&gt;
** Disable shutdown of system from VDR&lt;br /&gt;
* v4l2-firmware (733) - Added new firmware drivers to support a broader range of DVB cards&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-28 22812 ==&lt;br /&gt;
&lt;br /&gt;
Hulu Now works, and the HAI Omni Security panel driver has been checked in and integrated.&lt;br /&gt;
&lt;br /&gt;
* pluto-system-database (211) - Addition of buttons to Hulu Remote (tschak)&lt;br /&gt;
* lmce-hulu-player (739,740) - Hulu Player now uses Hulu Desktop&#039;s LIRCD port via a fake LIRCD Server. (tschak)&lt;br /&gt;
* 751  	HAI Control Program&lt;br /&gt;
* 750 	HAI Control Program Source&lt;br /&gt;
* 749  	LinuxMCE HAI Omni RS232 Panel Support&lt;br /&gt;
* 748 	LinuxMCE HAI Omni RS232 Panel Support Source&lt;br /&gt;
* pluto-zwave-lighting (505,506) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/620 #620] multi instance support for sensors&lt;br /&gt;
* pluto-mplayer-player (657,656) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/471 #471] Finally committed vdpau support for mplayer&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-07 22832 ==&lt;br /&gt;
&lt;br /&gt;
* pluto-zwave-lighting (505,506) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/620 #620] make command for child work again&lt;br /&gt;
* pluto-system-database (211) - new package and package changes for datalogger plugin&lt;br /&gt;
* lmce-datalog-database (753) - datalogger database, refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630]&lt;br /&gt;
* lmce-datalogger-plugin (686,687) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630] install automatically, configurable graph display&lt;br /&gt;
* lmce-datalog-db (688,689) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630]&lt;br /&gt;
* pluto-website-admin (220) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630], [http://svn.linuxmce.org/trac.cgi/ticket/633 #633], fix for some attribute names not showing up in media browser page, improvements to datalogger section&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/637 #637] allow event plugin to reload configuration without a router reload&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-14 22853 ==&lt;br /&gt;
* pluto-website-admin (220) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/637 #637] Reload event plugin configuration when events change (no need to reload router anymore, except after adding/deleting event commands), [http://svn.linuxmce.org/trac.cgi/ticket/648 #648] Fix device template adding to avoid sqlCVS commit problems&lt;br /&gt;
* pluto-orbiter (119,138) [http://svn.linuxmce.org/trac.cgi/ticket/647 #647] Enable event mapping for mouse buttons&lt;br /&gt;
* pluto-system-database (211) [http://svn.linuxmce.org/trac.cgi/ticket/646 #646] Device template for Logitech MX Air mouse&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/651 #651] fix router crash with boolean event parameters&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-23 22876 ==&lt;br /&gt;
* pluto-std-plugins (116,135) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], media plugin supports play all for pictures&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], picture viewer&lt;br /&gt;
* lmce-picture-plugin (756,757) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], picture plugin&lt;br /&gt;
* Pluto PNP Detection Scripts (562), added detection script for Pioneer Elite series of Receivers&lt;br /&gt;
* Pluto Capture Card Setup Scripts (580), added input change scripts for various capture cards&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-08 22883 ==&lt;br /&gt;
* pluto-boot-script (234) - Change smb.conf template to disable unix extension.&lt;br /&gt;
* pluto-website-admin (220) - [http://svn.linuxmce.org/trac.cgi/ticket/662 Fixes #662]&lt;br /&gt;
* lmce-picture-plugin (756,757) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650] fix pause of slideshow&lt;br /&gt;
* pluto-system-database (211) [http://svn.linuxmce.org/trac.cgi/ticket/650 #650] designer changes for picture viewer&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-14 22889 *CLOUD Release* ==&lt;br /&gt;
*  pluto-system-database (211) changes to the repository information for a package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-28 22898  ==&lt;br /&gt;
* pluto-website-admin (220) - [http://svn.linuxmce.org/trac.cgi/ticket/662 Fixes #662 (again ;) )]&lt;br /&gt;
* pluto-system-database (211) - sqlCVS additions for the SmartQ V7 MID&lt;br /&gt;
* pluto-updateentarea (341,342) - code in Setup to allow for devices in the MID category to get media scenarios.&lt;br /&gt;
* pluto-storage-devices (533) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/672 #672]&lt;br /&gt;
* mce-diskless-tools (627,628) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/655 #655]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-05-20 22958 ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* pluto-orbitergen (226,227) - Orbitergen changed to specify that MIDs are on-screen orbiters. This may change in the future, but I need to test something... --[[User:Tschak909|Tschak909]] 06:22, 9 May 2010 (CEST)&lt;br /&gt;
* pluto-system-database (211) - [http://svn.linuxmce.org/trac.cgi/ticket/684 Toshiba RAS series IR control template]&lt;br /&gt;
* pluto-generic-serial-device (307,335) - [http://svn.linuxmce.org/trac.cgi/ticket/685 access return parameters in GSD device]&lt;br /&gt;
* mythtv-0.23&lt;br /&gt;
&lt;br /&gt;
== Update 2010-05-20 22959 ==&lt;br /&gt;
* lmce-update-system (650,651) - Setup pinning to the LinuxMCE repository&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - MythTV 0.23 support has been baked in. Thanks mandingo&lt;br /&gt;
* pluto-mythtv-player (133,152)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-01 23002 ==&lt;br /&gt;
* lmce-hulu-player (739,740) - changed the accept() loop to be non-blocking, fixing the hung hulu player issue when the router needs to reload. -TSCHAK &lt;br /&gt;
* mce-diskless-tools (627,628) - cBuckle sent in a bugfix that prevented media directors with more than one NIC from properly being detected. We now assume the booting NIC is eth0. Thanks cBuckle! -TSCHKA&lt;br /&gt;
* pluto-website-admin (220) - Fixes #705, and #706 -TSCHAK&lt;br /&gt;
* pluto-system-database (211) - Fixes to QuickStartTemplate so icons will show. -TSCHAK&lt;br /&gt;
* pluto-std-plugins (116,135) - Fix to General Info Plugin so that it will properly show PNG images&lt;br /&gt;
* pluto-boot-scripts (234) - Fix to UpdateQuickStartIcons.sh to download quick start icons and convert to PNG if needed.&lt;br /&gt;
* lmce-update-system (650,651) - Fix preferences file&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-07 23036 ==&lt;br /&gt;
* pluto-asterisk (270.271) - Fix initial for no voicemail greetings after setup wizard (thanks los93sol)&lt;br /&gt;
* pluto-vdr (469,468) &lt;br /&gt;
** Syntax error fix in StartVDRClient - should start correct on MDs now.&lt;br /&gt;
** Add a default remote.conf so people can use the keyboard to control VDR.&lt;br /&gt;
* pluto-system-database (211) - Add support for TED5000 and Energy Monitoring Events to be used by future devices&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-09 23046 ==&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs #650, start picture viewer minimized&lt;br /&gt;
* pluto-website-admin (220) - Change wording of VDR error message to better reflect what&#039;s going on.&lt;br /&gt;
* v4l2-Modules (732) - Fix debian package naming to allow proper install of dkms package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-10 23047 ==&lt;br /&gt;
* v4l2-Modules (732) - Fix Debian package naming to allow proper install of dkms package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-14 23070 ==&lt;br /&gt;
* pluto-std-plugins (116,135) - Fix to General Info Plugin to allow Firefox Bookmarks to work again. Please test!&lt;br /&gt;
* pluto-boot-scripts (234) - Modify Mozilla.sh to properly output a profile where bookmarks work again.&lt;br /&gt;
* mce-diskless-tools (627,628) - Modify DisklessInteractor to always return i386 until we get a working amd64 build again.&lt;br /&gt;
* vdr - Update to version 1.7.15 &lt;br /&gt;
** Get rid of a few patches&lt;br /&gt;
** Fixes for sound decoding in Denmark&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-18 23082 ==&lt;br /&gt;
* lmce-datalogger-plugin (686,687)&lt;br /&gt;
* lmce-datalog-database (753)&lt;br /&gt;
* pluto-boot-scripts (234)&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
* asterisk-pluto (269)&lt;br /&gt;
* pluto-asterisk (270,271)&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
* pluto-mythtv-player (133,152) - Fix the missing MythTV Setup in Computing. as the Quick Start Template has moved rows.&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Fixes #732 - Storage devices not locally attached to core are not added to mythtv storage groups and cleans up some error messages&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-28 23119 ==&lt;br /&gt;
* asterisk-pluto (269) - Fix fire SOS event and dialplan cleanup - Los93soL&lt;br /&gt;
* freepbx - Fix fire SOS event and dialplan cleanup - Los93soL&lt;br /&gt;
* mjproxy (760,761)&lt;br /&gt;
* pluto-dhcpd-plugin (302) - update configure scripts for grandstream and snom 3xx phones for support of database secret.&lt;br /&gt;
* pluto-mythtv-player (133,152) - Bug #737 - MH Play Media can now set initial channel&lt;br /&gt;
* pluto-std-plugins (116,135) - Bug #736 - CMD_Delete_File in Media PlugIn now will not allow deletion of arbitrary files from the disk, lots of sanity checks. Support for deleting voicemails.&lt;br /&gt;
* pluto-system-database (211)&lt;br /&gt;
* pluto-xine-player (117,136) - enable subtitle support&lt;br /&gt;
* pluto-vdr (468,469) - Bug #737 - MH Play Media can now set initial channel&lt;br /&gt;
* pluto-website-admin (220) - Adds energy monitor that uses state change #677&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-03  ==&lt;br /&gt;
*asterisk-pluto (269)&lt;br /&gt;
** Fix pluto sos menu generates the voice dialogs now&lt;br /&gt;
** Update caller id when sos menu calls out&lt;br /&gt;
*freepbx&lt;br /&gt;
** General dialplan cleanup&lt;br /&gt;
** FreePBX system status works now&lt;br /&gt;
** Fix warnings when updating modules list in FreePBX&lt;br /&gt;
*lmce-hai-omni-rs232 (748,749) - Make sure HAI created devices set HAI as the controlled via device&lt;br /&gt;
*pluto-asterisk (270,271)&lt;br /&gt;
** Update create scripts and abstract redundant code&lt;br /&gt;
** Keep Line_HouseMode in sync when trunks are deleted&lt;br /&gt;
** Transfers are working again&lt;br /&gt;
*pluto-website-admin (220) - Don&#039;t display phone trunk passwords in web admin&lt;br /&gt;
*pluto-dhcpd-plugin (302) - Cisco 7960 (with SIP firmware) will use sip secret now&lt;br /&gt;
*pluto-std-plugins (116,135) - CRITICAL MEDIA PLUGIN FIX IN CMD_Set_Media_Private which was causing the router to rapidly crash due to odd data coming in from MythTV PlugIn. Will investigate further, but this does stop the crashes.&lt;br /&gt;
*pluto-mythtv-plugin (136,152) - Add changes to MythTvSyncDB.sh to always set AlwaysStreamFiles to 1 for media directors.&lt;br /&gt;
*lmce-hulu-player (744,745) - somehow, an older package snuck in. This needs to be rebuilt to fix the hanging bug that somehow reappeared. Yes, I went back and checked the checked in code from a fresh checkin, this will fix it&lt;br /&gt;
*pluto-storage-devices (533) - Added dependencies for nbd-client and nbd-server so that remote playing of DVDs will work, correctly. (Fixes #743)&lt;br /&gt;
* pluto-proxy-orbiter - updates from Dianemo&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-06 23148 ==&lt;br /&gt;
* freepbx - Changelog updated to get a new version number&lt;br /&gt;
* pluto-asterisk (270,271) - Add support for making announcements to phones&lt;br /&gt;
* pluto-dhcpd-plugin (302) - Define helper script as a perl script&lt;br /&gt;
* pluto-std-plugins (116,135) - Small speed up fix for video file list &lt;br /&gt;
* pluto-text-to-speech (283,284) - Add support for making announcements to phones&lt;br /&gt;
* pluto-website-admin (220) - Updates to the new weborbiter&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-14 23155 ==&lt;br /&gt;
* pluto-asterisk (270,271) - Only send extra channel options for transfers when an extra channel is there, also fixes to viatalk create script so things work nicely again&lt;br /&gt;
* pluto-simplephone (498,499) - Whoops!  Missed this package a few days ago, fixes Orbiter phones so they connect with the SIP secret&lt;br /&gt;
* pluto-system-database (211) - Updates to the Size table to include older iPhone/iPod Touch sizes, as well as iPhone4 size.&lt;br /&gt;
* pluto-mythtv-plugin (136,152) - Fixed some incorrect behavior with generating mythtv storage groups&lt;br /&gt;
* lmce-launch-manager (299,298) - Fixed the StartCoreServices.sh from passing wrong Device_ID to Sync2amp.pl causing NAS passwords to become scrabled.&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-16 23161 ==&lt;br /&gt;
* pluto-proxy-orbiter (487,488) - now with committed fixes for the 404 in 7970&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-17 23165 == &lt;br /&gt;
* pluto-boot-scripts (234) - New startup script for the Launch Manager (fixes #753)&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
** Weborbiter: add missing getNews function (fixes #755)&lt;br /&gt;
** Weborbiter: keep trying to get images/data when an communication error occurs&lt;br /&gt;
** Weborbiter: fix keyboard processing (fixes #754)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-27 23202 ==&lt;br /&gt;
* asterisk-pluto (269) - Generate all speech for pluto-sos-menus, and generate /etc/asterisk/extensions_custom.conf completely dynamically - Los93soL&lt;br /&gt;
* libxine - Refs [http://svn.linuxmce.org/trac.cgi/ticket/535 #535], Backport of newer Matroska container support form lib-xine 1.1.17.&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], fixes alpha blending of picture viewer&lt;br /&gt;
* pluto-boot-scripts (234) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/758 #758], Fix cameras on MDs by using NFS mount for the camera dir&lt;br /&gt;
* pluto-updatemedia (405,406) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/651 #434], Different handling for VDR files - WARNING!! Playback of VDR recording from video is still not possible!&lt;br /&gt;
* pluto-website-admin (220) - Make sure the phone system is updated with changes made to cell phone notifications via web admin - Los93soL&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs #315 Should fix most of the call transfer issues, please test thoroughly - Los93soL&lt;br /&gt;
&lt;br /&gt;
== Update 2010-08-02 23227 ==&lt;br /&gt;
* lmce-datalogger-plugin (686,687) - Refs #104 Add initial support for logging Sensor Tripped Events - Los93soL&lt;br /&gt;
* lmce-datalog-database (753) - Refs #104 Add initial support for logging Sensor Tripped Events - Los93soL&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** Start the StorageDevices setup in the background during system start, and restart samba as part of the storage devices setup.&lt;br /&gt;
** Fixes #748 Some MAC addresses would get truncated, Thanks Coley - Los93soL&lt;br /&gt;
* pluto-app-server (145,126) - Do proper check to determine if suspend is supported&lt;br /&gt;
* pluto-website-admin (220) - Fixes #569 Don&#039;t assume calls originate from the US - Los93soL&lt;br /&gt;
* asterisk-pluto (269) - Fixes #570 Attempt to lookup caller name in phone book and correct as possible - Los93sol&lt;br /&gt;
* pluto-asterisk (270,271) - Fixes #570 Attempt to lookup caller name in phone book and correct as possible - Los93soL&lt;br /&gt;
&lt;br /&gt;
== Update 2010-08-29 23259 ==&lt;br /&gt;
* lmce-squeezeslave (763) - Refs #776 wrapper script to start squeezeslave&lt;br /&gt;
* mce-diskless-tools (627,628) - #798 /etc/diskless.conf not being created - merkur2k&lt;br /&gt;
* pluto-app-server (145,126) - #344 Allow power off mode override&lt;br /&gt;
* pluto-asterisk (270,271)&lt;br /&gt;
** Refs #570 Display caller name and picture from LinuxMCE phone book when available - Los93soL&lt;br /&gt;
** Change line ending for create_amp_sipgate_de.pl&lt;br /&gt;
* pluto-slimserver-plugin (424,425) - Refs #776 add squeezeslave template as possible playback device&lt;br /&gt;
* pluto-std-plugins - fix audio album snafu&lt;br /&gt;
* pluto-storage-devices (533) - #799 (re)enable NFS instead of CIFS for internal disk drive sharing - merkur2k&lt;br /&gt;
&lt;br /&gt;
== Update 2010-09-16 23289 ==&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** enable WOL on boot up again&lt;br /&gt;
** fix HDMI and SPDIF unmuting for AVWizard and successive boots. &lt;br /&gt;
** #813, SetupUsers_Homes.sh no longer executes on media directors, faster boot. &lt;br /&gt;
** #733, BootMessage.sh no longer emits an error.&lt;br /&gt;
* pluto-generic-serial-device (307,335) - fix ethernet device support for GSDs&lt;br /&gt;
* pluto-orbiter (119,138) - #811 - WiiMote support. Change mouse accelleration so that the wiimote can actually traverse the entire width of the screen.&lt;br /&gt;
* pluto-std-plugins - #814 - Display the dimming column on the floor plan for drapes and blinds&lt;br /&gt;
* pluto-updateentarea (341,342) - #815 - Autogenerated scenarios sleep/wakeup do the right thing for blinds/drapes&lt;br /&gt;
* pluto-website-admin (220) #708 - add default media sort options to orbiters page, #636 - fixes special characters for IMDB tagging&lt;br /&gt;
&lt;br /&gt;
== Update 2010-10-06 23324 ==&lt;br /&gt;
* lmce-linux-igd  (765 - New package for #826 - merkur2k&lt;br /&gt;
* lirc_0.8.3 &lt;br /&gt;
** built in build-replacements.sh, only it is commented atm&lt;br /&gt;
** Refs #822 fixes repeat problems with pronto codes&lt;br /&gt;
* lmce-mediatomb (702) - Generate a more sane config file for mediatomb - merkur2k&lt;br /&gt;
* pluto-boot-script (234) - Mount /home via nfs instead of cifs on media directors, updates for #826 - merkur2k&lt;br /&gt;
* pluto-lirc-wrapper (340,421) - Fixes #822 lirc can now send pronto codes properly&lt;br /&gt;
* pluto-orbiter (119,138) - Fix for #458 - power menu now works correctly to control other media directors from OSD&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
** Voicemail changes and fixes.&lt;br /&gt;
** Absolute Timed Events are working (thanks TSCHAK)&lt;br /&gt;
** Fixes #833 - possible to compare integer criteria against a list of comma-separated values&lt;br /&gt;
* pluto-system-database (211) - lots of sqlCVS changes.&lt;br /&gt;
* pluto-website-admin (220) - Misc fixes from various tickets - merkur2k&lt;br /&gt;
* pluto-zwave-lighting (505,506) - #44 Improve detection of multi instance devices, possible to resync device data&lt;br /&gt;
* pluto-storage-devices (533) - Add NFS Radar - merkur2k&lt;br /&gt;
* pluto-mythtv-plugin (136,152) - misc storage group fixes - merkur2k&lt;br /&gt;
** &amp;quot;use autumatically&amp;quot; flag for storage devices is now honored&lt;br /&gt;
** better support for remote storage devices (Nas, windows share, etc)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-10-13 23333 ==&lt;br /&gt;
* pluto-std-plugins (116,135) -&lt;br /&gt;
** Media Plugin fix to not turn on OSD (TV) if the TV was already off, and was triggered by an orbiter to play audio. Superfluous block of code removed, Thanks uplink!&lt;br /&gt;
** Possible fix for #674, media is not streamed through unnecessary MDs&lt;br /&gt;
** Fixes #849 house mode change event now sends previous mode as parameter, event plugin uses that when processing house mode change events&lt;br /&gt;
* pluto-system-database (211) - esev made changes to the non-pluto-DVD remote to make it much more usable! Thanks!&lt;br /&gt;
* pluto-lirc-wrapper (340,421) - Fixes #822 lirc now depends on required message translation library&lt;br /&gt;
* lmce-mediatomb (702) - Fixes #841&lt;br /&gt;
* pluto-boot-scripts (234) - #848 - honor &amp;quot;enable UpdateMedia&amp;quot; setting in web admin&lt;br /&gt;
* lmce-launch-manager (299,298) - #848 - honor &amp;quot;enable UpdateMedia&amp;quot; setting in web admin&lt;br /&gt;
&lt;br /&gt;
== Upcoming fixes... ==&lt;br /&gt;
&#039;&#039;&#039;Note: Please put the name of the package file and the source and bin package number in this list, followed by a small description of what has changed! Hulu Player is not the name of the package, but lmce-hulu-player. It makes the life of the person, who needs to update the repo a lot easier. Thank you!&#039;&#039;&#039;&lt;br /&gt;
* pluto-proxy-orbiter (487,488) - Refs #821 - configuration script for automatic proxy orbiter port selection - merkur2k&lt;br /&gt;
* pluto-system-database (211) - Add the above file&lt;br /&gt;
* pluto-website-admin (220) - Refs #821 - enable web orbiter in &amp;quot;add orbiter&amp;quot; dropdown in orbiters wizard page - merkur2k&lt;br /&gt;
&lt;br /&gt;
== Bugfixes ==&lt;br /&gt;
=== Mythtv-plugin fails to install ===&lt;br /&gt;
Install with apt-get install -f &amp;lt;name-of-package&amp;gt;&lt;/div&gt;</summary>
		<author><name>Merkur2k</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=LinuxMCE-0810_beta&amp;diff=25978</id>
		<title>LinuxMCE-0810 beta</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=LinuxMCE-0810_beta&amp;diff=25978"/>
		<updated>2010-10-19T00:57:44Z</updated>

		<summary type="html">&lt;p&gt;Merkur2k: /* Upcoming fixes... */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Software]]&lt;br /&gt;
This page outlines some information about the Beta, as well as outlining any changes and bugfixes we are applying, just like we did with the alpha2 page.&lt;br /&gt;
&lt;br /&gt;
The installation instructions found on the alpha2 page still apply:&lt;br /&gt;
&lt;br /&gt;
==Installing LinuxMCE-0810==&lt;br /&gt;
Please see detailed instruction on how to install LinuxMCE-0810 and keep it up-to-date with the latest updates [[installing 0810|here]].&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-03 22558 ==&lt;br /&gt;
* Build_Replacement_Package - freepbx (ubuntu/asterisk/freepbx) - Ticket #345 - Fixes the issue of installing new modules in FreePBX.&lt;br /&gt;
* pluto-asterisk (270.271) - Phone Lines fixing - asterisk (src/asterisk) - Ticket #374 - Fixes the issue during the creation procedure of a new phone lines via web LinuxMCE Admin. New MessageNet Provider support.&lt;br /&gt;
* pluto-avwizard (555,556) - Fixes #480 - Fails to identify untouched xorg.conf&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** Cleanup in nvidia-config&lt;br /&gt;
** MD WOL Problem fixed&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
** #469 IVR menue will now be regenerated every time a phone line is added.&lt;br /&gt;
** #221 IR commands selection screen now has sort modes to make it easier to sift through all those commands.&lt;br /&gt;
** #219 Various layout improvements to the wizard pages.&lt;br /&gt;
* pluto-xine-player (117,136) - changes for HDMI out&lt;br /&gt;
* pluto-std-plugins (116,135) - Changes to Telecom PlugIn to give proper audio switching behaviour when USB Conference microphones are used for the media director phone. This is of relevance to particular configurations that do not allow concurrent access to the soundcard (such as coax/optical settings). -tschak&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-06 22569 ==&lt;br /&gt;
* pluto-dce-router (154,155) - now depends on lmce-skins-uita&lt;br /&gt;
* pluto-system-database (211) - new lmce-skins-uita package definition&lt;br /&gt;
* lmce-skins-uita (727) - new skin&lt;br /&gt;
* MPlayer_Player (656,657) - Videos that is played by mplayer can now take advantage of vdpau. (Set hw accel to &amp;quot;auto&amp;quot; or &amp;quot;vdpau&amp;quot;)&lt;br /&gt;
* pluto-xine-player (117,136) - don&#039;t stop screen saver when playing audio [http://svn.linuxmce.org/trac.cgi/ticket/486 #486]&lt;br /&gt;
* pluto-orbiter (119,138) - hide xine when playing audio, keeps screen saver visible [http://svn.linuxmce.org/trac.cgi/ticket/486 #486]&lt;br /&gt;
* Update of Zaptel and other kernel related packages to -16&lt;br /&gt;
== Update 2009-12-12 22598 ==&lt;br /&gt;
* pluto-website-admin (220) - sql fix from http://svn.linuxmce.org/trac.cgi/changeset/22567&lt;br /&gt;
* pluto-xine-plugin (118,137) - fix for remote audio cd streaming [http://svn.linuxmce.org/trac.cgi/ticket/470 #470] - still not working&lt;br /&gt;
* pluto-xine-player - refactor screen saver handling&lt;br /&gt;
* pluto-disk-drive (122,141) - fix for remote audio cd streaming [http://svn.linuxmce.org/trac.cgi/ticket/470 #470] - still not working&lt;br /&gt;
* pluto-x-scripts (520,523) - fix for audio over HDMI&lt;br /&gt;
* alsa-lib, alsa-utils, lib64asound2, libasound2 - fix for audio over HDMI&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-14 22600 ==&lt;br /&gt;
* pluto-dcerouter (154,155) - Fixes broken Delay command&lt;br /&gt;
* pluto-libresolution (545,544) - UseEDID HDMI Audio xorg.conf entry&lt;br /&gt;
* pluto-asterisk (270.271) - Fix for Messagenet configuration script (changing Window&#039;s EOL characters)&lt;br /&gt;
* pluto-system-database (211) - Some devicedata changes for dcerouter delay command and DCS-5300G camera&lt;br /&gt;
* pluto-website-admin (220) - fix HDMI selection in web admin&lt;br /&gt;
* pluto-xine-player (117,136) - removed 1 second sleep after play media. refactored code to stop screen saver&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-25 22639 - Christmas fix ==&lt;br /&gt;
* freepbx - removal of chan_vpb.so to circumvent coredumps on system without a Voicetronix board (#519)&lt;br /&gt;
* pluto-avwizard (555,556) - modification of startup scripts to not screw the system upon status calls to the startup scripts&lt;br /&gt;
* pluto-boot-scripts (234)&lt;br /&gt;
** modification of startup scripts to not screw the system upon status calls to the startup scripts&lt;br /&gt;
** updated Backup/Restore functionallity&lt;br /&gt;
** fixes  web admin log links for hybrid MD&lt;br /&gt;
** Make sure only a single logrotate configuration file for LinuxMCE exist&lt;br /&gt;
* pluto-hdhomerun(621,620)- Fixes bug where only 1 tuner was added to mythtv&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Fixes deletion of of hostname from mythconverg.capturecard by creating and using a dummy videosource&lt;br /&gt;
* pluto-simplephone (498,499) - Adds support for password in DeviceData&lt;br /&gt;
* pluto-std-plugins (116,135) - Adds support for specialized interfaces&lt;br /&gt;
* pluto-system-database (211) - Some devicedata changes for SIP phone templates to include devicedata for password&lt;br /&gt;
* pluto-website-admin (220) - Fixes Climate Command Wizard Set Temperature command, Climate Command Wizard also now works with On//Off Climate Devices&lt;br /&gt;
* pluto-orbiter (119,138) - Fixes issue with input devices crashing orbiter [http://svn.linuxmce.org/trac.cgi/ticket/522 #522]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-01-08 22669 ==&lt;br /&gt;
*pluto-boot-scripts (234) &lt;br /&gt;
** Purge_Camera_Archives.pl fixed&lt;br /&gt;
** backup/restore fixed&lt;br /&gt;
** enable_wol called from Startup script - WOL for MDs should work again&lt;br /&gt;
*pluto-motion-wrapper (456,455) - Now calls the purge script every 6 hours and on reload&lt;br /&gt;
*pluto-storage-devices (533) &lt;br /&gt;
** Hostname now added to string to be displayed on orbiters when new drives are detected. &lt;br /&gt;
** Boot partitions will be filtered out also.&lt;br /&gt;
*pluto-system-database (211) - changes to MotionWrapper&#039;s motion.conf default options to use new option names&lt;br /&gt;
&lt;br /&gt;
==  Update 2010-01-16 22689 ==&lt;br /&gt;
* pluto-boot-scripts (234) - new safe_delete.sh script for safely deleting database entries&lt;br /&gt;
* pluto-cm15a (730,731) - new DCE device, CM15A USB interface for X10&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Capture card install now goes directly to the setup wizard&lt;br /&gt;
* pluto-orbiter (119,138) - Capture card install now goes directly to the setup wizard&lt;br /&gt;
* pluto-storage-devices (533) - mount no longer echos out errors during ro filesystem&lt;br /&gt;
* pluto-photo-screen-saver (582,581) - Rotate image according to exif tag [http://svn.linuxmce.org/trac.cgi/ticket/566 #566]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-01-27 22704 ==&lt;br /&gt;
* pluto-photo-screen-saver (582,581) - maintain correct image aspect ratio [http://svn.linuxmce.org/trac.cgi/ticket/568 #568]&lt;br /&gt;
* pluto-vdr (469,468) &lt;br /&gt;
** Use remotetimer for central scheduling&lt;br /&gt;
** Don&#039;t autostart VDR on MD&lt;br /&gt;
** Support VDPAU &lt;br /&gt;
* VDR - We provide our own packages (1.7.11 sources packages from eTobi and free-vdr.de)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-03 22733 ==&lt;br /&gt;
* MythTV - We provide our own packages (0.22 sources packages from mythbuntu )&lt;br /&gt;
* ZWave Lighting (505,506) - Wizard bugfix&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-08 22754 ==&lt;br /&gt;
* Hulu PlugIn (737,738) - Initial Beta of Hulu Support&lt;br /&gt;
* Hulu Player (739,740) - from TSCHAK&lt;br /&gt;
* Game Player (673,674) - Added support for custom controller files to Game Player - see TankStick DT #2100 for an example.&lt;br /&gt;
* pluto-std-plugins - fixes #587&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-10 22758 ==&lt;br /&gt;
* pluto-boot-script (234)- Add Activate Orbiter to KDE desktop (#596)&lt;br /&gt;
* mce-diskless-tools (627,628) - Add a link to the desktop to call Activate Orbiter (#596)&lt;br /&gt;
* linux-diskless-image (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
* alsa-modules (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
* zaptel-modules (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-12 22763 ==&lt;br /&gt;
* new-installer &lt;br /&gt;
** changes in kdm link management&lt;br /&gt;
** verify kubuntu-desktop is installed&lt;br /&gt;
* pluto-boot-script (234) - Fix copying of desktop link to activate Orbiter into root&#039;s Desktop dir&lt;br /&gt;
* pluto-vdr (469,468) - Only backup setup.conf if it exists.&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-13 22765 ==&lt;br /&gt;
* pluto-std-plugins - fixes #587&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-14 22768 ==&lt;br /&gt;
* pluto-xine-player (117,136) - removed dependency for libxine1-ffmpeg&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-16 22777 ==&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
** Fixes event criteria for PK_EventParameter [http://svn.linuxmce.org/trac.cgi/ticket/602 #602]&lt;br /&gt;
** Fixes time of day - can now check againt hh:mm:ss [http://svn.linuxmce.org/trac.cgi/ticket/605 #605]&lt;br /&gt;
** Fixed bug introduced in the two fixes above [http://svn.linuxmce.org/trac.cgi/ticket/608 #608]&lt;br /&gt;
* pluto-vdr (468,469) - Remove SourceCaps entries from default setup.conf&lt;br /&gt;
* pluto-system-database (211) - Hulu Player/PlugIn changes&lt;br /&gt;
* Hulu PlugIn (737,738) - device template constant fixes&lt;br /&gt;
* Hulu Player (739,740) - device template constant fixes&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-18 22795 ==&lt;br /&gt;
* pluto-proxy-orbiter (487,488) Fixes [http://svn.linuxmce.org/trac.cgi/ticket/610 #610]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-23 22803 ==&lt;br /&gt;
* pluto-boot-script (234) &lt;br /&gt;
** Install zaptel-modules and load ztdummy for meetme&lt;br /&gt;
** Disable KDE screensaver upon KDE Desktop start (fixes #600)&lt;br /&gt;
* pluto-dhcpd-plugin (302) - Make sure to transfer database secret into sip_additional.conf&lt;br /&gt;
* pluto-orbiter (119,138) - Color fixes&lt;br /&gt;
* pluto-proxy-orbiter (488,487) - Color fixes - thanks radu&lt;br /&gt;
* pluto-vdr (468,469)&lt;br /&gt;
** Only create setup.conf if it does not contain a remotetimers entry&lt;br /&gt;
** Disable shutdown of system from VDR&lt;br /&gt;
* v4l2-firmware (733) - Added new firmware drivers to support a broader range of DVB cards&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-28 22812 ==&lt;br /&gt;
&lt;br /&gt;
Hulu Now works, and the HAI Omni Security panel driver has been checked in and integrated.&lt;br /&gt;
&lt;br /&gt;
* pluto-system-database (211) - Addition of buttons to Hulu Remote (tschak)&lt;br /&gt;
* lmce-hulu-player (739,740) - Hulu Player now uses Hulu Desktop&#039;s LIRCD port via a fake LIRCD Server. (tschak)&lt;br /&gt;
* 751  	HAI Control Program&lt;br /&gt;
* 750 	HAI Control Program Source&lt;br /&gt;
* 749  	LinuxMCE HAI Omni RS232 Panel Support&lt;br /&gt;
* 748 	LinuxMCE HAI Omni RS232 Panel Support Source&lt;br /&gt;
* pluto-zwave-lighting (505,506) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/620 #620] multi instance support for sensors&lt;br /&gt;
* pluto-mplayer-player (657,656) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/471 #471] Finally committed vdpau support for mplayer&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-07 22832 ==&lt;br /&gt;
&lt;br /&gt;
* pluto-zwave-lighting (505,506) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/620 #620] make command for child work again&lt;br /&gt;
* pluto-system-database (211) - new package and package changes for datalogger plugin&lt;br /&gt;
* lmce-datalog-database (753) - datalogger database, refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630]&lt;br /&gt;
* lmce-datalogger-plugin (686,687) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630] install automatically, configurable graph display&lt;br /&gt;
* lmce-datalog-db (688,689) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630]&lt;br /&gt;
* pluto-website-admin (220) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630], [http://svn.linuxmce.org/trac.cgi/ticket/633 #633], fix for some attribute names not showing up in media browser page, improvements to datalogger section&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/637 #637] allow event plugin to reload configuration without a router reload&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-14 22853 ==&lt;br /&gt;
* pluto-website-admin (220) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/637 #637] Reload event plugin configuration when events change (no need to reload router anymore, except after adding/deleting event commands), [http://svn.linuxmce.org/trac.cgi/ticket/648 #648] Fix device template adding to avoid sqlCVS commit problems&lt;br /&gt;
* pluto-orbiter (119,138) [http://svn.linuxmce.org/trac.cgi/ticket/647 #647] Enable event mapping for mouse buttons&lt;br /&gt;
* pluto-system-database (211) [http://svn.linuxmce.org/trac.cgi/ticket/646 #646] Device template for Logitech MX Air mouse&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/651 #651] fix router crash with boolean event parameters&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-23 22876 ==&lt;br /&gt;
* pluto-std-plugins (116,135) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], media plugin supports play all for pictures&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], picture viewer&lt;br /&gt;
* lmce-picture-plugin (756,757) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], picture plugin&lt;br /&gt;
* Pluto PNP Detection Scripts (562), added detection script for Pioneer Elite series of Receivers&lt;br /&gt;
* Pluto Capture Card Setup Scripts (580), added input change scripts for various capture cards&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-08 22883 ==&lt;br /&gt;
* pluto-boot-script (234) - Change smb.conf template to disable unix extension.&lt;br /&gt;
* pluto-website-admin (220) - [http://svn.linuxmce.org/trac.cgi/ticket/662 Fixes #662]&lt;br /&gt;
* lmce-picture-plugin (756,757) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650] fix pause of slideshow&lt;br /&gt;
* pluto-system-database (211) [http://svn.linuxmce.org/trac.cgi/ticket/650 #650] designer changes for picture viewer&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-14 22889 *CLOUD Release* ==&lt;br /&gt;
*  pluto-system-database (211) changes to the repository information for a package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-28 22898  ==&lt;br /&gt;
* pluto-website-admin (220) - [http://svn.linuxmce.org/trac.cgi/ticket/662 Fixes #662 (again ;) )]&lt;br /&gt;
* pluto-system-database (211) - sqlCVS additions for the SmartQ V7 MID&lt;br /&gt;
* pluto-updateentarea (341,342) - code in Setup to allow for devices in the MID category to get media scenarios.&lt;br /&gt;
* pluto-storage-devices (533) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/672 #672]&lt;br /&gt;
* mce-diskless-tools (627,628) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/655 #655]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-05-20 22958 ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* pluto-orbitergen (226,227) - Orbitergen changed to specify that MIDs are on-screen orbiters. This may change in the future, but I need to test something... --[[User:Tschak909|Tschak909]] 06:22, 9 May 2010 (CEST)&lt;br /&gt;
* pluto-system-database (211) - [http://svn.linuxmce.org/trac.cgi/ticket/684 Toshiba RAS series IR control template]&lt;br /&gt;
* pluto-generic-serial-device (307,335) - [http://svn.linuxmce.org/trac.cgi/ticket/685 access return parameters in GSD device]&lt;br /&gt;
* mythtv-0.23&lt;br /&gt;
&lt;br /&gt;
== Update 2010-05-20 22959 ==&lt;br /&gt;
* lmce-update-system (650,651) - Setup pinning to the LinuxMCE repository&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - MythTV 0.23 support has been baked in. Thanks mandingo&lt;br /&gt;
* pluto-mythtv-player (133,152)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-01 23002 ==&lt;br /&gt;
* lmce-hulu-player (739,740) - changed the accept() loop to be non-blocking, fixing the hung hulu player issue when the router needs to reload. -TSCHAK &lt;br /&gt;
* mce-diskless-tools (627,628) - cBuckle sent in a bugfix that prevented media directors with more than one NIC from properly being detected. We now assume the booting NIC is eth0. Thanks cBuckle! -TSCHKA&lt;br /&gt;
* pluto-website-admin (220) - Fixes #705, and #706 -TSCHAK&lt;br /&gt;
* pluto-system-database (211) - Fixes to QuickStartTemplate so icons will show. -TSCHAK&lt;br /&gt;
* pluto-std-plugins (116,135) - Fix to General Info Plugin so that it will properly show PNG images&lt;br /&gt;
* pluto-boot-scripts (234) - Fix to UpdateQuickStartIcons.sh to download quick start icons and convert to PNG if needed.&lt;br /&gt;
* lmce-update-system (650,651) - Fix preferences file&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-07 23036 ==&lt;br /&gt;
* pluto-asterisk (270.271) - Fix initial for no voicemail greetings after setup wizard (thanks los93sol)&lt;br /&gt;
* pluto-vdr (469,468) &lt;br /&gt;
** Syntax error fix in StartVDRClient - should start correct on MDs now.&lt;br /&gt;
** Add a default remote.conf so people can use the keyboard to control VDR.&lt;br /&gt;
* pluto-system-database (211) - Add support for TED5000 and Energy Monitoring Events to be used by future devices&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-09 23046 ==&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs #650, start picture viewer minimized&lt;br /&gt;
* pluto-website-admin (220) - Change wording of VDR error message to better reflect what&#039;s going on.&lt;br /&gt;
* v4l2-Modules (732) - Fix debian package naming to allow proper install of dkms package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-10 23047 ==&lt;br /&gt;
* v4l2-Modules (732) - Fix Debian package naming to allow proper install of dkms package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-14 23070 ==&lt;br /&gt;
* pluto-std-plugins (116,135) - Fix to General Info Plugin to allow Firefox Bookmarks to work again. Please test!&lt;br /&gt;
* pluto-boot-scripts (234) - Modify Mozilla.sh to properly output a profile where bookmarks work again.&lt;br /&gt;
* mce-diskless-tools (627,628) - Modify DisklessInteractor to always return i386 until we get a working amd64 build again.&lt;br /&gt;
* vdr - Update to version 1.7.15 &lt;br /&gt;
** Get rid of a few patches&lt;br /&gt;
** Fixes for sound decoding in Denmark&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-18 23082 ==&lt;br /&gt;
* lmce-datalogger-plugin (686,687)&lt;br /&gt;
* lmce-datalog-database (753)&lt;br /&gt;
* pluto-boot-scripts (234)&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
* asterisk-pluto (269)&lt;br /&gt;
* pluto-asterisk (270,271)&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
* pluto-mythtv-player (133,152) - Fix the missing MythTV Setup in Computing. as the Quick Start Template has moved rows.&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Fixes #732 - Storage devices not locally attached to core are not added to mythtv storage groups and cleans up some error messages&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-28 23119 ==&lt;br /&gt;
* asterisk-pluto (269) - Fix fire SOS event and dialplan cleanup - Los93soL&lt;br /&gt;
* freepbx - Fix fire SOS event and dialplan cleanup - Los93soL&lt;br /&gt;
* mjproxy (760,761)&lt;br /&gt;
* pluto-dhcpd-plugin (302) - update configure scripts for grandstream and snom 3xx phones for support of database secret.&lt;br /&gt;
* pluto-mythtv-player (133,152) - Bug #737 - MH Play Media can now set initial channel&lt;br /&gt;
* pluto-std-plugins (116,135) - Bug #736 - CMD_Delete_File in Media PlugIn now will not allow deletion of arbitrary files from the disk, lots of sanity checks. Support for deleting voicemails.&lt;br /&gt;
* pluto-system-database (211)&lt;br /&gt;
* pluto-xine-player (117,136) - enable subtitle support&lt;br /&gt;
* pluto-vdr (468,469) - Bug #737 - MH Play Media can now set initial channel&lt;br /&gt;
* pluto-website-admin (220) - Adds energy monitor that uses state change #677&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-03  ==&lt;br /&gt;
*asterisk-pluto (269)&lt;br /&gt;
** Fix pluto sos menu generates the voice dialogs now&lt;br /&gt;
** Update caller id when sos menu calls out&lt;br /&gt;
*freepbx&lt;br /&gt;
** General dialplan cleanup&lt;br /&gt;
** FreePBX system status works now&lt;br /&gt;
** Fix warnings when updating modules list in FreePBX&lt;br /&gt;
*lmce-hai-omni-rs232 (748,749) - Make sure HAI created devices set HAI as the controlled via device&lt;br /&gt;
*pluto-asterisk (270,271)&lt;br /&gt;
** Update create scripts and abstract redundant code&lt;br /&gt;
** Keep Line_HouseMode in sync when trunks are deleted&lt;br /&gt;
** Transfers are working again&lt;br /&gt;
*pluto-website-admin (220) - Don&#039;t display phone trunk passwords in web admin&lt;br /&gt;
*pluto-dhcpd-plugin (302) - Cisco 7960 (with SIP firmware) will use sip secret now&lt;br /&gt;
*pluto-std-plugins (116,135) - CRITICAL MEDIA PLUGIN FIX IN CMD_Set_Media_Private which was causing the router to rapidly crash due to odd data coming in from MythTV PlugIn. Will investigate further, but this does stop the crashes.&lt;br /&gt;
*pluto-mythtv-plugin (136,152) - Add changes to MythTvSyncDB.sh to always set AlwaysStreamFiles to 1 for media directors.&lt;br /&gt;
*lmce-hulu-player (744,745) - somehow, an older package snuck in. This needs to be rebuilt to fix the hanging bug that somehow reappeared. Yes, I went back and checked the checked in code from a fresh checkin, this will fix it&lt;br /&gt;
*pluto-storage-devices (533) - Added dependencies for nbd-client and nbd-server so that remote playing of DVDs will work, correctly. (Fixes #743)&lt;br /&gt;
* pluto-proxy-orbiter - updates from Dianemo&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-06 23148 ==&lt;br /&gt;
* freepbx - Changelog updated to get a new version number&lt;br /&gt;
* pluto-asterisk (270,271) - Add support for making announcements to phones&lt;br /&gt;
* pluto-dhcpd-plugin (302) - Define helper script as a perl script&lt;br /&gt;
* pluto-std-plugins (116,135) - Small speed up fix for video file list &lt;br /&gt;
* pluto-text-to-speech (283,284) - Add support for making announcements to phones&lt;br /&gt;
* pluto-website-admin (220) - Updates to the new weborbiter&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-14 23155 ==&lt;br /&gt;
* pluto-asterisk (270,271) - Only send extra channel options for transfers when an extra channel is there, also fixes to viatalk create script so things work nicely again&lt;br /&gt;
* pluto-simplephone (498,499) - Whoops!  Missed this package a few days ago, fixes Orbiter phones so they connect with the SIP secret&lt;br /&gt;
* pluto-system-database (211) - Updates to the Size table to include older iPhone/iPod Touch sizes, as well as iPhone4 size.&lt;br /&gt;
* pluto-mythtv-plugin (136,152) - Fixed some incorrect behavior with generating mythtv storage groups&lt;br /&gt;
* lmce-launch-manager (299,298) - Fixed the StartCoreServices.sh from passing wrong Device_ID to Sync2amp.pl causing NAS passwords to become scrabled.&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-16 23161 ==&lt;br /&gt;
* pluto-proxy-orbiter (487,488) - now with committed fixes for the 404 in 7970&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-17 23165 == &lt;br /&gt;
* pluto-boot-scripts (234) - New startup script for the Launch Manager (fixes #753)&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
** Weborbiter: add missing getNews function (fixes #755)&lt;br /&gt;
** Weborbiter: keep trying to get images/data when an communication error occurs&lt;br /&gt;
** Weborbiter: fix keyboard processing (fixes #754)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-27 23202 ==&lt;br /&gt;
* asterisk-pluto (269) - Generate all speech for pluto-sos-menus, and generate /etc/asterisk/extensions_custom.conf completely dynamically - Los93soL&lt;br /&gt;
* libxine - Refs [http://svn.linuxmce.org/trac.cgi/ticket/535 #535], Backport of newer Matroska container support form lib-xine 1.1.17.&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], fixes alpha blending of picture viewer&lt;br /&gt;
* pluto-boot-scripts (234) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/758 #758], Fix cameras on MDs by using NFS mount for the camera dir&lt;br /&gt;
* pluto-updatemedia (405,406) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/651 #434], Different handling for VDR files - WARNING!! Playback of VDR recording from video is still not possible!&lt;br /&gt;
* pluto-website-admin (220) - Make sure the phone system is updated with changes made to cell phone notifications via web admin - Los93soL&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs #315 Should fix most of the call transfer issues, please test thoroughly - Los93soL&lt;br /&gt;
&lt;br /&gt;
== Update 2010-08-02 23227 ==&lt;br /&gt;
* lmce-datalogger-plugin (686,687) - Refs #104 Add initial support for logging Sensor Tripped Events - Los93soL&lt;br /&gt;
* lmce-datalog-database (753) - Refs #104 Add initial support for logging Sensor Tripped Events - Los93soL&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** Start the StorageDevices setup in the background during system start, and restart samba as part of the storage devices setup.&lt;br /&gt;
** Fixes #748 Some MAC addresses would get truncated, Thanks Coley - Los93soL&lt;br /&gt;
* pluto-app-server (145,126) - Do proper check to determine if suspend is supported&lt;br /&gt;
* pluto-website-admin (220) - Fixes #569 Don&#039;t assume calls originate from the US - Los93soL&lt;br /&gt;
* asterisk-pluto (269) - Fixes #570 Attempt to lookup caller name in phone book and correct as possible - Los93sol&lt;br /&gt;
* pluto-asterisk (270,271) - Fixes #570 Attempt to lookup caller name in phone book and correct as possible - Los93soL&lt;br /&gt;
&lt;br /&gt;
== Update 2010-08-29 23259 ==&lt;br /&gt;
* lmce-squeezeslave (763) - Refs #776 wrapper script to start squeezeslave&lt;br /&gt;
* mce-diskless-tools (627,628) - #798 /etc/diskless.conf not being created - merkur2k&lt;br /&gt;
* pluto-app-server (145,126) - #344 Allow power off mode override&lt;br /&gt;
* pluto-asterisk (270,271)&lt;br /&gt;
** Refs #570 Display caller name and picture from LinuxMCE phone book when available - Los93soL&lt;br /&gt;
** Change line ending for create_amp_sipgate_de.pl&lt;br /&gt;
* pluto-slimserver-plugin (424,425) - Refs #776 add squeezeslave template as possible playback device&lt;br /&gt;
* pluto-std-plugins - fix audio album snafu&lt;br /&gt;
* pluto-storage-devices (533) - #799 (re)enable NFS instead of CIFS for internal disk drive sharing - merkur2k&lt;br /&gt;
&lt;br /&gt;
== Update 2010-09-16 23289 ==&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** enable WOL on boot up again&lt;br /&gt;
** fix HDMI and SPDIF unmuting for AVWizard and successive boots. &lt;br /&gt;
** #813, SetupUsers_Homes.sh no longer executes on media directors, faster boot. &lt;br /&gt;
** #733, BootMessage.sh no longer emits an error.&lt;br /&gt;
* pluto-generic-serial-device (307,335) - fix ethernet device support for GSDs&lt;br /&gt;
* pluto-orbiter (119,138) - #811 - WiiMote support. Change mouse accelleration so that the wiimote can actually traverse the entire width of the screen.&lt;br /&gt;
* pluto-std-plugins - #814 - Display the dimming column on the floor plan for drapes and blinds&lt;br /&gt;
* pluto-updateentarea (341,342) - #815 - Autogenerated scenarios sleep/wakeup do the right thing for blinds/drapes&lt;br /&gt;
* pluto-website-admin (220) #708 - add default media sort options to orbiters page, #636 - fixes special characters for IMDB tagging&lt;br /&gt;
&lt;br /&gt;
== Update 2010-10-06 23324 ==&lt;br /&gt;
* lmce-linux-igd  (765 - New package for #826 - merkur2k&lt;br /&gt;
* lirc_0.8.3 &lt;br /&gt;
** built in build-replacements.sh, only it is commented atm&lt;br /&gt;
** Refs #822 fixes repeat problems with pronto codes&lt;br /&gt;
* lmce-mediatomb (702) - Generate a more sane config file for mediatomb - merkur2k&lt;br /&gt;
* pluto-boot-script (234) - Mount /home via nfs instead of cifs on media directors, updates for #826 - merkur2k&lt;br /&gt;
* pluto-lirc-wrapper (340,421) - Fixes #822 lirc can now send pronto codes properly&lt;br /&gt;
* pluto-orbiter (119,138) - Fix for #458 - power menu now works correctly to control other media directors from OSD&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
** Voicemail changes and fixes.&lt;br /&gt;
** Absolute Timed Events are working (thanks TSCHAK)&lt;br /&gt;
** Fixes #833 - possible to compare integer criteria against a list of comma-separated values&lt;br /&gt;
* pluto-system-database (211) - lots of sqlCVS changes.&lt;br /&gt;
* pluto-website-admin (220) - Misc fixes from various tickets - merkur2k&lt;br /&gt;
* pluto-zwave-lighting (505,506) - #44 Improve detection of multi instance devices, possible to resync device data&lt;br /&gt;
* pluto-storage-devices (533) - Add NFS Radar - merkur2k&lt;br /&gt;
* pluto-mythtv-plugin (136,152) - misc storage group fixes - merkur2k&lt;br /&gt;
** &amp;quot;use autumatically&amp;quot; flag for storage devices is now honored&lt;br /&gt;
** better support for remote storage devices (Nas, windows share, etc)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-10-13 23333 ==&lt;br /&gt;
* pluto-std-plugins (116,135) -&lt;br /&gt;
** Media Plugin fix to not turn on OSD (TV) if the TV was already off, and was triggered by an orbiter to play audio. Superfluous block of code removed, Thanks uplink!&lt;br /&gt;
** Possible fix for #674, media is not streamed through unnecessary MDs&lt;br /&gt;
** Fixes #849 house mode change event now sends previous mode as parameter, event plugin uses that when processing house mode change events&lt;br /&gt;
* pluto-system-database (211) - esev made changes to the non-pluto-DVD remote to make it much more usable! Thanks!&lt;br /&gt;
* pluto-lirc-wrapper (340,421) - Fixes #822 lirc now depends on required message translation library&lt;br /&gt;
* lmce-mediatomb (702) - Fixes #841&lt;br /&gt;
* pluto-boot-scripts (234) - #848 - honor &amp;quot;enable UpdateMedia&amp;quot; setting in web admin&lt;br /&gt;
* lmce-launch-manager (299,298) - #848 - honor &amp;quot;enable UpdateMedia&amp;quot; setting in web admin&lt;br /&gt;
&lt;br /&gt;
== Upcoming fixes... ==&lt;br /&gt;
&#039;&#039;&#039;Note: Please put the name of the package file and the source and bin package number in this list, followed by a small description of what has changed! Hulu Player is not the name of the package, but lmce-hulu-player. It makes the life of the person, who needs to update the repo a lot easier. Thank you!&#039;&#039;&#039;&lt;br /&gt;
* pluto-proxy-orbiter (487,488) - Refs #821 - configuration script for automatic proxy orbiter port selection - merkur2k&lt;br /&gt;
* pluto-website-admin (220) - Refs #821 - enable web orbiter in &amp;quot;add orbiter&amp;quot; dropdown in orbiters wizard page - merkur2k&lt;br /&gt;
&lt;br /&gt;
== Bugfixes ==&lt;br /&gt;
=== Mythtv-plugin fails to install ===&lt;br /&gt;
Install with apt-get install -f &amp;lt;name-of-package&amp;gt;&lt;/div&gt;</summary>
		<author><name>Merkur2k</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=LinuxMCE-0810_beta&amp;diff=25898</id>
		<title>LinuxMCE-0810 beta</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=LinuxMCE-0810_beta&amp;diff=25898"/>
		<updated>2010-10-14T01:36:31Z</updated>

		<summary type="html">&lt;p&gt;Merkur2k: /* Upcoming fixes... */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Software]]&lt;br /&gt;
This page outlines some information about the Beta, as well as outlining any changes and bugfixes we are applying, just like we did with the alpha2 page.&lt;br /&gt;
&lt;br /&gt;
The installation instructions found on the alpha2 page still apply:&lt;br /&gt;
&lt;br /&gt;
==Installing LinuxMCE-0810==&lt;br /&gt;
Please see detailed instruction on how to install LinuxMCE-0810 and keep it up-to-date with the latest updates [[installing 0810|here]].&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-03 22558 ==&lt;br /&gt;
* Build_Replacement_Package - freepbx (ubuntu/asterisk/freepbx) - Ticket #345 - Fixes the issue of installing new modules in FreePBX.&lt;br /&gt;
* pluto-asterisk (270.271) - Phone Lines fixing - asterisk (src/asterisk) - Ticket #374 - Fixes the issue during the creation procedure of a new phone lines via web LinuxMCE Admin. New MessageNet Provider support.&lt;br /&gt;
* pluto-avwizard (555,556) - Fixes #480 - Fails to identify untouched xorg.conf&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** Cleanup in nvidia-config&lt;br /&gt;
** MD WOL Problem fixed&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
** #469 IVR menue will now be regenerated every time a phone line is added.&lt;br /&gt;
** #221 IR commands selection screen now has sort modes to make it easier to sift through all those commands.&lt;br /&gt;
** #219 Various layout improvements to the wizard pages.&lt;br /&gt;
* pluto-xine-player (117,136) - changes for HDMI out&lt;br /&gt;
* pluto-std-plugins (116,135) - Changes to Telecom PlugIn to give proper audio switching behaviour when USB Conference microphones are used for the media director phone. This is of relevance to particular configurations that do not allow concurrent access to the soundcard (such as coax/optical settings). -tschak&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-06 22569 ==&lt;br /&gt;
* pluto-dce-router (154,155) - now depends on lmce-skins-uita&lt;br /&gt;
* pluto-system-database (211) - new lmce-skins-uita package definition&lt;br /&gt;
* lmce-skins-uita (727) - new skin&lt;br /&gt;
* MPlayer_Player (656,657) - Videos that is played by mplayer can now take advantage of vdpau. (Set hw accel to &amp;quot;auto&amp;quot; or &amp;quot;vdpau&amp;quot;)&lt;br /&gt;
* pluto-xine-player (117,136) - don&#039;t stop screen saver when playing audio [http://svn.linuxmce.org/trac.cgi/ticket/486 #486]&lt;br /&gt;
* pluto-orbiter (119,138) - hide xine when playing audio, keeps screen saver visible [http://svn.linuxmce.org/trac.cgi/ticket/486 #486]&lt;br /&gt;
* Update of Zaptel and other kernel related packages to -16&lt;br /&gt;
== Update 2009-12-12 22598 ==&lt;br /&gt;
* pluto-website-admin (220) - sql fix from http://svn.linuxmce.org/trac.cgi/changeset/22567&lt;br /&gt;
* pluto-xine-plugin (118,137) - fix for remote audio cd streaming [http://svn.linuxmce.org/trac.cgi/ticket/470 #470] - still not working&lt;br /&gt;
* pluto-xine-player - refactor screen saver handling&lt;br /&gt;
* pluto-disk-drive (122,141) - fix for remote audio cd streaming [http://svn.linuxmce.org/trac.cgi/ticket/470 #470] - still not working&lt;br /&gt;
* pluto-x-scripts (520,523) - fix for audio over HDMI&lt;br /&gt;
* alsa-lib, alsa-utils, lib64asound2, libasound2 - fix for audio over HDMI&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-14 22600 ==&lt;br /&gt;
* pluto-dcerouter (154,155) - Fixes broken Delay command&lt;br /&gt;
* pluto-libresolution (545,544) - UseEDID HDMI Audio xorg.conf entry&lt;br /&gt;
* pluto-asterisk (270.271) - Fix for Messagenet configuration script (changing Window&#039;s EOL characters)&lt;br /&gt;
* pluto-system-database (211) - Some devicedata changes for dcerouter delay command and DCS-5300G camera&lt;br /&gt;
* pluto-website-admin (220) - fix HDMI selection in web admin&lt;br /&gt;
* pluto-xine-player (117,136) - removed 1 second sleep after play media. refactored code to stop screen saver&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-25 22639 - Christmas fix ==&lt;br /&gt;
* freepbx - removal of chan_vpb.so to circumvent coredumps on system without a Voicetronix board (#519)&lt;br /&gt;
* pluto-avwizard (555,556) - modification of startup scripts to not screw the system upon status calls to the startup scripts&lt;br /&gt;
* pluto-boot-scripts (234)&lt;br /&gt;
** modification of startup scripts to not screw the system upon status calls to the startup scripts&lt;br /&gt;
** updated Backup/Restore functionallity&lt;br /&gt;
** fixes  web admin log links for hybrid MD&lt;br /&gt;
** Make sure only a single logrotate configuration file for LinuxMCE exist&lt;br /&gt;
* pluto-hdhomerun(621,620)- Fixes bug where only 1 tuner was added to mythtv&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Fixes deletion of of hostname from mythconverg.capturecard by creating and using a dummy videosource&lt;br /&gt;
* pluto-simplephone (498,499) - Adds support for password in DeviceData&lt;br /&gt;
* pluto-std-plugins (116,135) - Adds support for specialized interfaces&lt;br /&gt;
* pluto-system-database (211) - Some devicedata changes for SIP phone templates to include devicedata for password&lt;br /&gt;
* pluto-website-admin (220) - Fixes Climate Command Wizard Set Temperature command, Climate Command Wizard also now works with On//Off Climate Devices&lt;br /&gt;
* pluto-orbiter (119,138) - Fixes issue with input devices crashing orbiter [http://svn.linuxmce.org/trac.cgi/ticket/522 #522]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-01-08 22669 ==&lt;br /&gt;
*pluto-boot-scripts (234) &lt;br /&gt;
** Purge_Camera_Archives.pl fixed&lt;br /&gt;
** backup/restore fixed&lt;br /&gt;
** enable_wol called from Startup script - WOL for MDs should work again&lt;br /&gt;
*pluto-motion-wrapper (456,455) - Now calls the purge script every 6 hours and on reload&lt;br /&gt;
*pluto-storage-devices (533) &lt;br /&gt;
** Hostname now added to string to be displayed on orbiters when new drives are detected. &lt;br /&gt;
** Boot partitions will be filtered out also.&lt;br /&gt;
*pluto-system-database (211) - changes to MotionWrapper&#039;s motion.conf default options to use new option names&lt;br /&gt;
&lt;br /&gt;
==  Update 2010-01-16 22689 ==&lt;br /&gt;
* pluto-boot-scripts (234) - new safe_delete.sh script for safely deleting database entries&lt;br /&gt;
* pluto-cm15a (730,731) - new DCE device, CM15A USB interface for X10&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Capture card install now goes directly to the setup wizard&lt;br /&gt;
* pluto-orbiter (119,138) - Capture card install now goes directly to the setup wizard&lt;br /&gt;
* pluto-storage-devices (533) - mount no longer echos out errors during ro filesystem&lt;br /&gt;
* pluto-photo-screen-saver (582,581) - Rotate image according to exif tag [http://svn.linuxmce.org/trac.cgi/ticket/566 #566]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-01-27 22704 ==&lt;br /&gt;
* pluto-photo-screen-saver (582,581) - maintain correct image aspect ratio [http://svn.linuxmce.org/trac.cgi/ticket/568 #568]&lt;br /&gt;
* pluto-vdr (469,468) &lt;br /&gt;
** Use remotetimer for central scheduling&lt;br /&gt;
** Don&#039;t autostart VDR on MD&lt;br /&gt;
** Support VDPAU &lt;br /&gt;
* VDR - We provide our own packages (1.7.11 sources packages from eTobi and free-vdr.de)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-03 22733 ==&lt;br /&gt;
* MythTV - We provide our own packages (0.22 sources packages from mythbuntu )&lt;br /&gt;
* ZWave Lighting (505,506) - Wizard bugfix&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-08 22754 ==&lt;br /&gt;
* Hulu PlugIn (737,738) - Initial Beta of Hulu Support&lt;br /&gt;
* Hulu Player (739,740) - from TSCHAK&lt;br /&gt;
* Game Player (673,674) - Added support for custom controller files to Game Player - see TankStick DT #2100 for an example.&lt;br /&gt;
* pluto-std-plugins - fixes #587&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-10 22758 ==&lt;br /&gt;
* pluto-boot-script (234)- Add Activate Orbiter to KDE desktop (#596)&lt;br /&gt;
* mce-diskless-tools (627,628) - Add a link to the desktop to call Activate Orbiter (#596)&lt;br /&gt;
* linux-diskless-image (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
* alsa-modules (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
* zaptel-modules (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-12 22763 ==&lt;br /&gt;
* new-installer &lt;br /&gt;
** changes in kdm link management&lt;br /&gt;
** verify kubuntu-desktop is installed&lt;br /&gt;
* pluto-boot-script (234) - Fix copying of desktop link to activate Orbiter into root&#039;s Desktop dir&lt;br /&gt;
* pluto-vdr (469,468) - Only backup setup.conf if it exists.&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-13 22765 ==&lt;br /&gt;
* pluto-std-plugins - fixes #587&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-14 22768 ==&lt;br /&gt;
* pluto-xine-player (117,136) - removed dependency for libxine1-ffmpeg&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-16 22777 ==&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
** Fixes event criteria for PK_EventParameter [http://svn.linuxmce.org/trac.cgi/ticket/602 #602]&lt;br /&gt;
** Fixes time of day - can now check againt hh:mm:ss [http://svn.linuxmce.org/trac.cgi/ticket/605 #605]&lt;br /&gt;
** Fixed bug introduced in the two fixes above [http://svn.linuxmce.org/trac.cgi/ticket/608 #608]&lt;br /&gt;
* pluto-vdr (468,469) - Remove SourceCaps entries from default setup.conf&lt;br /&gt;
* pluto-system-database (211) - Hulu Player/PlugIn changes&lt;br /&gt;
* Hulu PlugIn (737,738) - device template constant fixes&lt;br /&gt;
* Hulu Player (739,740) - device template constant fixes&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-18 22795 ==&lt;br /&gt;
* pluto-proxy-orbiter (487,488) Fixes [http://svn.linuxmce.org/trac.cgi/ticket/610 #610]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-23 22803 ==&lt;br /&gt;
* pluto-boot-script (234) &lt;br /&gt;
** Install zaptel-modules and load ztdummy for meetme&lt;br /&gt;
** Disable KDE screensaver upon KDE Desktop start (fixes #600)&lt;br /&gt;
* pluto-dhcpd-plugin (302) - Make sure to transfer database secret into sip_additional.conf&lt;br /&gt;
* pluto-orbiter (119,138) - Color fixes&lt;br /&gt;
* pluto-proxy-orbiter (488,487) - Color fixes - thanks radu&lt;br /&gt;
* pluto-vdr (468,469)&lt;br /&gt;
** Only create setup.conf if it does not contain a remotetimers entry&lt;br /&gt;
** Disable shutdown of system from VDR&lt;br /&gt;
* v4l2-firmware (733) - Added new firmware drivers to support a broader range of DVB cards&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-28 22812 ==&lt;br /&gt;
&lt;br /&gt;
Hulu Now works, and the HAI Omni Security panel driver has been checked in and integrated.&lt;br /&gt;
&lt;br /&gt;
* pluto-system-database (211) - Addition of buttons to Hulu Remote (tschak)&lt;br /&gt;
* lmce-hulu-player (739,740) - Hulu Player now uses Hulu Desktop&#039;s LIRCD port via a fake LIRCD Server. (tschak)&lt;br /&gt;
* 751  	HAI Control Program&lt;br /&gt;
* 750 	HAI Control Program Source&lt;br /&gt;
* 749  	LinuxMCE HAI Omni RS232 Panel Support&lt;br /&gt;
* 748 	LinuxMCE HAI Omni RS232 Panel Support Source&lt;br /&gt;
* pluto-zwave-lighting (505,506) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/620 #620] multi instance support for sensors&lt;br /&gt;
* pluto-mplayer-player (657,656) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/471 #471] Finally committed vdpau support for mplayer&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-07 22832 ==&lt;br /&gt;
&lt;br /&gt;
* pluto-zwave-lighting (505,506) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/620 #620] make command for child work again&lt;br /&gt;
* pluto-system-database (211) - new package and package changes for datalogger plugin&lt;br /&gt;
* lmce-datalog-database (753) - datalogger database, refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630]&lt;br /&gt;
* lmce-datalogger-plugin (686,687) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630] install automatically, configurable graph display&lt;br /&gt;
* lmce-datalog-db (688,689) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630]&lt;br /&gt;
* pluto-website-admin (220) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630], [http://svn.linuxmce.org/trac.cgi/ticket/633 #633], fix for some attribute names not showing up in media browser page, improvements to datalogger section&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/637 #637] allow event plugin to reload configuration without a router reload&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-14 22853 ==&lt;br /&gt;
* pluto-website-admin (220) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/637 #637] Reload event plugin configuration when events change (no need to reload router anymore, except after adding/deleting event commands), [http://svn.linuxmce.org/trac.cgi/ticket/648 #648] Fix device template adding to avoid sqlCVS commit problems&lt;br /&gt;
* pluto-orbiter (119,138) [http://svn.linuxmce.org/trac.cgi/ticket/647 #647] Enable event mapping for mouse buttons&lt;br /&gt;
* pluto-system-database (211) [http://svn.linuxmce.org/trac.cgi/ticket/646 #646] Device template for Logitech MX Air mouse&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/651 #651] fix router crash with boolean event parameters&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-23 22876 ==&lt;br /&gt;
* pluto-std-plugins (116,135) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], media plugin supports play all for pictures&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], picture viewer&lt;br /&gt;
* lmce-picture-plugin (756,757) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], picture plugin&lt;br /&gt;
* Pluto PNP Detection Scripts (562), added detection script for Pioneer Elite series of Receivers&lt;br /&gt;
* Pluto Capture Card Setup Scripts (580), added input change scripts for various capture cards&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-08 22883 ==&lt;br /&gt;
* pluto-boot-script (234) - Change smb.conf template to disable unix extension.&lt;br /&gt;
* pluto-website-admin (220) - [http://svn.linuxmce.org/trac.cgi/ticket/662 Fixes #662]&lt;br /&gt;
* lmce-picture-plugin (756,757) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650] fix pause of slideshow&lt;br /&gt;
* pluto-system-database (211) [http://svn.linuxmce.org/trac.cgi/ticket/650 #650] designer changes for picture viewer&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-14 22889 *CLOUD Release* ==&lt;br /&gt;
*  pluto-system-database (211) changes to the repository information for a package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-28 22898  ==&lt;br /&gt;
* pluto-website-admin (220) - [http://svn.linuxmce.org/trac.cgi/ticket/662 Fixes #662 (again ;) )]&lt;br /&gt;
* pluto-system-database (211) - sqlCVS additions for the SmartQ V7 MID&lt;br /&gt;
* pluto-updateentarea (341,342) - code in Setup to allow for devices in the MID category to get media scenarios.&lt;br /&gt;
* pluto-storage-devices (533) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/672 #672]&lt;br /&gt;
* mce-diskless-tools (627,628) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/655 #655]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-05-20 22958 ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* pluto-orbitergen (226,227) - Orbitergen changed to specify that MIDs are on-screen orbiters. This may change in the future, but I need to test something... --[[User:Tschak909|Tschak909]] 06:22, 9 May 2010 (CEST)&lt;br /&gt;
* pluto-system-database (211) - [http://svn.linuxmce.org/trac.cgi/ticket/684 Toshiba RAS series IR control template]&lt;br /&gt;
* pluto-generic-serial-device (307,335) - [http://svn.linuxmce.org/trac.cgi/ticket/685 access return parameters in GSD device]&lt;br /&gt;
* mythtv-0.23&lt;br /&gt;
&lt;br /&gt;
== Update 2010-05-20 22959 ==&lt;br /&gt;
* lmce-update-system (650,651) - Setup pinning to the LinuxMCE repository&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - MythTV 0.23 support has been baked in. Thanks mandingo&lt;br /&gt;
* pluto-mythtv-player (133,152)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-01 23002 ==&lt;br /&gt;
* lmce-hulu-player (739,740) - changed the accept() loop to be non-blocking, fixing the hung hulu player issue when the router needs to reload. -TSCHAK &lt;br /&gt;
* mce-diskless-tools (627,628) - cBuckle sent in a bugfix that prevented media directors with more than one NIC from properly being detected. We now assume the booting NIC is eth0. Thanks cBuckle! -TSCHKA&lt;br /&gt;
* pluto-website-admin (220) - Fixes #705, and #706 -TSCHAK&lt;br /&gt;
* pluto-system-database (211) - Fixes to QuickStartTemplate so icons will show. -TSCHAK&lt;br /&gt;
* pluto-std-plugins (116,135) - Fix to General Info Plugin so that it will properly show PNG images&lt;br /&gt;
* pluto-boot-scripts (234) - Fix to UpdateQuickStartIcons.sh to download quick start icons and convert to PNG if needed.&lt;br /&gt;
* lmce-update-system (650,651) - Fix preferences file&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-07 23036 ==&lt;br /&gt;
* pluto-asterisk (270.271) - Fix initial for no voicemail greetings after setup wizard (thanks los93sol)&lt;br /&gt;
* pluto-vdr (469,468) &lt;br /&gt;
** Syntax error fix in StartVDRClient - should start correct on MDs now.&lt;br /&gt;
** Add a default remote.conf so people can use the keyboard to control VDR.&lt;br /&gt;
* pluto-system-database (211) - Add support for TED5000 and Energy Monitoring Events to be used by future devices&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-09 23046 ==&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs #650, start picture viewer minimized&lt;br /&gt;
* pluto-website-admin (220) - Change wording of VDR error message to better reflect what&#039;s going on.&lt;br /&gt;
* v4l2-Modules (732) - Fix debian package naming to allow proper install of dkms package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-10 23047 ==&lt;br /&gt;
* v4l2-Modules (732) - Fix Debian package naming to allow proper install of dkms package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-14 23070 ==&lt;br /&gt;
* pluto-std-plugins (116,135) - Fix to General Info Plugin to allow Firefox Bookmarks to work again. Please test!&lt;br /&gt;
* pluto-boot-scripts (234) - Modify Mozilla.sh to properly output a profile where bookmarks work again.&lt;br /&gt;
* mce-diskless-tools (627,628) - Modify DisklessInteractor to always return i386 until we get a working amd64 build again.&lt;br /&gt;
* vdr - Update to version 1.7.15 &lt;br /&gt;
** Get rid of a few patches&lt;br /&gt;
** Fixes for sound decoding in Denmark&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-18 23082 ==&lt;br /&gt;
* lmce-datalogger-plugin (686,687)&lt;br /&gt;
* lmce-datalog-database (753)&lt;br /&gt;
* pluto-boot-scripts (234)&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
* asterisk-pluto (269)&lt;br /&gt;
* pluto-asterisk (270,271)&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
* pluto-mythtv-player (133,152) - Fix the missing MythTV Setup in Computing. as the Quick Start Template has moved rows.&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Fixes #732 - Storage devices not locally attached to core are not added to mythtv storage groups and cleans up some error messages&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-28 23119 ==&lt;br /&gt;
* asterisk-pluto (269) - Fix fire SOS event and dialplan cleanup - Los93soL&lt;br /&gt;
* freepbx - Fix fire SOS event and dialplan cleanup - Los93soL&lt;br /&gt;
* mjproxy (760,761)&lt;br /&gt;
* pluto-dhcpd-plugin (302) - update configure scripts for grandstream and snom 3xx phones for support of database secret.&lt;br /&gt;
* pluto-mythtv-player (133,152) - Bug #737 - MH Play Media can now set initial channel&lt;br /&gt;
* pluto-std-plugins (116,135) - Bug #736 - CMD_Delete_File in Media PlugIn now will not allow deletion of arbitrary files from the disk, lots of sanity checks. Support for deleting voicemails.&lt;br /&gt;
* pluto-system-database (211)&lt;br /&gt;
* pluto-xine-player (117,136) - enable subtitle support&lt;br /&gt;
* pluto-vdr (468,469) - Bug #737 - MH Play Media can now set initial channel&lt;br /&gt;
* pluto-website-admin (220) - Adds energy monitor that uses state change #677&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-03  ==&lt;br /&gt;
*asterisk-pluto (269)&lt;br /&gt;
** Fix pluto sos menu generates the voice dialogs now&lt;br /&gt;
** Update caller id when sos menu calls out&lt;br /&gt;
*freepbx&lt;br /&gt;
** General dialplan cleanup&lt;br /&gt;
** FreePBX system status works now&lt;br /&gt;
** Fix warnings when updating modules list in FreePBX&lt;br /&gt;
*lmce-hai-omni-rs232 (748,749) - Make sure HAI created devices set HAI as the controlled via device&lt;br /&gt;
*pluto-asterisk (270,271)&lt;br /&gt;
** Update create scripts and abstract redundant code&lt;br /&gt;
** Keep Line_HouseMode in sync when trunks are deleted&lt;br /&gt;
** Transfers are working again&lt;br /&gt;
*pluto-website-admin (220) - Don&#039;t display phone trunk passwords in web admin&lt;br /&gt;
*pluto-dhcpd-plugin (302) - Cisco 7960 (with SIP firmware) will use sip secret now&lt;br /&gt;
*pluto-std-plugins (116,135) - CRITICAL MEDIA PLUGIN FIX IN CMD_Set_Media_Private which was causing the router to rapidly crash due to odd data coming in from MythTV PlugIn. Will investigate further, but this does stop the crashes.&lt;br /&gt;
*pluto-mythtv-plugin (136,152) - Add changes to MythTvSyncDB.sh to always set AlwaysStreamFiles to 1 for media directors.&lt;br /&gt;
*lmce-hulu-player (744,745) - somehow, an older package snuck in. This needs to be rebuilt to fix the hanging bug that somehow reappeared. Yes, I went back and checked the checked in code from a fresh checkin, this will fix it&lt;br /&gt;
*pluto-storage-devices (533) - Added dependencies for nbd-client and nbd-server so that remote playing of DVDs will work, correctly. (Fixes #743)&lt;br /&gt;
* pluto-proxy-orbiter - updates from Dianemo&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-06 23148 ==&lt;br /&gt;
* freepbx - Changelog updated to get a new version number&lt;br /&gt;
* pluto-asterisk (270,271) - Add support for making announcements to phones&lt;br /&gt;
* pluto-dhcpd-plugin (302) - Define helper script as a perl script&lt;br /&gt;
* pluto-std-plugins (116,135) - Small speed up fix for video file list &lt;br /&gt;
* pluto-text-to-speech (283,284) - Add support for making announcements to phones&lt;br /&gt;
* pluto-website-admin (220) - Updates to the new weborbiter&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-14 23155 ==&lt;br /&gt;
* pluto-asterisk (270,271) - Only send extra channel options for transfers when an extra channel is there, also fixes to viatalk create script so things work nicely again&lt;br /&gt;
* pluto-simplephone (498,499) - Whoops!  Missed this package a few days ago, fixes Orbiter phones so they connect with the SIP secret&lt;br /&gt;
* pluto-system-database (211) - Updates to the Size table to include older iPhone/iPod Touch sizes, as well as iPhone4 size.&lt;br /&gt;
* pluto-mythtv-plugin (136,152) - Fixed some incorrect behavior with generating mythtv storage groups&lt;br /&gt;
* lmce-launch-manager (299,298) - Fixed the StartCoreServices.sh from passing wrong Device_ID to Sync2amp.pl causing NAS passwords to become scrabled.&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-16 23161 ==&lt;br /&gt;
* pluto-proxy-orbiter (487,488) - now with committed fixes for the 404 in 7970&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-17 23165 == &lt;br /&gt;
* pluto-boot-scripts (234) - New startup script for the Launch Manager (fixes #753)&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
** Weborbiter: add missing getNews function (fixes #755)&lt;br /&gt;
** Weborbiter: keep trying to get images/data when an communication error occurs&lt;br /&gt;
** Weborbiter: fix keyboard processing (fixes #754)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-27 23202 ==&lt;br /&gt;
* asterisk-pluto (269) - Generate all speech for pluto-sos-menus, and generate /etc/asterisk/extensions_custom.conf completely dynamically - Los93soL&lt;br /&gt;
* libxine - Refs [http://svn.linuxmce.org/trac.cgi/ticket/535 #535], Backport of newer Matroska container support form lib-xine 1.1.17.&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], fixes alpha blending of picture viewer&lt;br /&gt;
* pluto-boot-scripts (234) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/758 #758], Fix cameras on MDs by using NFS mount for the camera dir&lt;br /&gt;
* pluto-updatemedia (405,406) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/651 #434], Different handling for VDR files - WARNING!! Playback of VDR recording from video is still not possible!&lt;br /&gt;
* pluto-website-admin (220) - Make sure the phone system is updated with changes made to cell phone notifications via web admin - Los93soL&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs #315 Should fix most of the call transfer issues, please test thoroughly - Los93soL&lt;br /&gt;
&lt;br /&gt;
== Update 2010-08-02 23227 ==&lt;br /&gt;
* lmce-datalogger-plugin (686,687) - Refs #104 Add initial support for logging Sensor Tripped Events - Los93soL&lt;br /&gt;
* lmce-datalog-database (753) - Refs #104 Add initial support for logging Sensor Tripped Events - Los93soL&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** Start the StorageDevices setup in the background during system start, and restart samba as part of the storage devices setup.&lt;br /&gt;
** Fixes #748 Some MAC addresses would get truncated, Thanks Coley - Los93soL&lt;br /&gt;
* pluto-app-server (145,126) - Do proper check to determine if suspend is supported&lt;br /&gt;
* pluto-website-admin (220) - Fixes #569 Don&#039;t assume calls originate from the US - Los93soL&lt;br /&gt;
* asterisk-pluto (269) - Fixes #570 Attempt to lookup caller name in phone book and correct as possible - Los93sol&lt;br /&gt;
* pluto-asterisk (270,271) - Fixes #570 Attempt to lookup caller name in phone book and correct as possible - Los93soL&lt;br /&gt;
&lt;br /&gt;
== Update 2010-08-29 23259 ==&lt;br /&gt;
* lmce-squeezeslave (763) - Refs #776 wrapper script to start squeezeslave&lt;br /&gt;
* mce-diskless-tools (627,628) - #798 /etc/diskless.conf not being created - merkur2k&lt;br /&gt;
* pluto-app-server (145,126) - #344 Allow power off mode override&lt;br /&gt;
* pluto-asterisk (270,271)&lt;br /&gt;
** Refs #570 Display caller name and picture from LinuxMCE phone book when available - Los93soL&lt;br /&gt;
** Change line ending for create_amp_sipgate_de.pl&lt;br /&gt;
* pluto-slimserver-plugin (424,425) - Refs #776 add squeezeslave template as possible playback device&lt;br /&gt;
* pluto-std-plugins - fix audio album snafu&lt;br /&gt;
* pluto-storage-devices (533) - #799 (re)enable NFS instead of CIFS for internal disk drive sharing - merkur2k&lt;br /&gt;
&lt;br /&gt;
== Update 2010-09-16 23289 ==&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** enable WOL on boot up again&lt;br /&gt;
** fix HDMI and SPDIF unmuting for AVWizard and successive boots. &lt;br /&gt;
** #813, SetupUsers_Homes.sh no longer executes on media directors, faster boot. &lt;br /&gt;
** #733, BootMessage.sh no longer emits an error.&lt;br /&gt;
* pluto-generic-serial-device (307,335) - fix ethernet device support for GSDs&lt;br /&gt;
* pluto-orbiter (119,138) - #811 - WiiMote support. Change mouse accelleration so that the wiimote can actually traverse the entire width of the screen.&lt;br /&gt;
* pluto-std-plugins - #814 - Display the dimming column on the floor plan for drapes and blinds&lt;br /&gt;
* pluto-updateentarea (341,342) - #815 - Autogenerated scenarios sleep/wakeup do the right thing for blinds/drapes&lt;br /&gt;
* pluto-website-admin (220) #708 - add default media sort options to orbiters page, #636 - fixes special characters for IMDB tagging&lt;br /&gt;
&lt;br /&gt;
== Update 2010-10-06 23324 ==&lt;br /&gt;
* lmce-linux-igd  (765 - New package for #826 - merkur2k&lt;br /&gt;
* lirc_0.8.3 &lt;br /&gt;
** built in build-replacements.sh, only it is commented atm&lt;br /&gt;
** Refs #822 fixes repeat problems with pronto codes&lt;br /&gt;
* lmce-mediatomb (702) - Generate a more sane config file for mediatomb - merkur2k&lt;br /&gt;
* pluto-boot-script (234) - Mount /home via nfs instead of cifs on media directors, updates for #826 - merkur2k&lt;br /&gt;
* pluto-lirc-wrapper (340,421) - Fixes #822 lirc can now send pronto codes properly&lt;br /&gt;
* pluto-orbiter (119,138) - Fix for #458 - power menu now works correctly to control other media directors from OSD&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
** Voicemail changes and fixes.&lt;br /&gt;
** Absolute Timed Events are working (thanks TSCHAK)&lt;br /&gt;
** Fixes #833 - possible to compare integer criteria against a list of comma-separated values&lt;br /&gt;
* pluto-system-database (211) - lots of sqlCVS changes.&lt;br /&gt;
* pluto-website-admin (220) - Misc fixes from various tickets - merkur2k&lt;br /&gt;
* pluto-zwave-lighting (505,506) - #44 Improve detection of multi instance devices, possible to resync device data&lt;br /&gt;
* pluto-storage-devices (533) - Add NFS Radar - merkur2k&lt;br /&gt;
* pluto-mythtv-plugin (136,152) - misc storage group fixes - merkur2k&lt;br /&gt;
** &amp;quot;use autumatically&amp;quot; flag for storage devices is now honored&lt;br /&gt;
** better support for remote storage devices (Nas, windows share, etc)&lt;br /&gt;
&lt;br /&gt;
== Upcoming fixes... ==&lt;br /&gt;
&#039;&#039;&#039;Note: Please put the name of the package file and the source and bin package number in this list, followed by a small description of what has changed! Hulu Player is not the name of the package, but lmce-hulu-player. It makes the life of the person, who needs to update the repo a lot easier. Thank you!&#039;&#039;&#039;&lt;br /&gt;
* pluto-std-plugins (116,135) -&lt;br /&gt;
** Media Plugin fix to not turn on OSD (TV) if the TV was already off, and was triggered by an orbiter to play audio. Superfluous block of code removed, Thanks uplink!&lt;br /&gt;
** Possible fix for #674, media is not streamed through unnecessary MDs&lt;br /&gt;
** Fixes #849 house mode change event now sends previous mode as parameter, event plugin uses that when processing house mode change events&lt;br /&gt;
* pluto-system-database (211) - esev made changes to the non-pluto-DVD remote to make it much more usable! Thanks!&lt;br /&gt;
* pluto-lirc-wrapper (340,421) - Fixes #822 lirc now depends on required message translation library&lt;br /&gt;
* lmce-mediatomb (702) - Fixes #841&lt;br /&gt;
* pluto-boot-scripts (234) - #848 - honor &amp;quot;enable UpdateMedia&amp;quot; setting in web admin&lt;br /&gt;
* lmce-launch-manager (299,298) - #848 - honor &amp;quot;enable UpdateMedia&amp;quot; setting in web admin&lt;br /&gt;
&lt;br /&gt;
== Bugfixes ==&lt;br /&gt;
=== Mythtv-plugin fails to install ===&lt;br /&gt;
Install with apt-get install -f &amp;lt;name-of-package&amp;gt;&lt;/div&gt;</summary>
		<author><name>Merkur2k</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=LinuxMCE-0810_beta&amp;diff=25897</id>
		<title>LinuxMCE-0810 beta</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=LinuxMCE-0810_beta&amp;diff=25897"/>
		<updated>2010-10-14T01:35:53Z</updated>

		<summary type="html">&lt;p&gt;Merkur2k: /* Upcoming fixes... */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Software]]&lt;br /&gt;
This page outlines some information about the Beta, as well as outlining any changes and bugfixes we are applying, just like we did with the alpha2 page.&lt;br /&gt;
&lt;br /&gt;
The installation instructions found on the alpha2 page still apply:&lt;br /&gt;
&lt;br /&gt;
==Installing LinuxMCE-0810==&lt;br /&gt;
Please see detailed instruction on how to install LinuxMCE-0810 and keep it up-to-date with the latest updates [[installing 0810|here]].&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-03 22558 ==&lt;br /&gt;
* Build_Replacement_Package - freepbx (ubuntu/asterisk/freepbx) - Ticket #345 - Fixes the issue of installing new modules in FreePBX.&lt;br /&gt;
* pluto-asterisk (270.271) - Phone Lines fixing - asterisk (src/asterisk) - Ticket #374 - Fixes the issue during the creation procedure of a new phone lines via web LinuxMCE Admin. New MessageNet Provider support.&lt;br /&gt;
* pluto-avwizard (555,556) - Fixes #480 - Fails to identify untouched xorg.conf&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** Cleanup in nvidia-config&lt;br /&gt;
** MD WOL Problem fixed&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
** #469 IVR menue will now be regenerated every time a phone line is added.&lt;br /&gt;
** #221 IR commands selection screen now has sort modes to make it easier to sift through all those commands.&lt;br /&gt;
** #219 Various layout improvements to the wizard pages.&lt;br /&gt;
* pluto-xine-player (117,136) - changes for HDMI out&lt;br /&gt;
* pluto-std-plugins (116,135) - Changes to Telecom PlugIn to give proper audio switching behaviour when USB Conference microphones are used for the media director phone. This is of relevance to particular configurations that do not allow concurrent access to the soundcard (such as coax/optical settings). -tschak&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-06 22569 ==&lt;br /&gt;
* pluto-dce-router (154,155) - now depends on lmce-skins-uita&lt;br /&gt;
* pluto-system-database (211) - new lmce-skins-uita package definition&lt;br /&gt;
* lmce-skins-uita (727) - new skin&lt;br /&gt;
* MPlayer_Player (656,657) - Videos that is played by mplayer can now take advantage of vdpau. (Set hw accel to &amp;quot;auto&amp;quot; or &amp;quot;vdpau&amp;quot;)&lt;br /&gt;
* pluto-xine-player (117,136) - don&#039;t stop screen saver when playing audio [http://svn.linuxmce.org/trac.cgi/ticket/486 #486]&lt;br /&gt;
* pluto-orbiter (119,138) - hide xine when playing audio, keeps screen saver visible [http://svn.linuxmce.org/trac.cgi/ticket/486 #486]&lt;br /&gt;
* Update of Zaptel and other kernel related packages to -16&lt;br /&gt;
== Update 2009-12-12 22598 ==&lt;br /&gt;
* pluto-website-admin (220) - sql fix from http://svn.linuxmce.org/trac.cgi/changeset/22567&lt;br /&gt;
* pluto-xine-plugin (118,137) - fix for remote audio cd streaming [http://svn.linuxmce.org/trac.cgi/ticket/470 #470] - still not working&lt;br /&gt;
* pluto-xine-player - refactor screen saver handling&lt;br /&gt;
* pluto-disk-drive (122,141) - fix for remote audio cd streaming [http://svn.linuxmce.org/trac.cgi/ticket/470 #470] - still not working&lt;br /&gt;
* pluto-x-scripts (520,523) - fix for audio over HDMI&lt;br /&gt;
* alsa-lib, alsa-utils, lib64asound2, libasound2 - fix for audio over HDMI&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-14 22600 ==&lt;br /&gt;
* pluto-dcerouter (154,155) - Fixes broken Delay command&lt;br /&gt;
* pluto-libresolution (545,544) - UseEDID HDMI Audio xorg.conf entry&lt;br /&gt;
* pluto-asterisk (270.271) - Fix for Messagenet configuration script (changing Window&#039;s EOL characters)&lt;br /&gt;
* pluto-system-database (211) - Some devicedata changes for dcerouter delay command and DCS-5300G camera&lt;br /&gt;
* pluto-website-admin (220) - fix HDMI selection in web admin&lt;br /&gt;
* pluto-xine-player (117,136) - removed 1 second sleep after play media. refactored code to stop screen saver&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-25 22639 - Christmas fix ==&lt;br /&gt;
* freepbx - removal of chan_vpb.so to circumvent coredumps on system without a Voicetronix board (#519)&lt;br /&gt;
* pluto-avwizard (555,556) - modification of startup scripts to not screw the system upon status calls to the startup scripts&lt;br /&gt;
* pluto-boot-scripts (234)&lt;br /&gt;
** modification of startup scripts to not screw the system upon status calls to the startup scripts&lt;br /&gt;
** updated Backup/Restore functionallity&lt;br /&gt;
** fixes  web admin log links for hybrid MD&lt;br /&gt;
** Make sure only a single logrotate configuration file for LinuxMCE exist&lt;br /&gt;
* pluto-hdhomerun(621,620)- Fixes bug where only 1 tuner was added to mythtv&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Fixes deletion of of hostname from mythconverg.capturecard by creating and using a dummy videosource&lt;br /&gt;
* pluto-simplephone (498,499) - Adds support for password in DeviceData&lt;br /&gt;
* pluto-std-plugins (116,135) - Adds support for specialized interfaces&lt;br /&gt;
* pluto-system-database (211) - Some devicedata changes for SIP phone templates to include devicedata for password&lt;br /&gt;
* pluto-website-admin (220) - Fixes Climate Command Wizard Set Temperature command, Climate Command Wizard also now works with On//Off Climate Devices&lt;br /&gt;
* pluto-orbiter (119,138) - Fixes issue with input devices crashing orbiter [http://svn.linuxmce.org/trac.cgi/ticket/522 #522]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-01-08 22669 ==&lt;br /&gt;
*pluto-boot-scripts (234) &lt;br /&gt;
** Purge_Camera_Archives.pl fixed&lt;br /&gt;
** backup/restore fixed&lt;br /&gt;
** enable_wol called from Startup script - WOL for MDs should work again&lt;br /&gt;
*pluto-motion-wrapper (456,455) - Now calls the purge script every 6 hours and on reload&lt;br /&gt;
*pluto-storage-devices (533) &lt;br /&gt;
** Hostname now added to string to be displayed on orbiters when new drives are detected. &lt;br /&gt;
** Boot partitions will be filtered out also.&lt;br /&gt;
*pluto-system-database (211) - changes to MotionWrapper&#039;s motion.conf default options to use new option names&lt;br /&gt;
&lt;br /&gt;
==  Update 2010-01-16 22689 ==&lt;br /&gt;
* pluto-boot-scripts (234) - new safe_delete.sh script for safely deleting database entries&lt;br /&gt;
* pluto-cm15a (730,731) - new DCE device, CM15A USB interface for X10&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Capture card install now goes directly to the setup wizard&lt;br /&gt;
* pluto-orbiter (119,138) - Capture card install now goes directly to the setup wizard&lt;br /&gt;
* pluto-storage-devices (533) - mount no longer echos out errors during ro filesystem&lt;br /&gt;
* pluto-photo-screen-saver (582,581) - Rotate image according to exif tag [http://svn.linuxmce.org/trac.cgi/ticket/566 #566]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-01-27 22704 ==&lt;br /&gt;
* pluto-photo-screen-saver (582,581) - maintain correct image aspect ratio [http://svn.linuxmce.org/trac.cgi/ticket/568 #568]&lt;br /&gt;
* pluto-vdr (469,468) &lt;br /&gt;
** Use remotetimer for central scheduling&lt;br /&gt;
** Don&#039;t autostart VDR on MD&lt;br /&gt;
** Support VDPAU &lt;br /&gt;
* VDR - We provide our own packages (1.7.11 sources packages from eTobi and free-vdr.de)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-03 22733 ==&lt;br /&gt;
* MythTV - We provide our own packages (0.22 sources packages from mythbuntu )&lt;br /&gt;
* ZWave Lighting (505,506) - Wizard bugfix&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-08 22754 ==&lt;br /&gt;
* Hulu PlugIn (737,738) - Initial Beta of Hulu Support&lt;br /&gt;
* Hulu Player (739,740) - from TSCHAK&lt;br /&gt;
* Game Player (673,674) - Added support for custom controller files to Game Player - see TankStick DT #2100 for an example.&lt;br /&gt;
* pluto-std-plugins - fixes #587&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-10 22758 ==&lt;br /&gt;
* pluto-boot-script (234)- Add Activate Orbiter to KDE desktop (#596)&lt;br /&gt;
* mce-diskless-tools (627,628) - Add a link to the desktop to call Activate Orbiter (#596)&lt;br /&gt;
* linux-diskless-image (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
* alsa-modules (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
* zaptel-modules (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-12 22763 ==&lt;br /&gt;
* new-installer &lt;br /&gt;
** changes in kdm link management&lt;br /&gt;
** verify kubuntu-desktop is installed&lt;br /&gt;
* pluto-boot-script (234) - Fix copying of desktop link to activate Orbiter into root&#039;s Desktop dir&lt;br /&gt;
* pluto-vdr (469,468) - Only backup setup.conf if it exists.&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-13 22765 ==&lt;br /&gt;
* pluto-std-plugins - fixes #587&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-14 22768 ==&lt;br /&gt;
* pluto-xine-player (117,136) - removed dependency for libxine1-ffmpeg&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-16 22777 ==&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
** Fixes event criteria for PK_EventParameter [http://svn.linuxmce.org/trac.cgi/ticket/602 #602]&lt;br /&gt;
** Fixes time of day - can now check againt hh:mm:ss [http://svn.linuxmce.org/trac.cgi/ticket/605 #605]&lt;br /&gt;
** Fixed bug introduced in the two fixes above [http://svn.linuxmce.org/trac.cgi/ticket/608 #608]&lt;br /&gt;
* pluto-vdr (468,469) - Remove SourceCaps entries from default setup.conf&lt;br /&gt;
* pluto-system-database (211) - Hulu Player/PlugIn changes&lt;br /&gt;
* Hulu PlugIn (737,738) - device template constant fixes&lt;br /&gt;
* Hulu Player (739,740) - device template constant fixes&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-18 22795 ==&lt;br /&gt;
* pluto-proxy-orbiter (487,488) Fixes [http://svn.linuxmce.org/trac.cgi/ticket/610 #610]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-23 22803 ==&lt;br /&gt;
* pluto-boot-script (234) &lt;br /&gt;
** Install zaptel-modules and load ztdummy for meetme&lt;br /&gt;
** Disable KDE screensaver upon KDE Desktop start (fixes #600)&lt;br /&gt;
* pluto-dhcpd-plugin (302) - Make sure to transfer database secret into sip_additional.conf&lt;br /&gt;
* pluto-orbiter (119,138) - Color fixes&lt;br /&gt;
* pluto-proxy-orbiter (488,487) - Color fixes - thanks radu&lt;br /&gt;
* pluto-vdr (468,469)&lt;br /&gt;
** Only create setup.conf if it does not contain a remotetimers entry&lt;br /&gt;
** Disable shutdown of system from VDR&lt;br /&gt;
* v4l2-firmware (733) - Added new firmware drivers to support a broader range of DVB cards&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-28 22812 ==&lt;br /&gt;
&lt;br /&gt;
Hulu Now works, and the HAI Omni Security panel driver has been checked in and integrated.&lt;br /&gt;
&lt;br /&gt;
* pluto-system-database (211) - Addition of buttons to Hulu Remote (tschak)&lt;br /&gt;
* lmce-hulu-player (739,740) - Hulu Player now uses Hulu Desktop&#039;s LIRCD port via a fake LIRCD Server. (tschak)&lt;br /&gt;
* 751  	HAI Control Program&lt;br /&gt;
* 750 	HAI Control Program Source&lt;br /&gt;
* 749  	LinuxMCE HAI Omni RS232 Panel Support&lt;br /&gt;
* 748 	LinuxMCE HAI Omni RS232 Panel Support Source&lt;br /&gt;
* pluto-zwave-lighting (505,506) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/620 #620] multi instance support for sensors&lt;br /&gt;
* pluto-mplayer-player (657,656) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/471 #471] Finally committed vdpau support for mplayer&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-07 22832 ==&lt;br /&gt;
&lt;br /&gt;
* pluto-zwave-lighting (505,506) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/620 #620] make command for child work again&lt;br /&gt;
* pluto-system-database (211) - new package and package changes for datalogger plugin&lt;br /&gt;
* lmce-datalog-database (753) - datalogger database, refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630]&lt;br /&gt;
* lmce-datalogger-plugin (686,687) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630] install automatically, configurable graph display&lt;br /&gt;
* lmce-datalog-db (688,689) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630]&lt;br /&gt;
* pluto-website-admin (220) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630], [http://svn.linuxmce.org/trac.cgi/ticket/633 #633], fix for some attribute names not showing up in media browser page, improvements to datalogger section&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/637 #637] allow event plugin to reload configuration without a router reload&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-14 22853 ==&lt;br /&gt;
* pluto-website-admin (220) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/637 #637] Reload event plugin configuration when events change (no need to reload router anymore, except after adding/deleting event commands), [http://svn.linuxmce.org/trac.cgi/ticket/648 #648] Fix device template adding to avoid sqlCVS commit problems&lt;br /&gt;
* pluto-orbiter (119,138) [http://svn.linuxmce.org/trac.cgi/ticket/647 #647] Enable event mapping for mouse buttons&lt;br /&gt;
* pluto-system-database (211) [http://svn.linuxmce.org/trac.cgi/ticket/646 #646] Device template for Logitech MX Air mouse&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/651 #651] fix router crash with boolean event parameters&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-23 22876 ==&lt;br /&gt;
* pluto-std-plugins (116,135) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], media plugin supports play all for pictures&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], picture viewer&lt;br /&gt;
* lmce-picture-plugin (756,757) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], picture plugin&lt;br /&gt;
* Pluto PNP Detection Scripts (562), added detection script for Pioneer Elite series of Receivers&lt;br /&gt;
* Pluto Capture Card Setup Scripts (580), added input change scripts for various capture cards&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-08 22883 ==&lt;br /&gt;
* pluto-boot-script (234) - Change smb.conf template to disable unix extension.&lt;br /&gt;
* pluto-website-admin (220) - [http://svn.linuxmce.org/trac.cgi/ticket/662 Fixes #662]&lt;br /&gt;
* lmce-picture-plugin (756,757) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650] fix pause of slideshow&lt;br /&gt;
* pluto-system-database (211) [http://svn.linuxmce.org/trac.cgi/ticket/650 #650] designer changes for picture viewer&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-14 22889 *CLOUD Release* ==&lt;br /&gt;
*  pluto-system-database (211) changes to the repository information for a package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-28 22898  ==&lt;br /&gt;
* pluto-website-admin (220) - [http://svn.linuxmce.org/trac.cgi/ticket/662 Fixes #662 (again ;) )]&lt;br /&gt;
* pluto-system-database (211) - sqlCVS additions for the SmartQ V7 MID&lt;br /&gt;
* pluto-updateentarea (341,342) - code in Setup to allow for devices in the MID category to get media scenarios.&lt;br /&gt;
* pluto-storage-devices (533) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/672 #672]&lt;br /&gt;
* mce-diskless-tools (627,628) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/655 #655]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-05-20 22958 ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* pluto-orbitergen (226,227) - Orbitergen changed to specify that MIDs are on-screen orbiters. This may change in the future, but I need to test something... --[[User:Tschak909|Tschak909]] 06:22, 9 May 2010 (CEST)&lt;br /&gt;
* pluto-system-database (211) - [http://svn.linuxmce.org/trac.cgi/ticket/684 Toshiba RAS series IR control template]&lt;br /&gt;
* pluto-generic-serial-device (307,335) - [http://svn.linuxmce.org/trac.cgi/ticket/685 access return parameters in GSD device]&lt;br /&gt;
* mythtv-0.23&lt;br /&gt;
&lt;br /&gt;
== Update 2010-05-20 22959 ==&lt;br /&gt;
* lmce-update-system (650,651) - Setup pinning to the LinuxMCE repository&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - MythTV 0.23 support has been baked in. Thanks mandingo&lt;br /&gt;
* pluto-mythtv-player (133,152)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-01 23002 ==&lt;br /&gt;
* lmce-hulu-player (739,740) - changed the accept() loop to be non-blocking, fixing the hung hulu player issue when the router needs to reload. -TSCHAK &lt;br /&gt;
* mce-diskless-tools (627,628) - cBuckle sent in a bugfix that prevented media directors with more than one NIC from properly being detected. We now assume the booting NIC is eth0. Thanks cBuckle! -TSCHKA&lt;br /&gt;
* pluto-website-admin (220) - Fixes #705, and #706 -TSCHAK&lt;br /&gt;
* pluto-system-database (211) - Fixes to QuickStartTemplate so icons will show. -TSCHAK&lt;br /&gt;
* pluto-std-plugins (116,135) - Fix to General Info Plugin so that it will properly show PNG images&lt;br /&gt;
* pluto-boot-scripts (234) - Fix to UpdateQuickStartIcons.sh to download quick start icons and convert to PNG if needed.&lt;br /&gt;
* lmce-update-system (650,651) - Fix preferences file&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-07 23036 ==&lt;br /&gt;
* pluto-asterisk (270.271) - Fix initial for no voicemail greetings after setup wizard (thanks los93sol)&lt;br /&gt;
* pluto-vdr (469,468) &lt;br /&gt;
** Syntax error fix in StartVDRClient - should start correct on MDs now.&lt;br /&gt;
** Add a default remote.conf so people can use the keyboard to control VDR.&lt;br /&gt;
* pluto-system-database (211) - Add support for TED5000 and Energy Monitoring Events to be used by future devices&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-09 23046 ==&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs #650, start picture viewer minimized&lt;br /&gt;
* pluto-website-admin (220) - Change wording of VDR error message to better reflect what&#039;s going on.&lt;br /&gt;
* v4l2-Modules (732) - Fix debian package naming to allow proper install of dkms package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-10 23047 ==&lt;br /&gt;
* v4l2-Modules (732) - Fix Debian package naming to allow proper install of dkms package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-14 23070 ==&lt;br /&gt;
* pluto-std-plugins (116,135) - Fix to General Info Plugin to allow Firefox Bookmarks to work again. Please test!&lt;br /&gt;
* pluto-boot-scripts (234) - Modify Mozilla.sh to properly output a profile where bookmarks work again.&lt;br /&gt;
* mce-diskless-tools (627,628) - Modify DisklessInteractor to always return i386 until we get a working amd64 build again.&lt;br /&gt;
* vdr - Update to version 1.7.15 &lt;br /&gt;
** Get rid of a few patches&lt;br /&gt;
** Fixes for sound decoding in Denmark&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-18 23082 ==&lt;br /&gt;
* lmce-datalogger-plugin (686,687)&lt;br /&gt;
* lmce-datalog-database (753)&lt;br /&gt;
* pluto-boot-scripts (234)&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
* asterisk-pluto (269)&lt;br /&gt;
* pluto-asterisk (270,271)&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
* pluto-mythtv-player (133,152) - Fix the missing MythTV Setup in Computing. as the Quick Start Template has moved rows.&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Fixes #732 - Storage devices not locally attached to core are not added to mythtv storage groups and cleans up some error messages&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-28 23119 ==&lt;br /&gt;
* asterisk-pluto (269) - Fix fire SOS event and dialplan cleanup - Los93soL&lt;br /&gt;
* freepbx - Fix fire SOS event and dialplan cleanup - Los93soL&lt;br /&gt;
* mjproxy (760,761)&lt;br /&gt;
* pluto-dhcpd-plugin (302) - update configure scripts for grandstream and snom 3xx phones for support of database secret.&lt;br /&gt;
* pluto-mythtv-player (133,152) - Bug #737 - MH Play Media can now set initial channel&lt;br /&gt;
* pluto-std-plugins (116,135) - Bug #736 - CMD_Delete_File in Media PlugIn now will not allow deletion of arbitrary files from the disk, lots of sanity checks. Support for deleting voicemails.&lt;br /&gt;
* pluto-system-database (211)&lt;br /&gt;
* pluto-xine-player (117,136) - enable subtitle support&lt;br /&gt;
* pluto-vdr (468,469) - Bug #737 - MH Play Media can now set initial channel&lt;br /&gt;
* pluto-website-admin (220) - Adds energy monitor that uses state change #677&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-03  ==&lt;br /&gt;
*asterisk-pluto (269)&lt;br /&gt;
** Fix pluto sos menu generates the voice dialogs now&lt;br /&gt;
** Update caller id when sos menu calls out&lt;br /&gt;
*freepbx&lt;br /&gt;
** General dialplan cleanup&lt;br /&gt;
** FreePBX system status works now&lt;br /&gt;
** Fix warnings when updating modules list in FreePBX&lt;br /&gt;
*lmce-hai-omni-rs232 (748,749) - Make sure HAI created devices set HAI as the controlled via device&lt;br /&gt;
*pluto-asterisk (270,271)&lt;br /&gt;
** Update create scripts and abstract redundant code&lt;br /&gt;
** Keep Line_HouseMode in sync when trunks are deleted&lt;br /&gt;
** Transfers are working again&lt;br /&gt;
*pluto-website-admin (220) - Don&#039;t display phone trunk passwords in web admin&lt;br /&gt;
*pluto-dhcpd-plugin (302) - Cisco 7960 (with SIP firmware) will use sip secret now&lt;br /&gt;
*pluto-std-plugins (116,135) - CRITICAL MEDIA PLUGIN FIX IN CMD_Set_Media_Private which was causing the router to rapidly crash due to odd data coming in from MythTV PlugIn. Will investigate further, but this does stop the crashes.&lt;br /&gt;
*pluto-mythtv-plugin (136,152) - Add changes to MythTvSyncDB.sh to always set AlwaysStreamFiles to 1 for media directors.&lt;br /&gt;
*lmce-hulu-player (744,745) - somehow, an older package snuck in. This needs to be rebuilt to fix the hanging bug that somehow reappeared. Yes, I went back and checked the checked in code from a fresh checkin, this will fix it&lt;br /&gt;
*pluto-storage-devices (533) - Added dependencies for nbd-client and nbd-server so that remote playing of DVDs will work, correctly. (Fixes #743)&lt;br /&gt;
* pluto-proxy-orbiter - updates from Dianemo&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-06 23148 ==&lt;br /&gt;
* freepbx - Changelog updated to get a new version number&lt;br /&gt;
* pluto-asterisk (270,271) - Add support for making announcements to phones&lt;br /&gt;
* pluto-dhcpd-plugin (302) - Define helper script as a perl script&lt;br /&gt;
* pluto-std-plugins (116,135) - Small speed up fix for video file list &lt;br /&gt;
* pluto-text-to-speech (283,284) - Add support for making announcements to phones&lt;br /&gt;
* pluto-website-admin (220) - Updates to the new weborbiter&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-14 23155 ==&lt;br /&gt;
* pluto-asterisk (270,271) - Only send extra channel options for transfers when an extra channel is there, also fixes to viatalk create script so things work nicely again&lt;br /&gt;
* pluto-simplephone (498,499) - Whoops!  Missed this package a few days ago, fixes Orbiter phones so they connect with the SIP secret&lt;br /&gt;
* pluto-system-database (211) - Updates to the Size table to include older iPhone/iPod Touch sizes, as well as iPhone4 size.&lt;br /&gt;
* pluto-mythtv-plugin (136,152) - Fixed some incorrect behavior with generating mythtv storage groups&lt;br /&gt;
* lmce-launch-manager (299,298) - Fixed the StartCoreServices.sh from passing wrong Device_ID to Sync2amp.pl causing NAS passwords to become scrabled.&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-16 23161 ==&lt;br /&gt;
* pluto-proxy-orbiter (487,488) - now with committed fixes for the 404 in 7970&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-17 23165 == &lt;br /&gt;
* pluto-boot-scripts (234) - New startup script for the Launch Manager (fixes #753)&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
** Weborbiter: add missing getNews function (fixes #755)&lt;br /&gt;
** Weborbiter: keep trying to get images/data when an communication error occurs&lt;br /&gt;
** Weborbiter: fix keyboard processing (fixes #754)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-27 23202 ==&lt;br /&gt;
* asterisk-pluto (269) - Generate all speech for pluto-sos-menus, and generate /etc/asterisk/extensions_custom.conf completely dynamically - Los93soL&lt;br /&gt;
* libxine - Refs [http://svn.linuxmce.org/trac.cgi/ticket/535 #535], Backport of newer Matroska container support form lib-xine 1.1.17.&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], fixes alpha blending of picture viewer&lt;br /&gt;
* pluto-boot-scripts (234) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/758 #758], Fix cameras on MDs by using NFS mount for the camera dir&lt;br /&gt;
* pluto-updatemedia (405,406) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/651 #434], Different handling for VDR files - WARNING!! Playback of VDR recording from video is still not possible!&lt;br /&gt;
* pluto-website-admin (220) - Make sure the phone system is updated with changes made to cell phone notifications via web admin - Los93soL&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs #315 Should fix most of the call transfer issues, please test thoroughly - Los93soL&lt;br /&gt;
&lt;br /&gt;
== Update 2010-08-02 23227 ==&lt;br /&gt;
* lmce-datalogger-plugin (686,687) - Refs #104 Add initial support for logging Sensor Tripped Events - Los93soL&lt;br /&gt;
* lmce-datalog-database (753) - Refs #104 Add initial support for logging Sensor Tripped Events - Los93soL&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** Start the StorageDevices setup in the background during system start, and restart samba as part of the storage devices setup.&lt;br /&gt;
** Fixes #748 Some MAC addresses would get truncated, Thanks Coley - Los93soL&lt;br /&gt;
* pluto-app-server (145,126) - Do proper check to determine if suspend is supported&lt;br /&gt;
* pluto-website-admin (220) - Fixes #569 Don&#039;t assume calls originate from the US - Los93soL&lt;br /&gt;
* asterisk-pluto (269) - Fixes #570 Attempt to lookup caller name in phone book and correct as possible - Los93sol&lt;br /&gt;
* pluto-asterisk (270,271) - Fixes #570 Attempt to lookup caller name in phone book and correct as possible - Los93soL&lt;br /&gt;
&lt;br /&gt;
== Update 2010-08-29 23259 ==&lt;br /&gt;
* lmce-squeezeslave (763) - Refs #776 wrapper script to start squeezeslave&lt;br /&gt;
* mce-diskless-tools (627,628) - #798 /etc/diskless.conf not being created - merkur2k&lt;br /&gt;
* pluto-app-server (145,126) - #344 Allow power off mode override&lt;br /&gt;
* pluto-asterisk (270,271)&lt;br /&gt;
** Refs #570 Display caller name and picture from LinuxMCE phone book when available - Los93soL&lt;br /&gt;
** Change line ending for create_amp_sipgate_de.pl&lt;br /&gt;
* pluto-slimserver-plugin (424,425) - Refs #776 add squeezeslave template as possible playback device&lt;br /&gt;
* pluto-std-plugins - fix audio album snafu&lt;br /&gt;
* pluto-storage-devices (533) - #799 (re)enable NFS instead of CIFS for internal disk drive sharing - merkur2k&lt;br /&gt;
&lt;br /&gt;
== Update 2010-09-16 23289 ==&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** enable WOL on boot up again&lt;br /&gt;
** fix HDMI and SPDIF unmuting for AVWizard and successive boots. &lt;br /&gt;
** #813, SetupUsers_Homes.sh no longer executes on media directors, faster boot. &lt;br /&gt;
** #733, BootMessage.sh no longer emits an error.&lt;br /&gt;
* pluto-generic-serial-device (307,335) - fix ethernet device support for GSDs&lt;br /&gt;
* pluto-orbiter (119,138) - #811 - WiiMote support. Change mouse accelleration so that the wiimote can actually traverse the entire width of the screen.&lt;br /&gt;
* pluto-std-plugins - #814 - Display the dimming column on the floor plan for drapes and blinds&lt;br /&gt;
* pluto-updateentarea (341,342) - #815 - Autogenerated scenarios sleep/wakeup do the right thing for blinds/drapes&lt;br /&gt;
* pluto-website-admin (220) #708 - add default media sort options to orbiters page, #636 - fixes special characters for IMDB tagging&lt;br /&gt;
&lt;br /&gt;
== Update 2010-10-06 23324 ==&lt;br /&gt;
* lmce-linux-igd  (765 - New package for #826 - merkur2k&lt;br /&gt;
* lirc_0.8.3 &lt;br /&gt;
** built in build-replacements.sh, only it is commented atm&lt;br /&gt;
** Refs #822 fixes repeat problems with pronto codes&lt;br /&gt;
* lmce-mediatomb (702) - Generate a more sane config file for mediatomb - merkur2k&lt;br /&gt;
* pluto-boot-script (234) - Mount /home via nfs instead of cifs on media directors, updates for #826 - merkur2k&lt;br /&gt;
* pluto-lirc-wrapper (340,421) - Fixes #822 lirc can now send pronto codes properly&lt;br /&gt;
* pluto-orbiter (119,138) - Fix for #458 - power menu now works correctly to control other media directors from OSD&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
** Voicemail changes and fixes.&lt;br /&gt;
** Absolute Timed Events are working (thanks TSCHAK)&lt;br /&gt;
** Fixes #833 - possible to compare integer criteria against a list of comma-separated values&lt;br /&gt;
* pluto-system-database (211) - lots of sqlCVS changes.&lt;br /&gt;
* pluto-website-admin (220) - Misc fixes from various tickets - merkur2k&lt;br /&gt;
* pluto-zwave-lighting (505,506) - #44 Improve detection of multi instance devices, possible to resync device data&lt;br /&gt;
* pluto-storage-devices (533) - Add NFS Radar - merkur2k&lt;br /&gt;
* pluto-mythtv-plugin (136,152) - misc storage group fixes - merkur2k&lt;br /&gt;
** &amp;quot;use autumatically&amp;quot; flag for storage devices is now honored&lt;br /&gt;
** better support for remote storage devices (Nas, windows share, etc)&lt;br /&gt;
&lt;br /&gt;
== Upcoming fixes... ==&lt;br /&gt;
&#039;&#039;&#039;Note: Please put the name of the package file and the source and bin package number in this list, followed by a small description of what has changed! Hulu Player is not the name of the package, but lmce-hulu-player. It makes the life of the person, who needs to update the repo a lot easier. Thank you!&#039;&#039;&#039;&lt;br /&gt;
* pluto-std-plugins (116,135) -&lt;br /&gt;
** Media Plugin fix to not turn on OSD (TV) if the TV was already off, and was triggered by an orbiter to play audio. Superfluous block of code removed, Thanks uplink!&lt;br /&gt;
** Possible fix for #674, media is not streamed through unnecessary MDs&lt;br /&gt;
** Fixes #849 house mode change event now sends previous mode as parameter, event plugin uses that when processing house mode change events&lt;br /&gt;
* pluto-system-database (211) - esev made changes to the non-pluto-DVD remote to make it much more usable! Thanks!&lt;br /&gt;
* pluto-lirc-wrapper (340,421) - Fixes #822 lirc now depends on required message translation library&lt;br /&gt;
* lmce-mediatomb (702) - Fixes #841&lt;br /&gt;
* pluto-boot-scripts (234) - #848 - honor UpdateMedia setting in web admin&lt;br /&gt;
* lmce-launch-manager (299,298) - #848 - honor UpdateMedia setting in web admin&lt;br /&gt;
&lt;br /&gt;
== Bugfixes ==&lt;br /&gt;
=== Mythtv-plugin fails to install ===&lt;br /&gt;
Install with apt-get install -f &amp;lt;name-of-package&amp;gt;&lt;/div&gt;</summary>
		<author><name>Merkur2k</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=LinuxMCE-0810_beta&amp;diff=25896</id>
		<title>LinuxMCE-0810 beta</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=LinuxMCE-0810_beta&amp;diff=25896"/>
		<updated>2010-10-14T01:35:06Z</updated>

		<summary type="html">&lt;p&gt;Merkur2k: /* Upcoming fixes... */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Software]]&lt;br /&gt;
This page outlines some information about the Beta, as well as outlining any changes and bugfixes we are applying, just like we did with the alpha2 page.&lt;br /&gt;
&lt;br /&gt;
The installation instructions found on the alpha2 page still apply:&lt;br /&gt;
&lt;br /&gt;
==Installing LinuxMCE-0810==&lt;br /&gt;
Please see detailed instruction on how to install LinuxMCE-0810 and keep it up-to-date with the latest updates [[installing 0810|here]].&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-03 22558 ==&lt;br /&gt;
* Build_Replacement_Package - freepbx (ubuntu/asterisk/freepbx) - Ticket #345 - Fixes the issue of installing new modules in FreePBX.&lt;br /&gt;
* pluto-asterisk (270.271) - Phone Lines fixing - asterisk (src/asterisk) - Ticket #374 - Fixes the issue during the creation procedure of a new phone lines via web LinuxMCE Admin. New MessageNet Provider support.&lt;br /&gt;
* pluto-avwizard (555,556) - Fixes #480 - Fails to identify untouched xorg.conf&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** Cleanup in nvidia-config&lt;br /&gt;
** MD WOL Problem fixed&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
** #469 IVR menue will now be regenerated every time a phone line is added.&lt;br /&gt;
** #221 IR commands selection screen now has sort modes to make it easier to sift through all those commands.&lt;br /&gt;
** #219 Various layout improvements to the wizard pages.&lt;br /&gt;
* pluto-xine-player (117,136) - changes for HDMI out&lt;br /&gt;
* pluto-std-plugins (116,135) - Changes to Telecom PlugIn to give proper audio switching behaviour when USB Conference microphones are used for the media director phone. This is of relevance to particular configurations that do not allow concurrent access to the soundcard (such as coax/optical settings). -tschak&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-06 22569 ==&lt;br /&gt;
* pluto-dce-router (154,155) - now depends on lmce-skins-uita&lt;br /&gt;
* pluto-system-database (211) - new lmce-skins-uita package definition&lt;br /&gt;
* lmce-skins-uita (727) - new skin&lt;br /&gt;
* MPlayer_Player (656,657) - Videos that is played by mplayer can now take advantage of vdpau. (Set hw accel to &amp;quot;auto&amp;quot; or &amp;quot;vdpau&amp;quot;)&lt;br /&gt;
* pluto-xine-player (117,136) - don&#039;t stop screen saver when playing audio [http://svn.linuxmce.org/trac.cgi/ticket/486 #486]&lt;br /&gt;
* pluto-orbiter (119,138) - hide xine when playing audio, keeps screen saver visible [http://svn.linuxmce.org/trac.cgi/ticket/486 #486]&lt;br /&gt;
* Update of Zaptel and other kernel related packages to -16&lt;br /&gt;
== Update 2009-12-12 22598 ==&lt;br /&gt;
* pluto-website-admin (220) - sql fix from http://svn.linuxmce.org/trac.cgi/changeset/22567&lt;br /&gt;
* pluto-xine-plugin (118,137) - fix for remote audio cd streaming [http://svn.linuxmce.org/trac.cgi/ticket/470 #470] - still not working&lt;br /&gt;
* pluto-xine-player - refactor screen saver handling&lt;br /&gt;
* pluto-disk-drive (122,141) - fix for remote audio cd streaming [http://svn.linuxmce.org/trac.cgi/ticket/470 #470] - still not working&lt;br /&gt;
* pluto-x-scripts (520,523) - fix for audio over HDMI&lt;br /&gt;
* alsa-lib, alsa-utils, lib64asound2, libasound2 - fix for audio over HDMI&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-14 22600 ==&lt;br /&gt;
* pluto-dcerouter (154,155) - Fixes broken Delay command&lt;br /&gt;
* pluto-libresolution (545,544) - UseEDID HDMI Audio xorg.conf entry&lt;br /&gt;
* pluto-asterisk (270.271) - Fix for Messagenet configuration script (changing Window&#039;s EOL characters)&lt;br /&gt;
* pluto-system-database (211) - Some devicedata changes for dcerouter delay command and DCS-5300G camera&lt;br /&gt;
* pluto-website-admin (220) - fix HDMI selection in web admin&lt;br /&gt;
* pluto-xine-player (117,136) - removed 1 second sleep after play media. refactored code to stop screen saver&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-25 22639 - Christmas fix ==&lt;br /&gt;
* freepbx - removal of chan_vpb.so to circumvent coredumps on system without a Voicetronix board (#519)&lt;br /&gt;
* pluto-avwizard (555,556) - modification of startup scripts to not screw the system upon status calls to the startup scripts&lt;br /&gt;
* pluto-boot-scripts (234)&lt;br /&gt;
** modification of startup scripts to not screw the system upon status calls to the startup scripts&lt;br /&gt;
** updated Backup/Restore functionallity&lt;br /&gt;
** fixes  web admin log links for hybrid MD&lt;br /&gt;
** Make sure only a single logrotate configuration file for LinuxMCE exist&lt;br /&gt;
* pluto-hdhomerun(621,620)- Fixes bug where only 1 tuner was added to mythtv&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Fixes deletion of of hostname from mythconverg.capturecard by creating and using a dummy videosource&lt;br /&gt;
* pluto-simplephone (498,499) - Adds support for password in DeviceData&lt;br /&gt;
* pluto-std-plugins (116,135) - Adds support for specialized interfaces&lt;br /&gt;
* pluto-system-database (211) - Some devicedata changes for SIP phone templates to include devicedata for password&lt;br /&gt;
* pluto-website-admin (220) - Fixes Climate Command Wizard Set Temperature command, Climate Command Wizard also now works with On//Off Climate Devices&lt;br /&gt;
* pluto-orbiter (119,138) - Fixes issue with input devices crashing orbiter [http://svn.linuxmce.org/trac.cgi/ticket/522 #522]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-01-08 22669 ==&lt;br /&gt;
*pluto-boot-scripts (234) &lt;br /&gt;
** Purge_Camera_Archives.pl fixed&lt;br /&gt;
** backup/restore fixed&lt;br /&gt;
** enable_wol called from Startup script - WOL for MDs should work again&lt;br /&gt;
*pluto-motion-wrapper (456,455) - Now calls the purge script every 6 hours and on reload&lt;br /&gt;
*pluto-storage-devices (533) &lt;br /&gt;
** Hostname now added to string to be displayed on orbiters when new drives are detected. &lt;br /&gt;
** Boot partitions will be filtered out also.&lt;br /&gt;
*pluto-system-database (211) - changes to MotionWrapper&#039;s motion.conf default options to use new option names&lt;br /&gt;
&lt;br /&gt;
==  Update 2010-01-16 22689 ==&lt;br /&gt;
* pluto-boot-scripts (234) - new safe_delete.sh script for safely deleting database entries&lt;br /&gt;
* pluto-cm15a (730,731) - new DCE device, CM15A USB interface for X10&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Capture card install now goes directly to the setup wizard&lt;br /&gt;
* pluto-orbiter (119,138) - Capture card install now goes directly to the setup wizard&lt;br /&gt;
* pluto-storage-devices (533) - mount no longer echos out errors during ro filesystem&lt;br /&gt;
* pluto-photo-screen-saver (582,581) - Rotate image according to exif tag [http://svn.linuxmce.org/trac.cgi/ticket/566 #566]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-01-27 22704 ==&lt;br /&gt;
* pluto-photo-screen-saver (582,581) - maintain correct image aspect ratio [http://svn.linuxmce.org/trac.cgi/ticket/568 #568]&lt;br /&gt;
* pluto-vdr (469,468) &lt;br /&gt;
** Use remotetimer for central scheduling&lt;br /&gt;
** Don&#039;t autostart VDR on MD&lt;br /&gt;
** Support VDPAU &lt;br /&gt;
* VDR - We provide our own packages (1.7.11 sources packages from eTobi and free-vdr.de)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-03 22733 ==&lt;br /&gt;
* MythTV - We provide our own packages (0.22 sources packages from mythbuntu )&lt;br /&gt;
* ZWave Lighting (505,506) - Wizard bugfix&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-08 22754 ==&lt;br /&gt;
* Hulu PlugIn (737,738) - Initial Beta of Hulu Support&lt;br /&gt;
* Hulu Player (739,740) - from TSCHAK&lt;br /&gt;
* Game Player (673,674) - Added support for custom controller files to Game Player - see TankStick DT #2100 for an example.&lt;br /&gt;
* pluto-std-plugins - fixes #587&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-10 22758 ==&lt;br /&gt;
* pluto-boot-script (234)- Add Activate Orbiter to KDE desktop (#596)&lt;br /&gt;
* mce-diskless-tools (627,628) - Add a link to the desktop to call Activate Orbiter (#596)&lt;br /&gt;
* linux-diskless-image (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
* alsa-modules (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
* zaptel-modules (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-12 22763 ==&lt;br /&gt;
* new-installer &lt;br /&gt;
** changes in kdm link management&lt;br /&gt;
** verify kubuntu-desktop is installed&lt;br /&gt;
* pluto-boot-script (234) - Fix copying of desktop link to activate Orbiter into root&#039;s Desktop dir&lt;br /&gt;
* pluto-vdr (469,468) - Only backup setup.conf if it exists.&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-13 22765 ==&lt;br /&gt;
* pluto-std-plugins - fixes #587&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-14 22768 ==&lt;br /&gt;
* pluto-xine-player (117,136) - removed dependency for libxine1-ffmpeg&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-16 22777 ==&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
** Fixes event criteria for PK_EventParameter [http://svn.linuxmce.org/trac.cgi/ticket/602 #602]&lt;br /&gt;
** Fixes time of day - can now check againt hh:mm:ss [http://svn.linuxmce.org/trac.cgi/ticket/605 #605]&lt;br /&gt;
** Fixed bug introduced in the two fixes above [http://svn.linuxmce.org/trac.cgi/ticket/608 #608]&lt;br /&gt;
* pluto-vdr (468,469) - Remove SourceCaps entries from default setup.conf&lt;br /&gt;
* pluto-system-database (211) - Hulu Player/PlugIn changes&lt;br /&gt;
* Hulu PlugIn (737,738) - device template constant fixes&lt;br /&gt;
* Hulu Player (739,740) - device template constant fixes&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-18 22795 ==&lt;br /&gt;
* pluto-proxy-orbiter (487,488) Fixes [http://svn.linuxmce.org/trac.cgi/ticket/610 #610]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-23 22803 ==&lt;br /&gt;
* pluto-boot-script (234) &lt;br /&gt;
** Install zaptel-modules and load ztdummy for meetme&lt;br /&gt;
** Disable KDE screensaver upon KDE Desktop start (fixes #600)&lt;br /&gt;
* pluto-dhcpd-plugin (302) - Make sure to transfer database secret into sip_additional.conf&lt;br /&gt;
* pluto-orbiter (119,138) - Color fixes&lt;br /&gt;
* pluto-proxy-orbiter (488,487) - Color fixes - thanks radu&lt;br /&gt;
* pluto-vdr (468,469)&lt;br /&gt;
** Only create setup.conf if it does not contain a remotetimers entry&lt;br /&gt;
** Disable shutdown of system from VDR&lt;br /&gt;
* v4l2-firmware (733) - Added new firmware drivers to support a broader range of DVB cards&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-28 22812 ==&lt;br /&gt;
&lt;br /&gt;
Hulu Now works, and the HAI Omni Security panel driver has been checked in and integrated.&lt;br /&gt;
&lt;br /&gt;
* pluto-system-database (211) - Addition of buttons to Hulu Remote (tschak)&lt;br /&gt;
* lmce-hulu-player (739,740) - Hulu Player now uses Hulu Desktop&#039;s LIRCD port via a fake LIRCD Server. (tschak)&lt;br /&gt;
* 751  	HAI Control Program&lt;br /&gt;
* 750 	HAI Control Program Source&lt;br /&gt;
* 749  	LinuxMCE HAI Omni RS232 Panel Support&lt;br /&gt;
* 748 	LinuxMCE HAI Omni RS232 Panel Support Source&lt;br /&gt;
* pluto-zwave-lighting (505,506) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/620 #620] multi instance support for sensors&lt;br /&gt;
* pluto-mplayer-player (657,656) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/471 #471] Finally committed vdpau support for mplayer&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-07 22832 ==&lt;br /&gt;
&lt;br /&gt;
* pluto-zwave-lighting (505,506) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/620 #620] make command for child work again&lt;br /&gt;
* pluto-system-database (211) - new package and package changes for datalogger plugin&lt;br /&gt;
* lmce-datalog-database (753) - datalogger database, refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630]&lt;br /&gt;
* lmce-datalogger-plugin (686,687) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630] install automatically, configurable graph display&lt;br /&gt;
* lmce-datalog-db (688,689) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630]&lt;br /&gt;
* pluto-website-admin (220) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630], [http://svn.linuxmce.org/trac.cgi/ticket/633 #633], fix for some attribute names not showing up in media browser page, improvements to datalogger section&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/637 #637] allow event plugin to reload configuration without a router reload&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-14 22853 ==&lt;br /&gt;
* pluto-website-admin (220) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/637 #637] Reload event plugin configuration when events change (no need to reload router anymore, except after adding/deleting event commands), [http://svn.linuxmce.org/trac.cgi/ticket/648 #648] Fix device template adding to avoid sqlCVS commit problems&lt;br /&gt;
* pluto-orbiter (119,138) [http://svn.linuxmce.org/trac.cgi/ticket/647 #647] Enable event mapping for mouse buttons&lt;br /&gt;
* pluto-system-database (211) [http://svn.linuxmce.org/trac.cgi/ticket/646 #646] Device template for Logitech MX Air mouse&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/651 #651] fix router crash with boolean event parameters&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-23 22876 ==&lt;br /&gt;
* pluto-std-plugins (116,135) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], media plugin supports play all for pictures&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], picture viewer&lt;br /&gt;
* lmce-picture-plugin (756,757) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], picture plugin&lt;br /&gt;
* Pluto PNP Detection Scripts (562), added detection script for Pioneer Elite series of Receivers&lt;br /&gt;
* Pluto Capture Card Setup Scripts (580), added input change scripts for various capture cards&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-08 22883 ==&lt;br /&gt;
* pluto-boot-script (234) - Change smb.conf template to disable unix extension.&lt;br /&gt;
* pluto-website-admin (220) - [http://svn.linuxmce.org/trac.cgi/ticket/662 Fixes #662]&lt;br /&gt;
* lmce-picture-plugin (756,757) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650] fix pause of slideshow&lt;br /&gt;
* pluto-system-database (211) [http://svn.linuxmce.org/trac.cgi/ticket/650 #650] designer changes for picture viewer&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-14 22889 *CLOUD Release* ==&lt;br /&gt;
*  pluto-system-database (211) changes to the repository information for a package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-28 22898  ==&lt;br /&gt;
* pluto-website-admin (220) - [http://svn.linuxmce.org/trac.cgi/ticket/662 Fixes #662 (again ;) )]&lt;br /&gt;
* pluto-system-database (211) - sqlCVS additions for the SmartQ V7 MID&lt;br /&gt;
* pluto-updateentarea (341,342) - code in Setup to allow for devices in the MID category to get media scenarios.&lt;br /&gt;
* pluto-storage-devices (533) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/672 #672]&lt;br /&gt;
* mce-diskless-tools (627,628) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/655 #655]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-05-20 22958 ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* pluto-orbitergen (226,227) - Orbitergen changed to specify that MIDs are on-screen orbiters. This may change in the future, but I need to test something... --[[User:Tschak909|Tschak909]] 06:22, 9 May 2010 (CEST)&lt;br /&gt;
* pluto-system-database (211) - [http://svn.linuxmce.org/trac.cgi/ticket/684 Toshiba RAS series IR control template]&lt;br /&gt;
* pluto-generic-serial-device (307,335) - [http://svn.linuxmce.org/trac.cgi/ticket/685 access return parameters in GSD device]&lt;br /&gt;
* mythtv-0.23&lt;br /&gt;
&lt;br /&gt;
== Update 2010-05-20 22959 ==&lt;br /&gt;
* lmce-update-system (650,651) - Setup pinning to the LinuxMCE repository&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - MythTV 0.23 support has been baked in. Thanks mandingo&lt;br /&gt;
* pluto-mythtv-player (133,152)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-01 23002 ==&lt;br /&gt;
* lmce-hulu-player (739,740) - changed the accept() loop to be non-blocking, fixing the hung hulu player issue when the router needs to reload. -TSCHAK &lt;br /&gt;
* mce-diskless-tools (627,628) - cBuckle sent in a bugfix that prevented media directors with more than one NIC from properly being detected. We now assume the booting NIC is eth0. Thanks cBuckle! -TSCHKA&lt;br /&gt;
* pluto-website-admin (220) - Fixes #705, and #706 -TSCHAK&lt;br /&gt;
* pluto-system-database (211) - Fixes to QuickStartTemplate so icons will show. -TSCHAK&lt;br /&gt;
* pluto-std-plugins (116,135) - Fix to General Info Plugin so that it will properly show PNG images&lt;br /&gt;
* pluto-boot-scripts (234) - Fix to UpdateQuickStartIcons.sh to download quick start icons and convert to PNG if needed.&lt;br /&gt;
* lmce-update-system (650,651) - Fix preferences file&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-07 23036 ==&lt;br /&gt;
* pluto-asterisk (270.271) - Fix initial for no voicemail greetings after setup wizard (thanks los93sol)&lt;br /&gt;
* pluto-vdr (469,468) &lt;br /&gt;
** Syntax error fix in StartVDRClient - should start correct on MDs now.&lt;br /&gt;
** Add a default remote.conf so people can use the keyboard to control VDR.&lt;br /&gt;
* pluto-system-database (211) - Add support for TED5000 and Energy Monitoring Events to be used by future devices&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-09 23046 ==&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs #650, start picture viewer minimized&lt;br /&gt;
* pluto-website-admin (220) - Change wording of VDR error message to better reflect what&#039;s going on.&lt;br /&gt;
* v4l2-Modules (732) - Fix debian package naming to allow proper install of dkms package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-10 23047 ==&lt;br /&gt;
* v4l2-Modules (732) - Fix Debian package naming to allow proper install of dkms package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-14 23070 ==&lt;br /&gt;
* pluto-std-plugins (116,135) - Fix to General Info Plugin to allow Firefox Bookmarks to work again. Please test!&lt;br /&gt;
* pluto-boot-scripts (234) - Modify Mozilla.sh to properly output a profile where bookmarks work again.&lt;br /&gt;
* mce-diskless-tools (627,628) - Modify DisklessInteractor to always return i386 until we get a working amd64 build again.&lt;br /&gt;
* vdr - Update to version 1.7.15 &lt;br /&gt;
** Get rid of a few patches&lt;br /&gt;
** Fixes for sound decoding in Denmark&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-18 23082 ==&lt;br /&gt;
* lmce-datalogger-plugin (686,687)&lt;br /&gt;
* lmce-datalog-database (753)&lt;br /&gt;
* pluto-boot-scripts (234)&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
* asterisk-pluto (269)&lt;br /&gt;
* pluto-asterisk (270,271)&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
* pluto-mythtv-player (133,152) - Fix the missing MythTV Setup in Computing. as the Quick Start Template has moved rows.&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Fixes #732 - Storage devices not locally attached to core are not added to mythtv storage groups and cleans up some error messages&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-28 23119 ==&lt;br /&gt;
* asterisk-pluto (269) - Fix fire SOS event and dialplan cleanup - Los93soL&lt;br /&gt;
* freepbx - Fix fire SOS event and dialplan cleanup - Los93soL&lt;br /&gt;
* mjproxy (760,761)&lt;br /&gt;
* pluto-dhcpd-plugin (302) - update configure scripts for grandstream and snom 3xx phones for support of database secret.&lt;br /&gt;
* pluto-mythtv-player (133,152) - Bug #737 - MH Play Media can now set initial channel&lt;br /&gt;
* pluto-std-plugins (116,135) - Bug #736 - CMD_Delete_File in Media PlugIn now will not allow deletion of arbitrary files from the disk, lots of sanity checks. Support for deleting voicemails.&lt;br /&gt;
* pluto-system-database (211)&lt;br /&gt;
* pluto-xine-player (117,136) - enable subtitle support&lt;br /&gt;
* pluto-vdr (468,469) - Bug #737 - MH Play Media can now set initial channel&lt;br /&gt;
* pluto-website-admin (220) - Adds energy monitor that uses state change #677&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-03  ==&lt;br /&gt;
*asterisk-pluto (269)&lt;br /&gt;
** Fix pluto sos menu generates the voice dialogs now&lt;br /&gt;
** Update caller id when sos menu calls out&lt;br /&gt;
*freepbx&lt;br /&gt;
** General dialplan cleanup&lt;br /&gt;
** FreePBX system status works now&lt;br /&gt;
** Fix warnings when updating modules list in FreePBX&lt;br /&gt;
*lmce-hai-omni-rs232 (748,749) - Make sure HAI created devices set HAI as the controlled via device&lt;br /&gt;
*pluto-asterisk (270,271)&lt;br /&gt;
** Update create scripts and abstract redundant code&lt;br /&gt;
** Keep Line_HouseMode in sync when trunks are deleted&lt;br /&gt;
** Transfers are working again&lt;br /&gt;
*pluto-website-admin (220) - Don&#039;t display phone trunk passwords in web admin&lt;br /&gt;
*pluto-dhcpd-plugin (302) - Cisco 7960 (with SIP firmware) will use sip secret now&lt;br /&gt;
*pluto-std-plugins (116,135) - CRITICAL MEDIA PLUGIN FIX IN CMD_Set_Media_Private which was causing the router to rapidly crash due to odd data coming in from MythTV PlugIn. Will investigate further, but this does stop the crashes.&lt;br /&gt;
*pluto-mythtv-plugin (136,152) - Add changes to MythTvSyncDB.sh to always set AlwaysStreamFiles to 1 for media directors.&lt;br /&gt;
*lmce-hulu-player (744,745) - somehow, an older package snuck in. This needs to be rebuilt to fix the hanging bug that somehow reappeared. Yes, I went back and checked the checked in code from a fresh checkin, this will fix it&lt;br /&gt;
*pluto-storage-devices (533) - Added dependencies for nbd-client and nbd-server so that remote playing of DVDs will work, correctly. (Fixes #743)&lt;br /&gt;
* pluto-proxy-orbiter - updates from Dianemo&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-06 23148 ==&lt;br /&gt;
* freepbx - Changelog updated to get a new version number&lt;br /&gt;
* pluto-asterisk (270,271) - Add support for making announcements to phones&lt;br /&gt;
* pluto-dhcpd-plugin (302) - Define helper script as a perl script&lt;br /&gt;
* pluto-std-plugins (116,135) - Small speed up fix for video file list &lt;br /&gt;
* pluto-text-to-speech (283,284) - Add support for making announcements to phones&lt;br /&gt;
* pluto-website-admin (220) - Updates to the new weborbiter&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-14 23155 ==&lt;br /&gt;
* pluto-asterisk (270,271) - Only send extra channel options for transfers when an extra channel is there, also fixes to viatalk create script so things work nicely again&lt;br /&gt;
* pluto-simplephone (498,499) - Whoops!  Missed this package a few days ago, fixes Orbiter phones so they connect with the SIP secret&lt;br /&gt;
* pluto-system-database (211) - Updates to the Size table to include older iPhone/iPod Touch sizes, as well as iPhone4 size.&lt;br /&gt;
* pluto-mythtv-plugin (136,152) - Fixed some incorrect behavior with generating mythtv storage groups&lt;br /&gt;
* lmce-launch-manager (299,298) - Fixed the StartCoreServices.sh from passing wrong Device_ID to Sync2amp.pl causing NAS passwords to become scrabled.&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-16 23161 ==&lt;br /&gt;
* pluto-proxy-orbiter (487,488) - now with committed fixes for the 404 in 7970&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-17 23165 == &lt;br /&gt;
* pluto-boot-scripts (234) - New startup script for the Launch Manager (fixes #753)&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
** Weborbiter: add missing getNews function (fixes #755)&lt;br /&gt;
** Weborbiter: keep trying to get images/data when an communication error occurs&lt;br /&gt;
** Weborbiter: fix keyboard processing (fixes #754)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-27 23202 ==&lt;br /&gt;
* asterisk-pluto (269) - Generate all speech for pluto-sos-menus, and generate /etc/asterisk/extensions_custom.conf completely dynamically - Los93soL&lt;br /&gt;
* libxine - Refs [http://svn.linuxmce.org/trac.cgi/ticket/535 #535], Backport of newer Matroska container support form lib-xine 1.1.17.&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], fixes alpha blending of picture viewer&lt;br /&gt;
* pluto-boot-scripts (234) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/758 #758], Fix cameras on MDs by using NFS mount for the camera dir&lt;br /&gt;
* pluto-updatemedia (405,406) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/651 #434], Different handling for VDR files - WARNING!! Playback of VDR recording from video is still not possible!&lt;br /&gt;
* pluto-website-admin (220) - Make sure the phone system is updated with changes made to cell phone notifications via web admin - Los93soL&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs #315 Should fix most of the call transfer issues, please test thoroughly - Los93soL&lt;br /&gt;
&lt;br /&gt;
== Update 2010-08-02 23227 ==&lt;br /&gt;
* lmce-datalogger-plugin (686,687) - Refs #104 Add initial support for logging Sensor Tripped Events - Los93soL&lt;br /&gt;
* lmce-datalog-database (753) - Refs #104 Add initial support for logging Sensor Tripped Events - Los93soL&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** Start the StorageDevices setup in the background during system start, and restart samba as part of the storage devices setup.&lt;br /&gt;
** Fixes #748 Some MAC addresses would get truncated, Thanks Coley - Los93soL&lt;br /&gt;
* pluto-app-server (145,126) - Do proper check to determine if suspend is supported&lt;br /&gt;
* pluto-website-admin (220) - Fixes #569 Don&#039;t assume calls originate from the US - Los93soL&lt;br /&gt;
* asterisk-pluto (269) - Fixes #570 Attempt to lookup caller name in phone book and correct as possible - Los93sol&lt;br /&gt;
* pluto-asterisk (270,271) - Fixes #570 Attempt to lookup caller name in phone book and correct as possible - Los93soL&lt;br /&gt;
&lt;br /&gt;
== Update 2010-08-29 23259 ==&lt;br /&gt;
* lmce-squeezeslave (763) - Refs #776 wrapper script to start squeezeslave&lt;br /&gt;
* mce-diskless-tools (627,628) - #798 /etc/diskless.conf not being created - merkur2k&lt;br /&gt;
* pluto-app-server (145,126) - #344 Allow power off mode override&lt;br /&gt;
* pluto-asterisk (270,271)&lt;br /&gt;
** Refs #570 Display caller name and picture from LinuxMCE phone book when available - Los93soL&lt;br /&gt;
** Change line ending for create_amp_sipgate_de.pl&lt;br /&gt;
* pluto-slimserver-plugin (424,425) - Refs #776 add squeezeslave template as possible playback device&lt;br /&gt;
* pluto-std-plugins - fix audio album snafu&lt;br /&gt;
* pluto-storage-devices (533) - #799 (re)enable NFS instead of CIFS for internal disk drive sharing - merkur2k&lt;br /&gt;
&lt;br /&gt;
== Update 2010-09-16 23289 ==&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** enable WOL on boot up again&lt;br /&gt;
** fix HDMI and SPDIF unmuting for AVWizard and successive boots. &lt;br /&gt;
** #813, SetupUsers_Homes.sh no longer executes on media directors, faster boot. &lt;br /&gt;
** #733, BootMessage.sh no longer emits an error.&lt;br /&gt;
* pluto-generic-serial-device (307,335) - fix ethernet device support for GSDs&lt;br /&gt;
* pluto-orbiter (119,138) - #811 - WiiMote support. Change mouse accelleration so that the wiimote can actually traverse the entire width of the screen.&lt;br /&gt;
* pluto-std-plugins - #814 - Display the dimming column on the floor plan for drapes and blinds&lt;br /&gt;
* pluto-updateentarea (341,342) - #815 - Autogenerated scenarios sleep/wakeup do the right thing for blinds/drapes&lt;br /&gt;
* pluto-website-admin (220) #708 - add default media sort options to orbiters page, #636 - fixes special characters for IMDB tagging&lt;br /&gt;
&lt;br /&gt;
== Update 2010-10-06 23324 ==&lt;br /&gt;
* lmce-linux-igd  (765 - New package for #826 - merkur2k&lt;br /&gt;
* lirc_0.8.3 &lt;br /&gt;
** built in build-replacements.sh, only it is commented atm&lt;br /&gt;
** Refs #822 fixes repeat problems with pronto codes&lt;br /&gt;
* lmce-mediatomb (702) - Generate a more sane config file for mediatomb - merkur2k&lt;br /&gt;
* pluto-boot-script (234) - Mount /home via nfs instead of cifs on media directors, updates for #826 - merkur2k&lt;br /&gt;
* pluto-lirc-wrapper (340,421) - Fixes #822 lirc can now send pronto codes properly&lt;br /&gt;
* pluto-orbiter (119,138) - Fix for #458 - power menu now works correctly to control other media directors from OSD&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
** Voicemail changes and fixes.&lt;br /&gt;
** Absolute Timed Events are working (thanks TSCHAK)&lt;br /&gt;
** Fixes #833 - possible to compare integer criteria against a list of comma-separated values&lt;br /&gt;
* pluto-system-database (211) - lots of sqlCVS changes.&lt;br /&gt;
* pluto-website-admin (220) - Misc fixes from various tickets - merkur2k&lt;br /&gt;
* pluto-zwave-lighting (505,506) - #44 Improve detection of multi instance devices, possible to resync device data&lt;br /&gt;
* pluto-storage-devices (533) - Add NFS Radar - merkur2k&lt;br /&gt;
* pluto-mythtv-plugin (136,152) - misc storage group fixes - merkur2k&lt;br /&gt;
** &amp;quot;use autumatically&amp;quot; flag for storage devices is now honored&lt;br /&gt;
** better support for remote storage devices (Nas, windows share, etc)&lt;br /&gt;
&lt;br /&gt;
== Upcoming fixes... ==&lt;br /&gt;
&#039;&#039;&#039;Note: Please put the name of the package file and the source and bin package number in this list, followed by a small description of what has changed! Hulu Player is not the name of the package, but lmce-hulu-player. It makes the life of the person, who needs to update the repo a lot easier. Thank you!&#039;&#039;&#039;&lt;br /&gt;
* pluto-std-plugins (116,135) -&lt;br /&gt;
** Media Plugin fix to not turn on OSD (TV) if the TV was already off, and was triggered by an orbiter to play audio. Superfluous block of code removed, Thanks uplink!&lt;br /&gt;
** Possible fix for #674, media is not streamed through unnecessary MDs&lt;br /&gt;
** Fixes #849 house mode change event now sends previous mode as parameter, event plugin uses that when processing house mode change events&lt;br /&gt;
* pluto-system-database (211) - esev made changes to the non-pluto-DVD remote to make it much more usable! Thanks!&lt;br /&gt;
* pluto-lirc-wrapper (340,421) - Fixes #822 lirc now depends on required message translation library&lt;br /&gt;
* lmce-mediatomb (702) - Fixes #841&lt;br /&gt;
* pluto-boot-scripts (234) - #848 - honor UpdateMedia setting in web admin&lt;br /&gt;
&lt;br /&gt;
== Bugfixes ==&lt;br /&gt;
=== Mythtv-plugin fails to install ===&lt;br /&gt;
Install with apt-get install -f &amp;lt;name-of-package&amp;gt;&lt;/div&gt;</summary>
		<author><name>Merkur2k</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=LinuxMCE-0810_beta&amp;diff=25729</id>
		<title>LinuxMCE-0810 beta</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=LinuxMCE-0810_beta&amp;diff=25729"/>
		<updated>2010-10-05T01:07:48Z</updated>

		<summary type="html">&lt;p&gt;Merkur2k: /* Upcoming fixes... */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Software]]&lt;br /&gt;
This page outlines some information about the Beta, as well as outlining any changes and bugfixes we are applying, just like we did with the alpha2 page.&lt;br /&gt;
&lt;br /&gt;
The installation instructions found on the alpha2 page still apply:&lt;br /&gt;
&lt;br /&gt;
==Installing LinuxMCE-0810==&lt;br /&gt;
Please see detailed instruction on how to install LinuxMCE-0810 and keep it up-to-date with the latest updates [[installing 0810|here]].&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-03 22558 ==&lt;br /&gt;
* Build_Replacement_Package - freepbx (ubuntu/asterisk/freepbx) - Ticket #345 - Fixes the issue of installing new modules in FreePBX.&lt;br /&gt;
* pluto-asterisk (270.271) - Phone Lines fixing - asterisk (src/asterisk) - Ticket #374 - Fixes the issue during the creation procedure of a new phone lines via web LinuxMCE Admin. New MessageNet Provider support.&lt;br /&gt;
* pluto-avwizard (555,556) - Fixes #480 - Fails to identify untouched xorg.conf&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** Cleanup in nvidia-config&lt;br /&gt;
** MD WOL Problem fixed&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
** #469 IVR menue will now be regenerated every time a phone line is added.&lt;br /&gt;
** #221 IR commands selection screen now has sort modes to make it easier to sift through all those commands.&lt;br /&gt;
** #219 Various layout improvements to the wizard pages.&lt;br /&gt;
* pluto-xine-player (117,136) - changes for HDMI out&lt;br /&gt;
* pluto-std-plugins (116,135) - Changes to Telecom PlugIn to give proper audio switching behaviour when USB Conference microphones are used for the media director phone. This is of relevance to particular configurations that do not allow concurrent access to the soundcard (such as coax/optical settings). -tschak&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-06 22569 ==&lt;br /&gt;
* pluto-dce-router (154,155) - now depends on lmce-skins-uita&lt;br /&gt;
* pluto-system-database (211) - new lmce-skins-uita package definition&lt;br /&gt;
* lmce-skins-uita (727) - new skin&lt;br /&gt;
* MPlayer_Player (656,657) - Videos that is played by mplayer can now take advantage of vdpau. (Set hw accel to &amp;quot;auto&amp;quot; or &amp;quot;vdpau&amp;quot;)&lt;br /&gt;
* pluto-xine-player (117,136) - don&#039;t stop screen saver when playing audio [http://svn.linuxmce.org/trac.cgi/ticket/486 #486]&lt;br /&gt;
* pluto-orbiter (119,138) - hide xine when playing audio, keeps screen saver visible [http://svn.linuxmce.org/trac.cgi/ticket/486 #486]&lt;br /&gt;
* Update of Zaptel and other kernel related packages to -16&lt;br /&gt;
== Update 2009-12-12 22598 ==&lt;br /&gt;
* pluto-website-admin (220) - sql fix from http://svn.linuxmce.org/trac.cgi/changeset/22567&lt;br /&gt;
* pluto-xine-plugin (118,137) - fix for remote audio cd streaming [http://svn.linuxmce.org/trac.cgi/ticket/470 #470] - still not working&lt;br /&gt;
* pluto-xine-player - refactor screen saver handling&lt;br /&gt;
* pluto-disk-drive (122,141) - fix for remote audio cd streaming [http://svn.linuxmce.org/trac.cgi/ticket/470 #470] - still not working&lt;br /&gt;
* pluto-x-scripts (520,523) - fix for audio over HDMI&lt;br /&gt;
* alsa-lib, alsa-utils, lib64asound2, libasound2 - fix for audio over HDMI&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-14 22600 ==&lt;br /&gt;
* pluto-dcerouter (154,155) - Fixes broken Delay command&lt;br /&gt;
* pluto-libresolution (545,544) - UseEDID HDMI Audio xorg.conf entry&lt;br /&gt;
* pluto-asterisk (270.271) - Fix for Messagenet configuration script (changing Window&#039;s EOL characters)&lt;br /&gt;
* pluto-system-database (211) - Some devicedata changes for dcerouter delay command and DCS-5300G camera&lt;br /&gt;
* pluto-website-admin (220) - fix HDMI selection in web admin&lt;br /&gt;
* pluto-xine-player (117,136) - removed 1 second sleep after play media. refactored code to stop screen saver&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-25 22639 - Christmas fix ==&lt;br /&gt;
* freepbx - removal of chan_vpb.so to circumvent coredumps on system without a Voicetronix board (#519)&lt;br /&gt;
* pluto-avwizard (555,556) - modification of startup scripts to not screw the system upon status calls to the startup scripts&lt;br /&gt;
* pluto-boot-scripts (234)&lt;br /&gt;
** modification of startup scripts to not screw the system upon status calls to the startup scripts&lt;br /&gt;
** updated Backup/Restore functionallity&lt;br /&gt;
** fixes  web admin log links for hybrid MD&lt;br /&gt;
** Make sure only a single logrotate configuration file for LinuxMCE exist&lt;br /&gt;
* pluto-hdhomerun(621,620)- Fixes bug where only 1 tuner was added to mythtv&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Fixes deletion of of hostname from mythconverg.capturecard by creating and using a dummy videosource&lt;br /&gt;
* pluto-simplephone (498,499) - Adds support for password in DeviceData&lt;br /&gt;
* pluto-std-plugins (116,135) - Adds support for specialized interfaces&lt;br /&gt;
* pluto-system-database (211) - Some devicedata changes for SIP phone templates to include devicedata for password&lt;br /&gt;
* pluto-website-admin (220) - Fixes Climate Command Wizard Set Temperature command, Climate Command Wizard also now works with On//Off Climate Devices&lt;br /&gt;
* pluto-orbiter (119,138) - Fixes issue with input devices crashing orbiter [http://svn.linuxmce.org/trac.cgi/ticket/522 #522]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-01-08 22669 ==&lt;br /&gt;
*pluto-boot-scripts (234) &lt;br /&gt;
** Purge_Camera_Archives.pl fixed&lt;br /&gt;
** backup/restore fixed&lt;br /&gt;
** enable_wol called from Startup script - WOL for MDs should work again&lt;br /&gt;
*pluto-motion-wrapper (456,455) - Now calls the purge script every 6 hours and on reload&lt;br /&gt;
*pluto-storage-devices (533) &lt;br /&gt;
** Hostname now added to string to be displayed on orbiters when new drives are detected. &lt;br /&gt;
** Boot partitions will be filtered out also.&lt;br /&gt;
*pluto-system-database (211) - changes to MotionWrapper&#039;s motion.conf default options to use new option names&lt;br /&gt;
&lt;br /&gt;
==  Update 2010-01-16 22689 ==&lt;br /&gt;
* pluto-boot-scripts (234) - new safe_delete.sh script for safely deleting database entries&lt;br /&gt;
* pluto-cm15a (730,731) - new DCE device, CM15A USB interface for X10&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Capture card install now goes directly to the setup wizard&lt;br /&gt;
* pluto-orbiter (119,138) - Capture card install now goes directly to the setup wizard&lt;br /&gt;
* pluto-storage-devices (533) - mount no longer echos out errors during ro filesystem&lt;br /&gt;
* pluto-photo-screen-saver (582,581) - Rotate image according to exif tag [http://svn.linuxmce.org/trac.cgi/ticket/566 #566]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-01-27 22704 ==&lt;br /&gt;
* pluto-photo-screen-saver (582,581) - maintain correct image aspect ratio [http://svn.linuxmce.org/trac.cgi/ticket/568 #568]&lt;br /&gt;
* pluto-vdr (469,468) &lt;br /&gt;
** Use remotetimer for central scheduling&lt;br /&gt;
** Don&#039;t autostart VDR on MD&lt;br /&gt;
** Support VDPAU &lt;br /&gt;
* VDR - We provide our own packages (1.7.11 sources packages from eTobi and free-vdr.de)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-03 22733 ==&lt;br /&gt;
* MythTV - We provide our own packages (0.22 sources packages from mythbuntu )&lt;br /&gt;
* ZWave Lighting (505,506) - Wizard bugfix&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-08 22754 ==&lt;br /&gt;
* Hulu PlugIn (737,738) - Initial Beta of Hulu Support&lt;br /&gt;
* Hulu Player (739,740) - from TSCHAK&lt;br /&gt;
* Game Player (673,674) - Added support for custom controller files to Game Player - see TankStick DT #2100 for an example.&lt;br /&gt;
* pluto-std-plugins - fixes #587&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-10 22758 ==&lt;br /&gt;
* pluto-boot-script (234)- Add Activate Orbiter to KDE desktop (#596)&lt;br /&gt;
* mce-diskless-tools (627,628) - Add a link to the desktop to call Activate Orbiter (#596)&lt;br /&gt;
* linux-diskless-image (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
* alsa-modules (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
* zaptel-modules (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-12 22763 ==&lt;br /&gt;
* new-installer &lt;br /&gt;
** changes in kdm link management&lt;br /&gt;
** verify kubuntu-desktop is installed&lt;br /&gt;
* pluto-boot-script (234) - Fix copying of desktop link to activate Orbiter into root&#039;s Desktop dir&lt;br /&gt;
* pluto-vdr (469,468) - Only backup setup.conf if it exists.&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-13 22765 ==&lt;br /&gt;
* pluto-std-plugins - fixes #587&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-14 22768 ==&lt;br /&gt;
* pluto-xine-player (117,136) - removed dependency for libxine1-ffmpeg&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-16 22777 ==&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
** Fixes event criteria for PK_EventParameter [http://svn.linuxmce.org/trac.cgi/ticket/602 #602]&lt;br /&gt;
** Fixes time of day - can now check againt hh:mm:ss [http://svn.linuxmce.org/trac.cgi/ticket/605 #605]&lt;br /&gt;
** Fixed bug introduced in the two fixes above [http://svn.linuxmce.org/trac.cgi/ticket/608 #608]&lt;br /&gt;
* pluto-vdr (468,469) - Remove SourceCaps entries from default setup.conf&lt;br /&gt;
* pluto-system-database (211) - Hulu Player/PlugIn changes&lt;br /&gt;
* Hulu PlugIn (737,738) - device template constant fixes&lt;br /&gt;
* Hulu Player (739,740) - device template constant fixes&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-18 22795 ==&lt;br /&gt;
* pluto-proxy-orbiter (487,488) Fixes [http://svn.linuxmce.org/trac.cgi/ticket/610 #610]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-23 22803 ==&lt;br /&gt;
* pluto-boot-script (234) &lt;br /&gt;
** Install zaptel-modules and load ztdummy for meetme&lt;br /&gt;
** Disable KDE screensaver upon KDE Desktop start (fixes #600)&lt;br /&gt;
* pluto-dhcpd-plugin (302) - Make sure to transfer database secret into sip_additional.conf&lt;br /&gt;
* pluto-orbiter (119,138) - Color fixes&lt;br /&gt;
* pluto-proxy-orbiter (488,487) - Color fixes - thanks radu&lt;br /&gt;
* pluto-vdr (468,469)&lt;br /&gt;
** Only create setup.conf if it does not contain a remotetimers entry&lt;br /&gt;
** Disable shutdown of system from VDR&lt;br /&gt;
* v4l2-firmware (733) - Added new firmware drivers to support a broader range of DVB cards&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-28 22812 ==&lt;br /&gt;
&lt;br /&gt;
Hulu Now works, and the HAI Omni Security panel driver has been checked in and integrated.&lt;br /&gt;
&lt;br /&gt;
* pluto-system-database (211) - Addition of buttons to Hulu Remote (tschak)&lt;br /&gt;
* lmce-hulu-player (739,740) - Hulu Player now uses Hulu Desktop&#039;s LIRCD port via a fake LIRCD Server. (tschak)&lt;br /&gt;
* 751  	HAI Control Program&lt;br /&gt;
* 750 	HAI Control Program Source&lt;br /&gt;
* 749  	LinuxMCE HAI Omni RS232 Panel Support&lt;br /&gt;
* 748 	LinuxMCE HAI Omni RS232 Panel Support Source&lt;br /&gt;
* pluto-zwave-lighting (505,506) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/620 #620] multi instance support for sensors&lt;br /&gt;
* pluto-mplayer-player (657,656) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/471 #471] Finally committed vdpau support for mplayer&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-07 22832 ==&lt;br /&gt;
&lt;br /&gt;
* pluto-zwave-lighting (505,506) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/620 #620] make command for child work again&lt;br /&gt;
* pluto-system-database (211) - new package and package changes for datalogger plugin&lt;br /&gt;
* lmce-datalog-database (753) - datalogger database, refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630]&lt;br /&gt;
* lmce-datalogger-plugin (686,687) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630] install automatically, configurable graph display&lt;br /&gt;
* lmce-datalog-db (688,689) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630]&lt;br /&gt;
* pluto-website-admin (220) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630], [http://svn.linuxmce.org/trac.cgi/ticket/633 #633], fix for some attribute names not showing up in media browser page, improvements to datalogger section&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/637 #637] allow event plugin to reload configuration without a router reload&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-14 22853 ==&lt;br /&gt;
* pluto-website-admin (220) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/637 #637] Reload event plugin configuration when events change (no need to reload router anymore, except after adding/deleting event commands), [http://svn.linuxmce.org/trac.cgi/ticket/648 #648] Fix device template adding to avoid sqlCVS commit problems&lt;br /&gt;
* pluto-orbiter (119,138) [http://svn.linuxmce.org/trac.cgi/ticket/647 #647] Enable event mapping for mouse buttons&lt;br /&gt;
* pluto-system-database (211) [http://svn.linuxmce.org/trac.cgi/ticket/646 #646] Device template for Logitech MX Air mouse&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/651 #651] fix router crash with boolean event parameters&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-23 22876 ==&lt;br /&gt;
* pluto-std-plugins (116,135) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], media plugin supports play all for pictures&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], picture viewer&lt;br /&gt;
* lmce-picture-plugin (756,757) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], picture plugin&lt;br /&gt;
* Pluto PNP Detection Scripts (562), added detection script for Pioneer Elite series of Receivers&lt;br /&gt;
* Pluto Capture Card Setup Scripts (580), added input change scripts for various capture cards&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-08 22883 ==&lt;br /&gt;
* pluto-boot-script (234) - Change smb.conf template to disable unix extension.&lt;br /&gt;
* pluto-website-admin (220) - [http://svn.linuxmce.org/trac.cgi/ticket/662 Fixes #662]&lt;br /&gt;
* lmce-picture-plugin (756,757) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650] fix pause of slideshow&lt;br /&gt;
* pluto-system-database (211) [http://svn.linuxmce.org/trac.cgi/ticket/650 #650] designer changes for picture viewer&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-14 22889 *CLOUD Release* ==&lt;br /&gt;
*  pluto-system-database (211) changes to the repository information for a package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-28 22898  ==&lt;br /&gt;
* pluto-website-admin (220) - [http://svn.linuxmce.org/trac.cgi/ticket/662 Fixes #662 (again ;) )]&lt;br /&gt;
* pluto-system-database (211) - sqlCVS additions for the SmartQ V7 MID&lt;br /&gt;
* pluto-updateentarea (341,342) - code in Setup to allow for devices in the MID category to get media scenarios.&lt;br /&gt;
* pluto-storage-devices (533) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/672 #672]&lt;br /&gt;
* mce-diskless-tools (627,628) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/655 #655]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-05-20 22958 ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* pluto-orbitergen (226,227) - Orbitergen changed to specify that MIDs are on-screen orbiters. This may change in the future, but I need to test something... --[[User:Tschak909|Tschak909]] 06:22, 9 May 2010 (CEST)&lt;br /&gt;
* pluto-system-database (211) - [http://svn.linuxmce.org/trac.cgi/ticket/684 Toshiba RAS series IR control template]&lt;br /&gt;
* pluto-generic-serial-device (307,335) - [http://svn.linuxmce.org/trac.cgi/ticket/685 access return parameters in GSD device]&lt;br /&gt;
* mythtv-0.23&lt;br /&gt;
&lt;br /&gt;
== Update 2010-05-20 22959 ==&lt;br /&gt;
* lmce-update-system (650,651) - Setup pinning to the LinuxMCE repository&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - MythTV 0.23 support has been baked in. Thanks mandingo&lt;br /&gt;
* pluto-mythtv-player (133,152)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-01 23002 ==&lt;br /&gt;
* lmce-hulu-player (739,740) - changed the accept() loop to be non-blocking, fixing the hung hulu player issue when the router needs to reload. -TSCHAK &lt;br /&gt;
* mce-diskless-tools (627,628) - cBuckle sent in a bugfix that prevented media directors with more than one NIC from properly being detected. We now assume the booting NIC is eth0. Thanks cBuckle! -TSCHKA&lt;br /&gt;
* pluto-website-admin (220) - Fixes #705, and #706 -TSCHAK&lt;br /&gt;
* pluto-system-database (211) - Fixes to QuickStartTemplate so icons will show. -TSCHAK&lt;br /&gt;
* pluto-std-plugins (116,135) - Fix to General Info Plugin so that it will properly show PNG images&lt;br /&gt;
* pluto-boot-scripts (234) - Fix to UpdateQuickStartIcons.sh to download quick start icons and convert to PNG if needed.&lt;br /&gt;
* lmce-update-system (650,651) - Fix preferences file&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-07 23036 ==&lt;br /&gt;
* pluto-asterisk (270.271) - Fix initial for no voicemail greetings after setup wizard (thanks los93sol)&lt;br /&gt;
* pluto-vdr (469,468) &lt;br /&gt;
** Syntax error fix in StartVDRClient - should start correct on MDs now.&lt;br /&gt;
** Add a default remote.conf so people can use the keyboard to control VDR.&lt;br /&gt;
* pluto-system-database (211) - Add support for TED5000 and Energy Monitoring Events to be used by future devices&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-09 23046 ==&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs #650, start picture viewer minimized&lt;br /&gt;
* pluto-website-admin (220) - Change wording of VDR error message to better reflect what&#039;s going on.&lt;br /&gt;
* v4l2-Modules (732) - Fix debian package naming to allow proper install of dkms package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-10 23047 ==&lt;br /&gt;
* v4l2-Modules (732) - Fix Debian package naming to allow proper install of dkms package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-14 23070 ==&lt;br /&gt;
* pluto-std-plugins (116,135) - Fix to General Info Plugin to allow Firefox Bookmarks to work again. Please test!&lt;br /&gt;
* pluto-boot-scripts (234) - Modify Mozilla.sh to properly output a profile where bookmarks work again.&lt;br /&gt;
* mce-diskless-tools (627,628) - Modify DisklessInteractor to always return i386 until we get a working amd64 build again.&lt;br /&gt;
* vdr - Update to version 1.7.15 &lt;br /&gt;
** Get rid of a few patches&lt;br /&gt;
** Fixes for sound decoding in Denmark&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-18 23082 ==&lt;br /&gt;
* lmce-datalogger-plugin (686,687)&lt;br /&gt;
* lmce-datalog-database (753)&lt;br /&gt;
* pluto-boot-scripts (234)&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
* asterisk-pluto (269)&lt;br /&gt;
* pluto-asterisk (270,271)&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
* pluto-mythtv-player (133,152) - Fix the missing MythTV Setup in Computing. as the Quick Start Template has moved rows.&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Fixes #732 - Storage devices not locally attached to core are not added to mythtv storage groups and cleans up some error messages&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-28 23119 ==&lt;br /&gt;
* asterisk-pluto (269) - Fix fire SOS event and dialplan cleanup - Los93soL&lt;br /&gt;
* freepbx - Fix fire SOS event and dialplan cleanup - Los93soL&lt;br /&gt;
* mjproxy (760,761)&lt;br /&gt;
* pluto-dhcpd-plugin (302) - update configure scripts for grandstream and snom 3xx phones for support of database secret.&lt;br /&gt;
* pluto-mythtv-player (133,152) - Bug #737 - MH Play Media can now set initial channel&lt;br /&gt;
* pluto-std-plugins (116,135) - Bug #736 - CMD_Delete_File in Media PlugIn now will not allow deletion of arbitrary files from the disk, lots of sanity checks. Support for deleting voicemails.&lt;br /&gt;
* pluto-system-database (211)&lt;br /&gt;
* pluto-xine-player (117,136) - enable subtitle support&lt;br /&gt;
* pluto-vdr (468,469) - Bug #737 - MH Play Media can now set initial channel&lt;br /&gt;
* pluto-website-admin (220) - Adds energy monitor that uses state change #677&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-03  ==&lt;br /&gt;
*asterisk-pluto (269)&lt;br /&gt;
** Fix pluto sos menu generates the voice dialogs now&lt;br /&gt;
** Update caller id when sos menu calls out&lt;br /&gt;
*freepbx&lt;br /&gt;
** General dialplan cleanup&lt;br /&gt;
** FreePBX system status works now&lt;br /&gt;
** Fix warnings when updating modules list in FreePBX&lt;br /&gt;
*lmce-hai-omni-rs232 (748,749) - Make sure HAI created devices set HAI as the controlled via device&lt;br /&gt;
*pluto-asterisk (270,271)&lt;br /&gt;
** Update create scripts and abstract redundant code&lt;br /&gt;
** Keep Line_HouseMode in sync when trunks are deleted&lt;br /&gt;
** Transfers are working again&lt;br /&gt;
*pluto-website-admin (220) - Don&#039;t display phone trunk passwords in web admin&lt;br /&gt;
*pluto-dhcpd-plugin (302) - Cisco 7960 (with SIP firmware) will use sip secret now&lt;br /&gt;
*pluto-std-plugins (116,135) - CRITICAL MEDIA PLUGIN FIX IN CMD_Set_Media_Private which was causing the router to rapidly crash due to odd data coming in from MythTV PlugIn. Will investigate further, but this does stop the crashes.&lt;br /&gt;
*pluto-mythtv-plugin (136,152) - Add changes to MythTvSyncDB.sh to always set AlwaysStreamFiles to 1 for media directors.&lt;br /&gt;
*lmce-hulu-player (744,745) - somehow, an older package snuck in. This needs to be rebuilt to fix the hanging bug that somehow reappeared. Yes, I went back and checked the checked in code from a fresh checkin, this will fix it&lt;br /&gt;
*pluto-storage-devices (533) - Added dependencies for nbd-client and nbd-server so that remote playing of DVDs will work, correctly. (Fixes #743)&lt;br /&gt;
* pluto-proxy-orbiter - updates from Dianemo&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-06 23148 ==&lt;br /&gt;
* freepbx - Changelog updated to get a new version number&lt;br /&gt;
* pluto-asterisk (270,271) - Add support for making announcements to phones&lt;br /&gt;
* pluto-dhcpd-plugin (302) - Define helper script as a perl script&lt;br /&gt;
* pluto-std-plugins (116,135) - Small speed up fix for video file list &lt;br /&gt;
* pluto-text-to-speech (283,284) - Add support for making announcements to phones&lt;br /&gt;
* pluto-website-admin (220) - Updates to the new weborbiter&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-14 23155 ==&lt;br /&gt;
* pluto-asterisk (270,271) - Only send extra channel options for transfers when an extra channel is there, also fixes to viatalk create script so things work nicely again&lt;br /&gt;
* pluto-simplephone (498,499) - Whoops!  Missed this package a few days ago, fixes Orbiter phones so they connect with the SIP secret&lt;br /&gt;
* pluto-system-database (211) - Updates to the Size table to include older iPhone/iPod Touch sizes, as well as iPhone4 size.&lt;br /&gt;
* pluto-mythtv-plugin (136,152) - Fixed some incorrect behavior with generating mythtv storage groups&lt;br /&gt;
* lmce-launch-manager (299,298) - Fixed the StartCoreServices.sh from passing wrong Device_ID to Sync2amp.pl causing NAS passwords to become scrabled.&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-16 23161 ==&lt;br /&gt;
* pluto-proxy-orbiter (487,488) - now with committed fixes for the 404 in 7970&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-17 23165 == &lt;br /&gt;
* pluto-boot-scripts (234) - New startup script for the Launch Manager (fixes #753)&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
** Weborbiter: add missing getNews function (fixes #755)&lt;br /&gt;
** Weborbiter: keep trying to get images/data when an communication error occurs&lt;br /&gt;
** Weborbiter: fix keyboard processing (fixes #754)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-27 23202 ==&lt;br /&gt;
* asterisk-pluto (269) - Generate all speech for pluto-sos-menus, and generate /etc/asterisk/extensions_custom.conf completely dynamically - Los93soL&lt;br /&gt;
* libxine - Refs [http://svn.linuxmce.org/trac.cgi/ticket/535 #535], Backport of newer Matroska container support form lib-xine 1.1.17.&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], fixes alpha blending of picture viewer&lt;br /&gt;
* pluto-boot-scripts (234) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/758 #758], Fix cameras on MDs by using NFS mount for the camera dir&lt;br /&gt;
* pluto-updatemedia (405,406) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/651 #434], Different handling for VDR files - WARNING!! Playback of VDR recording from video is still not possible!&lt;br /&gt;
* pluto-website-admin (220) - Make sure the phone system is updated with changes made to cell phone notifications via web admin - Los93soL&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs #315 Should fix most of the call transfer issues, please test thoroughly - Los93soL&lt;br /&gt;
&lt;br /&gt;
== Update 2010-08-02 23227 ==&lt;br /&gt;
* lmce-datalogger-plugin (686,687) - Refs #104 Add initial support for logging Sensor Tripped Events - Los93soL&lt;br /&gt;
* lmce-datalog-database (753) - Refs #104 Add initial support for logging Sensor Tripped Events - Los93soL&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** Start the StorageDevices setup in the background during system start, and restart samba as part of the storage devices setup.&lt;br /&gt;
** Fixes #748 Some MAC addresses would get truncated, Thanks Coley - Los93soL&lt;br /&gt;
* pluto-app-server (145,126) - Do proper check to determine if suspend is supported&lt;br /&gt;
* pluto-website-admin (220) - Fixes #569 Don&#039;t assume calls originate from the US - Los93soL&lt;br /&gt;
* asterisk-pluto (269) - Fixes #570 Attempt to lookup caller name in phone book and correct as possible - Los93sol&lt;br /&gt;
* pluto-asterisk (270,271) - Fixes #570 Attempt to lookup caller name in phone book and correct as possible - Los93soL&lt;br /&gt;
&lt;br /&gt;
== Update 2010-08-29 23259 ==&lt;br /&gt;
* lmce-squeezeslave (763) - Refs #776 wrapper script to start squeezeslave&lt;br /&gt;
* mce-diskless-tools (627,628) - #798 /etc/diskless.conf not being created - merkur2k&lt;br /&gt;
* pluto-app-server (145,126) - #344 Allow power off mode override&lt;br /&gt;
* pluto-asterisk (270,271)&lt;br /&gt;
** Refs #570 Display caller name and picture from LinuxMCE phone book when available - Los93soL&lt;br /&gt;
** Change line ending for create_amp_sipgate_de.pl&lt;br /&gt;
* pluto-slimserver-plugin (424,425) - Refs #776 add squeezeslave template as possible playback device&lt;br /&gt;
* pluto-std-plugins - fix audio album snafu&lt;br /&gt;
* pluto-storage-devices (533) - #799 (re)enable NFS instead of CIFS for internal disk drive sharing - merkur2k&lt;br /&gt;
&lt;br /&gt;
== Update 2010-09-16 23289 ==&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** enable WOL on boot up again&lt;br /&gt;
** fix HDMI and SPDIF unmuting for AVWizard and successive boots. &lt;br /&gt;
** #813, SetupUsers_Homes.sh no longer executes on media directors, faster boot. &lt;br /&gt;
** #733, BootMessage.sh no longer emits an error.&lt;br /&gt;
* pluto-generic-serial-device (307,335) - fix ethernet device support for GSDs&lt;br /&gt;
* pluto-orbiter (119,138) - #811 - WiiMote support. Change mouse accelleration so that the wiimote can actually traverse the entire width of the screen.&lt;br /&gt;
* pluto-std-plugins - #814 - Display the dimming column on the floor plan for drapes and blinds&lt;br /&gt;
* pluto-updateentarea (341,342) - #815 - Autogenerated scenarios sleep/wakeup do the right thing for blinds/drapes&lt;br /&gt;
* pluto-website-admin (220) #708 - add default media sort options to orbiters page, #636 - fixes special characters for IMDB tagging&lt;br /&gt;
&lt;br /&gt;
== Upcoming fixes... ==&lt;br /&gt;
&#039;&#039;&#039;Note: Please put the name of the package file and the source and bin package number in this list, followed by a small description of what has changed! Hulu Player is not the name of the package, but lmce-hulu-player. It makes the life of the person, who needs to update the repo a lot easier. Thank you!&#039;&#039;&#039;&lt;br /&gt;
* lirc_0.8.3 &lt;br /&gt;
** built in build-replacements.sh, only it is commented atm&lt;br /&gt;
** Refs #822 fixes repeat problems with pronto codes&lt;br /&gt;
* lmce-linux-igd  (765 - New package for #826 - merkur2k&lt;br /&gt;
* lmce-mediatomb (702) - Generate a more sane config file for mediatomb - merkur2k&lt;br /&gt;
* pluto-boot-script (234) - Mount /home via nfs instead of cifs on media directors, updates for #826 - merkur2k&lt;br /&gt;
* pluto-lirc-wrapper (340,421) - Fixes #822 lirc can now send pronto codes properly&lt;br /&gt;
* pluto-orbiter (119,138) - Fix for #458 - power menu now works correctly to control other media directors from OSD&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
** Voicemail changes and fixes.&lt;br /&gt;
** Absolute Timed Events are working (thanks TSCHAK)&lt;br /&gt;
** Fixes #833 - possible to compare integer criteria against a list of comma-separated values&lt;br /&gt;
* pluto-system-database (211) - lots of sqlCVS changes.&lt;br /&gt;
* pluto-website-admin (220) - Misc fixes from various tickets - merkur2k&lt;br /&gt;
* pluto-zwave-lighting (505,506) - #44 Improve detection of multi instance devices, possible to resync device data&lt;br /&gt;
* pluto-storage-devices (533) - Add NFS Radar - merkur2k&lt;br /&gt;
* pluto-mythtv-plugin (136,152) - misc storage group fixes - merkur2k&lt;br /&gt;
** &amp;quot;use autumatically&amp;quot; flag for storage devices is now honored&lt;br /&gt;
** better support for remote storage devices (Nas, windows share, etc)&lt;br /&gt;
&lt;br /&gt;
== Bugfixes ==&lt;br /&gt;
=== Mythtv-plugin fails to install ===&lt;br /&gt;
Install with apt-get install -f &amp;lt;name-of-package&amp;gt;&lt;/div&gt;</summary>
		<author><name>Merkur2k</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=LinuxMCE-0810_beta&amp;diff=25728</id>
		<title>LinuxMCE-0810 beta</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=LinuxMCE-0810_beta&amp;diff=25728"/>
		<updated>2010-10-05T01:04:26Z</updated>

		<summary type="html">&lt;p&gt;Merkur2k: /* Upcoming fixes... */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Software]]&lt;br /&gt;
This page outlines some information about the Beta, as well as outlining any changes and bugfixes we are applying, just like we did with the alpha2 page.&lt;br /&gt;
&lt;br /&gt;
The installation instructions found on the alpha2 page still apply:&lt;br /&gt;
&lt;br /&gt;
==Installing LinuxMCE-0810==&lt;br /&gt;
Please see detailed instruction on how to install LinuxMCE-0810 and keep it up-to-date with the latest updates [[installing 0810|here]].&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-03 22558 ==&lt;br /&gt;
* Build_Replacement_Package - freepbx (ubuntu/asterisk/freepbx) - Ticket #345 - Fixes the issue of installing new modules in FreePBX.&lt;br /&gt;
* pluto-asterisk (270.271) - Phone Lines fixing - asterisk (src/asterisk) - Ticket #374 - Fixes the issue during the creation procedure of a new phone lines via web LinuxMCE Admin. New MessageNet Provider support.&lt;br /&gt;
* pluto-avwizard (555,556) - Fixes #480 - Fails to identify untouched xorg.conf&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** Cleanup in nvidia-config&lt;br /&gt;
** MD WOL Problem fixed&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
** #469 IVR menue will now be regenerated every time a phone line is added.&lt;br /&gt;
** #221 IR commands selection screen now has sort modes to make it easier to sift through all those commands.&lt;br /&gt;
** #219 Various layout improvements to the wizard pages.&lt;br /&gt;
* pluto-xine-player (117,136) - changes for HDMI out&lt;br /&gt;
* pluto-std-plugins (116,135) - Changes to Telecom PlugIn to give proper audio switching behaviour when USB Conference microphones are used for the media director phone. This is of relevance to particular configurations that do not allow concurrent access to the soundcard (such as coax/optical settings). -tschak&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-06 22569 ==&lt;br /&gt;
* pluto-dce-router (154,155) - now depends on lmce-skins-uita&lt;br /&gt;
* pluto-system-database (211) - new lmce-skins-uita package definition&lt;br /&gt;
* lmce-skins-uita (727) - new skin&lt;br /&gt;
* MPlayer_Player (656,657) - Videos that is played by mplayer can now take advantage of vdpau. (Set hw accel to &amp;quot;auto&amp;quot; or &amp;quot;vdpau&amp;quot;)&lt;br /&gt;
* pluto-xine-player (117,136) - don&#039;t stop screen saver when playing audio [http://svn.linuxmce.org/trac.cgi/ticket/486 #486]&lt;br /&gt;
* pluto-orbiter (119,138) - hide xine when playing audio, keeps screen saver visible [http://svn.linuxmce.org/trac.cgi/ticket/486 #486]&lt;br /&gt;
* Update of Zaptel and other kernel related packages to -16&lt;br /&gt;
== Update 2009-12-12 22598 ==&lt;br /&gt;
* pluto-website-admin (220) - sql fix from http://svn.linuxmce.org/trac.cgi/changeset/22567&lt;br /&gt;
* pluto-xine-plugin (118,137) - fix for remote audio cd streaming [http://svn.linuxmce.org/trac.cgi/ticket/470 #470] - still not working&lt;br /&gt;
* pluto-xine-player - refactor screen saver handling&lt;br /&gt;
* pluto-disk-drive (122,141) - fix for remote audio cd streaming [http://svn.linuxmce.org/trac.cgi/ticket/470 #470] - still not working&lt;br /&gt;
* pluto-x-scripts (520,523) - fix for audio over HDMI&lt;br /&gt;
* alsa-lib, alsa-utils, lib64asound2, libasound2 - fix for audio over HDMI&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-14 22600 ==&lt;br /&gt;
* pluto-dcerouter (154,155) - Fixes broken Delay command&lt;br /&gt;
* pluto-libresolution (545,544) - UseEDID HDMI Audio xorg.conf entry&lt;br /&gt;
* pluto-asterisk (270.271) - Fix for Messagenet configuration script (changing Window&#039;s EOL characters)&lt;br /&gt;
* pluto-system-database (211) - Some devicedata changes for dcerouter delay command and DCS-5300G camera&lt;br /&gt;
* pluto-website-admin (220) - fix HDMI selection in web admin&lt;br /&gt;
* pluto-xine-player (117,136) - removed 1 second sleep after play media. refactored code to stop screen saver&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-25 22639 - Christmas fix ==&lt;br /&gt;
* freepbx - removal of chan_vpb.so to circumvent coredumps on system without a Voicetronix board (#519)&lt;br /&gt;
* pluto-avwizard (555,556) - modification of startup scripts to not screw the system upon status calls to the startup scripts&lt;br /&gt;
* pluto-boot-scripts (234)&lt;br /&gt;
** modification of startup scripts to not screw the system upon status calls to the startup scripts&lt;br /&gt;
** updated Backup/Restore functionallity&lt;br /&gt;
** fixes  web admin log links for hybrid MD&lt;br /&gt;
** Make sure only a single logrotate configuration file for LinuxMCE exist&lt;br /&gt;
* pluto-hdhomerun(621,620)- Fixes bug where only 1 tuner was added to mythtv&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Fixes deletion of of hostname from mythconverg.capturecard by creating and using a dummy videosource&lt;br /&gt;
* pluto-simplephone (498,499) - Adds support for password in DeviceData&lt;br /&gt;
* pluto-std-plugins (116,135) - Adds support for specialized interfaces&lt;br /&gt;
* pluto-system-database (211) - Some devicedata changes for SIP phone templates to include devicedata for password&lt;br /&gt;
* pluto-website-admin (220) - Fixes Climate Command Wizard Set Temperature command, Climate Command Wizard also now works with On//Off Climate Devices&lt;br /&gt;
* pluto-orbiter (119,138) - Fixes issue with input devices crashing orbiter [http://svn.linuxmce.org/trac.cgi/ticket/522 #522]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-01-08 22669 ==&lt;br /&gt;
*pluto-boot-scripts (234) &lt;br /&gt;
** Purge_Camera_Archives.pl fixed&lt;br /&gt;
** backup/restore fixed&lt;br /&gt;
** enable_wol called from Startup script - WOL for MDs should work again&lt;br /&gt;
*pluto-motion-wrapper (456,455) - Now calls the purge script every 6 hours and on reload&lt;br /&gt;
*pluto-storage-devices (533) &lt;br /&gt;
** Hostname now added to string to be displayed on orbiters when new drives are detected. &lt;br /&gt;
** Boot partitions will be filtered out also.&lt;br /&gt;
*pluto-system-database (211) - changes to MotionWrapper&#039;s motion.conf default options to use new option names&lt;br /&gt;
&lt;br /&gt;
==  Update 2010-01-16 22689 ==&lt;br /&gt;
* pluto-boot-scripts (234) - new safe_delete.sh script for safely deleting database entries&lt;br /&gt;
* pluto-cm15a (730,731) - new DCE device, CM15A USB interface for X10&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Capture card install now goes directly to the setup wizard&lt;br /&gt;
* pluto-orbiter (119,138) - Capture card install now goes directly to the setup wizard&lt;br /&gt;
* pluto-storage-devices (533) - mount no longer echos out errors during ro filesystem&lt;br /&gt;
* pluto-photo-screen-saver (582,581) - Rotate image according to exif tag [http://svn.linuxmce.org/trac.cgi/ticket/566 #566]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-01-27 22704 ==&lt;br /&gt;
* pluto-photo-screen-saver (582,581) - maintain correct image aspect ratio [http://svn.linuxmce.org/trac.cgi/ticket/568 #568]&lt;br /&gt;
* pluto-vdr (469,468) &lt;br /&gt;
** Use remotetimer for central scheduling&lt;br /&gt;
** Don&#039;t autostart VDR on MD&lt;br /&gt;
** Support VDPAU &lt;br /&gt;
* VDR - We provide our own packages (1.7.11 sources packages from eTobi and free-vdr.de)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-03 22733 ==&lt;br /&gt;
* MythTV - We provide our own packages (0.22 sources packages from mythbuntu )&lt;br /&gt;
* ZWave Lighting (505,506) - Wizard bugfix&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-08 22754 ==&lt;br /&gt;
* Hulu PlugIn (737,738) - Initial Beta of Hulu Support&lt;br /&gt;
* Hulu Player (739,740) - from TSCHAK&lt;br /&gt;
* Game Player (673,674) - Added support for custom controller files to Game Player - see TankStick DT #2100 for an example.&lt;br /&gt;
* pluto-std-plugins - fixes #587&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-10 22758 ==&lt;br /&gt;
* pluto-boot-script (234)- Add Activate Orbiter to KDE desktop (#596)&lt;br /&gt;
* mce-diskless-tools (627,628) - Add a link to the desktop to call Activate Orbiter (#596)&lt;br /&gt;
* linux-diskless-image (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
* alsa-modules (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
* zaptel-modules (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-12 22763 ==&lt;br /&gt;
* new-installer &lt;br /&gt;
** changes in kdm link management&lt;br /&gt;
** verify kubuntu-desktop is installed&lt;br /&gt;
* pluto-boot-script (234) - Fix copying of desktop link to activate Orbiter into root&#039;s Desktop dir&lt;br /&gt;
* pluto-vdr (469,468) - Only backup setup.conf if it exists.&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-13 22765 ==&lt;br /&gt;
* pluto-std-plugins - fixes #587&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-14 22768 ==&lt;br /&gt;
* pluto-xine-player (117,136) - removed dependency for libxine1-ffmpeg&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-16 22777 ==&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
** Fixes event criteria for PK_EventParameter [http://svn.linuxmce.org/trac.cgi/ticket/602 #602]&lt;br /&gt;
** Fixes time of day - can now check againt hh:mm:ss [http://svn.linuxmce.org/trac.cgi/ticket/605 #605]&lt;br /&gt;
** Fixed bug introduced in the two fixes above [http://svn.linuxmce.org/trac.cgi/ticket/608 #608]&lt;br /&gt;
* pluto-vdr (468,469) - Remove SourceCaps entries from default setup.conf&lt;br /&gt;
* pluto-system-database (211) - Hulu Player/PlugIn changes&lt;br /&gt;
* Hulu PlugIn (737,738) - device template constant fixes&lt;br /&gt;
* Hulu Player (739,740) - device template constant fixes&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-18 22795 ==&lt;br /&gt;
* pluto-proxy-orbiter (487,488) Fixes [http://svn.linuxmce.org/trac.cgi/ticket/610 #610]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-23 22803 ==&lt;br /&gt;
* pluto-boot-script (234) &lt;br /&gt;
** Install zaptel-modules and load ztdummy for meetme&lt;br /&gt;
** Disable KDE screensaver upon KDE Desktop start (fixes #600)&lt;br /&gt;
* pluto-dhcpd-plugin (302) - Make sure to transfer database secret into sip_additional.conf&lt;br /&gt;
* pluto-orbiter (119,138) - Color fixes&lt;br /&gt;
* pluto-proxy-orbiter (488,487) - Color fixes - thanks radu&lt;br /&gt;
* pluto-vdr (468,469)&lt;br /&gt;
** Only create setup.conf if it does not contain a remotetimers entry&lt;br /&gt;
** Disable shutdown of system from VDR&lt;br /&gt;
* v4l2-firmware (733) - Added new firmware drivers to support a broader range of DVB cards&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-28 22812 ==&lt;br /&gt;
&lt;br /&gt;
Hulu Now works, and the HAI Omni Security panel driver has been checked in and integrated.&lt;br /&gt;
&lt;br /&gt;
* pluto-system-database (211) - Addition of buttons to Hulu Remote (tschak)&lt;br /&gt;
* lmce-hulu-player (739,740) - Hulu Player now uses Hulu Desktop&#039;s LIRCD port via a fake LIRCD Server. (tschak)&lt;br /&gt;
* 751  	HAI Control Program&lt;br /&gt;
* 750 	HAI Control Program Source&lt;br /&gt;
* 749  	LinuxMCE HAI Omni RS232 Panel Support&lt;br /&gt;
* 748 	LinuxMCE HAI Omni RS232 Panel Support Source&lt;br /&gt;
* pluto-zwave-lighting (505,506) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/620 #620] multi instance support for sensors&lt;br /&gt;
* pluto-mplayer-player (657,656) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/471 #471] Finally committed vdpau support for mplayer&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-07 22832 ==&lt;br /&gt;
&lt;br /&gt;
* pluto-zwave-lighting (505,506) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/620 #620] make command for child work again&lt;br /&gt;
* pluto-system-database (211) - new package and package changes for datalogger plugin&lt;br /&gt;
* lmce-datalog-database (753) - datalogger database, refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630]&lt;br /&gt;
* lmce-datalogger-plugin (686,687) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630] install automatically, configurable graph display&lt;br /&gt;
* lmce-datalog-db (688,689) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630]&lt;br /&gt;
* pluto-website-admin (220) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630], [http://svn.linuxmce.org/trac.cgi/ticket/633 #633], fix for some attribute names not showing up in media browser page, improvements to datalogger section&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/637 #637] allow event plugin to reload configuration without a router reload&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-14 22853 ==&lt;br /&gt;
* pluto-website-admin (220) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/637 #637] Reload event plugin configuration when events change (no need to reload router anymore, except after adding/deleting event commands), [http://svn.linuxmce.org/trac.cgi/ticket/648 #648] Fix device template adding to avoid sqlCVS commit problems&lt;br /&gt;
* pluto-orbiter (119,138) [http://svn.linuxmce.org/trac.cgi/ticket/647 #647] Enable event mapping for mouse buttons&lt;br /&gt;
* pluto-system-database (211) [http://svn.linuxmce.org/trac.cgi/ticket/646 #646] Device template for Logitech MX Air mouse&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/651 #651] fix router crash with boolean event parameters&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-23 22876 ==&lt;br /&gt;
* pluto-std-plugins (116,135) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], media plugin supports play all for pictures&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], picture viewer&lt;br /&gt;
* lmce-picture-plugin (756,757) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], picture plugin&lt;br /&gt;
* Pluto PNP Detection Scripts (562), added detection script for Pioneer Elite series of Receivers&lt;br /&gt;
* Pluto Capture Card Setup Scripts (580), added input change scripts for various capture cards&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-08 22883 ==&lt;br /&gt;
* pluto-boot-script (234) - Change smb.conf template to disable unix extension.&lt;br /&gt;
* pluto-website-admin (220) - [http://svn.linuxmce.org/trac.cgi/ticket/662 Fixes #662]&lt;br /&gt;
* lmce-picture-plugin (756,757) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650] fix pause of slideshow&lt;br /&gt;
* pluto-system-database (211) [http://svn.linuxmce.org/trac.cgi/ticket/650 #650] designer changes for picture viewer&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-14 22889 *CLOUD Release* ==&lt;br /&gt;
*  pluto-system-database (211) changes to the repository information for a package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-28 22898  ==&lt;br /&gt;
* pluto-website-admin (220) - [http://svn.linuxmce.org/trac.cgi/ticket/662 Fixes #662 (again ;) )]&lt;br /&gt;
* pluto-system-database (211) - sqlCVS additions for the SmartQ V7 MID&lt;br /&gt;
* pluto-updateentarea (341,342) - code in Setup to allow for devices in the MID category to get media scenarios.&lt;br /&gt;
* pluto-storage-devices (533) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/672 #672]&lt;br /&gt;
* mce-diskless-tools (627,628) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/655 #655]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-05-20 22958 ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* pluto-orbitergen (226,227) - Orbitergen changed to specify that MIDs are on-screen orbiters. This may change in the future, but I need to test something... --[[User:Tschak909|Tschak909]] 06:22, 9 May 2010 (CEST)&lt;br /&gt;
* pluto-system-database (211) - [http://svn.linuxmce.org/trac.cgi/ticket/684 Toshiba RAS series IR control template]&lt;br /&gt;
* pluto-generic-serial-device (307,335) - [http://svn.linuxmce.org/trac.cgi/ticket/685 access return parameters in GSD device]&lt;br /&gt;
* mythtv-0.23&lt;br /&gt;
&lt;br /&gt;
== Update 2010-05-20 22959 ==&lt;br /&gt;
* lmce-update-system (650,651) - Setup pinning to the LinuxMCE repository&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - MythTV 0.23 support has been baked in. Thanks mandingo&lt;br /&gt;
* pluto-mythtv-player (133,152)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-01 23002 ==&lt;br /&gt;
* lmce-hulu-player (739,740) - changed the accept() loop to be non-blocking, fixing the hung hulu player issue when the router needs to reload. -TSCHAK &lt;br /&gt;
* mce-diskless-tools (627,628) - cBuckle sent in a bugfix that prevented media directors with more than one NIC from properly being detected. We now assume the booting NIC is eth0. Thanks cBuckle! -TSCHKA&lt;br /&gt;
* pluto-website-admin (220) - Fixes #705, and #706 -TSCHAK&lt;br /&gt;
* pluto-system-database (211) - Fixes to QuickStartTemplate so icons will show. -TSCHAK&lt;br /&gt;
* pluto-std-plugins (116,135) - Fix to General Info Plugin so that it will properly show PNG images&lt;br /&gt;
* pluto-boot-scripts (234) - Fix to UpdateQuickStartIcons.sh to download quick start icons and convert to PNG if needed.&lt;br /&gt;
* lmce-update-system (650,651) - Fix preferences file&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-07 23036 ==&lt;br /&gt;
* pluto-asterisk (270.271) - Fix initial for no voicemail greetings after setup wizard (thanks los93sol)&lt;br /&gt;
* pluto-vdr (469,468) &lt;br /&gt;
** Syntax error fix in StartVDRClient - should start correct on MDs now.&lt;br /&gt;
** Add a default remote.conf so people can use the keyboard to control VDR.&lt;br /&gt;
* pluto-system-database (211) - Add support for TED5000 and Energy Monitoring Events to be used by future devices&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-09 23046 ==&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs #650, start picture viewer minimized&lt;br /&gt;
* pluto-website-admin (220) - Change wording of VDR error message to better reflect what&#039;s going on.&lt;br /&gt;
* v4l2-Modules (732) - Fix debian package naming to allow proper install of dkms package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-10 23047 ==&lt;br /&gt;
* v4l2-Modules (732) - Fix Debian package naming to allow proper install of dkms package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-14 23070 ==&lt;br /&gt;
* pluto-std-plugins (116,135) - Fix to General Info Plugin to allow Firefox Bookmarks to work again. Please test!&lt;br /&gt;
* pluto-boot-scripts (234) - Modify Mozilla.sh to properly output a profile where bookmarks work again.&lt;br /&gt;
* mce-diskless-tools (627,628) - Modify DisklessInteractor to always return i386 until we get a working amd64 build again.&lt;br /&gt;
* vdr - Update to version 1.7.15 &lt;br /&gt;
** Get rid of a few patches&lt;br /&gt;
** Fixes for sound decoding in Denmark&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-18 23082 ==&lt;br /&gt;
* lmce-datalogger-plugin (686,687)&lt;br /&gt;
* lmce-datalog-database (753)&lt;br /&gt;
* pluto-boot-scripts (234)&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
* asterisk-pluto (269)&lt;br /&gt;
* pluto-asterisk (270,271)&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
* pluto-mythtv-player (133,152) - Fix the missing MythTV Setup in Computing. as the Quick Start Template has moved rows.&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Fixes #732 - Storage devices not locally attached to core are not added to mythtv storage groups and cleans up some error messages&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-28 23119 ==&lt;br /&gt;
* asterisk-pluto (269) - Fix fire SOS event and dialplan cleanup - Los93soL&lt;br /&gt;
* freepbx - Fix fire SOS event and dialplan cleanup - Los93soL&lt;br /&gt;
* mjproxy (760,761)&lt;br /&gt;
* pluto-dhcpd-plugin (302) - update configure scripts for grandstream and snom 3xx phones for support of database secret.&lt;br /&gt;
* pluto-mythtv-player (133,152) - Bug #737 - MH Play Media can now set initial channel&lt;br /&gt;
* pluto-std-plugins (116,135) - Bug #736 - CMD_Delete_File in Media PlugIn now will not allow deletion of arbitrary files from the disk, lots of sanity checks. Support for deleting voicemails.&lt;br /&gt;
* pluto-system-database (211)&lt;br /&gt;
* pluto-xine-player (117,136) - enable subtitle support&lt;br /&gt;
* pluto-vdr (468,469) - Bug #737 - MH Play Media can now set initial channel&lt;br /&gt;
* pluto-website-admin (220) - Adds energy monitor that uses state change #677&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-03  ==&lt;br /&gt;
*asterisk-pluto (269)&lt;br /&gt;
** Fix pluto sos menu generates the voice dialogs now&lt;br /&gt;
** Update caller id when sos menu calls out&lt;br /&gt;
*freepbx&lt;br /&gt;
** General dialplan cleanup&lt;br /&gt;
** FreePBX system status works now&lt;br /&gt;
** Fix warnings when updating modules list in FreePBX&lt;br /&gt;
*lmce-hai-omni-rs232 (748,749) - Make sure HAI created devices set HAI as the controlled via device&lt;br /&gt;
*pluto-asterisk (270,271)&lt;br /&gt;
** Update create scripts and abstract redundant code&lt;br /&gt;
** Keep Line_HouseMode in sync when trunks are deleted&lt;br /&gt;
** Transfers are working again&lt;br /&gt;
*pluto-website-admin (220) - Don&#039;t display phone trunk passwords in web admin&lt;br /&gt;
*pluto-dhcpd-plugin (302) - Cisco 7960 (with SIP firmware) will use sip secret now&lt;br /&gt;
*pluto-std-plugins (116,135) - CRITICAL MEDIA PLUGIN FIX IN CMD_Set_Media_Private which was causing the router to rapidly crash due to odd data coming in from MythTV PlugIn. Will investigate further, but this does stop the crashes.&lt;br /&gt;
*pluto-mythtv-plugin (136,152) - Add changes to MythTvSyncDB.sh to always set AlwaysStreamFiles to 1 for media directors.&lt;br /&gt;
*lmce-hulu-player (744,745) - somehow, an older package snuck in. This needs to be rebuilt to fix the hanging bug that somehow reappeared. Yes, I went back and checked the checked in code from a fresh checkin, this will fix it&lt;br /&gt;
*pluto-storage-devices (533) - Added dependencies for nbd-client and nbd-server so that remote playing of DVDs will work, correctly. (Fixes #743)&lt;br /&gt;
* pluto-proxy-orbiter - updates from Dianemo&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-06 23148 ==&lt;br /&gt;
* freepbx - Changelog updated to get a new version number&lt;br /&gt;
* pluto-asterisk (270,271) - Add support for making announcements to phones&lt;br /&gt;
* pluto-dhcpd-plugin (302) - Define helper script as a perl script&lt;br /&gt;
* pluto-std-plugins (116,135) - Small speed up fix for video file list &lt;br /&gt;
* pluto-text-to-speech (283,284) - Add support for making announcements to phones&lt;br /&gt;
* pluto-website-admin (220) - Updates to the new weborbiter&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-14 23155 ==&lt;br /&gt;
* pluto-asterisk (270,271) - Only send extra channel options for transfers when an extra channel is there, also fixes to viatalk create script so things work nicely again&lt;br /&gt;
* pluto-simplephone (498,499) - Whoops!  Missed this package a few days ago, fixes Orbiter phones so they connect with the SIP secret&lt;br /&gt;
* pluto-system-database (211) - Updates to the Size table to include older iPhone/iPod Touch sizes, as well as iPhone4 size.&lt;br /&gt;
* pluto-mythtv-plugin (136,152) - Fixed some incorrect behavior with generating mythtv storage groups&lt;br /&gt;
* lmce-launch-manager (299,298) - Fixed the StartCoreServices.sh from passing wrong Device_ID to Sync2amp.pl causing NAS passwords to become scrabled.&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-16 23161 ==&lt;br /&gt;
* pluto-proxy-orbiter (487,488) - now with committed fixes for the 404 in 7970&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-17 23165 == &lt;br /&gt;
* pluto-boot-scripts (234) - New startup script for the Launch Manager (fixes #753)&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
** Weborbiter: add missing getNews function (fixes #755)&lt;br /&gt;
** Weborbiter: keep trying to get images/data when an communication error occurs&lt;br /&gt;
** Weborbiter: fix keyboard processing (fixes #754)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-27 23202 ==&lt;br /&gt;
* asterisk-pluto (269) - Generate all speech for pluto-sos-menus, and generate /etc/asterisk/extensions_custom.conf completely dynamically - Los93soL&lt;br /&gt;
* libxine - Refs [http://svn.linuxmce.org/trac.cgi/ticket/535 #535], Backport of newer Matroska container support form lib-xine 1.1.17.&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], fixes alpha blending of picture viewer&lt;br /&gt;
* pluto-boot-scripts (234) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/758 #758], Fix cameras on MDs by using NFS mount for the camera dir&lt;br /&gt;
* pluto-updatemedia (405,406) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/651 #434], Different handling for VDR files - WARNING!! Playback of VDR recording from video is still not possible!&lt;br /&gt;
* pluto-website-admin (220) - Make sure the phone system is updated with changes made to cell phone notifications via web admin - Los93soL&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs #315 Should fix most of the call transfer issues, please test thoroughly - Los93soL&lt;br /&gt;
&lt;br /&gt;
== Update 2010-08-02 23227 ==&lt;br /&gt;
* lmce-datalogger-plugin (686,687) - Refs #104 Add initial support for logging Sensor Tripped Events - Los93soL&lt;br /&gt;
* lmce-datalog-database (753) - Refs #104 Add initial support for logging Sensor Tripped Events - Los93soL&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** Start the StorageDevices setup in the background during system start, and restart samba as part of the storage devices setup.&lt;br /&gt;
** Fixes #748 Some MAC addresses would get truncated, Thanks Coley - Los93soL&lt;br /&gt;
* pluto-app-server (145,126) - Do proper check to determine if suspend is supported&lt;br /&gt;
* pluto-website-admin (220) - Fixes #569 Don&#039;t assume calls originate from the US - Los93soL&lt;br /&gt;
* asterisk-pluto (269) - Fixes #570 Attempt to lookup caller name in phone book and correct as possible - Los93sol&lt;br /&gt;
* pluto-asterisk (270,271) - Fixes #570 Attempt to lookup caller name in phone book and correct as possible - Los93soL&lt;br /&gt;
&lt;br /&gt;
== Update 2010-08-29 23259 ==&lt;br /&gt;
* lmce-squeezeslave (763) - Refs #776 wrapper script to start squeezeslave&lt;br /&gt;
* mce-diskless-tools (627,628) - #798 /etc/diskless.conf not being created - merkur2k&lt;br /&gt;
* pluto-app-server (145,126) - #344 Allow power off mode override&lt;br /&gt;
* pluto-asterisk (270,271)&lt;br /&gt;
** Refs #570 Display caller name and picture from LinuxMCE phone book when available - Los93soL&lt;br /&gt;
** Change line ending for create_amp_sipgate_de.pl&lt;br /&gt;
* pluto-slimserver-plugin (424,425) - Refs #776 add squeezeslave template as possible playback device&lt;br /&gt;
* pluto-std-plugins - fix audio album snafu&lt;br /&gt;
* pluto-storage-devices (533) - #799 (re)enable NFS instead of CIFS for internal disk drive sharing - merkur2k&lt;br /&gt;
&lt;br /&gt;
== Update 2010-09-16 23289 ==&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** enable WOL on boot up again&lt;br /&gt;
** fix HDMI and SPDIF unmuting for AVWizard and successive boots. &lt;br /&gt;
** #813, SetupUsers_Homes.sh no longer executes on media directors, faster boot. &lt;br /&gt;
** #733, BootMessage.sh no longer emits an error.&lt;br /&gt;
* pluto-generic-serial-device (307,335) - fix ethernet device support for GSDs&lt;br /&gt;
* pluto-orbiter (119,138) - #811 - WiiMote support. Change mouse accelleration so that the wiimote can actually traverse the entire width of the screen.&lt;br /&gt;
* pluto-std-plugins - #814 - Display the dimming column on the floor plan for drapes and blinds&lt;br /&gt;
* pluto-updateentarea (341,342) - #815 - Autogenerated scenarios sleep/wakeup do the right thing for blinds/drapes&lt;br /&gt;
* pluto-website-admin (220) #708 - add default media sort options to orbiters page, #636 - fixes special characters for IMDB tagging&lt;br /&gt;
&lt;br /&gt;
== Upcoming fixes... ==&lt;br /&gt;
&#039;&#039;&#039;Note: Please put the name of the package file and the source and bin package number in this list, followed by a small description of what has changed! Hulu Player is not the name of the package, but lmce-hulu-player. It makes the life of the person, who needs to update the repo a lot easier. Thank you!&#039;&#039;&#039;&lt;br /&gt;
* lirc_0.8.3 &lt;br /&gt;
** built in build-replacements.sh, only it is commented atm&lt;br /&gt;
** Refs #822 fixes repeat problems with pronto codes&lt;br /&gt;
* lmce-linux-igd  (765 - New package for #826 - merkur2k&lt;br /&gt;
* lmce-mediatomb (702) - Generate a more sane config file for mediatomb - merkur2k&lt;br /&gt;
* pluto-boot-script (234) - Mount /home via nfs instead of cifs on media directors, updates for #826 - merkur2k&lt;br /&gt;
* pluto-lirc-wrapper (340,421) - Fixes #822 lirc can now send pronto codes properly&lt;br /&gt;
* pluto-orbiter (119,138) - Fix for #458 - power menu now works correctly to control other media directors from OSD&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
** Voicemail changes and fixes.&lt;br /&gt;
** Absolute Timed Events are working (thanks TSCHAK)&lt;br /&gt;
** Fixes #833 - possible to compare integer criteria against a list of comma-separated values&lt;br /&gt;
* pluto-system-database (211) - lots of sqlCVS changes.&lt;br /&gt;
* pluto-website-admin (220) - Misc fixes from various tickets - merkur2k&lt;br /&gt;
* pluto-zwave-lighting (505,506) - #44 Improve detection of multi instance devices, possible to resync device data&lt;br /&gt;
* pluto-storage-devices (533) - Add NFS Radar - merkur2k&lt;br /&gt;
* pluto-mythtv-plugin (136,152) - Misc fixes for storage group setup - merkur2k&lt;br /&gt;
&lt;br /&gt;
== Bugfixes ==&lt;br /&gt;
=== Mythtv-plugin fails to install ===&lt;br /&gt;
Install with apt-get install -f &amp;lt;name-of-package&amp;gt;&lt;/div&gt;</summary>
		<author><name>Merkur2k</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Installing_0810&amp;diff=25141</id>
		<title>Installing 0810</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Installing_0810&amp;diff=25141"/>
		<updated>2010-09-26T18:58:41Z</updated>

		<summary type="html">&lt;p&gt;Merkur2k: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Installing LinuxMCE-0810 is a fairly easy process that involves:&lt;br /&gt;
* Installing Kubuntu 8.10&lt;br /&gt;
* Updating Kubuntu 8.10&lt;br /&gt;
* Installing LinuxMCE-0810 on top of the updated Kubuntu 8.10&lt;br /&gt;
&lt;br /&gt;
Before proceeding its wise to read the FAQ. &lt;br /&gt;
Because of the fact that its a delicate installation small things make a huge difference.&lt;br /&gt;
&lt;br /&gt;
Please see below for details on Internet Installation and DVD Installation methods.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note: an active internet connection is required regardless of installation method.&lt;br /&gt;
&lt;br /&gt;
==Internet Installation==&lt;br /&gt;
# Install Kubuntu Intrepid desktop and update it. (download Kubuntu 8.10 &#039;&#039;&#039;desktop&#039;&#039;&#039; release from http://old-releases.ubuntu.com/releases/kubuntu/8.10/kubuntu-8.10-desktop-i386.iso) &#039;&#039;&#039;Currently, only the 32bit version of LinuxMCE is available. Only download the i386 version of 8.10 Kubuntu, even if your system can support 64bit versions.&#039;&#039;&#039; Note: If Kubuntu asks whether you would like to install/activate &#039;Restricted Drivers&#039; for your video card, ignore it and continue to step 2.&lt;br /&gt;
# Run aptitude update and aptitude dist-upgrade to get the latest Kubuntu updates.&lt;br /&gt;
# Grab the latest installer script from [http://deb.linuxmce.org/ubuntu here], unpack them and change into the freshly created &#039;&#039;new-installer&#039;&#039; directory.&lt;br /&gt;
# Run the following scripts (as root, in order): pre-install-from-repo.sh, mce-install.sh, post-install.sh.&lt;br /&gt;
# Reboot, wait for the activity to stop (see progress on console 8).&lt;br /&gt;
&lt;br /&gt;
In other words, after installing Kubuntu:&lt;br /&gt;
 sudo su - #This might ask for the password you specified earlier during the install of kubuntu.&lt;br /&gt;
 apt-get update&lt;br /&gt;
 sudo apt-get dist-upgrade&lt;br /&gt;
 wget -c http://deb.linuxmce.org/ubuntu/new-installer-latest.tar.gz&lt;br /&gt;
 tar xvf new-installer-latest.tar.gz&lt;br /&gt;
 cd new-installer&lt;br /&gt;
 ./pre-install-from-repo.sh&lt;br /&gt;
 ./mce-install.sh&lt;br /&gt;
 ./post-install.sh&lt;br /&gt;
 reboot&lt;br /&gt;
&lt;br /&gt;
The avenard repo is no longer needed.&lt;br /&gt;
&lt;br /&gt;
==DVD Installation==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
However, if you want to install the DVD, grab it via the torrent [http://www.linuxmce.org/index.php/download here] or if you want use the following link to obtain the latest [http://linuxmce.iptp.org/snapshots/ snapshot] &#039;&#039;&#039;Highly recommended&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Upon DVD boot, select LinuxMCE install(it is the bottom option)&#039;&#039;&#039;. This will install a regular Kubuntu 810 system, with an additional button on the desktop to install LinuxMCE upon restart. Let Kubuntu&#039;s install run through, and after restart, login.&lt;br /&gt;
Open a terminal and run&lt;br /&gt;
 sudo su - #This might ask for the password you specified earlier during the install of kubuntu.&lt;br /&gt;
 apt-get update&lt;br /&gt;
 sudo apt-get dist-upgrade&lt;br /&gt;
&lt;br /&gt;
Once you have done this, you can go to the Desktop and double click on the LinuxMCE icon. This will run the fullinstall.sh in /root/new-installer and install LinuxMCE-0810 on top of you updated Kubuntu installation.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039;: Once the above process is complete - the [http://wiki.linuxmce.org/index.php/AVWizard_Step_by_Step AV Wizard] should start (after rebooting). If you get a &#039;&#039;black or blank screen&#039;&#039; you probably need to change your video card outputs. Instructions on how to do this are available: [http://wiki.linuxmce.org/index.php/AVWizard#What_to_do_if_A.2FV_Wizard_does_not_start here]&lt;br /&gt;
&lt;br /&gt;
The DVD installer per default does not create the initial [[MD|MD]] image, as that creation takes a very long time, and most people probably prefer to give 810 a test, without the MDs. If you want to setup MDs, you have to manually run &lt;br /&gt;
 /usr/pluto/bin/Diskless_CreateTBZ.sh&lt;br /&gt;
(You should only have to do this once)&lt;br /&gt;
&lt;br /&gt;
If you have problems running Diskless_CreateTBZ.sh, check [[Error Running Diskless CreateTBZ.sh|this article]].&lt;br /&gt;
&lt;br /&gt;
If you then have problems netbooting your diskless media directors because you are receiving the error message &amp;quot;Diskless Setup Failed&amp;quot;, check [[Diskless setup failed error in 0810 beta|this article]].&lt;br /&gt;
&lt;br /&gt;
== Keeping Up-to-date with updates ==&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039; It is strongly recommend that you do not update/upgrade a stable, working system [[user:L3mce]]&lt;br /&gt;
&lt;br /&gt;
Once you have installed LinuxMCE-0810, all you need to do to keep up-to-date with the latest and greatest, is run the following from a terminal on the core and each MD:&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get upgrade&lt;br /&gt;
Note: You should NOT run apt-get dist-upgrade after LinuxMCE is installed, as it can cause several problems, including having different kernel versions on your core and media directors, and the installation of new Kubuntu packages that can break some features!&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Merkur2k</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=LinuxMCE-0810_beta&amp;diff=25126</id>
		<title>LinuxMCE-0810 beta</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=LinuxMCE-0810_beta&amp;diff=25126"/>
		<updated>2010-09-25T02:01:58Z</updated>

		<summary type="html">&lt;p&gt;Merkur2k: /* Upcoming fixes... */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Software]]&lt;br /&gt;
This page outlines some information about the Beta, as well as outlining any changes and bugfixes we are applying, just like we did with the alpha2 page.&lt;br /&gt;
&lt;br /&gt;
The installation instructions found on the alpha2 page still apply:&lt;br /&gt;
&lt;br /&gt;
==Installing LinuxMCE-0810==&lt;br /&gt;
Please see detailed instruction on how to install LinuxMCE-0810 and keep it up-to-date with the latest updates [[installing 0810|here]].&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-03 22558 ==&lt;br /&gt;
* Build_Replacement_Package - freepbx (ubuntu/asterisk/freepbx) - Ticket #345 - Fixes the issue of installing new modules in FreePBX.&lt;br /&gt;
* pluto-asterisk (270.271) - Phone Lines fixing - asterisk (src/asterisk) - Ticket #374 - Fixes the issue during the creation procedure of a new phone lines via web LinuxMCE Admin. New MessageNet Provider support.&lt;br /&gt;
* pluto-avwizard (555,556) - Fixes #480 - Fails to identify untouched xorg.conf&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** Cleanup in nvidia-config&lt;br /&gt;
** MD WOL Problem fixed&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
** #469 IVR menue will now be regenerated every time a phone line is added.&lt;br /&gt;
** #221 IR commands selection screen now has sort modes to make it easier to sift through all those commands.&lt;br /&gt;
** #219 Various layout improvements to the wizard pages.&lt;br /&gt;
* pluto-xine-player (117,136) - changes for HDMI out&lt;br /&gt;
* pluto-std-plugins (116,135) - Changes to Telecom PlugIn to give proper audio switching behaviour when USB Conference microphones are used for the media director phone. This is of relevance to particular configurations that do not allow concurrent access to the soundcard (such as coax/optical settings). -tschak&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-06 22569 ==&lt;br /&gt;
* pluto-dce-router (154,155) - now depends on lmce-skins-uita&lt;br /&gt;
* pluto-system-database (211) - new lmce-skins-uita package definition&lt;br /&gt;
* lmce-skins-uita (727) - new skin&lt;br /&gt;
* MPlayer_Player (656,657) - Videos that is played by mplayer can now take advantage of vdpau. (Set hw accel to &amp;quot;auto&amp;quot; or &amp;quot;vdpau&amp;quot;)&lt;br /&gt;
* pluto-xine-player (117,136) - don&#039;t stop screen saver when playing audio [http://svn.linuxmce.org/trac.cgi/ticket/486 #486]&lt;br /&gt;
* pluto-orbiter (119,138) - hide xine when playing audio, keeps screen saver visible [http://svn.linuxmce.org/trac.cgi/ticket/486 #486]&lt;br /&gt;
* Update of Zaptel and other kernel related packages to -16&lt;br /&gt;
== Update 2009-12-12 22598 ==&lt;br /&gt;
* pluto-website-admin (220) - sql fix from http://svn.linuxmce.org/trac.cgi/changeset/22567&lt;br /&gt;
* pluto-xine-plugin (118,137) - fix for remote audio cd streaming [http://svn.linuxmce.org/trac.cgi/ticket/470 #470] - still not working&lt;br /&gt;
* pluto-xine-player - refactor screen saver handling&lt;br /&gt;
* pluto-disk-drive (122,141) - fix for remote audio cd streaming [http://svn.linuxmce.org/trac.cgi/ticket/470 #470] - still not working&lt;br /&gt;
* pluto-x-scripts (520,523) - fix for audio over HDMI&lt;br /&gt;
* alsa-lib, alsa-utils, lib64asound2, libasound2 - fix for audio over HDMI&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-14 22600 ==&lt;br /&gt;
* pluto-dcerouter (154,155) - Fixes broken Delay command&lt;br /&gt;
* pluto-libresolution (545,544) - UseEDID HDMI Audio xorg.conf entry&lt;br /&gt;
* pluto-asterisk (270.271) - Fix for Messagenet configuration script (changing Window&#039;s EOL characters)&lt;br /&gt;
* pluto-system-database (211) - Some devicedata changes for dcerouter delay command and DCS-5300G camera&lt;br /&gt;
* pluto-website-admin (220) - fix HDMI selection in web admin&lt;br /&gt;
* pluto-xine-player (117,136) - removed 1 second sleep after play media. refactored code to stop screen saver&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-25 22639 - Christmas fix ==&lt;br /&gt;
* freepbx - removal of chan_vpb.so to circumvent coredumps on system without a Voicetronix board (#519)&lt;br /&gt;
* pluto-avwizard (555,556) - modification of startup scripts to not screw the system upon status calls to the startup scripts&lt;br /&gt;
* pluto-boot-scripts (234)&lt;br /&gt;
** modification of startup scripts to not screw the system upon status calls to the startup scripts&lt;br /&gt;
** updated Backup/Restore functionallity&lt;br /&gt;
** fixes  web admin log links for hybrid MD&lt;br /&gt;
** Make sure only a single logrotate configuration file for LinuxMCE exist&lt;br /&gt;
* pluto-hdhomerun(621,620)- Fixes bug where only 1 tuner was added to mythtv&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Fixes deletion of of hostname from mythconverg.capturecard by creating and using a dummy videosource&lt;br /&gt;
* pluto-simplephone (498,499) - Adds support for password in DeviceData&lt;br /&gt;
* pluto-std-plugins (116,135) - Adds support for specialized interfaces&lt;br /&gt;
* pluto-system-database (211) - Some devicedata changes for SIP phone templates to include devicedata for password&lt;br /&gt;
* pluto-website-admin (220) - Fixes Climate Command Wizard Set Temperature command, Climate Command Wizard also now works with On//Off Climate Devices&lt;br /&gt;
* pluto-orbiter (119,138) - Fixes issue with input devices crashing orbiter [http://svn.linuxmce.org/trac.cgi/ticket/522 #522]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-01-08 22669 ==&lt;br /&gt;
*pluto-boot-scripts (234) &lt;br /&gt;
** Purge_Camera_Archives.pl fixed&lt;br /&gt;
** backup/restore fixed&lt;br /&gt;
** enable_wol called from Startup script - WOL for MDs should work again&lt;br /&gt;
*pluto-motion-wrapper (456,455) - Now calls the purge script every 6 hours and on reload&lt;br /&gt;
*pluto-storage-devices (533) &lt;br /&gt;
** Hostname now added to string to be displayed on orbiters when new drives are detected. &lt;br /&gt;
** Boot partitions will be filtered out also.&lt;br /&gt;
*pluto-system-database (211) - changes to MotionWrapper&#039;s motion.conf default options to use new option names&lt;br /&gt;
&lt;br /&gt;
==  Update 2010-01-16 22689 ==&lt;br /&gt;
* pluto-boot-scripts (234) - new safe_delete.sh script for safely deleting database entries&lt;br /&gt;
* pluto-cm15a (730,731) - new DCE device, CM15A USB interface for X10&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Capture card install now goes directly to the setup wizard&lt;br /&gt;
* pluto-orbiter (119,138) - Capture card install now goes directly to the setup wizard&lt;br /&gt;
* pluto-storage-devices (533) - mount no longer echos out errors during ro filesystem&lt;br /&gt;
* pluto-photo-screen-saver (582,581) - Rotate image according to exif tag [http://svn.linuxmce.org/trac.cgi/ticket/566 #566]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-01-27 22704 ==&lt;br /&gt;
* pluto-photo-screen-saver (582,581) - maintain correct image aspect ratio [http://svn.linuxmce.org/trac.cgi/ticket/568 #568]&lt;br /&gt;
* pluto-vdr (469,468) &lt;br /&gt;
** Use remotetimer for central scheduling&lt;br /&gt;
** Don&#039;t autostart VDR on MD&lt;br /&gt;
** Support VDPAU &lt;br /&gt;
* VDR - We provide our own packages (1.7.11 sources packages from eTobi and free-vdr.de)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-03 22733 ==&lt;br /&gt;
* MythTV - We provide our own packages (0.22 sources packages from mythbuntu )&lt;br /&gt;
* ZWave Lighting (505,506) - Wizard bugfix&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-08 22754 ==&lt;br /&gt;
* Hulu PlugIn (737,738) - Initial Beta of Hulu Support&lt;br /&gt;
* Hulu Player (739,740) - from TSCHAK&lt;br /&gt;
* Game Player (673,674) - Added support for custom controller files to Game Player - see TankStick DT #2100 for an example.&lt;br /&gt;
* pluto-std-plugins - fixes #587&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-10 22758 ==&lt;br /&gt;
* pluto-boot-script (234)- Add Activate Orbiter to KDE desktop (#596)&lt;br /&gt;
* mce-diskless-tools (627,628) - Add a link to the desktop to call Activate Orbiter (#596)&lt;br /&gt;
* linux-diskless-image (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
* alsa-modules (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
* zaptel-modules (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-12 22763 ==&lt;br /&gt;
* new-installer &lt;br /&gt;
** changes in kdm link management&lt;br /&gt;
** verify kubuntu-desktop is installed&lt;br /&gt;
* pluto-boot-script (234) - Fix copying of desktop link to activate Orbiter into root&#039;s Desktop dir&lt;br /&gt;
* pluto-vdr (469,468) - Only backup setup.conf if it exists.&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-13 22765 ==&lt;br /&gt;
* pluto-std-plugins - fixes #587&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-14 22768 ==&lt;br /&gt;
* pluto-xine-player (117,136) - removed dependency for libxine1-ffmpeg&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-16 22777 ==&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
** Fixes event criteria for PK_EventParameter [http://svn.linuxmce.org/trac.cgi/ticket/602 #602]&lt;br /&gt;
** Fixes time of day - can now check againt hh:mm:ss [http://svn.linuxmce.org/trac.cgi/ticket/605 #605]&lt;br /&gt;
** Fixed bug introduced in the two fixes above [http://svn.linuxmce.org/trac.cgi/ticket/608 #608]&lt;br /&gt;
* pluto-vdr (468,469) - Remove SourceCaps entries from default setup.conf&lt;br /&gt;
* pluto-system-database (211) - Hulu Player/PlugIn changes&lt;br /&gt;
* Hulu PlugIn (737,738) - device template constant fixes&lt;br /&gt;
* Hulu Player (739,740) - device template constant fixes&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-18 22795 ==&lt;br /&gt;
* pluto-proxy-orbiter (487,488) Fixes [http://svn.linuxmce.org/trac.cgi/ticket/610 #610]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-23 22803 ==&lt;br /&gt;
* pluto-boot-script (234) &lt;br /&gt;
** Install zaptel-modules and load ztdummy for meetme&lt;br /&gt;
** Disable KDE screensaver upon KDE Desktop start (fixes #600)&lt;br /&gt;
* pluto-dhcpd-plugin (302) - Make sure to transfer database secret into sip_additional.conf&lt;br /&gt;
* pluto-orbiter (119,138) - Color fixes&lt;br /&gt;
* pluto-proxy-orbiter (488,487) - Color fixes - thanks radu&lt;br /&gt;
* pluto-vdr (468,469)&lt;br /&gt;
** Only create setup.conf if it does not contain a remotetimers entry&lt;br /&gt;
** Disable shutdown of system from VDR&lt;br /&gt;
* v4l2-firmware (733) - Added new firmware drivers to support a broader range of DVB cards&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-28 22812 ==&lt;br /&gt;
&lt;br /&gt;
Hulu Now works, and the HAI Omni Security panel driver has been checked in and integrated.&lt;br /&gt;
&lt;br /&gt;
* pluto-system-database (211) - Addition of buttons to Hulu Remote (tschak)&lt;br /&gt;
* lmce-hulu-player (739,740) - Hulu Player now uses Hulu Desktop&#039;s LIRCD port via a fake LIRCD Server. (tschak)&lt;br /&gt;
* 751  	HAI Control Program&lt;br /&gt;
* 750 	HAI Control Program Source&lt;br /&gt;
* 749  	LinuxMCE HAI Omni RS232 Panel Support&lt;br /&gt;
* 748 	LinuxMCE HAI Omni RS232 Panel Support Source&lt;br /&gt;
* pluto-zwave-lighting (505,506) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/620 #620] multi instance support for sensors&lt;br /&gt;
* pluto-mplayer-player (657,656) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/471 #471] Finally committed vdpau support for mplayer&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-07 22832 ==&lt;br /&gt;
&lt;br /&gt;
* pluto-zwave-lighting (505,506) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/620 #620] make command for child work again&lt;br /&gt;
* pluto-system-database (211) - new package and package changes for datalogger plugin&lt;br /&gt;
* lmce-datalog-database (753) - datalogger database, refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630]&lt;br /&gt;
* lmce-datalogger-plugin (686,687) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630] install automatically, configurable graph display&lt;br /&gt;
* lmce-datalog-db (688,689) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630]&lt;br /&gt;
* pluto-website-admin (220) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630], [http://svn.linuxmce.org/trac.cgi/ticket/633 #633], fix for some attribute names not showing up in media browser page, improvements to datalogger section&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/637 #637] allow event plugin to reload configuration without a router reload&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-14 22853 ==&lt;br /&gt;
* pluto-website-admin (220) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/637 #637] Reload event plugin configuration when events change (no need to reload router anymore, except after adding/deleting event commands), [http://svn.linuxmce.org/trac.cgi/ticket/648 #648] Fix device template adding to avoid sqlCVS commit problems&lt;br /&gt;
* pluto-orbiter (119,138) [http://svn.linuxmce.org/trac.cgi/ticket/647 #647] Enable event mapping for mouse buttons&lt;br /&gt;
* pluto-system-database (211) [http://svn.linuxmce.org/trac.cgi/ticket/646 #646] Device template for Logitech MX Air mouse&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/651 #651] fix router crash with boolean event parameters&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-23 22876 ==&lt;br /&gt;
* pluto-std-plugins (116,135) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], media plugin supports play all for pictures&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], picture viewer&lt;br /&gt;
* lmce-picture-plugin (756,757) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], picture plugin&lt;br /&gt;
* Pluto PNP Detection Scripts (562), added detection script for Pioneer Elite series of Receivers&lt;br /&gt;
* Pluto Capture Card Setup Scripts (580), added input change scripts for various capture cards&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-08 22883 ==&lt;br /&gt;
* pluto-boot-script (234) - Change smb.conf template to disable unix extension.&lt;br /&gt;
* pluto-website-admin (220) - [http://svn.linuxmce.org/trac.cgi/ticket/662 Fixes #662]&lt;br /&gt;
* lmce-picture-plugin (756,757) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650] fix pause of slideshow&lt;br /&gt;
* pluto-system-database (211) [http://svn.linuxmce.org/trac.cgi/ticket/650 #650] designer changes for picture viewer&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-14 22889 *CLOUD Release* ==&lt;br /&gt;
*  pluto-system-database (211) changes to the repository information for a package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-28 22898  ==&lt;br /&gt;
* pluto-website-admin (220) - [http://svn.linuxmce.org/trac.cgi/ticket/662 Fixes #662 (again ;) )]&lt;br /&gt;
* pluto-system-database (211) - sqlCVS additions for the SmartQ V7 MID&lt;br /&gt;
* pluto-updateentarea (341,342) - code in Setup to allow for devices in the MID category to get media scenarios.&lt;br /&gt;
* pluto-storage-devices (533) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/672 #672]&lt;br /&gt;
* mce-diskless-tools (627,628) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/655 #655]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-05-20 22958 ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* pluto-orbitergen (226,227) - Orbitergen changed to specify that MIDs are on-screen orbiters. This may change in the future, but I need to test something... --[[User:Tschak909|Tschak909]] 06:22, 9 May 2010 (CEST)&lt;br /&gt;
* pluto-system-database (211) - [http://svn.linuxmce.org/trac.cgi/ticket/684 Toshiba RAS series IR control template]&lt;br /&gt;
* pluto-generic-serial-device (307,335) - [http://svn.linuxmce.org/trac.cgi/ticket/685 access return parameters in GSD device]&lt;br /&gt;
* mythtv-0.23&lt;br /&gt;
&lt;br /&gt;
== Update 2010-05-20 22959 ==&lt;br /&gt;
* lmce-update-system (650,651) - Setup pinning to the LinuxMCE repository&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - MythTV 0.23 support has been baked in. Thanks mandingo&lt;br /&gt;
* pluto-mythtv-player (133,152)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-01 23002 ==&lt;br /&gt;
* lmce-hulu-player (739,740) - changed the accept() loop to be non-blocking, fixing the hung hulu player issue when the router needs to reload. -TSCHAK &lt;br /&gt;
* mce-diskless-tools (627,628) - cBuckle sent in a bugfix that prevented media directors with more than one NIC from properly being detected. We now assume the booting NIC is eth0. Thanks cBuckle! -TSCHKA&lt;br /&gt;
* pluto-website-admin (220) - Fixes #705, and #706 -TSCHAK&lt;br /&gt;
* pluto-system-database (211) - Fixes to QuickStartTemplate so icons will show. -TSCHAK&lt;br /&gt;
* pluto-std-plugins (116,135) - Fix to General Info Plugin so that it will properly show PNG images&lt;br /&gt;
* pluto-boot-scripts (234) - Fix to UpdateQuickStartIcons.sh to download quick start icons and convert to PNG if needed.&lt;br /&gt;
* lmce-update-system (650,651) - Fix preferences file&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-07 23036 ==&lt;br /&gt;
* pluto-asterisk (270.271) - Fix initial for no voicemail greetings after setup wizard (thanks los93sol)&lt;br /&gt;
* pluto-vdr (469,468) &lt;br /&gt;
** Syntax error fix in StartVDRClient - should start correct on MDs now.&lt;br /&gt;
** Add a default remote.conf so people can use the keyboard to control VDR.&lt;br /&gt;
* pluto-system-database (211) - Add support for TED5000 and Energy Monitoring Events to be used by future devices&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-09 23046 ==&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs #650, start picture viewer minimized&lt;br /&gt;
* pluto-website-admin (220) - Change wording of VDR error message to better reflect what&#039;s going on.&lt;br /&gt;
* v4l2-Modules (732) - Fix debian package naming to allow proper install of dkms package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-10 23047 ==&lt;br /&gt;
* v4l2-Modules (732) - Fix Debian package naming to allow proper install of dkms package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-14 23070 ==&lt;br /&gt;
* pluto-std-plugins (116,135) - Fix to General Info Plugin to allow Firefox Bookmarks to work again. Please test!&lt;br /&gt;
* pluto-boot-scripts (234) - Modify Mozilla.sh to properly output a profile where bookmarks work again.&lt;br /&gt;
* mce-diskless-tools (627,628) - Modify DisklessInteractor to always return i386 until we get a working amd64 build again.&lt;br /&gt;
* vdr - Update to version 1.7.15 &lt;br /&gt;
** Get rid of a few patches&lt;br /&gt;
** Fixes for sound decoding in Denmark&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-18 23082 ==&lt;br /&gt;
* lmce-datalogger-plugin (686,687)&lt;br /&gt;
* lmce-datalog-database (753)&lt;br /&gt;
* pluto-boot-scripts (234)&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
* asterisk-pluto (269)&lt;br /&gt;
* pluto-asterisk (270,271)&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
* pluto-mythtv-player (133,152) - Fix the missing MythTV Setup in Computing. as the Quick Start Template has moved rows.&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Fixes #732 - Storage devices not locally attached to core are not added to mythtv storage groups and cleans up some error messages&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-28 23119 ==&lt;br /&gt;
* asterisk-pluto (269) - Fix fire SOS event and dialplan cleanup - Los93soL&lt;br /&gt;
* freepbx - Fix fire SOS event and dialplan cleanup - Los93soL&lt;br /&gt;
* mjproxy (760,761)&lt;br /&gt;
* pluto-dhcpd-plugin (302) - update configure scripts for grandstream and snom 3xx phones for support of database secret.&lt;br /&gt;
* pluto-mythtv-player (133,152) - Bug #737 - MH Play Media can now set initial channel&lt;br /&gt;
* pluto-std-plugins (116,135) - Bug #736 - CMD_Delete_File in Media PlugIn now will not allow deletion of arbitrary files from the disk, lots of sanity checks. Support for deleting voicemails.&lt;br /&gt;
* pluto-system-database (211)&lt;br /&gt;
* pluto-xine-player (117,136) - enable subtitle support&lt;br /&gt;
* pluto-vdr (468,469) - Bug #737 - MH Play Media can now set initial channel&lt;br /&gt;
* pluto-website-admin (220) - Adds energy monitor that uses state change #677&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-03  ==&lt;br /&gt;
*asterisk-pluto (269)&lt;br /&gt;
** Fix pluto sos menu generates the voice dialogs now&lt;br /&gt;
** Update caller id when sos menu calls out&lt;br /&gt;
*freepbx&lt;br /&gt;
** General dialplan cleanup&lt;br /&gt;
** FreePBX system status works now&lt;br /&gt;
** Fix warnings when updating modules list in FreePBX&lt;br /&gt;
*lmce-hai-omni-rs232 (748,749) - Make sure HAI created devices set HAI as the controlled via device&lt;br /&gt;
*pluto-asterisk (270,271)&lt;br /&gt;
** Update create scripts and abstract redundant code&lt;br /&gt;
** Keep Line_HouseMode in sync when trunks are deleted&lt;br /&gt;
** Transfers are working again&lt;br /&gt;
*pluto-website-admin (220) - Don&#039;t display phone trunk passwords in web admin&lt;br /&gt;
*pluto-dhcpd-plugin (302) - Cisco 7960 (with SIP firmware) will use sip secret now&lt;br /&gt;
*pluto-std-plugins (116,135) - CRITICAL MEDIA PLUGIN FIX IN CMD_Set_Media_Private which was causing the router to rapidly crash due to odd data coming in from MythTV PlugIn. Will investigate further, but this does stop the crashes.&lt;br /&gt;
*pluto-mythtv-plugin (136,152) - Add changes to MythTvSyncDB.sh to always set AlwaysStreamFiles to 1 for media directors.&lt;br /&gt;
*lmce-hulu-player (744,745) - somehow, an older package snuck in. This needs to be rebuilt to fix the hanging bug that somehow reappeared. Yes, I went back and checked the checked in code from a fresh checkin, this will fix it&lt;br /&gt;
*pluto-storage-devices (533) - Added dependencies for nbd-client and nbd-server so that remote playing of DVDs will work, correctly. (Fixes #743)&lt;br /&gt;
* pluto-proxy-orbiter - updates from Dianemo&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-06 23148 ==&lt;br /&gt;
* freepbx - Changelog updated to get a new version number&lt;br /&gt;
* pluto-asterisk (270,271) - Add support for making announcements to phones&lt;br /&gt;
* pluto-dhcpd-plugin (302) - Define helper script as a perl script&lt;br /&gt;
* pluto-std-plugins (116,135) - Small speed up fix for video file list &lt;br /&gt;
* pluto-text-to-speech (283,284) - Add support for making announcements to phones&lt;br /&gt;
* pluto-website-admin (220) - Updates to the new weborbiter&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-14 23155 ==&lt;br /&gt;
* pluto-asterisk (270,271) - Only send extra channel options for transfers when an extra channel is there, also fixes to viatalk create script so things work nicely again&lt;br /&gt;
* pluto-simplephone (498,499) - Whoops!  Missed this package a few days ago, fixes Orbiter phones so they connect with the SIP secret&lt;br /&gt;
* pluto-system-database (211) - Updates to the Size table to include older iPhone/iPod Touch sizes, as well as iPhone4 size.&lt;br /&gt;
* pluto-mythtv-plugin (136,152) - Fixed some incorrect behavior with generating mythtv storage groups&lt;br /&gt;
* lmce-launch-manager (299,298) - Fixed the StartCoreServices.sh from passing wrong Device_ID to Sync2amp.pl causing NAS passwords to become scrabled.&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-16 23161 ==&lt;br /&gt;
* pluto-proxy-orbiter (487,488) - now with committed fixes for the 404 in 7970&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-17 23165 == &lt;br /&gt;
* pluto-boot-scripts (234) - New startup script for the Launch Manager (fixes #753)&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
** Weborbiter: add missing getNews function (fixes #755)&lt;br /&gt;
** Weborbiter: keep trying to get images/data when an communication error occurs&lt;br /&gt;
** Weborbiter: fix keyboard processing (fixes #754)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-27 23202 ==&lt;br /&gt;
* asterisk-pluto (269) - Generate all speech for pluto-sos-menus, and generate /etc/asterisk/extensions_custom.conf completely dynamically - Los93soL&lt;br /&gt;
* libxine - Refs [http://svn.linuxmce.org/trac.cgi/ticket/535 #535], Backport of newer Matroska container support form lib-xine 1.1.17.&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], fixes alpha blending of picture viewer&lt;br /&gt;
* pluto-boot-scripts (234) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/758 #758], Fix cameras on MDs by using NFS mount for the camera dir&lt;br /&gt;
* pluto-updatemedia (405,406) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/651 #434], Different handling for VDR files - WARNING!! Playback of VDR recording from video is still not possible!&lt;br /&gt;
* pluto-website-admin (220) - Make sure the phone system is updated with changes made to cell phone notifications via web admin - Los93soL&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs #315 Should fix most of the call transfer issues, please test thoroughly - Los93soL&lt;br /&gt;
&lt;br /&gt;
== Update 2010-08-02 23227 ==&lt;br /&gt;
* lmce-datalogger-plugin (686,687) - Refs #104 Add initial support for logging Sensor Tripped Events - Los93soL&lt;br /&gt;
* lmce-datalog-database (753) - Refs #104 Add initial support for logging Sensor Tripped Events - Los93soL&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** Start the StorageDevices setup in the background during system start, and restart samba as part of the storage devices setup.&lt;br /&gt;
** Fixes #748 Some MAC addresses would get truncated, Thanks Coley - Los93soL&lt;br /&gt;
* pluto-app-server (145,126) - Do proper check to determine if suspend is supported&lt;br /&gt;
* pluto-website-admin (220) - Fixes #569 Don&#039;t assume calls originate from the US - Los93soL&lt;br /&gt;
* asterisk-pluto (269) - Fixes #570 Attempt to lookup caller name in phone book and correct as possible - Los93sol&lt;br /&gt;
* pluto-asterisk (270,271) - Fixes #570 Attempt to lookup caller name in phone book and correct as possible - Los93soL&lt;br /&gt;
&lt;br /&gt;
== Update 2010-08-29 23259 ==&lt;br /&gt;
* lmce-squeezeslave (763) - Refs #776 wrapper script to start squeezeslave&lt;br /&gt;
* mce-diskless-tools (627,628) - #798 /etc/diskless.conf not being created - merkur2k&lt;br /&gt;
* pluto-app-server (145,126) - #344 Allow power off mode override&lt;br /&gt;
* pluto-asterisk (270,271)&lt;br /&gt;
** Refs #570 Display caller name and picture from LinuxMCE phone book when available - Los93soL&lt;br /&gt;
** Change line ending for create_amp_sipgate_de.pl&lt;br /&gt;
* pluto-slimserver-plugin (424,425) - Refs #776 add squeezeslave template as possible playback device&lt;br /&gt;
* pluto-std-plugins - fix audio album snafu&lt;br /&gt;
* pluto-storage-devices (533) - #799 (re)enable NFS instead of CIFS for internal disk drive sharing - merkur2k&lt;br /&gt;
&lt;br /&gt;
== Update 2010-09-16 23289 ==&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** enable WOL on boot up again&lt;br /&gt;
** fix HDMI and SPDIF unmuting for AVWizard and successive boots. &lt;br /&gt;
** #813, SetupUsers_Homes.sh no longer executes on media directors, faster boot. &lt;br /&gt;
** #733, BootMessage.sh no longer emits an error.&lt;br /&gt;
* pluto-generic-serial-device (307,335) - fix ethernet device support for GSDs&lt;br /&gt;
* pluto-orbiter (119,138) - #811 - WiiMote support. Change mouse accelleration so that the wiimote can actually traverse the entire width of the screen.&lt;br /&gt;
* pluto-std-plugins - #814 - Display the dimming column on the floor plan for drapes and blinds&lt;br /&gt;
* pluto-updateentarea (341,342) - #815 - Autogenerated scenarios sleep/wakeup do the right thing for blinds/drapes&lt;br /&gt;
* pluto-website-admin (220) #708 - add default media sort options to orbiters page, #636 - fixes special characters for IMDB tagging&lt;br /&gt;
&lt;br /&gt;
== Upcoming fixes... ==&lt;br /&gt;
&#039;&#039;&#039;Note: Please put the name of the package file and the source and bin package number in this list, followed by a small description of what has changed! Hulu Player is not the name of the package, but lmce-hulu-player. It makes the life of the person, who needs to update the repo a lot easier. Thank you!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* pluto-orbiter (119,138) - Fix for #458 - power menu now works correctly to control other media directors from OSD&lt;br /&gt;
* pluto-std-plugins (116,135) - Voicemail changes and fixes.&lt;br /&gt;
* pluto-system-database (211) - lots of sqlCVS changes.&lt;br /&gt;
* lirc_0.8.3 (no package number - built in build-replacements.sh, only it is commented atm) - Refs #822 fixes repeat problems with pronto codes&lt;br /&gt;
* pluto-lirc-wrapper (340,421) - Fixes #822 lirc can now send pronto codes properly&lt;br /&gt;
* pluto-zwave-lighting (505,506) - #44 Improve detection of multi instance devices, possible to resync device data&lt;br /&gt;
* lmce-mediatomb (702) - Generate a more sane config file for mediatomb - merkur2k&lt;br /&gt;
* pluto-boot-script (234) - Mount /home via nfs instead of cifs on media directors, updates for #826 - merkur2k&lt;br /&gt;
* lmce-linux-igd  (765 - New package for #826 - merkur2k&lt;br /&gt;
* pluto-website-admin (220) - Misc fixes from various tickets - merkur2k&lt;br /&gt;
&lt;br /&gt;
== Bugfixes ==&lt;br /&gt;
=== Mythtv-plugin fails to install ===&lt;br /&gt;
Install with apt-get install -f &amp;lt;name-of-package&amp;gt;&lt;/div&gt;</summary>
		<author><name>Merkur2k</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=LinuxMCE-0810_beta&amp;diff=25125</id>
		<title>LinuxMCE-0810 beta</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=LinuxMCE-0810_beta&amp;diff=25125"/>
		<updated>2010-09-25T01:40:17Z</updated>

		<summary type="html">&lt;p&gt;Merkur2k: /* Upcoming fixes... */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Software]]&lt;br /&gt;
This page outlines some information about the Beta, as well as outlining any changes and bugfixes we are applying, just like we did with the alpha2 page.&lt;br /&gt;
&lt;br /&gt;
The installation instructions found on the alpha2 page still apply:&lt;br /&gt;
&lt;br /&gt;
==Installing LinuxMCE-0810==&lt;br /&gt;
Please see detailed instruction on how to install LinuxMCE-0810 and keep it up-to-date with the latest updates [[installing 0810|here]].&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-03 22558 ==&lt;br /&gt;
* Build_Replacement_Package - freepbx (ubuntu/asterisk/freepbx) - Ticket #345 - Fixes the issue of installing new modules in FreePBX.&lt;br /&gt;
* pluto-asterisk (270.271) - Phone Lines fixing - asterisk (src/asterisk) - Ticket #374 - Fixes the issue during the creation procedure of a new phone lines via web LinuxMCE Admin. New MessageNet Provider support.&lt;br /&gt;
* pluto-avwizard (555,556) - Fixes #480 - Fails to identify untouched xorg.conf&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** Cleanup in nvidia-config&lt;br /&gt;
** MD WOL Problem fixed&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
** #469 IVR menue will now be regenerated every time a phone line is added.&lt;br /&gt;
** #221 IR commands selection screen now has sort modes to make it easier to sift through all those commands.&lt;br /&gt;
** #219 Various layout improvements to the wizard pages.&lt;br /&gt;
* pluto-xine-player (117,136) - changes for HDMI out&lt;br /&gt;
* pluto-std-plugins (116,135) - Changes to Telecom PlugIn to give proper audio switching behaviour when USB Conference microphones are used for the media director phone. This is of relevance to particular configurations that do not allow concurrent access to the soundcard (such as coax/optical settings). -tschak&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-06 22569 ==&lt;br /&gt;
* pluto-dce-router (154,155) - now depends on lmce-skins-uita&lt;br /&gt;
* pluto-system-database (211) - new lmce-skins-uita package definition&lt;br /&gt;
* lmce-skins-uita (727) - new skin&lt;br /&gt;
* MPlayer_Player (656,657) - Videos that is played by mplayer can now take advantage of vdpau. (Set hw accel to &amp;quot;auto&amp;quot; or &amp;quot;vdpau&amp;quot;)&lt;br /&gt;
* pluto-xine-player (117,136) - don&#039;t stop screen saver when playing audio [http://svn.linuxmce.org/trac.cgi/ticket/486 #486]&lt;br /&gt;
* pluto-orbiter (119,138) - hide xine when playing audio, keeps screen saver visible [http://svn.linuxmce.org/trac.cgi/ticket/486 #486]&lt;br /&gt;
* Update of Zaptel and other kernel related packages to -16&lt;br /&gt;
== Update 2009-12-12 22598 ==&lt;br /&gt;
* pluto-website-admin (220) - sql fix from http://svn.linuxmce.org/trac.cgi/changeset/22567&lt;br /&gt;
* pluto-xine-plugin (118,137) - fix for remote audio cd streaming [http://svn.linuxmce.org/trac.cgi/ticket/470 #470] - still not working&lt;br /&gt;
* pluto-xine-player - refactor screen saver handling&lt;br /&gt;
* pluto-disk-drive (122,141) - fix for remote audio cd streaming [http://svn.linuxmce.org/trac.cgi/ticket/470 #470] - still not working&lt;br /&gt;
* pluto-x-scripts (520,523) - fix for audio over HDMI&lt;br /&gt;
* alsa-lib, alsa-utils, lib64asound2, libasound2 - fix for audio over HDMI&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-14 22600 ==&lt;br /&gt;
* pluto-dcerouter (154,155) - Fixes broken Delay command&lt;br /&gt;
* pluto-libresolution (545,544) - UseEDID HDMI Audio xorg.conf entry&lt;br /&gt;
* pluto-asterisk (270.271) - Fix for Messagenet configuration script (changing Window&#039;s EOL characters)&lt;br /&gt;
* pluto-system-database (211) - Some devicedata changes for dcerouter delay command and DCS-5300G camera&lt;br /&gt;
* pluto-website-admin (220) - fix HDMI selection in web admin&lt;br /&gt;
* pluto-xine-player (117,136) - removed 1 second sleep after play media. refactored code to stop screen saver&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-25 22639 - Christmas fix ==&lt;br /&gt;
* freepbx - removal of chan_vpb.so to circumvent coredumps on system without a Voicetronix board (#519)&lt;br /&gt;
* pluto-avwizard (555,556) - modification of startup scripts to not screw the system upon status calls to the startup scripts&lt;br /&gt;
* pluto-boot-scripts (234)&lt;br /&gt;
** modification of startup scripts to not screw the system upon status calls to the startup scripts&lt;br /&gt;
** updated Backup/Restore functionallity&lt;br /&gt;
** fixes  web admin log links for hybrid MD&lt;br /&gt;
** Make sure only a single logrotate configuration file for LinuxMCE exist&lt;br /&gt;
* pluto-hdhomerun(621,620)- Fixes bug where only 1 tuner was added to mythtv&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Fixes deletion of of hostname from mythconverg.capturecard by creating and using a dummy videosource&lt;br /&gt;
* pluto-simplephone (498,499) - Adds support for password in DeviceData&lt;br /&gt;
* pluto-std-plugins (116,135) - Adds support for specialized interfaces&lt;br /&gt;
* pluto-system-database (211) - Some devicedata changes for SIP phone templates to include devicedata for password&lt;br /&gt;
* pluto-website-admin (220) - Fixes Climate Command Wizard Set Temperature command, Climate Command Wizard also now works with On//Off Climate Devices&lt;br /&gt;
* pluto-orbiter (119,138) - Fixes issue with input devices crashing orbiter [http://svn.linuxmce.org/trac.cgi/ticket/522 #522]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-01-08 22669 ==&lt;br /&gt;
*pluto-boot-scripts (234) &lt;br /&gt;
** Purge_Camera_Archives.pl fixed&lt;br /&gt;
** backup/restore fixed&lt;br /&gt;
** enable_wol called from Startup script - WOL for MDs should work again&lt;br /&gt;
*pluto-motion-wrapper (456,455) - Now calls the purge script every 6 hours and on reload&lt;br /&gt;
*pluto-storage-devices (533) &lt;br /&gt;
** Hostname now added to string to be displayed on orbiters when new drives are detected. &lt;br /&gt;
** Boot partitions will be filtered out also.&lt;br /&gt;
*pluto-system-database (211) - changes to MotionWrapper&#039;s motion.conf default options to use new option names&lt;br /&gt;
&lt;br /&gt;
==  Update 2010-01-16 22689 ==&lt;br /&gt;
* pluto-boot-scripts (234) - new safe_delete.sh script for safely deleting database entries&lt;br /&gt;
* pluto-cm15a (730,731) - new DCE device, CM15A USB interface for X10&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Capture card install now goes directly to the setup wizard&lt;br /&gt;
* pluto-orbiter (119,138) - Capture card install now goes directly to the setup wizard&lt;br /&gt;
* pluto-storage-devices (533) - mount no longer echos out errors during ro filesystem&lt;br /&gt;
* pluto-photo-screen-saver (582,581) - Rotate image according to exif tag [http://svn.linuxmce.org/trac.cgi/ticket/566 #566]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-01-27 22704 ==&lt;br /&gt;
* pluto-photo-screen-saver (582,581) - maintain correct image aspect ratio [http://svn.linuxmce.org/trac.cgi/ticket/568 #568]&lt;br /&gt;
* pluto-vdr (469,468) &lt;br /&gt;
** Use remotetimer for central scheduling&lt;br /&gt;
** Don&#039;t autostart VDR on MD&lt;br /&gt;
** Support VDPAU &lt;br /&gt;
* VDR - We provide our own packages (1.7.11 sources packages from eTobi and free-vdr.de)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-03 22733 ==&lt;br /&gt;
* MythTV - We provide our own packages (0.22 sources packages from mythbuntu )&lt;br /&gt;
* ZWave Lighting (505,506) - Wizard bugfix&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-08 22754 ==&lt;br /&gt;
* Hulu PlugIn (737,738) - Initial Beta of Hulu Support&lt;br /&gt;
* Hulu Player (739,740) - from TSCHAK&lt;br /&gt;
* Game Player (673,674) - Added support for custom controller files to Game Player - see TankStick DT #2100 for an example.&lt;br /&gt;
* pluto-std-plugins - fixes #587&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-10 22758 ==&lt;br /&gt;
* pluto-boot-script (234)- Add Activate Orbiter to KDE desktop (#596)&lt;br /&gt;
* mce-diskless-tools (627,628) - Add a link to the desktop to call Activate Orbiter (#596)&lt;br /&gt;
* linux-diskless-image (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
* alsa-modules (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
* zaptel-modules (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-12 22763 ==&lt;br /&gt;
* new-installer &lt;br /&gt;
** changes in kdm link management&lt;br /&gt;
** verify kubuntu-desktop is installed&lt;br /&gt;
* pluto-boot-script (234) - Fix copying of desktop link to activate Orbiter into root&#039;s Desktop dir&lt;br /&gt;
* pluto-vdr (469,468) - Only backup setup.conf if it exists.&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-13 22765 ==&lt;br /&gt;
* pluto-std-plugins - fixes #587&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-14 22768 ==&lt;br /&gt;
* pluto-xine-player (117,136) - removed dependency for libxine1-ffmpeg&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-16 22777 ==&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
** Fixes event criteria for PK_EventParameter [http://svn.linuxmce.org/trac.cgi/ticket/602 #602]&lt;br /&gt;
** Fixes time of day - can now check againt hh:mm:ss [http://svn.linuxmce.org/trac.cgi/ticket/605 #605]&lt;br /&gt;
** Fixed bug introduced in the two fixes above [http://svn.linuxmce.org/trac.cgi/ticket/608 #608]&lt;br /&gt;
* pluto-vdr (468,469) - Remove SourceCaps entries from default setup.conf&lt;br /&gt;
* pluto-system-database (211) - Hulu Player/PlugIn changes&lt;br /&gt;
* Hulu PlugIn (737,738) - device template constant fixes&lt;br /&gt;
* Hulu Player (739,740) - device template constant fixes&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-18 22795 ==&lt;br /&gt;
* pluto-proxy-orbiter (487,488) Fixes [http://svn.linuxmce.org/trac.cgi/ticket/610 #610]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-23 22803 ==&lt;br /&gt;
* pluto-boot-script (234) &lt;br /&gt;
** Install zaptel-modules and load ztdummy for meetme&lt;br /&gt;
** Disable KDE screensaver upon KDE Desktop start (fixes #600)&lt;br /&gt;
* pluto-dhcpd-plugin (302) - Make sure to transfer database secret into sip_additional.conf&lt;br /&gt;
* pluto-orbiter (119,138) - Color fixes&lt;br /&gt;
* pluto-proxy-orbiter (488,487) - Color fixes - thanks radu&lt;br /&gt;
* pluto-vdr (468,469)&lt;br /&gt;
** Only create setup.conf if it does not contain a remotetimers entry&lt;br /&gt;
** Disable shutdown of system from VDR&lt;br /&gt;
* v4l2-firmware (733) - Added new firmware drivers to support a broader range of DVB cards&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-28 22812 ==&lt;br /&gt;
&lt;br /&gt;
Hulu Now works, and the HAI Omni Security panel driver has been checked in and integrated.&lt;br /&gt;
&lt;br /&gt;
* pluto-system-database (211) - Addition of buttons to Hulu Remote (tschak)&lt;br /&gt;
* lmce-hulu-player (739,740) - Hulu Player now uses Hulu Desktop&#039;s LIRCD port via a fake LIRCD Server. (tschak)&lt;br /&gt;
* 751  	HAI Control Program&lt;br /&gt;
* 750 	HAI Control Program Source&lt;br /&gt;
* 749  	LinuxMCE HAI Omni RS232 Panel Support&lt;br /&gt;
* 748 	LinuxMCE HAI Omni RS232 Panel Support Source&lt;br /&gt;
* pluto-zwave-lighting (505,506) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/620 #620] multi instance support for sensors&lt;br /&gt;
* pluto-mplayer-player (657,656) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/471 #471] Finally committed vdpau support for mplayer&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-07 22832 ==&lt;br /&gt;
&lt;br /&gt;
* pluto-zwave-lighting (505,506) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/620 #620] make command for child work again&lt;br /&gt;
* pluto-system-database (211) - new package and package changes for datalogger plugin&lt;br /&gt;
* lmce-datalog-database (753) - datalogger database, refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630]&lt;br /&gt;
* lmce-datalogger-plugin (686,687) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630] install automatically, configurable graph display&lt;br /&gt;
* lmce-datalog-db (688,689) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630]&lt;br /&gt;
* pluto-website-admin (220) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630], [http://svn.linuxmce.org/trac.cgi/ticket/633 #633], fix for some attribute names not showing up in media browser page, improvements to datalogger section&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/637 #637] allow event plugin to reload configuration without a router reload&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-14 22853 ==&lt;br /&gt;
* pluto-website-admin (220) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/637 #637] Reload event plugin configuration when events change (no need to reload router anymore, except after adding/deleting event commands), [http://svn.linuxmce.org/trac.cgi/ticket/648 #648] Fix device template adding to avoid sqlCVS commit problems&lt;br /&gt;
* pluto-orbiter (119,138) [http://svn.linuxmce.org/trac.cgi/ticket/647 #647] Enable event mapping for mouse buttons&lt;br /&gt;
* pluto-system-database (211) [http://svn.linuxmce.org/trac.cgi/ticket/646 #646] Device template for Logitech MX Air mouse&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/651 #651] fix router crash with boolean event parameters&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-23 22876 ==&lt;br /&gt;
* pluto-std-plugins (116,135) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], media plugin supports play all for pictures&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], picture viewer&lt;br /&gt;
* lmce-picture-plugin (756,757) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], picture plugin&lt;br /&gt;
* Pluto PNP Detection Scripts (562), added detection script for Pioneer Elite series of Receivers&lt;br /&gt;
* Pluto Capture Card Setup Scripts (580), added input change scripts for various capture cards&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-08 22883 ==&lt;br /&gt;
* pluto-boot-script (234) - Change smb.conf template to disable unix extension.&lt;br /&gt;
* pluto-website-admin (220) - [http://svn.linuxmce.org/trac.cgi/ticket/662 Fixes #662]&lt;br /&gt;
* lmce-picture-plugin (756,757) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650] fix pause of slideshow&lt;br /&gt;
* pluto-system-database (211) [http://svn.linuxmce.org/trac.cgi/ticket/650 #650] designer changes for picture viewer&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-14 22889 *CLOUD Release* ==&lt;br /&gt;
*  pluto-system-database (211) changes to the repository information for a package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-28 22898  ==&lt;br /&gt;
* pluto-website-admin (220) - [http://svn.linuxmce.org/trac.cgi/ticket/662 Fixes #662 (again ;) )]&lt;br /&gt;
* pluto-system-database (211) - sqlCVS additions for the SmartQ V7 MID&lt;br /&gt;
* pluto-updateentarea (341,342) - code in Setup to allow for devices in the MID category to get media scenarios.&lt;br /&gt;
* pluto-storage-devices (533) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/672 #672]&lt;br /&gt;
* mce-diskless-tools (627,628) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/655 #655]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-05-20 22958 ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* pluto-orbitergen (226,227) - Orbitergen changed to specify that MIDs are on-screen orbiters. This may change in the future, but I need to test something... --[[User:Tschak909|Tschak909]] 06:22, 9 May 2010 (CEST)&lt;br /&gt;
* pluto-system-database (211) - [http://svn.linuxmce.org/trac.cgi/ticket/684 Toshiba RAS series IR control template]&lt;br /&gt;
* pluto-generic-serial-device (307,335) - [http://svn.linuxmce.org/trac.cgi/ticket/685 access return parameters in GSD device]&lt;br /&gt;
* mythtv-0.23&lt;br /&gt;
&lt;br /&gt;
== Update 2010-05-20 22959 ==&lt;br /&gt;
* lmce-update-system (650,651) - Setup pinning to the LinuxMCE repository&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - MythTV 0.23 support has been baked in. Thanks mandingo&lt;br /&gt;
* pluto-mythtv-player (133,152)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-01 23002 ==&lt;br /&gt;
* lmce-hulu-player (739,740) - changed the accept() loop to be non-blocking, fixing the hung hulu player issue when the router needs to reload. -TSCHAK &lt;br /&gt;
* mce-diskless-tools (627,628) - cBuckle sent in a bugfix that prevented media directors with more than one NIC from properly being detected. We now assume the booting NIC is eth0. Thanks cBuckle! -TSCHKA&lt;br /&gt;
* pluto-website-admin (220) - Fixes #705, and #706 -TSCHAK&lt;br /&gt;
* pluto-system-database (211) - Fixes to QuickStartTemplate so icons will show. -TSCHAK&lt;br /&gt;
* pluto-std-plugins (116,135) - Fix to General Info Plugin so that it will properly show PNG images&lt;br /&gt;
* pluto-boot-scripts (234) - Fix to UpdateQuickStartIcons.sh to download quick start icons and convert to PNG if needed.&lt;br /&gt;
* lmce-update-system (650,651) - Fix preferences file&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-07 23036 ==&lt;br /&gt;
* pluto-asterisk (270.271) - Fix initial for no voicemail greetings after setup wizard (thanks los93sol)&lt;br /&gt;
* pluto-vdr (469,468) &lt;br /&gt;
** Syntax error fix in StartVDRClient - should start correct on MDs now.&lt;br /&gt;
** Add a default remote.conf so people can use the keyboard to control VDR.&lt;br /&gt;
* pluto-system-database (211) - Add support for TED5000 and Energy Monitoring Events to be used by future devices&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-09 23046 ==&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs #650, start picture viewer minimized&lt;br /&gt;
* pluto-website-admin (220) - Change wording of VDR error message to better reflect what&#039;s going on.&lt;br /&gt;
* v4l2-Modules (732) - Fix debian package naming to allow proper install of dkms package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-10 23047 ==&lt;br /&gt;
* v4l2-Modules (732) - Fix Debian package naming to allow proper install of dkms package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-14 23070 ==&lt;br /&gt;
* pluto-std-plugins (116,135) - Fix to General Info Plugin to allow Firefox Bookmarks to work again. Please test!&lt;br /&gt;
* pluto-boot-scripts (234) - Modify Mozilla.sh to properly output a profile where bookmarks work again.&lt;br /&gt;
* mce-diskless-tools (627,628) - Modify DisklessInteractor to always return i386 until we get a working amd64 build again.&lt;br /&gt;
* vdr - Update to version 1.7.15 &lt;br /&gt;
** Get rid of a few patches&lt;br /&gt;
** Fixes for sound decoding in Denmark&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-18 23082 ==&lt;br /&gt;
* lmce-datalogger-plugin (686,687)&lt;br /&gt;
* lmce-datalog-database (753)&lt;br /&gt;
* pluto-boot-scripts (234)&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
* asterisk-pluto (269)&lt;br /&gt;
* pluto-asterisk (270,271)&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
* pluto-mythtv-player (133,152) - Fix the missing MythTV Setup in Computing. as the Quick Start Template has moved rows.&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Fixes #732 - Storage devices not locally attached to core are not added to mythtv storage groups and cleans up some error messages&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-28 23119 ==&lt;br /&gt;
* asterisk-pluto (269) - Fix fire SOS event and dialplan cleanup - Los93soL&lt;br /&gt;
* freepbx - Fix fire SOS event and dialplan cleanup - Los93soL&lt;br /&gt;
* mjproxy (760,761)&lt;br /&gt;
* pluto-dhcpd-plugin (302) - update configure scripts for grandstream and snom 3xx phones for support of database secret.&lt;br /&gt;
* pluto-mythtv-player (133,152) - Bug #737 - MH Play Media can now set initial channel&lt;br /&gt;
* pluto-std-plugins (116,135) - Bug #736 - CMD_Delete_File in Media PlugIn now will not allow deletion of arbitrary files from the disk, lots of sanity checks. Support for deleting voicemails.&lt;br /&gt;
* pluto-system-database (211)&lt;br /&gt;
* pluto-xine-player (117,136) - enable subtitle support&lt;br /&gt;
* pluto-vdr (468,469) - Bug #737 - MH Play Media can now set initial channel&lt;br /&gt;
* pluto-website-admin (220) - Adds energy monitor that uses state change #677&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-03  ==&lt;br /&gt;
*asterisk-pluto (269)&lt;br /&gt;
** Fix pluto sos menu generates the voice dialogs now&lt;br /&gt;
** Update caller id when sos menu calls out&lt;br /&gt;
*freepbx&lt;br /&gt;
** General dialplan cleanup&lt;br /&gt;
** FreePBX system status works now&lt;br /&gt;
** Fix warnings when updating modules list in FreePBX&lt;br /&gt;
*lmce-hai-omni-rs232 (748,749) - Make sure HAI created devices set HAI as the controlled via device&lt;br /&gt;
*pluto-asterisk (270,271)&lt;br /&gt;
** Update create scripts and abstract redundant code&lt;br /&gt;
** Keep Line_HouseMode in sync when trunks are deleted&lt;br /&gt;
** Transfers are working again&lt;br /&gt;
*pluto-website-admin (220) - Don&#039;t display phone trunk passwords in web admin&lt;br /&gt;
*pluto-dhcpd-plugin (302) - Cisco 7960 (with SIP firmware) will use sip secret now&lt;br /&gt;
*pluto-std-plugins (116,135) - CRITICAL MEDIA PLUGIN FIX IN CMD_Set_Media_Private which was causing the router to rapidly crash due to odd data coming in from MythTV PlugIn. Will investigate further, but this does stop the crashes.&lt;br /&gt;
*pluto-mythtv-plugin (136,152) - Add changes to MythTvSyncDB.sh to always set AlwaysStreamFiles to 1 for media directors.&lt;br /&gt;
*lmce-hulu-player (744,745) - somehow, an older package snuck in. This needs to be rebuilt to fix the hanging bug that somehow reappeared. Yes, I went back and checked the checked in code from a fresh checkin, this will fix it&lt;br /&gt;
*pluto-storage-devices (533) - Added dependencies for nbd-client and nbd-server so that remote playing of DVDs will work, correctly. (Fixes #743)&lt;br /&gt;
* pluto-proxy-orbiter - updates from Dianemo&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-06 23148 ==&lt;br /&gt;
* freepbx - Changelog updated to get a new version number&lt;br /&gt;
* pluto-asterisk (270,271) - Add support for making announcements to phones&lt;br /&gt;
* pluto-dhcpd-plugin (302) - Define helper script as a perl script&lt;br /&gt;
* pluto-std-plugins (116,135) - Small speed up fix for video file list &lt;br /&gt;
* pluto-text-to-speech (283,284) - Add support for making announcements to phones&lt;br /&gt;
* pluto-website-admin (220) - Updates to the new weborbiter&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-14 23155 ==&lt;br /&gt;
* pluto-asterisk (270,271) - Only send extra channel options for transfers when an extra channel is there, also fixes to viatalk create script so things work nicely again&lt;br /&gt;
* pluto-simplephone (498,499) - Whoops!  Missed this package a few days ago, fixes Orbiter phones so they connect with the SIP secret&lt;br /&gt;
* pluto-system-database (211) - Updates to the Size table to include older iPhone/iPod Touch sizes, as well as iPhone4 size.&lt;br /&gt;
* pluto-mythtv-plugin (136,152) - Fixed some incorrect behavior with generating mythtv storage groups&lt;br /&gt;
* lmce-launch-manager (299,298) - Fixed the StartCoreServices.sh from passing wrong Device_ID to Sync2amp.pl causing NAS passwords to become scrabled.&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-16 23161 ==&lt;br /&gt;
* pluto-proxy-orbiter (487,488) - now with committed fixes for the 404 in 7970&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-17 23165 == &lt;br /&gt;
* pluto-boot-scripts (234) - New startup script for the Launch Manager (fixes #753)&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
** Weborbiter: add missing getNews function (fixes #755)&lt;br /&gt;
** Weborbiter: keep trying to get images/data when an communication error occurs&lt;br /&gt;
** Weborbiter: fix keyboard processing (fixes #754)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-27 23202 ==&lt;br /&gt;
* asterisk-pluto (269) - Generate all speech for pluto-sos-menus, and generate /etc/asterisk/extensions_custom.conf completely dynamically - Los93soL&lt;br /&gt;
* libxine - Refs [http://svn.linuxmce.org/trac.cgi/ticket/535 #535], Backport of newer Matroska container support form lib-xine 1.1.17.&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], fixes alpha blending of picture viewer&lt;br /&gt;
* pluto-boot-scripts (234) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/758 #758], Fix cameras on MDs by using NFS mount for the camera dir&lt;br /&gt;
* pluto-updatemedia (405,406) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/651 #434], Different handling for VDR files - WARNING!! Playback of VDR recording from video is still not possible!&lt;br /&gt;
* pluto-website-admin (220) - Make sure the phone system is updated with changes made to cell phone notifications via web admin - Los93soL&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs #315 Should fix most of the call transfer issues, please test thoroughly - Los93soL&lt;br /&gt;
&lt;br /&gt;
== Update 2010-08-02 23227 ==&lt;br /&gt;
* lmce-datalogger-plugin (686,687) - Refs #104 Add initial support for logging Sensor Tripped Events - Los93soL&lt;br /&gt;
* lmce-datalog-database (753) - Refs #104 Add initial support for logging Sensor Tripped Events - Los93soL&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** Start the StorageDevices setup in the background during system start, and restart samba as part of the storage devices setup.&lt;br /&gt;
** Fixes #748 Some MAC addresses would get truncated, Thanks Coley - Los93soL&lt;br /&gt;
* pluto-app-server (145,126) - Do proper check to determine if suspend is supported&lt;br /&gt;
* pluto-website-admin (220) - Fixes #569 Don&#039;t assume calls originate from the US - Los93soL&lt;br /&gt;
* asterisk-pluto (269) - Fixes #570 Attempt to lookup caller name in phone book and correct as possible - Los93sol&lt;br /&gt;
* pluto-asterisk (270,271) - Fixes #570 Attempt to lookup caller name in phone book and correct as possible - Los93soL&lt;br /&gt;
&lt;br /&gt;
== Update 2010-08-29 23259 ==&lt;br /&gt;
* lmce-squeezeslave (763) - Refs #776 wrapper script to start squeezeslave&lt;br /&gt;
* mce-diskless-tools (627,628) - #798 /etc/diskless.conf not being created - merkur2k&lt;br /&gt;
* pluto-app-server (145,126) - #344 Allow power off mode override&lt;br /&gt;
* pluto-asterisk (270,271)&lt;br /&gt;
** Refs #570 Display caller name and picture from LinuxMCE phone book when available - Los93soL&lt;br /&gt;
** Change line ending for create_amp_sipgate_de.pl&lt;br /&gt;
* pluto-slimserver-plugin (424,425) - Refs #776 add squeezeslave template as possible playback device&lt;br /&gt;
* pluto-std-plugins - fix audio album snafu&lt;br /&gt;
* pluto-storage-devices (533) - #799 (re)enable NFS instead of CIFS for internal disk drive sharing - merkur2k&lt;br /&gt;
&lt;br /&gt;
== Update 2010-09-16 23289 ==&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** enable WOL on boot up again&lt;br /&gt;
** fix HDMI and SPDIF unmuting for AVWizard and successive boots. &lt;br /&gt;
** #813, SetupUsers_Homes.sh no longer executes on media directors, faster boot. &lt;br /&gt;
** #733, BootMessage.sh no longer emits an error.&lt;br /&gt;
* pluto-generic-serial-device (307,335) - fix ethernet device support for GSDs&lt;br /&gt;
* pluto-orbiter (119,138) - #811 - WiiMote support. Change mouse accelleration so that the wiimote can actually traverse the entire width of the screen.&lt;br /&gt;
* pluto-std-plugins - #814 - Display the dimming column on the floor plan for drapes and blinds&lt;br /&gt;
* pluto-updateentarea (341,342) - #815 - Autogenerated scenarios sleep/wakeup do the right thing for blinds/drapes&lt;br /&gt;
* pluto-website-admin (220) #708 - add default media sort options to orbiters page, #636 - fixes special characters for IMDB tagging&lt;br /&gt;
&lt;br /&gt;
== Upcoming fixes... ==&lt;br /&gt;
&#039;&#039;&#039;Note: Please put the name of the package file and the source and bin package number in this list, followed by a small description of what has changed! Hulu Player is not the name of the package, but lmce-hulu-player. It makes the life of the person, who needs to update the repo a lot easier. Thank you!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* pluto-orbiter (119,138) - Fix for #458 - power menu now works correctly to control other media directors from OSD&lt;br /&gt;
* pluto-std-plugins (116,135) - Voicemail changes and fixes.&lt;br /&gt;
* pluto-system-database (211) - lots of sqlCVS changes.&lt;br /&gt;
* lirc_0.8.3 (no package number - built in build-replacements.sh, only it is commented atm) - Refs #822 fixes repeat problems with pronto codes&lt;br /&gt;
* pluto-lirc-wrapper (340,421) - Fixes #822 lirc can now send pronto codes properly&lt;br /&gt;
* pluto-zwave-lighting (505,506) - #44 Improve detection of multi instance devices, possible to resync device data&lt;br /&gt;
* lmce-mediatomb (702) - Generate a more sane config file for mediatomb - merkur2k&lt;br /&gt;
* pluto-boot-script (234) - Mount /home via nfs instead of cifs on media directors - merkur2k&lt;br /&gt;
* lmce-linux-igd  (765 - New package for #826 - merkur2k&lt;br /&gt;
&lt;br /&gt;
== Bugfixes ==&lt;br /&gt;
=== Mythtv-plugin fails to install ===&lt;br /&gt;
Install with apt-get install -f &amp;lt;name-of-package&amp;gt;&lt;/div&gt;</summary>
		<author><name>Merkur2k</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=LinuxMCE-0810_beta&amp;diff=25118</id>
		<title>LinuxMCE-0810 beta</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=LinuxMCE-0810_beta&amp;diff=25118"/>
		<updated>2010-09-24T01:14:41Z</updated>

		<summary type="html">&lt;p&gt;Merkur2k: /* Upcoming fixes... */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Software]]&lt;br /&gt;
This page outlines some information about the Beta, as well as outlining any changes and bugfixes we are applying, just like we did with the alpha2 page.&lt;br /&gt;
&lt;br /&gt;
The installation instructions found on the alpha2 page still apply:&lt;br /&gt;
&lt;br /&gt;
==Installing LinuxMCE-0810==&lt;br /&gt;
Please see detailed instruction on how to install LinuxMCE-0810 and keep it up-to-date with the latest updates [[installing 0810|here]].&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-03 22558 ==&lt;br /&gt;
* Build_Replacement_Package - freepbx (ubuntu/asterisk/freepbx) - Ticket #345 - Fixes the issue of installing new modules in FreePBX.&lt;br /&gt;
* pluto-asterisk (270.271) - Phone Lines fixing - asterisk (src/asterisk) - Ticket #374 - Fixes the issue during the creation procedure of a new phone lines via web LinuxMCE Admin. New MessageNet Provider support.&lt;br /&gt;
* pluto-avwizard (555,556) - Fixes #480 - Fails to identify untouched xorg.conf&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** Cleanup in nvidia-config&lt;br /&gt;
** MD WOL Problem fixed&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
** #469 IVR menue will now be regenerated every time a phone line is added.&lt;br /&gt;
** #221 IR commands selection screen now has sort modes to make it easier to sift through all those commands.&lt;br /&gt;
** #219 Various layout improvements to the wizard pages.&lt;br /&gt;
* pluto-xine-player (117,136) - changes for HDMI out&lt;br /&gt;
* pluto-std-plugins (116,135) - Changes to Telecom PlugIn to give proper audio switching behaviour when USB Conference microphones are used for the media director phone. This is of relevance to particular configurations that do not allow concurrent access to the soundcard (such as coax/optical settings). -tschak&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-06 22569 ==&lt;br /&gt;
* pluto-dce-router (154,155) - now depends on lmce-skins-uita&lt;br /&gt;
* pluto-system-database (211) - new lmce-skins-uita package definition&lt;br /&gt;
* lmce-skins-uita (727) - new skin&lt;br /&gt;
* MPlayer_Player (656,657) - Videos that is played by mplayer can now take advantage of vdpau. (Set hw accel to &amp;quot;auto&amp;quot; or &amp;quot;vdpau&amp;quot;)&lt;br /&gt;
* pluto-xine-player (117,136) - don&#039;t stop screen saver when playing audio [http://svn.linuxmce.org/trac.cgi/ticket/486 #486]&lt;br /&gt;
* pluto-orbiter (119,138) - hide xine when playing audio, keeps screen saver visible [http://svn.linuxmce.org/trac.cgi/ticket/486 #486]&lt;br /&gt;
* Update of Zaptel and other kernel related packages to -16&lt;br /&gt;
== Update 2009-12-12 22598 ==&lt;br /&gt;
* pluto-website-admin (220) - sql fix from http://svn.linuxmce.org/trac.cgi/changeset/22567&lt;br /&gt;
* pluto-xine-plugin (118,137) - fix for remote audio cd streaming [http://svn.linuxmce.org/trac.cgi/ticket/470 #470] - still not working&lt;br /&gt;
* pluto-xine-player - refactor screen saver handling&lt;br /&gt;
* pluto-disk-drive (122,141) - fix for remote audio cd streaming [http://svn.linuxmce.org/trac.cgi/ticket/470 #470] - still not working&lt;br /&gt;
* pluto-x-scripts (520,523) - fix for audio over HDMI&lt;br /&gt;
* alsa-lib, alsa-utils, lib64asound2, libasound2 - fix for audio over HDMI&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-14 22600 ==&lt;br /&gt;
* pluto-dcerouter (154,155) - Fixes broken Delay command&lt;br /&gt;
* pluto-libresolution (545,544) - UseEDID HDMI Audio xorg.conf entry&lt;br /&gt;
* pluto-asterisk (270.271) - Fix for Messagenet configuration script (changing Window&#039;s EOL characters)&lt;br /&gt;
* pluto-system-database (211) - Some devicedata changes for dcerouter delay command and DCS-5300G camera&lt;br /&gt;
* pluto-website-admin (220) - fix HDMI selection in web admin&lt;br /&gt;
* pluto-xine-player (117,136) - removed 1 second sleep after play media. refactored code to stop screen saver&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-25 22639 - Christmas fix ==&lt;br /&gt;
* freepbx - removal of chan_vpb.so to circumvent coredumps on system without a Voicetronix board (#519)&lt;br /&gt;
* pluto-avwizard (555,556) - modification of startup scripts to not screw the system upon status calls to the startup scripts&lt;br /&gt;
* pluto-boot-scripts (234)&lt;br /&gt;
** modification of startup scripts to not screw the system upon status calls to the startup scripts&lt;br /&gt;
** updated Backup/Restore functionallity&lt;br /&gt;
** fixes  web admin log links for hybrid MD&lt;br /&gt;
** Make sure only a single logrotate configuration file for LinuxMCE exist&lt;br /&gt;
* pluto-hdhomerun(621,620)- Fixes bug where only 1 tuner was added to mythtv&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Fixes deletion of of hostname from mythconverg.capturecard by creating and using a dummy videosource&lt;br /&gt;
* pluto-simplephone (498,499) - Adds support for password in DeviceData&lt;br /&gt;
* pluto-std-plugins (116,135) - Adds support for specialized interfaces&lt;br /&gt;
* pluto-system-database (211) - Some devicedata changes for SIP phone templates to include devicedata for password&lt;br /&gt;
* pluto-website-admin (220) - Fixes Climate Command Wizard Set Temperature command, Climate Command Wizard also now works with On//Off Climate Devices&lt;br /&gt;
* pluto-orbiter (119,138) - Fixes issue with input devices crashing orbiter [http://svn.linuxmce.org/trac.cgi/ticket/522 #522]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-01-08 22669 ==&lt;br /&gt;
*pluto-boot-scripts (234) &lt;br /&gt;
** Purge_Camera_Archives.pl fixed&lt;br /&gt;
** backup/restore fixed&lt;br /&gt;
** enable_wol called from Startup script - WOL for MDs should work again&lt;br /&gt;
*pluto-motion-wrapper (456,455) - Now calls the purge script every 6 hours and on reload&lt;br /&gt;
*pluto-storage-devices (533) &lt;br /&gt;
** Hostname now added to string to be displayed on orbiters when new drives are detected. &lt;br /&gt;
** Boot partitions will be filtered out also.&lt;br /&gt;
*pluto-system-database (211) - changes to MotionWrapper&#039;s motion.conf default options to use new option names&lt;br /&gt;
&lt;br /&gt;
==  Update 2010-01-16 22689 ==&lt;br /&gt;
* pluto-boot-scripts (234) - new safe_delete.sh script for safely deleting database entries&lt;br /&gt;
* pluto-cm15a (730,731) - new DCE device, CM15A USB interface for X10&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Capture card install now goes directly to the setup wizard&lt;br /&gt;
* pluto-orbiter (119,138) - Capture card install now goes directly to the setup wizard&lt;br /&gt;
* pluto-storage-devices (533) - mount no longer echos out errors during ro filesystem&lt;br /&gt;
* pluto-photo-screen-saver (582,581) - Rotate image according to exif tag [http://svn.linuxmce.org/trac.cgi/ticket/566 #566]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-01-27 22704 ==&lt;br /&gt;
* pluto-photo-screen-saver (582,581) - maintain correct image aspect ratio [http://svn.linuxmce.org/trac.cgi/ticket/568 #568]&lt;br /&gt;
* pluto-vdr (469,468) &lt;br /&gt;
** Use remotetimer for central scheduling&lt;br /&gt;
** Don&#039;t autostart VDR on MD&lt;br /&gt;
** Support VDPAU &lt;br /&gt;
* VDR - We provide our own packages (1.7.11 sources packages from eTobi and free-vdr.de)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-03 22733 ==&lt;br /&gt;
* MythTV - We provide our own packages (0.22 sources packages from mythbuntu )&lt;br /&gt;
* ZWave Lighting (505,506) - Wizard bugfix&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-08 22754 ==&lt;br /&gt;
* Hulu PlugIn (737,738) - Initial Beta of Hulu Support&lt;br /&gt;
* Hulu Player (739,740) - from TSCHAK&lt;br /&gt;
* Game Player (673,674) - Added support for custom controller files to Game Player - see TankStick DT #2100 for an example.&lt;br /&gt;
* pluto-std-plugins - fixes #587&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-10 22758 ==&lt;br /&gt;
* pluto-boot-script (234)- Add Activate Orbiter to KDE desktop (#596)&lt;br /&gt;
* mce-diskless-tools (627,628) - Add a link to the desktop to call Activate Orbiter (#596)&lt;br /&gt;
* linux-diskless-image (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
* alsa-modules (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
* zaptel-modules (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-12 22763 ==&lt;br /&gt;
* new-installer &lt;br /&gt;
** changes in kdm link management&lt;br /&gt;
** verify kubuntu-desktop is installed&lt;br /&gt;
* pluto-boot-script (234) - Fix copying of desktop link to activate Orbiter into root&#039;s Desktop dir&lt;br /&gt;
* pluto-vdr (469,468) - Only backup setup.conf if it exists.&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-13 22765 ==&lt;br /&gt;
* pluto-std-plugins - fixes #587&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-14 22768 ==&lt;br /&gt;
* pluto-xine-player (117,136) - removed dependency for libxine1-ffmpeg&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-16 22777 ==&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
** Fixes event criteria for PK_EventParameter [http://svn.linuxmce.org/trac.cgi/ticket/602 #602]&lt;br /&gt;
** Fixes time of day - can now check againt hh:mm:ss [http://svn.linuxmce.org/trac.cgi/ticket/605 #605]&lt;br /&gt;
** Fixed bug introduced in the two fixes above [http://svn.linuxmce.org/trac.cgi/ticket/608 #608]&lt;br /&gt;
* pluto-vdr (468,469) - Remove SourceCaps entries from default setup.conf&lt;br /&gt;
* pluto-system-database (211) - Hulu Player/PlugIn changes&lt;br /&gt;
* Hulu PlugIn (737,738) - device template constant fixes&lt;br /&gt;
* Hulu Player (739,740) - device template constant fixes&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-18 22795 ==&lt;br /&gt;
* pluto-proxy-orbiter (487,488) Fixes [http://svn.linuxmce.org/trac.cgi/ticket/610 #610]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-23 22803 ==&lt;br /&gt;
* pluto-boot-script (234) &lt;br /&gt;
** Install zaptel-modules and load ztdummy for meetme&lt;br /&gt;
** Disable KDE screensaver upon KDE Desktop start (fixes #600)&lt;br /&gt;
* pluto-dhcpd-plugin (302) - Make sure to transfer database secret into sip_additional.conf&lt;br /&gt;
* pluto-orbiter (119,138) - Color fixes&lt;br /&gt;
* pluto-proxy-orbiter (488,487) - Color fixes - thanks radu&lt;br /&gt;
* pluto-vdr (468,469)&lt;br /&gt;
** Only create setup.conf if it does not contain a remotetimers entry&lt;br /&gt;
** Disable shutdown of system from VDR&lt;br /&gt;
* v4l2-firmware (733) - Added new firmware drivers to support a broader range of DVB cards&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-28 22812 ==&lt;br /&gt;
&lt;br /&gt;
Hulu Now works, and the HAI Omni Security panel driver has been checked in and integrated.&lt;br /&gt;
&lt;br /&gt;
* pluto-system-database (211) - Addition of buttons to Hulu Remote (tschak)&lt;br /&gt;
* lmce-hulu-player (739,740) - Hulu Player now uses Hulu Desktop&#039;s LIRCD port via a fake LIRCD Server. (tschak)&lt;br /&gt;
* 751  	HAI Control Program&lt;br /&gt;
* 750 	HAI Control Program Source&lt;br /&gt;
* 749  	LinuxMCE HAI Omni RS232 Panel Support&lt;br /&gt;
* 748 	LinuxMCE HAI Omni RS232 Panel Support Source&lt;br /&gt;
* pluto-zwave-lighting (505,506) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/620 #620] multi instance support for sensors&lt;br /&gt;
* pluto-mplayer-player (657,656) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/471 #471] Finally committed vdpau support for mplayer&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-07 22832 ==&lt;br /&gt;
&lt;br /&gt;
* pluto-zwave-lighting (505,506) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/620 #620] make command for child work again&lt;br /&gt;
* pluto-system-database (211) - new package and package changes for datalogger plugin&lt;br /&gt;
* lmce-datalog-database (753) - datalogger database, refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630]&lt;br /&gt;
* lmce-datalogger-plugin (686,687) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630] install automatically, configurable graph display&lt;br /&gt;
* lmce-datalog-db (688,689) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630]&lt;br /&gt;
* pluto-website-admin (220) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630], [http://svn.linuxmce.org/trac.cgi/ticket/633 #633], fix for some attribute names not showing up in media browser page, improvements to datalogger section&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/637 #637] allow event plugin to reload configuration without a router reload&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-14 22853 ==&lt;br /&gt;
* pluto-website-admin (220) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/637 #637] Reload event plugin configuration when events change (no need to reload router anymore, except after adding/deleting event commands), [http://svn.linuxmce.org/trac.cgi/ticket/648 #648] Fix device template adding to avoid sqlCVS commit problems&lt;br /&gt;
* pluto-orbiter (119,138) [http://svn.linuxmce.org/trac.cgi/ticket/647 #647] Enable event mapping for mouse buttons&lt;br /&gt;
* pluto-system-database (211) [http://svn.linuxmce.org/trac.cgi/ticket/646 #646] Device template for Logitech MX Air mouse&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/651 #651] fix router crash with boolean event parameters&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-23 22876 ==&lt;br /&gt;
* pluto-std-plugins (116,135) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], media plugin supports play all for pictures&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], picture viewer&lt;br /&gt;
* lmce-picture-plugin (756,757) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], picture plugin&lt;br /&gt;
* Pluto PNP Detection Scripts (562), added detection script for Pioneer Elite series of Receivers&lt;br /&gt;
* Pluto Capture Card Setup Scripts (580), added input change scripts for various capture cards&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-08 22883 ==&lt;br /&gt;
* pluto-boot-script (234) - Change smb.conf template to disable unix extension.&lt;br /&gt;
* pluto-website-admin (220) - [http://svn.linuxmce.org/trac.cgi/ticket/662 Fixes #662]&lt;br /&gt;
* lmce-picture-plugin (756,757) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650] fix pause of slideshow&lt;br /&gt;
* pluto-system-database (211) [http://svn.linuxmce.org/trac.cgi/ticket/650 #650] designer changes for picture viewer&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-14 22889 *CLOUD Release* ==&lt;br /&gt;
*  pluto-system-database (211) changes to the repository information for a package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-28 22898  ==&lt;br /&gt;
* pluto-website-admin (220) - [http://svn.linuxmce.org/trac.cgi/ticket/662 Fixes #662 (again ;) )]&lt;br /&gt;
* pluto-system-database (211) - sqlCVS additions for the SmartQ V7 MID&lt;br /&gt;
* pluto-updateentarea (341,342) - code in Setup to allow for devices in the MID category to get media scenarios.&lt;br /&gt;
* pluto-storage-devices (533) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/672 #672]&lt;br /&gt;
* mce-diskless-tools (627,628) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/655 #655]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-05-20 22958 ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* pluto-orbitergen (226,227) - Orbitergen changed to specify that MIDs are on-screen orbiters. This may change in the future, but I need to test something... --[[User:Tschak909|Tschak909]] 06:22, 9 May 2010 (CEST)&lt;br /&gt;
* pluto-system-database (211) - [http://svn.linuxmce.org/trac.cgi/ticket/684 Toshiba RAS series IR control template]&lt;br /&gt;
* pluto-generic-serial-device (307,335) - [http://svn.linuxmce.org/trac.cgi/ticket/685 access return parameters in GSD device]&lt;br /&gt;
* mythtv-0.23&lt;br /&gt;
&lt;br /&gt;
== Update 2010-05-20 22959 ==&lt;br /&gt;
* lmce-update-system (650,651) - Setup pinning to the LinuxMCE repository&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - MythTV 0.23 support has been baked in. Thanks mandingo&lt;br /&gt;
* pluto-mythtv-player (133,152)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-01 23002 ==&lt;br /&gt;
* lmce-hulu-player (739,740) - changed the accept() loop to be non-blocking, fixing the hung hulu player issue when the router needs to reload. -TSCHAK &lt;br /&gt;
* mce-diskless-tools (627,628) - cBuckle sent in a bugfix that prevented media directors with more than one NIC from properly being detected. We now assume the booting NIC is eth0. Thanks cBuckle! -TSCHKA&lt;br /&gt;
* pluto-website-admin (220) - Fixes #705, and #706 -TSCHAK&lt;br /&gt;
* pluto-system-database (211) - Fixes to QuickStartTemplate so icons will show. -TSCHAK&lt;br /&gt;
* pluto-std-plugins (116,135) - Fix to General Info Plugin so that it will properly show PNG images&lt;br /&gt;
* pluto-boot-scripts (234) - Fix to UpdateQuickStartIcons.sh to download quick start icons and convert to PNG if needed.&lt;br /&gt;
* lmce-update-system (650,651) - Fix preferences file&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-07 23036 ==&lt;br /&gt;
* pluto-asterisk (270.271) - Fix initial for no voicemail greetings after setup wizard (thanks los93sol)&lt;br /&gt;
* pluto-vdr (469,468) &lt;br /&gt;
** Syntax error fix in StartVDRClient - should start correct on MDs now.&lt;br /&gt;
** Add a default remote.conf so people can use the keyboard to control VDR.&lt;br /&gt;
* pluto-system-database (211) - Add support for TED5000 and Energy Monitoring Events to be used by future devices&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-09 23046 ==&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs #650, start picture viewer minimized&lt;br /&gt;
* pluto-website-admin (220) - Change wording of VDR error message to better reflect what&#039;s going on.&lt;br /&gt;
* v4l2-Modules (732) - Fix debian package naming to allow proper install of dkms package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-10 23047 ==&lt;br /&gt;
* v4l2-Modules (732) - Fix Debian package naming to allow proper install of dkms package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-14 23070 ==&lt;br /&gt;
* pluto-std-plugins (116,135) - Fix to General Info Plugin to allow Firefox Bookmarks to work again. Please test!&lt;br /&gt;
* pluto-boot-scripts (234) - Modify Mozilla.sh to properly output a profile where bookmarks work again.&lt;br /&gt;
* mce-diskless-tools (627,628) - Modify DisklessInteractor to always return i386 until we get a working amd64 build again.&lt;br /&gt;
* vdr - Update to version 1.7.15 &lt;br /&gt;
** Get rid of a few patches&lt;br /&gt;
** Fixes for sound decoding in Denmark&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-18 23082 ==&lt;br /&gt;
* lmce-datalogger-plugin (686,687)&lt;br /&gt;
* lmce-datalog-database (753)&lt;br /&gt;
* pluto-boot-scripts (234)&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
* asterisk-pluto (269)&lt;br /&gt;
* pluto-asterisk (270,271)&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
* pluto-mythtv-player (133,152) - Fix the missing MythTV Setup in Computing. as the Quick Start Template has moved rows.&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Fixes #732 - Storage devices not locally attached to core are not added to mythtv storage groups and cleans up some error messages&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-28 23119 ==&lt;br /&gt;
* asterisk-pluto (269) - Fix fire SOS event and dialplan cleanup - Los93soL&lt;br /&gt;
* freepbx - Fix fire SOS event and dialplan cleanup - Los93soL&lt;br /&gt;
* mjproxy (760,761)&lt;br /&gt;
* pluto-dhcpd-plugin (302) - update configure scripts for grandstream and snom 3xx phones for support of database secret.&lt;br /&gt;
* pluto-mythtv-player (133,152) - Bug #737 - MH Play Media can now set initial channel&lt;br /&gt;
* pluto-std-plugins (116,135) - Bug #736 - CMD_Delete_File in Media PlugIn now will not allow deletion of arbitrary files from the disk, lots of sanity checks. Support for deleting voicemails.&lt;br /&gt;
* pluto-system-database (211)&lt;br /&gt;
* pluto-xine-player (117,136) - enable subtitle support&lt;br /&gt;
* pluto-vdr (468,469) - Bug #737 - MH Play Media can now set initial channel&lt;br /&gt;
* pluto-website-admin (220) - Adds energy monitor that uses state change #677&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-03  ==&lt;br /&gt;
*asterisk-pluto (269)&lt;br /&gt;
** Fix pluto sos menu generates the voice dialogs now&lt;br /&gt;
** Update caller id when sos menu calls out&lt;br /&gt;
*freepbx&lt;br /&gt;
** General dialplan cleanup&lt;br /&gt;
** FreePBX system status works now&lt;br /&gt;
** Fix warnings when updating modules list in FreePBX&lt;br /&gt;
*lmce-hai-omni-rs232 (748,749) - Make sure HAI created devices set HAI as the controlled via device&lt;br /&gt;
*pluto-asterisk (270,271)&lt;br /&gt;
** Update create scripts and abstract redundant code&lt;br /&gt;
** Keep Line_HouseMode in sync when trunks are deleted&lt;br /&gt;
** Transfers are working again&lt;br /&gt;
*pluto-website-admin (220) - Don&#039;t display phone trunk passwords in web admin&lt;br /&gt;
*pluto-dhcpd-plugin (302) - Cisco 7960 (with SIP firmware) will use sip secret now&lt;br /&gt;
*pluto-std-plugins (116,135) - CRITICAL MEDIA PLUGIN FIX IN CMD_Set_Media_Private which was causing the router to rapidly crash due to odd data coming in from MythTV PlugIn. Will investigate further, but this does stop the crashes.&lt;br /&gt;
*pluto-mythtv-plugin (136,152) - Add changes to MythTvSyncDB.sh to always set AlwaysStreamFiles to 1 for media directors.&lt;br /&gt;
*lmce-hulu-player (744,745) - somehow, an older package snuck in. This needs to be rebuilt to fix the hanging bug that somehow reappeared. Yes, I went back and checked the checked in code from a fresh checkin, this will fix it&lt;br /&gt;
*pluto-storage-devices (533) - Added dependencies for nbd-client and nbd-server so that remote playing of DVDs will work, correctly. (Fixes #743)&lt;br /&gt;
* pluto-proxy-orbiter - updates from Dianemo&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-06 23148 ==&lt;br /&gt;
* freepbx - Changelog updated to get a new version number&lt;br /&gt;
* pluto-asterisk (270,271) - Add support for making announcements to phones&lt;br /&gt;
* pluto-dhcpd-plugin (302) - Define helper script as a perl script&lt;br /&gt;
* pluto-std-plugins (116,135) - Small speed up fix for video file list &lt;br /&gt;
* pluto-text-to-speech (283,284) - Add support for making announcements to phones&lt;br /&gt;
* pluto-website-admin (220) - Updates to the new weborbiter&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-14 23155 ==&lt;br /&gt;
* pluto-asterisk (270,271) - Only send extra channel options for transfers when an extra channel is there, also fixes to viatalk create script so things work nicely again&lt;br /&gt;
* pluto-simplephone (498,499) - Whoops!  Missed this package a few days ago, fixes Orbiter phones so they connect with the SIP secret&lt;br /&gt;
* pluto-system-database (211) - Updates to the Size table to include older iPhone/iPod Touch sizes, as well as iPhone4 size.&lt;br /&gt;
* pluto-mythtv-plugin (136,152) - Fixed some incorrect behavior with generating mythtv storage groups&lt;br /&gt;
* lmce-launch-manager (299,298) - Fixed the StartCoreServices.sh from passing wrong Device_ID to Sync2amp.pl causing NAS passwords to become scrabled.&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-16 23161 ==&lt;br /&gt;
* pluto-proxy-orbiter (487,488) - now with committed fixes for the 404 in 7970&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-17 23165 == &lt;br /&gt;
* pluto-boot-scripts (234) - New startup script for the Launch Manager (fixes #753)&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
** Weborbiter: add missing getNews function (fixes #755)&lt;br /&gt;
** Weborbiter: keep trying to get images/data when an communication error occurs&lt;br /&gt;
** Weborbiter: fix keyboard processing (fixes #754)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-27 23202 ==&lt;br /&gt;
* asterisk-pluto (269) - Generate all speech for pluto-sos-menus, and generate /etc/asterisk/extensions_custom.conf completely dynamically - Los93soL&lt;br /&gt;
* libxine - Refs [http://svn.linuxmce.org/trac.cgi/ticket/535 #535], Backport of newer Matroska container support form lib-xine 1.1.17.&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], fixes alpha blending of picture viewer&lt;br /&gt;
* pluto-boot-scripts (234) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/758 #758], Fix cameras on MDs by using NFS mount for the camera dir&lt;br /&gt;
* pluto-updatemedia (405,406) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/651 #434], Different handling for VDR files - WARNING!! Playback of VDR recording from video is still not possible!&lt;br /&gt;
* pluto-website-admin (220) - Make sure the phone system is updated with changes made to cell phone notifications via web admin - Los93soL&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs #315 Should fix most of the call transfer issues, please test thoroughly - Los93soL&lt;br /&gt;
&lt;br /&gt;
== Update 2010-08-02 23227 ==&lt;br /&gt;
* lmce-datalogger-plugin (686,687) - Refs #104 Add initial support for logging Sensor Tripped Events - Los93soL&lt;br /&gt;
* lmce-datalog-database (753) - Refs #104 Add initial support for logging Sensor Tripped Events - Los93soL&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** Start the StorageDevices setup in the background during system start, and restart samba as part of the storage devices setup.&lt;br /&gt;
** Fixes #748 Some MAC addresses would get truncated, Thanks Coley - Los93soL&lt;br /&gt;
* pluto-app-server (145,126) - Do proper check to determine if suspend is supported&lt;br /&gt;
* pluto-website-admin (220) - Fixes #569 Don&#039;t assume calls originate from the US - Los93soL&lt;br /&gt;
* asterisk-pluto (269) - Fixes #570 Attempt to lookup caller name in phone book and correct as possible - Los93sol&lt;br /&gt;
* pluto-asterisk (270,271) - Fixes #570 Attempt to lookup caller name in phone book and correct as possible - Los93soL&lt;br /&gt;
&lt;br /&gt;
== Update 2010-08-29 23259 ==&lt;br /&gt;
* lmce-squeezeslave (763) - Refs #776 wrapper script to start squeezeslave&lt;br /&gt;
* mce-diskless-tools (627,628) - #798 /etc/diskless.conf not being created - merkur2k&lt;br /&gt;
* pluto-app-server (145,126) - #344 Allow power off mode override&lt;br /&gt;
* pluto-asterisk (270,271)&lt;br /&gt;
** Refs #570 Display caller name and picture from LinuxMCE phone book when available - Los93soL&lt;br /&gt;
** Change line ending for create_amp_sipgate_de.pl&lt;br /&gt;
* pluto-slimserver-plugin (424,425) - Refs #776 add squeezeslave template as possible playback device&lt;br /&gt;
* pluto-std-plugins - fix audio album snafu&lt;br /&gt;
* pluto-storage-devices (533) - #799 (re)enable NFS instead of CIFS for internal disk drive sharing - merkur2k&lt;br /&gt;
&lt;br /&gt;
== Update 2010-09-16 23289 ==&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** enable WOL on boot up again&lt;br /&gt;
** fix HDMI and SPDIF unmuting for AVWizard and successive boots. &lt;br /&gt;
** #813, SetupUsers_Homes.sh no longer executes on media directors, faster boot. &lt;br /&gt;
** #733, BootMessage.sh no longer emits an error.&lt;br /&gt;
* pluto-generic-serial-device (307,335) - fix ethernet device support for GSDs&lt;br /&gt;
* pluto-orbiter (119,138) - #811 - WiiMote support. Change mouse accelleration so that the wiimote can actually traverse the entire width of the screen.&lt;br /&gt;
* pluto-std-plugins - #814 - Display the dimming column on the floor plan for drapes and blinds&lt;br /&gt;
* pluto-updateentarea (341,342) - #815 - Autogenerated scenarios sleep/wakeup do the right thing for blinds/drapes&lt;br /&gt;
* pluto-website-admin (220) #708 - add default media sort options to orbiters page, #636 - fixes special characters for IMDB tagging&lt;br /&gt;
&lt;br /&gt;
== Upcoming fixes... ==&lt;br /&gt;
&#039;&#039;&#039;Note: Please put the name of the package file and the source and bin package number in this list, followed by a small description of what has changed! Hulu Player is not the name of the package, but lmce-hulu-player. It makes the life of the person, who needs to update the repo a lot easier. Thank you!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* pluto-orbiter (119,138) - Fix for #458 - power menu now works correctly to control other media directors from OSD&lt;br /&gt;
* pluto-std-plugins (116,135) - Voicemail changes and fixes.&lt;br /&gt;
* pluto-system-database (211) - lots of sqlCVS changes.&lt;br /&gt;
* lirc_0.8.3 (no package number - built in build-replacements.sh, only it is commented atm) - Refs #822 fixes repeat problems with pronto codes&lt;br /&gt;
* pluto-lirc-wrapper (340,421) - Fixes #822 lirc can now send pronto codes properly&lt;br /&gt;
* pluto-zwave-lighting (505,506) - #44 Improve detection of multi instance devices, possible to resync device data&lt;br /&gt;
* lmce-mediatomb (702) - Generate a more sane config file for mediatomb&lt;br /&gt;
* pluto-boot-script (234) - Mount /home via nfs instead of cifs on media directors&lt;br /&gt;
&lt;br /&gt;
== Bugfixes ==&lt;br /&gt;
=== Mythtv-plugin fails to install ===&lt;br /&gt;
Install with apt-get install -f &amp;lt;name-of-package&amp;gt;&lt;/div&gt;</summary>
		<author><name>Merkur2k</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=LinuxMCE-0810_beta&amp;diff=25117</id>
		<title>LinuxMCE-0810 beta</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=LinuxMCE-0810_beta&amp;diff=25117"/>
		<updated>2010-09-24T01:10:34Z</updated>

		<summary type="html">&lt;p&gt;Merkur2k: /* Upcoming fixes... */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Software]]&lt;br /&gt;
This page outlines some information about the Beta, as well as outlining any changes and bugfixes we are applying, just like we did with the alpha2 page.&lt;br /&gt;
&lt;br /&gt;
The installation instructions found on the alpha2 page still apply:&lt;br /&gt;
&lt;br /&gt;
==Installing LinuxMCE-0810==&lt;br /&gt;
Please see detailed instruction on how to install LinuxMCE-0810 and keep it up-to-date with the latest updates [[installing 0810|here]].&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-03 22558 ==&lt;br /&gt;
* Build_Replacement_Package - freepbx (ubuntu/asterisk/freepbx) - Ticket #345 - Fixes the issue of installing new modules in FreePBX.&lt;br /&gt;
* pluto-asterisk (270.271) - Phone Lines fixing - asterisk (src/asterisk) - Ticket #374 - Fixes the issue during the creation procedure of a new phone lines via web LinuxMCE Admin. New MessageNet Provider support.&lt;br /&gt;
* pluto-avwizard (555,556) - Fixes #480 - Fails to identify untouched xorg.conf&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** Cleanup in nvidia-config&lt;br /&gt;
** MD WOL Problem fixed&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
** #469 IVR menue will now be regenerated every time a phone line is added.&lt;br /&gt;
** #221 IR commands selection screen now has sort modes to make it easier to sift through all those commands.&lt;br /&gt;
** #219 Various layout improvements to the wizard pages.&lt;br /&gt;
* pluto-xine-player (117,136) - changes for HDMI out&lt;br /&gt;
* pluto-std-plugins (116,135) - Changes to Telecom PlugIn to give proper audio switching behaviour when USB Conference microphones are used for the media director phone. This is of relevance to particular configurations that do not allow concurrent access to the soundcard (such as coax/optical settings). -tschak&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-06 22569 ==&lt;br /&gt;
* pluto-dce-router (154,155) - now depends on lmce-skins-uita&lt;br /&gt;
* pluto-system-database (211) - new lmce-skins-uita package definition&lt;br /&gt;
* lmce-skins-uita (727) - new skin&lt;br /&gt;
* MPlayer_Player (656,657) - Videos that is played by mplayer can now take advantage of vdpau. (Set hw accel to &amp;quot;auto&amp;quot; or &amp;quot;vdpau&amp;quot;)&lt;br /&gt;
* pluto-xine-player (117,136) - don&#039;t stop screen saver when playing audio [http://svn.linuxmce.org/trac.cgi/ticket/486 #486]&lt;br /&gt;
* pluto-orbiter (119,138) - hide xine when playing audio, keeps screen saver visible [http://svn.linuxmce.org/trac.cgi/ticket/486 #486]&lt;br /&gt;
* Update of Zaptel and other kernel related packages to -16&lt;br /&gt;
== Update 2009-12-12 22598 ==&lt;br /&gt;
* pluto-website-admin (220) - sql fix from http://svn.linuxmce.org/trac.cgi/changeset/22567&lt;br /&gt;
* pluto-xine-plugin (118,137) - fix for remote audio cd streaming [http://svn.linuxmce.org/trac.cgi/ticket/470 #470] - still not working&lt;br /&gt;
* pluto-xine-player - refactor screen saver handling&lt;br /&gt;
* pluto-disk-drive (122,141) - fix for remote audio cd streaming [http://svn.linuxmce.org/trac.cgi/ticket/470 #470] - still not working&lt;br /&gt;
* pluto-x-scripts (520,523) - fix for audio over HDMI&lt;br /&gt;
* alsa-lib, alsa-utils, lib64asound2, libasound2 - fix for audio over HDMI&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-14 22600 ==&lt;br /&gt;
* pluto-dcerouter (154,155) - Fixes broken Delay command&lt;br /&gt;
* pluto-libresolution (545,544) - UseEDID HDMI Audio xorg.conf entry&lt;br /&gt;
* pluto-asterisk (270.271) - Fix for Messagenet configuration script (changing Window&#039;s EOL characters)&lt;br /&gt;
* pluto-system-database (211) - Some devicedata changes for dcerouter delay command and DCS-5300G camera&lt;br /&gt;
* pluto-website-admin (220) - fix HDMI selection in web admin&lt;br /&gt;
* pluto-xine-player (117,136) - removed 1 second sleep after play media. refactored code to stop screen saver&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-25 22639 - Christmas fix ==&lt;br /&gt;
* freepbx - removal of chan_vpb.so to circumvent coredumps on system without a Voicetronix board (#519)&lt;br /&gt;
* pluto-avwizard (555,556) - modification of startup scripts to not screw the system upon status calls to the startup scripts&lt;br /&gt;
* pluto-boot-scripts (234)&lt;br /&gt;
** modification of startup scripts to not screw the system upon status calls to the startup scripts&lt;br /&gt;
** updated Backup/Restore functionallity&lt;br /&gt;
** fixes  web admin log links for hybrid MD&lt;br /&gt;
** Make sure only a single logrotate configuration file for LinuxMCE exist&lt;br /&gt;
* pluto-hdhomerun(621,620)- Fixes bug where only 1 tuner was added to mythtv&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Fixes deletion of of hostname from mythconverg.capturecard by creating and using a dummy videosource&lt;br /&gt;
* pluto-simplephone (498,499) - Adds support for password in DeviceData&lt;br /&gt;
* pluto-std-plugins (116,135) - Adds support for specialized interfaces&lt;br /&gt;
* pluto-system-database (211) - Some devicedata changes for SIP phone templates to include devicedata for password&lt;br /&gt;
* pluto-website-admin (220) - Fixes Climate Command Wizard Set Temperature command, Climate Command Wizard also now works with On//Off Climate Devices&lt;br /&gt;
* pluto-orbiter (119,138) - Fixes issue with input devices crashing orbiter [http://svn.linuxmce.org/trac.cgi/ticket/522 #522]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-01-08 22669 ==&lt;br /&gt;
*pluto-boot-scripts (234) &lt;br /&gt;
** Purge_Camera_Archives.pl fixed&lt;br /&gt;
** backup/restore fixed&lt;br /&gt;
** enable_wol called from Startup script - WOL for MDs should work again&lt;br /&gt;
*pluto-motion-wrapper (456,455) - Now calls the purge script every 6 hours and on reload&lt;br /&gt;
*pluto-storage-devices (533) &lt;br /&gt;
** Hostname now added to string to be displayed on orbiters when new drives are detected. &lt;br /&gt;
** Boot partitions will be filtered out also.&lt;br /&gt;
*pluto-system-database (211) - changes to MotionWrapper&#039;s motion.conf default options to use new option names&lt;br /&gt;
&lt;br /&gt;
==  Update 2010-01-16 22689 ==&lt;br /&gt;
* pluto-boot-scripts (234) - new safe_delete.sh script for safely deleting database entries&lt;br /&gt;
* pluto-cm15a (730,731) - new DCE device, CM15A USB interface for X10&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Capture card install now goes directly to the setup wizard&lt;br /&gt;
* pluto-orbiter (119,138) - Capture card install now goes directly to the setup wizard&lt;br /&gt;
* pluto-storage-devices (533) - mount no longer echos out errors during ro filesystem&lt;br /&gt;
* pluto-photo-screen-saver (582,581) - Rotate image according to exif tag [http://svn.linuxmce.org/trac.cgi/ticket/566 #566]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-01-27 22704 ==&lt;br /&gt;
* pluto-photo-screen-saver (582,581) - maintain correct image aspect ratio [http://svn.linuxmce.org/trac.cgi/ticket/568 #568]&lt;br /&gt;
* pluto-vdr (469,468) &lt;br /&gt;
** Use remotetimer for central scheduling&lt;br /&gt;
** Don&#039;t autostart VDR on MD&lt;br /&gt;
** Support VDPAU &lt;br /&gt;
* VDR - We provide our own packages (1.7.11 sources packages from eTobi and free-vdr.de)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-03 22733 ==&lt;br /&gt;
* MythTV - We provide our own packages (0.22 sources packages from mythbuntu )&lt;br /&gt;
* ZWave Lighting (505,506) - Wizard bugfix&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-08 22754 ==&lt;br /&gt;
* Hulu PlugIn (737,738) - Initial Beta of Hulu Support&lt;br /&gt;
* Hulu Player (739,740) - from TSCHAK&lt;br /&gt;
* Game Player (673,674) - Added support for custom controller files to Game Player - see TankStick DT #2100 for an example.&lt;br /&gt;
* pluto-std-plugins - fixes #587&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-10 22758 ==&lt;br /&gt;
* pluto-boot-script (234)- Add Activate Orbiter to KDE desktop (#596)&lt;br /&gt;
* mce-diskless-tools (627,628) - Add a link to the desktop to call Activate Orbiter (#596)&lt;br /&gt;
* linux-diskless-image (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
* alsa-modules (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
* zaptel-modules (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-12 22763 ==&lt;br /&gt;
* new-installer &lt;br /&gt;
** changes in kdm link management&lt;br /&gt;
** verify kubuntu-desktop is installed&lt;br /&gt;
* pluto-boot-script (234) - Fix copying of desktop link to activate Orbiter into root&#039;s Desktop dir&lt;br /&gt;
* pluto-vdr (469,468) - Only backup setup.conf if it exists.&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-13 22765 ==&lt;br /&gt;
* pluto-std-plugins - fixes #587&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-14 22768 ==&lt;br /&gt;
* pluto-xine-player (117,136) - removed dependency for libxine1-ffmpeg&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-16 22777 ==&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
** Fixes event criteria for PK_EventParameter [http://svn.linuxmce.org/trac.cgi/ticket/602 #602]&lt;br /&gt;
** Fixes time of day - can now check againt hh:mm:ss [http://svn.linuxmce.org/trac.cgi/ticket/605 #605]&lt;br /&gt;
** Fixed bug introduced in the two fixes above [http://svn.linuxmce.org/trac.cgi/ticket/608 #608]&lt;br /&gt;
* pluto-vdr (468,469) - Remove SourceCaps entries from default setup.conf&lt;br /&gt;
* pluto-system-database (211) - Hulu Player/PlugIn changes&lt;br /&gt;
* Hulu PlugIn (737,738) - device template constant fixes&lt;br /&gt;
* Hulu Player (739,740) - device template constant fixes&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-18 22795 ==&lt;br /&gt;
* pluto-proxy-orbiter (487,488) Fixes [http://svn.linuxmce.org/trac.cgi/ticket/610 #610]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-23 22803 ==&lt;br /&gt;
* pluto-boot-script (234) &lt;br /&gt;
** Install zaptel-modules and load ztdummy for meetme&lt;br /&gt;
** Disable KDE screensaver upon KDE Desktop start (fixes #600)&lt;br /&gt;
* pluto-dhcpd-plugin (302) - Make sure to transfer database secret into sip_additional.conf&lt;br /&gt;
* pluto-orbiter (119,138) - Color fixes&lt;br /&gt;
* pluto-proxy-orbiter (488,487) - Color fixes - thanks radu&lt;br /&gt;
* pluto-vdr (468,469)&lt;br /&gt;
** Only create setup.conf if it does not contain a remotetimers entry&lt;br /&gt;
** Disable shutdown of system from VDR&lt;br /&gt;
* v4l2-firmware (733) - Added new firmware drivers to support a broader range of DVB cards&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-28 22812 ==&lt;br /&gt;
&lt;br /&gt;
Hulu Now works, and the HAI Omni Security panel driver has been checked in and integrated.&lt;br /&gt;
&lt;br /&gt;
* pluto-system-database (211) - Addition of buttons to Hulu Remote (tschak)&lt;br /&gt;
* lmce-hulu-player (739,740) - Hulu Player now uses Hulu Desktop&#039;s LIRCD port via a fake LIRCD Server. (tschak)&lt;br /&gt;
* 751  	HAI Control Program&lt;br /&gt;
* 750 	HAI Control Program Source&lt;br /&gt;
* 749  	LinuxMCE HAI Omni RS232 Panel Support&lt;br /&gt;
* 748 	LinuxMCE HAI Omni RS232 Panel Support Source&lt;br /&gt;
* pluto-zwave-lighting (505,506) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/620 #620] multi instance support for sensors&lt;br /&gt;
* pluto-mplayer-player (657,656) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/471 #471] Finally committed vdpau support for mplayer&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-07 22832 ==&lt;br /&gt;
&lt;br /&gt;
* pluto-zwave-lighting (505,506) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/620 #620] make command for child work again&lt;br /&gt;
* pluto-system-database (211) - new package and package changes for datalogger plugin&lt;br /&gt;
* lmce-datalog-database (753) - datalogger database, refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630]&lt;br /&gt;
* lmce-datalogger-plugin (686,687) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630] install automatically, configurable graph display&lt;br /&gt;
* lmce-datalog-db (688,689) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630]&lt;br /&gt;
* pluto-website-admin (220) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630], [http://svn.linuxmce.org/trac.cgi/ticket/633 #633], fix for some attribute names not showing up in media browser page, improvements to datalogger section&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/637 #637] allow event plugin to reload configuration without a router reload&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-14 22853 ==&lt;br /&gt;
* pluto-website-admin (220) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/637 #637] Reload event plugin configuration when events change (no need to reload router anymore, except after adding/deleting event commands), [http://svn.linuxmce.org/trac.cgi/ticket/648 #648] Fix device template adding to avoid sqlCVS commit problems&lt;br /&gt;
* pluto-orbiter (119,138) [http://svn.linuxmce.org/trac.cgi/ticket/647 #647] Enable event mapping for mouse buttons&lt;br /&gt;
* pluto-system-database (211) [http://svn.linuxmce.org/trac.cgi/ticket/646 #646] Device template for Logitech MX Air mouse&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/651 #651] fix router crash with boolean event parameters&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-23 22876 ==&lt;br /&gt;
* pluto-std-plugins (116,135) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], media plugin supports play all for pictures&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], picture viewer&lt;br /&gt;
* lmce-picture-plugin (756,757) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], picture plugin&lt;br /&gt;
* Pluto PNP Detection Scripts (562), added detection script for Pioneer Elite series of Receivers&lt;br /&gt;
* Pluto Capture Card Setup Scripts (580), added input change scripts for various capture cards&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-08 22883 ==&lt;br /&gt;
* pluto-boot-script (234) - Change smb.conf template to disable unix extension.&lt;br /&gt;
* pluto-website-admin (220) - [http://svn.linuxmce.org/trac.cgi/ticket/662 Fixes #662]&lt;br /&gt;
* lmce-picture-plugin (756,757) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650] fix pause of slideshow&lt;br /&gt;
* pluto-system-database (211) [http://svn.linuxmce.org/trac.cgi/ticket/650 #650] designer changes for picture viewer&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-14 22889 *CLOUD Release* ==&lt;br /&gt;
*  pluto-system-database (211) changes to the repository information for a package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-28 22898  ==&lt;br /&gt;
* pluto-website-admin (220) - [http://svn.linuxmce.org/trac.cgi/ticket/662 Fixes #662 (again ;) )]&lt;br /&gt;
* pluto-system-database (211) - sqlCVS additions for the SmartQ V7 MID&lt;br /&gt;
* pluto-updateentarea (341,342) - code in Setup to allow for devices in the MID category to get media scenarios.&lt;br /&gt;
* pluto-storage-devices (533) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/672 #672]&lt;br /&gt;
* mce-diskless-tools (627,628) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/655 #655]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-05-20 22958 ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* pluto-orbitergen (226,227) - Orbitergen changed to specify that MIDs are on-screen orbiters. This may change in the future, but I need to test something... --[[User:Tschak909|Tschak909]] 06:22, 9 May 2010 (CEST)&lt;br /&gt;
* pluto-system-database (211) - [http://svn.linuxmce.org/trac.cgi/ticket/684 Toshiba RAS series IR control template]&lt;br /&gt;
* pluto-generic-serial-device (307,335) - [http://svn.linuxmce.org/trac.cgi/ticket/685 access return parameters in GSD device]&lt;br /&gt;
* mythtv-0.23&lt;br /&gt;
&lt;br /&gt;
== Update 2010-05-20 22959 ==&lt;br /&gt;
* lmce-update-system (650,651) - Setup pinning to the LinuxMCE repository&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - MythTV 0.23 support has been baked in. Thanks mandingo&lt;br /&gt;
* pluto-mythtv-player (133,152)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-01 23002 ==&lt;br /&gt;
* lmce-hulu-player (739,740) - changed the accept() loop to be non-blocking, fixing the hung hulu player issue when the router needs to reload. -TSCHAK &lt;br /&gt;
* mce-diskless-tools (627,628) - cBuckle sent in a bugfix that prevented media directors with more than one NIC from properly being detected. We now assume the booting NIC is eth0. Thanks cBuckle! -TSCHKA&lt;br /&gt;
* pluto-website-admin (220) - Fixes #705, and #706 -TSCHAK&lt;br /&gt;
* pluto-system-database (211) - Fixes to QuickStartTemplate so icons will show. -TSCHAK&lt;br /&gt;
* pluto-std-plugins (116,135) - Fix to General Info Plugin so that it will properly show PNG images&lt;br /&gt;
* pluto-boot-scripts (234) - Fix to UpdateQuickStartIcons.sh to download quick start icons and convert to PNG if needed.&lt;br /&gt;
* lmce-update-system (650,651) - Fix preferences file&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-07 23036 ==&lt;br /&gt;
* pluto-asterisk (270.271) - Fix initial for no voicemail greetings after setup wizard (thanks los93sol)&lt;br /&gt;
* pluto-vdr (469,468) &lt;br /&gt;
** Syntax error fix in StartVDRClient - should start correct on MDs now.&lt;br /&gt;
** Add a default remote.conf so people can use the keyboard to control VDR.&lt;br /&gt;
* pluto-system-database (211) - Add support for TED5000 and Energy Monitoring Events to be used by future devices&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-09 23046 ==&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs #650, start picture viewer minimized&lt;br /&gt;
* pluto-website-admin (220) - Change wording of VDR error message to better reflect what&#039;s going on.&lt;br /&gt;
* v4l2-Modules (732) - Fix debian package naming to allow proper install of dkms package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-10 23047 ==&lt;br /&gt;
* v4l2-Modules (732) - Fix Debian package naming to allow proper install of dkms package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-14 23070 ==&lt;br /&gt;
* pluto-std-plugins (116,135) - Fix to General Info Plugin to allow Firefox Bookmarks to work again. Please test!&lt;br /&gt;
* pluto-boot-scripts (234) - Modify Mozilla.sh to properly output a profile where bookmarks work again.&lt;br /&gt;
* mce-diskless-tools (627,628) - Modify DisklessInteractor to always return i386 until we get a working amd64 build again.&lt;br /&gt;
* vdr - Update to version 1.7.15 &lt;br /&gt;
** Get rid of a few patches&lt;br /&gt;
** Fixes for sound decoding in Denmark&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-18 23082 ==&lt;br /&gt;
* lmce-datalogger-plugin (686,687)&lt;br /&gt;
* lmce-datalog-database (753)&lt;br /&gt;
* pluto-boot-scripts (234)&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
* asterisk-pluto (269)&lt;br /&gt;
* pluto-asterisk (270,271)&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
* pluto-mythtv-player (133,152) - Fix the missing MythTV Setup in Computing. as the Quick Start Template has moved rows.&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Fixes #732 - Storage devices not locally attached to core are not added to mythtv storage groups and cleans up some error messages&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-28 23119 ==&lt;br /&gt;
* asterisk-pluto (269) - Fix fire SOS event and dialplan cleanup - Los93soL&lt;br /&gt;
* freepbx - Fix fire SOS event and dialplan cleanup - Los93soL&lt;br /&gt;
* mjproxy (760,761)&lt;br /&gt;
* pluto-dhcpd-plugin (302) - update configure scripts for grandstream and snom 3xx phones for support of database secret.&lt;br /&gt;
* pluto-mythtv-player (133,152) - Bug #737 - MH Play Media can now set initial channel&lt;br /&gt;
* pluto-std-plugins (116,135) - Bug #736 - CMD_Delete_File in Media PlugIn now will not allow deletion of arbitrary files from the disk, lots of sanity checks. Support for deleting voicemails.&lt;br /&gt;
* pluto-system-database (211)&lt;br /&gt;
* pluto-xine-player (117,136) - enable subtitle support&lt;br /&gt;
* pluto-vdr (468,469) - Bug #737 - MH Play Media can now set initial channel&lt;br /&gt;
* pluto-website-admin (220) - Adds energy monitor that uses state change #677&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-03  ==&lt;br /&gt;
*asterisk-pluto (269)&lt;br /&gt;
** Fix pluto sos menu generates the voice dialogs now&lt;br /&gt;
** Update caller id when sos menu calls out&lt;br /&gt;
*freepbx&lt;br /&gt;
** General dialplan cleanup&lt;br /&gt;
** FreePBX system status works now&lt;br /&gt;
** Fix warnings when updating modules list in FreePBX&lt;br /&gt;
*lmce-hai-omni-rs232 (748,749) - Make sure HAI created devices set HAI as the controlled via device&lt;br /&gt;
*pluto-asterisk (270,271)&lt;br /&gt;
** Update create scripts and abstract redundant code&lt;br /&gt;
** Keep Line_HouseMode in sync when trunks are deleted&lt;br /&gt;
** Transfers are working again&lt;br /&gt;
*pluto-website-admin (220) - Don&#039;t display phone trunk passwords in web admin&lt;br /&gt;
*pluto-dhcpd-plugin (302) - Cisco 7960 (with SIP firmware) will use sip secret now&lt;br /&gt;
*pluto-std-plugins (116,135) - CRITICAL MEDIA PLUGIN FIX IN CMD_Set_Media_Private which was causing the router to rapidly crash due to odd data coming in from MythTV PlugIn. Will investigate further, but this does stop the crashes.&lt;br /&gt;
*pluto-mythtv-plugin (136,152) - Add changes to MythTvSyncDB.sh to always set AlwaysStreamFiles to 1 for media directors.&lt;br /&gt;
*lmce-hulu-player (744,745) - somehow, an older package snuck in. This needs to be rebuilt to fix the hanging bug that somehow reappeared. Yes, I went back and checked the checked in code from a fresh checkin, this will fix it&lt;br /&gt;
*pluto-storage-devices (533) - Added dependencies for nbd-client and nbd-server so that remote playing of DVDs will work, correctly. (Fixes #743)&lt;br /&gt;
* pluto-proxy-orbiter - updates from Dianemo&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-06 23148 ==&lt;br /&gt;
* freepbx - Changelog updated to get a new version number&lt;br /&gt;
* pluto-asterisk (270,271) - Add support for making announcements to phones&lt;br /&gt;
* pluto-dhcpd-plugin (302) - Define helper script as a perl script&lt;br /&gt;
* pluto-std-plugins (116,135) - Small speed up fix for video file list &lt;br /&gt;
* pluto-text-to-speech (283,284) - Add support for making announcements to phones&lt;br /&gt;
* pluto-website-admin (220) - Updates to the new weborbiter&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-14 23155 ==&lt;br /&gt;
* pluto-asterisk (270,271) - Only send extra channel options for transfers when an extra channel is there, also fixes to viatalk create script so things work nicely again&lt;br /&gt;
* pluto-simplephone (498,499) - Whoops!  Missed this package a few days ago, fixes Orbiter phones so they connect with the SIP secret&lt;br /&gt;
* pluto-system-database (211) - Updates to the Size table to include older iPhone/iPod Touch sizes, as well as iPhone4 size.&lt;br /&gt;
* pluto-mythtv-plugin (136,152) - Fixed some incorrect behavior with generating mythtv storage groups&lt;br /&gt;
* lmce-launch-manager (299,298) - Fixed the StartCoreServices.sh from passing wrong Device_ID to Sync2amp.pl causing NAS passwords to become scrabled.&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-16 23161 ==&lt;br /&gt;
* pluto-proxy-orbiter (487,488) - now with committed fixes for the 404 in 7970&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-17 23165 == &lt;br /&gt;
* pluto-boot-scripts (234) - New startup script for the Launch Manager (fixes #753)&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
** Weborbiter: add missing getNews function (fixes #755)&lt;br /&gt;
** Weborbiter: keep trying to get images/data when an communication error occurs&lt;br /&gt;
** Weborbiter: fix keyboard processing (fixes #754)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-27 23202 ==&lt;br /&gt;
* asterisk-pluto (269) - Generate all speech for pluto-sos-menus, and generate /etc/asterisk/extensions_custom.conf completely dynamically - Los93soL&lt;br /&gt;
* libxine - Refs [http://svn.linuxmce.org/trac.cgi/ticket/535 #535], Backport of newer Matroska container support form lib-xine 1.1.17.&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], fixes alpha blending of picture viewer&lt;br /&gt;
* pluto-boot-scripts (234) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/758 #758], Fix cameras on MDs by using NFS mount for the camera dir&lt;br /&gt;
* pluto-updatemedia (405,406) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/651 #434], Different handling for VDR files - WARNING!! Playback of VDR recording from video is still not possible!&lt;br /&gt;
* pluto-website-admin (220) - Make sure the phone system is updated with changes made to cell phone notifications via web admin - Los93soL&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs #315 Should fix most of the call transfer issues, please test thoroughly - Los93soL&lt;br /&gt;
&lt;br /&gt;
== Update 2010-08-02 23227 ==&lt;br /&gt;
* lmce-datalogger-plugin (686,687) - Refs #104 Add initial support for logging Sensor Tripped Events - Los93soL&lt;br /&gt;
* lmce-datalog-database (753) - Refs #104 Add initial support for logging Sensor Tripped Events - Los93soL&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** Start the StorageDevices setup in the background during system start, and restart samba as part of the storage devices setup.&lt;br /&gt;
** Fixes #748 Some MAC addresses would get truncated, Thanks Coley - Los93soL&lt;br /&gt;
* pluto-app-server (145,126) - Do proper check to determine if suspend is supported&lt;br /&gt;
* pluto-website-admin (220) - Fixes #569 Don&#039;t assume calls originate from the US - Los93soL&lt;br /&gt;
* asterisk-pluto (269) - Fixes #570 Attempt to lookup caller name in phone book and correct as possible - Los93sol&lt;br /&gt;
* pluto-asterisk (270,271) - Fixes #570 Attempt to lookup caller name in phone book and correct as possible - Los93soL&lt;br /&gt;
&lt;br /&gt;
== Update 2010-08-29 23259 ==&lt;br /&gt;
* lmce-squeezeslave (763) - Refs #776 wrapper script to start squeezeslave&lt;br /&gt;
* mce-diskless-tools (627,628) - #798 /etc/diskless.conf not being created - merkur2k&lt;br /&gt;
* pluto-app-server (145,126) - #344 Allow power off mode override&lt;br /&gt;
* pluto-asterisk (270,271)&lt;br /&gt;
** Refs #570 Display caller name and picture from LinuxMCE phone book when available - Los93soL&lt;br /&gt;
** Change line ending for create_amp_sipgate_de.pl&lt;br /&gt;
* pluto-slimserver-plugin (424,425) - Refs #776 add squeezeslave template as possible playback device&lt;br /&gt;
* pluto-std-plugins - fix audio album snafu&lt;br /&gt;
* pluto-storage-devices (533) - #799 (re)enable NFS instead of CIFS for internal disk drive sharing - merkur2k&lt;br /&gt;
&lt;br /&gt;
== Update 2010-09-16 23289 ==&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** enable WOL on boot up again&lt;br /&gt;
** fix HDMI and SPDIF unmuting for AVWizard and successive boots. &lt;br /&gt;
** #813, SetupUsers_Homes.sh no longer executes on media directors, faster boot. &lt;br /&gt;
** #733, BootMessage.sh no longer emits an error.&lt;br /&gt;
* pluto-generic-serial-device (307,335) - fix ethernet device support for GSDs&lt;br /&gt;
* pluto-orbiter (119,138) - #811 - WiiMote support. Change mouse accelleration so that the wiimote can actually traverse the entire width of the screen.&lt;br /&gt;
* pluto-std-plugins - #814 - Display the dimming column on the floor plan for drapes and blinds&lt;br /&gt;
* pluto-updateentarea (341,342) - #815 - Autogenerated scenarios sleep/wakeup do the right thing for blinds/drapes&lt;br /&gt;
* pluto-website-admin (220) #708 - add default media sort options to orbiters page, #636 - fixes special characters for IMDB tagging&lt;br /&gt;
&lt;br /&gt;
== Upcoming fixes... ==&lt;br /&gt;
&#039;&#039;&#039;Note: Please put the name of the package file and the source and bin package number in this list, followed by a small description of what has changed! Hulu Player is not the name of the package, but lmce-hulu-player. It makes the life of the person, who needs to update the repo a lot easier. Thank you!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* pluto-orbiter (119,138) - Fix for #458 - power menu now works correctly to control other media directors from OSD&lt;br /&gt;
* pluto-std-plugins (116,135) - Voicemail changes and fixes.&lt;br /&gt;
* pluto-system-database (211) - lots of sqlCVS changes.&lt;br /&gt;
* lirc_0.8.3 (no package number - built in build-replacements.sh, only it is commented atm) - Refs #822 fixes repeat problems with pronto codes&lt;br /&gt;
* pluto-lirc-wrapper (340,421) - Fixes #822 lirc can now send pronto codes properly&lt;br /&gt;
* pluto-zwave-lighting (505,506) - #44 Improve detection of multi instance devices, possible to resync device data&lt;br /&gt;
* lmce-mediatomb (702) - Generate a more sane config file for mediatomb&lt;br /&gt;
&lt;br /&gt;
== Bugfixes ==&lt;br /&gt;
=== Mythtv-plugin fails to install ===&lt;br /&gt;
Install with apt-get install -f &amp;lt;name-of-package&amp;gt;&lt;/div&gt;</summary>
		<author><name>Merkur2k</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=LinuxMCE-0810_beta&amp;diff=25010</id>
		<title>LinuxMCE-0810 beta</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=LinuxMCE-0810_beta&amp;diff=25010"/>
		<updated>2010-09-09T16:10:29Z</updated>

		<summary type="html">&lt;p&gt;Merkur2k: /* Upcoming fixes... */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Software]]&lt;br /&gt;
This page outlines some information about the Beta, as well as outlining any changes and bugfixes we are applying, just like we did with the alpha2 page.&lt;br /&gt;
&lt;br /&gt;
The installation instructions found on the alpha2 page still apply:&lt;br /&gt;
&lt;br /&gt;
==Installing LinuxMCE-0810==&lt;br /&gt;
Please see detailed instruction on how to install LinuxMCE-0810 and keep it up-to-date with the latest updates [[installing 0810|here]].&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-03 22558 ==&lt;br /&gt;
* Build_Replacement_Package - freepbx (ubuntu/asterisk/freepbx) - Ticket #345 - Fixes the issue of installing new modules in FreePBX.&lt;br /&gt;
* pluto-asterisk (270.271) - Phone Lines fixing - asterisk (src/asterisk) - Ticket #374 - Fixes the issue during the creation procedure of a new phone lines via web LinuxMCE Admin. New MessageNet Provider support.&lt;br /&gt;
* pluto-avwizard (555,556) - Fixes #480 - Fails to identify untouched xorg.conf&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** Cleanup in nvidia-config&lt;br /&gt;
** MD WOL Problem fixed&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
** #469 IVR menue will now be regenerated every time a phone line is added.&lt;br /&gt;
** #221 IR commands selection screen now has sort modes to make it easier to sift through all those commands.&lt;br /&gt;
** #219 Various layout improvements to the wizard pages.&lt;br /&gt;
* pluto-xine-player (117,136) - changes for HDMI out&lt;br /&gt;
* pluto-std-plugins (116,135) - Changes to Telecom PlugIn to give proper audio switching behaviour when USB Conference microphones are used for the media director phone. This is of relevance to particular configurations that do not allow concurrent access to the soundcard (such as coax/optical settings). -tschak&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-06 22569 ==&lt;br /&gt;
* pluto-dce-router (154,155) - now depends on lmce-skins-uita&lt;br /&gt;
* pluto-system-database (211) - new lmce-skins-uita package definition&lt;br /&gt;
* lmce-skins-uita (727) - new skin&lt;br /&gt;
* MPlayer_Player (656,657) - Videos that is played by mplayer can now take advantage of vdpau. (Set hw accel to &amp;quot;auto&amp;quot; or &amp;quot;vdpau&amp;quot;)&lt;br /&gt;
* pluto-xine-player (117,136) - don&#039;t stop screen saver when playing audio [http://svn.linuxmce.org/trac.cgi/ticket/486 #486]&lt;br /&gt;
* pluto-orbiter (119,138) - hide xine when playing audio, keeps screen saver visible [http://svn.linuxmce.org/trac.cgi/ticket/486 #486]&lt;br /&gt;
* Update of Zaptel and other kernel related packages to -16&lt;br /&gt;
== Update 2009-12-12 22598 ==&lt;br /&gt;
* pluto-website-admin (220) - sql fix from http://svn.linuxmce.org/trac.cgi/changeset/22567&lt;br /&gt;
* pluto-xine-plugin (118,137) - fix for remote audio cd streaming [http://svn.linuxmce.org/trac.cgi/ticket/470 #470] - still not working&lt;br /&gt;
* pluto-xine-player - refactor screen saver handling&lt;br /&gt;
* pluto-disk-drive (122,141) - fix for remote audio cd streaming [http://svn.linuxmce.org/trac.cgi/ticket/470 #470] - still not working&lt;br /&gt;
* pluto-x-scripts (520,523) - fix for audio over HDMI&lt;br /&gt;
* alsa-lib, alsa-utils, lib64asound2, libasound2 - fix for audio over HDMI&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-14 22600 ==&lt;br /&gt;
* pluto-dcerouter (154,155) - Fixes broken Delay command&lt;br /&gt;
* pluto-libresolution (545,544) - UseEDID HDMI Audio xorg.conf entry&lt;br /&gt;
* pluto-asterisk (270.271) - Fix for Messagenet configuration script (changing Window&#039;s EOL characters)&lt;br /&gt;
* pluto-system-database (211) - Some devicedata changes for dcerouter delay command and DCS-5300G camera&lt;br /&gt;
* pluto-website-admin (220) - fix HDMI selection in web admin&lt;br /&gt;
* pluto-xine-player (117,136) - removed 1 second sleep after play media. refactored code to stop screen saver&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-25 22639 - Christmas fix ==&lt;br /&gt;
* freepbx - removal of chan_vpb.so to circumvent coredumps on system without a Voicetronix board (#519)&lt;br /&gt;
* pluto-avwizard (555,556) - modification of startup scripts to not screw the system upon status calls to the startup scripts&lt;br /&gt;
* pluto-boot-scripts (234)&lt;br /&gt;
** modification of startup scripts to not screw the system upon status calls to the startup scripts&lt;br /&gt;
** updated Backup/Restore functionallity&lt;br /&gt;
** fixes  web admin log links for hybrid MD&lt;br /&gt;
** Make sure only a single logrotate configuration file for LinuxMCE exist&lt;br /&gt;
* pluto-hdhomerun(621,620)- Fixes bug where only 1 tuner was added to mythtv&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Fixes deletion of of hostname from mythconverg.capturecard by creating and using a dummy videosource&lt;br /&gt;
* pluto-simplephone (498,499) - Adds support for password in DeviceData&lt;br /&gt;
* pluto-std-plugins (116,135) - Adds support for specialized interfaces&lt;br /&gt;
* pluto-system-database (211) - Some devicedata changes for SIP phone templates to include devicedata for password&lt;br /&gt;
* pluto-website-admin (220) - Fixes Climate Command Wizard Set Temperature command, Climate Command Wizard also now works with On//Off Climate Devices&lt;br /&gt;
* pluto-orbiter (119,138) - Fixes issue with input devices crashing orbiter [http://svn.linuxmce.org/trac.cgi/ticket/522 #522]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-01-08 22669 ==&lt;br /&gt;
*pluto-boot-scripts (234) &lt;br /&gt;
** Purge_Camera_Archives.pl fixed&lt;br /&gt;
** backup/restore fixed&lt;br /&gt;
** enable_wol called from Startup script - WOL for MDs should work again&lt;br /&gt;
*pluto-motion-wrapper (456,455) - Now calls the purge script every 6 hours and on reload&lt;br /&gt;
*pluto-storage-devices (533) &lt;br /&gt;
** Hostname now added to string to be displayed on orbiters when new drives are detected. &lt;br /&gt;
** Boot partitions will be filtered out also.&lt;br /&gt;
*pluto-system-database (211) - changes to MotionWrapper&#039;s motion.conf default options to use new option names&lt;br /&gt;
&lt;br /&gt;
==  Update 2010-01-16 22689 ==&lt;br /&gt;
* pluto-boot-scripts (234) - new safe_delete.sh script for safely deleting database entries&lt;br /&gt;
* pluto-cm15a (730,731) - new DCE device, CM15A USB interface for X10&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Capture card install now goes directly to the setup wizard&lt;br /&gt;
* pluto-orbiter (119,138) - Capture card install now goes directly to the setup wizard&lt;br /&gt;
* pluto-storage-devices (533) - mount no longer echos out errors during ro filesystem&lt;br /&gt;
* pluto-photo-screen-saver (582,581) - Rotate image according to exif tag [http://svn.linuxmce.org/trac.cgi/ticket/566 #566]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-01-27 22704 ==&lt;br /&gt;
* pluto-photo-screen-saver (582,581) - maintain correct image aspect ratio [http://svn.linuxmce.org/trac.cgi/ticket/568 #568]&lt;br /&gt;
* pluto-vdr (469,468) &lt;br /&gt;
** Use remotetimer for central scheduling&lt;br /&gt;
** Don&#039;t autostart VDR on MD&lt;br /&gt;
** Support VDPAU &lt;br /&gt;
* VDR - We provide our own packages (1.7.11 sources packages from eTobi and free-vdr.de)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-03 22733 ==&lt;br /&gt;
* MythTV - We provide our own packages (0.22 sources packages from mythbuntu )&lt;br /&gt;
* ZWave Lighting (505,506) - Wizard bugfix&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-08 22754 ==&lt;br /&gt;
* Hulu PlugIn (737,738) - Initial Beta of Hulu Support&lt;br /&gt;
* Hulu Player (739,740) - from TSCHAK&lt;br /&gt;
* Game Player (673,674) - Added support for custom controller files to Game Player - see TankStick DT #2100 for an example.&lt;br /&gt;
* pluto-std-plugins - fixes #587&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-10 22758 ==&lt;br /&gt;
* pluto-boot-script (234)- Add Activate Orbiter to KDE desktop (#596)&lt;br /&gt;
* mce-diskless-tools (627,628) - Add a link to the desktop to call Activate Orbiter (#596)&lt;br /&gt;
* linux-diskless-image (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
* alsa-modules (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
* zaptel-modules (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-12 22763 ==&lt;br /&gt;
* new-installer &lt;br /&gt;
** changes in kdm link management&lt;br /&gt;
** verify kubuntu-desktop is installed&lt;br /&gt;
* pluto-boot-script (234) - Fix copying of desktop link to activate Orbiter into root&#039;s Desktop dir&lt;br /&gt;
* pluto-vdr (469,468) - Only backup setup.conf if it exists.&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-13 22765 ==&lt;br /&gt;
* pluto-std-plugins - fixes #587&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-14 22768 ==&lt;br /&gt;
* pluto-xine-player (117,136) - removed dependency for libxine1-ffmpeg&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-16 22777 ==&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
** Fixes event criteria for PK_EventParameter [http://svn.linuxmce.org/trac.cgi/ticket/602 #602]&lt;br /&gt;
** Fixes time of day - can now check againt hh:mm:ss [http://svn.linuxmce.org/trac.cgi/ticket/605 #605]&lt;br /&gt;
** Fixed bug introduced in the two fixes above [http://svn.linuxmce.org/trac.cgi/ticket/608 #608]&lt;br /&gt;
* pluto-vdr (468,469) - Remove SourceCaps entries from default setup.conf&lt;br /&gt;
* pluto-system-database (211) - Hulu Player/PlugIn changes&lt;br /&gt;
* Hulu PlugIn (737,738) - device template constant fixes&lt;br /&gt;
* Hulu Player (739,740) - device template constant fixes&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-18 22795 ==&lt;br /&gt;
* pluto-proxy-orbiter (487,488) Fixes [http://svn.linuxmce.org/trac.cgi/ticket/610 #610]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-23 22803 ==&lt;br /&gt;
* pluto-boot-script (234) &lt;br /&gt;
** Install zaptel-modules and load ztdummy for meetme&lt;br /&gt;
** Disable KDE screensaver upon KDE Desktop start (fixes #600)&lt;br /&gt;
* pluto-dhcpd-plugin (302) - Make sure to transfer database secret into sip_additional.conf&lt;br /&gt;
* pluto-orbiter (119,138) - Color fixes&lt;br /&gt;
* pluto-proxy-orbiter (488,487) - Color fixes - thanks radu&lt;br /&gt;
* pluto-vdr (468,469)&lt;br /&gt;
** Only create setup.conf if it does not contain a remotetimers entry&lt;br /&gt;
** Disable shutdown of system from VDR&lt;br /&gt;
* v4l2-firmware (733) - Added new firmware drivers to support a broader range of DVB cards&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-28 22812 ==&lt;br /&gt;
&lt;br /&gt;
Hulu Now works, and the HAI Omni Security panel driver has been checked in and integrated.&lt;br /&gt;
&lt;br /&gt;
* pluto-system-database (211) - Addition of buttons to Hulu Remote (tschak)&lt;br /&gt;
* lmce-hulu-player (739,740) - Hulu Player now uses Hulu Desktop&#039;s LIRCD port via a fake LIRCD Server. (tschak)&lt;br /&gt;
* 751  	HAI Control Program&lt;br /&gt;
* 750 	HAI Control Program Source&lt;br /&gt;
* 749  	LinuxMCE HAI Omni RS232 Panel Support&lt;br /&gt;
* 748 	LinuxMCE HAI Omni RS232 Panel Support Source&lt;br /&gt;
* pluto-zwave-lighting (505,506) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/620 #620] multi instance support for sensors&lt;br /&gt;
* pluto-mplayer-player (657,656) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/471 #471] Finally committed vdpau support for mplayer&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-07 22832 ==&lt;br /&gt;
&lt;br /&gt;
* pluto-zwave-lighting (505,506) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/620 #620] make command for child work again&lt;br /&gt;
* pluto-system-database (211) - new package and package changes for datalogger plugin&lt;br /&gt;
* lmce-datalog-database (753) - datalogger database, refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630]&lt;br /&gt;
* lmce-datalogger-plugin (686,687) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630] install automatically, configurable graph display&lt;br /&gt;
* lmce-datalog-db (688,689) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630]&lt;br /&gt;
* pluto-website-admin (220) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630], [http://svn.linuxmce.org/trac.cgi/ticket/633 #633], fix for some attribute names not showing up in media browser page, improvements to datalogger section&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/637 #637] allow event plugin to reload configuration without a router reload&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-14 22853 ==&lt;br /&gt;
* pluto-website-admin (220) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/637 #637] Reload event plugin configuration when events change (no need to reload router anymore, except after adding/deleting event commands), [http://svn.linuxmce.org/trac.cgi/ticket/648 #648] Fix device template adding to avoid sqlCVS commit problems&lt;br /&gt;
* pluto-orbiter (119,138) [http://svn.linuxmce.org/trac.cgi/ticket/647 #647] Enable event mapping for mouse buttons&lt;br /&gt;
* pluto-system-database (211) [http://svn.linuxmce.org/trac.cgi/ticket/646 #646] Device template for Logitech MX Air mouse&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/651 #651] fix router crash with boolean event parameters&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-23 22876 ==&lt;br /&gt;
* pluto-std-plugins (116,135) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], media plugin supports play all for pictures&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], picture viewer&lt;br /&gt;
* lmce-picture-plugin (756,757) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], picture plugin&lt;br /&gt;
* Pluto PNP Detection Scripts (562), added detection script for Pioneer Elite series of Receivers&lt;br /&gt;
* Pluto Capture Card Setup Scripts (580), added input change scripts for various capture cards&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-08 22883 ==&lt;br /&gt;
* pluto-boot-script (234) - Change smb.conf template to disable unix extension.&lt;br /&gt;
* pluto-website-admin (220) - [http://svn.linuxmce.org/trac.cgi/ticket/662 Fixes #662]&lt;br /&gt;
* lmce-picture-plugin (756,757) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650] fix pause of slideshow&lt;br /&gt;
* pluto-system-database (211) [http://svn.linuxmce.org/trac.cgi/ticket/650 #650] designer changes for picture viewer&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-14 22889 *CLOUD Release* ==&lt;br /&gt;
*  pluto-system-database (211) changes to the repository information for a package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-28 22898  ==&lt;br /&gt;
* pluto-website-admin (220) - [http://svn.linuxmce.org/trac.cgi/ticket/662 Fixes #662 (again ;) )]&lt;br /&gt;
* pluto-system-database (211) - sqlCVS additions for the SmartQ V7 MID&lt;br /&gt;
* pluto-updateentarea (341,342) - code in Setup to allow for devices in the MID category to get media scenarios.&lt;br /&gt;
* pluto-storage-devices (533) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/672 #672]&lt;br /&gt;
* mce-diskless-tools (627,628) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/655 #655]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-05-20 22958 ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* pluto-orbitergen (226,227) - Orbitergen changed to specify that MIDs are on-screen orbiters. This may change in the future, but I need to test something... --[[User:Tschak909|Tschak909]] 06:22, 9 May 2010 (CEST)&lt;br /&gt;
* pluto-system-database (211) - [http://svn.linuxmce.org/trac.cgi/ticket/684 Toshiba RAS series IR control template]&lt;br /&gt;
* pluto-generic-serial-device (307,335) - [http://svn.linuxmce.org/trac.cgi/ticket/685 access return parameters in GSD device]&lt;br /&gt;
* mythtv-0.23&lt;br /&gt;
&lt;br /&gt;
== Update 2010-05-20 22959 ==&lt;br /&gt;
* lmce-update-system (650,651) - Setup pinning to the LinuxMCE repository&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - MythTV 0.23 support has been baked in. Thanks mandingo&lt;br /&gt;
* pluto-mythtv-player (133,152)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-01 23002 ==&lt;br /&gt;
* lmce-hulu-player (739,740) - changed the accept() loop to be non-blocking, fixing the hung hulu player issue when the router needs to reload. -TSCHAK &lt;br /&gt;
* mce-diskless-tools (627,628) - cBuckle sent in a bugfix that prevented media directors with more than one NIC from properly being detected. We now assume the booting NIC is eth0. Thanks cBuckle! -TSCHKA&lt;br /&gt;
* pluto-website-admin (220) - Fixes #705, and #706 -TSCHAK&lt;br /&gt;
* pluto-system-database (211) - Fixes to QuickStartTemplate so icons will show. -TSCHAK&lt;br /&gt;
* pluto-std-plugins (116,135) - Fix to General Info Plugin so that it will properly show PNG images&lt;br /&gt;
* pluto-boot-scripts (234) - Fix to UpdateQuickStartIcons.sh to download quick start icons and convert to PNG if needed.&lt;br /&gt;
* lmce-update-system (650,651) - Fix preferences file&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-07 23036 ==&lt;br /&gt;
* pluto-asterisk (270.271) - Fix initial for no voicemail greetings after setup wizard (thanks los93sol)&lt;br /&gt;
* pluto-vdr (469,468) &lt;br /&gt;
** Syntax error fix in StartVDRClient - should start correct on MDs now.&lt;br /&gt;
** Add a default remote.conf so people can use the keyboard to control VDR.&lt;br /&gt;
* pluto-system-database (211) - Add support for TED5000 and Energy Monitoring Events to be used by future devices&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-09 23046 ==&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs #650, start picture viewer minimized&lt;br /&gt;
* pluto-website-admin (220) - Change wording of VDR error message to better reflect what&#039;s going on.&lt;br /&gt;
* v4l2-Modules (732) - Fix debian package naming to allow proper install of dkms package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-10 23047 ==&lt;br /&gt;
* v4l2-Modules (732) - Fix Debian package naming to allow proper install of dkms package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-14 23070 ==&lt;br /&gt;
* pluto-std-plugins (116,135) - Fix to General Info Plugin to allow Firefox Bookmarks to work again. Please test!&lt;br /&gt;
* pluto-boot-scripts (234) - Modify Mozilla.sh to properly output a profile where bookmarks work again.&lt;br /&gt;
* mce-diskless-tools (627,628) - Modify DisklessInteractor to always return i386 until we get a working amd64 build again.&lt;br /&gt;
* vdr - Update to version 1.7.15 &lt;br /&gt;
** Get rid of a few patches&lt;br /&gt;
** Fixes for sound decoding in Denmark&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-18 23082 ==&lt;br /&gt;
* lmce-datalogger-plugin (686,687)&lt;br /&gt;
* lmce-datalog-database (753)&lt;br /&gt;
* pluto-boot-scripts (234)&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
* asterisk-pluto (269)&lt;br /&gt;
* pluto-asterisk (270,271)&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
* pluto-mythtv-player (133,152) - Fix the missing MythTV Setup in Computing. as the Quick Start Template has moved rows.&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Fixes #732 - Storage devices not locally attached to core are not added to mythtv storage groups and cleans up some error messages&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-28 23119 ==&lt;br /&gt;
* asterisk-pluto (269) - Fix fire SOS event and dialplan cleanup - Los93soL&lt;br /&gt;
* freepbx - Fix fire SOS event and dialplan cleanup - Los93soL&lt;br /&gt;
* mjproxy (760,761)&lt;br /&gt;
* pluto-dhcpd-plugin (302) - update configure scripts for grandstream and snom 3xx phones for support of database secret.&lt;br /&gt;
* pluto-mythtv-player (133,152) - Bug #737 - MH Play Media can now set initial channel&lt;br /&gt;
* pluto-std-plugins (116,135) - Bug #736 - CMD_Delete_File in Media PlugIn now will not allow deletion of arbitrary files from the disk, lots of sanity checks. Support for deleting voicemails.&lt;br /&gt;
* pluto-system-database (211)&lt;br /&gt;
* pluto-xine-player (117,136) - enable subtitle support&lt;br /&gt;
* pluto-vdr (468,469) - Bug #737 - MH Play Media can now set initial channel&lt;br /&gt;
* pluto-website-admin (220) - Adds energy monitor that uses state change #677&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-03  ==&lt;br /&gt;
*asterisk-pluto (269)&lt;br /&gt;
** Fix pluto sos menu generates the voice dialogs now&lt;br /&gt;
** Update caller id when sos menu calls out&lt;br /&gt;
*freepbx&lt;br /&gt;
** General dialplan cleanup&lt;br /&gt;
** FreePBX system status works now&lt;br /&gt;
** Fix warnings when updating modules list in FreePBX&lt;br /&gt;
*lmce-hai-omni-rs232 (748,749) - Make sure HAI created devices set HAI as the controlled via device&lt;br /&gt;
*pluto-asterisk (270,271)&lt;br /&gt;
** Update create scripts and abstract redundant code&lt;br /&gt;
** Keep Line_HouseMode in sync when trunks are deleted&lt;br /&gt;
** Transfers are working again&lt;br /&gt;
*pluto-website-admin (220) - Don&#039;t display phone trunk passwords in web admin&lt;br /&gt;
*pluto-dhcpd-plugin (302) - Cisco 7960 (with SIP firmware) will use sip secret now&lt;br /&gt;
*pluto-std-plugins (116,135) - CRITICAL MEDIA PLUGIN FIX IN CMD_Set_Media_Private which was causing the router to rapidly crash due to odd data coming in from MythTV PlugIn. Will investigate further, but this does stop the crashes.&lt;br /&gt;
*pluto-mythtv-plugin (136,152) - Add changes to MythTvSyncDB.sh to always set AlwaysStreamFiles to 1 for media directors.&lt;br /&gt;
*lmce-hulu-player (744,745) - somehow, an older package snuck in. This needs to be rebuilt to fix the hanging bug that somehow reappeared. Yes, I went back and checked the checked in code from a fresh checkin, this will fix it&lt;br /&gt;
*pluto-storage-devices (533) - Added dependencies for nbd-client and nbd-server so that remote playing of DVDs will work, correctly. (Fixes #743)&lt;br /&gt;
* pluto-proxy-orbiter - updates from Dianemo&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-06 23148 ==&lt;br /&gt;
* freepbx - Changelog updated to get a new version number&lt;br /&gt;
* pluto-asterisk (270,271) - Add support for making announcements to phones&lt;br /&gt;
* pluto-dhcpd-plugin (302) - Define helper script as a perl script&lt;br /&gt;
* pluto-std-plugins (116,135) - Small speed up fix for video file list &lt;br /&gt;
* pluto-text-to-speech (283,284) - Add support for making announcements to phones&lt;br /&gt;
* pluto-website-admin (220) - Updates to the new weborbiter&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-14 23155 ==&lt;br /&gt;
* pluto-asterisk (270,271) - Only send extra channel options for transfers when an extra channel is there, also fixes to viatalk create script so things work nicely again&lt;br /&gt;
* pluto-simplephone (498,499) - Whoops!  Missed this package a few days ago, fixes Orbiter phones so they connect with the SIP secret&lt;br /&gt;
* pluto-system-database (211) - Updates to the Size table to include older iPhone/iPod Touch sizes, as well as iPhone4 size.&lt;br /&gt;
* pluto-mythtv-plugin (136,152) - Fixed some incorrect behavior with generating mythtv storage groups&lt;br /&gt;
* lmce-launch-manager (299,298) - Fixed the StartCoreServices.sh from passing wrong Device_ID to Sync2amp.pl causing NAS passwords to become scrabled.&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-16 23161 ==&lt;br /&gt;
* pluto-proxy-orbiter (487,488) - now with committed fixes for the 404 in 7970&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-17 23165 == &lt;br /&gt;
* pluto-boot-scripts (234) - New startup script for the Launch Manager (fixes #753)&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
** Weborbiter: add missing getNews function (fixes #755)&lt;br /&gt;
** Weborbiter: keep trying to get images/data when an communication error occurs&lt;br /&gt;
** Weborbiter: fix keyboard processing (fixes #754)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-27 23202 ==&lt;br /&gt;
* asterisk-pluto (269) - Generate all speech for pluto-sos-menus, and generate /etc/asterisk/extensions_custom.conf completely dynamically - Los93soL&lt;br /&gt;
* libxine - Refs [http://svn.linuxmce.org/trac.cgi/ticket/535 #535], Backport of newer Matroska container support form lib-xine 1.1.17.&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], fixes alpha blending of picture viewer&lt;br /&gt;
* pluto-boot-scripts (234) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/758 #758], Fix cameras on MDs by using NFS mount for the camera dir&lt;br /&gt;
* pluto-updatemedia (405,406) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/651 #434], Different handling for VDR files - WARNING!! Playback of VDR recording from video is still not possible!&lt;br /&gt;
* pluto-website-admin (220) - Make sure the phone system is updated with changes made to cell phone notifications via web admin - Los93soL&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs #315 Should fix most of the call transfer issues, please test thoroughly - Los93soL&lt;br /&gt;
&lt;br /&gt;
== Update 2010-08-02 23227 ==&lt;br /&gt;
* lmce-datalogger-plugin (686,687) - Refs #104 Add initial support for logging Sensor Tripped Events - Los93soL&lt;br /&gt;
* lmce-datalog-database (753) - Refs #104 Add initial support for logging Sensor Tripped Events - Los93soL&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** Start the StorageDevices setup in the background during system start, and restart samba as part of the storage devices setup.&lt;br /&gt;
** Fixes #748 Some MAC addresses would get truncated, Thanks Coley - Los93soL&lt;br /&gt;
* pluto-app-server (145,126) - Do proper check to determine if suspend is supported&lt;br /&gt;
* pluto-website-admin (220) - Fixes #569 Don&#039;t assume calls originate from the US - Los93soL&lt;br /&gt;
* asterisk-pluto (269) - Fixes #570 Attempt to lookup caller name in phone book and correct as possible - Los93sol&lt;br /&gt;
* pluto-asterisk (270,271) - Fixes #570 Attempt to lookup caller name in phone book and correct as possible - Los93soL&lt;br /&gt;
&lt;br /&gt;
== Update 2010-08-29 23259 ==&lt;br /&gt;
* lmce-squeezeslave (763) - Refs #776 wrapper script to start squeezeslave&lt;br /&gt;
* mce-diskless-tools (627,628) - #798 /etc/diskless.conf not being created - merkur2k&lt;br /&gt;
* pluto-app-server (145,126) - #344 Allow power off mode override&lt;br /&gt;
* pluto-asterisk (270,271)&lt;br /&gt;
** Refs #570 Display caller name and picture from LinuxMCE phone book when available - Los93soL&lt;br /&gt;
** Change line ending for create_amp_sipgate_de.pl&lt;br /&gt;
* pluto-slimserver-plugin (424,425) - Refs #776 add squeezeslave template as possible playback device&lt;br /&gt;
* pluto-std-plugins - fix audio album snafu&lt;br /&gt;
* pluto-storage-devices (533) - #799 (re)enable NFS instead of CIFS for internal disk drive sharing - merkur2k&lt;br /&gt;
&lt;br /&gt;
== Upcoming fixes... ==&lt;br /&gt;
&#039;&#039;&#039;Note: Please put the name of the package file and the source and bin package number in this list, followed by a small description of what has changed! Hulu Player is not the name of the package, but lmce-hulu-player. It makes the life of the person, who needs to update the repo a lot easier. Thank you!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* pluto-website-admin (220) #708 - add default media sort options to orbiters page&lt;br /&gt;
&lt;br /&gt;
== Bugfixes ==&lt;br /&gt;
=== Mythtv-plugin fails to install ===&lt;br /&gt;
Install with apt-get install -f &amp;lt;name-of-package&amp;gt;&lt;/div&gt;</summary>
		<author><name>Merkur2k</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=LinuxMCE-0810_beta&amp;diff=24941</id>
		<title>LinuxMCE-0810 beta</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=LinuxMCE-0810_beta&amp;diff=24941"/>
		<updated>2010-08-22T02:54:55Z</updated>

		<summary type="html">&lt;p&gt;Merkur2k: /* Upcoming fixes... */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Software]]&lt;br /&gt;
This page outlines some information about the Beta, as well as outlining any changes and bugfixes we are applying, just like we did with the alpha2 page.&lt;br /&gt;
&lt;br /&gt;
The installation instructions found on the alpha2 page still apply:&lt;br /&gt;
&lt;br /&gt;
==Installing LinuxMCE-0810==&lt;br /&gt;
Please see detailed instruction on how to install LinuxMCE-0810 and keep it up-to-date with the latest updates [[installing 0810|here]].&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-03 22558 ==&lt;br /&gt;
* Build_Replacement_Package - freepbx (ubuntu/asterisk/freepbx) - Ticket #345 - Fixes the issue of installing new modules in FreePBX.&lt;br /&gt;
* pluto-asterisk (270.271) - Phone Lines fixing - asterisk (src/asterisk) - Ticket #374 - Fixes the issue during the creation procedure of a new phone lines via web LinuxMCE Admin. New MessageNet Provider support.&lt;br /&gt;
* pluto-avwizard (555,556) - Fixes #480 - Fails to identify untouched xorg.conf&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** Cleanup in nvidia-config&lt;br /&gt;
** MD WOL Problem fixed&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
** #469 IVR menue will now be regenerated every time a phone line is added.&lt;br /&gt;
** #221 IR commands selection screen now has sort modes to make it easier to sift through all those commands.&lt;br /&gt;
** #219 Various layout improvements to the wizard pages.&lt;br /&gt;
* pluto-xine-player (117,136) - changes for HDMI out&lt;br /&gt;
* pluto-std-plugins (116,135) - Changes to Telecom PlugIn to give proper audio switching behaviour when USB Conference microphones are used for the media director phone. This is of relevance to particular configurations that do not allow concurrent access to the soundcard (such as coax/optical settings). -tschak&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-06 22569 ==&lt;br /&gt;
* pluto-dce-router (154,155) - now depends on lmce-skins-uita&lt;br /&gt;
* pluto-system-database (211) - new lmce-skins-uita package definition&lt;br /&gt;
* lmce-skins-uita (727) - new skin&lt;br /&gt;
* MPlayer_Player (656,657) - Videos that is played by mplayer can now take advantage of vdpau. (Set hw accel to &amp;quot;auto&amp;quot; or &amp;quot;vdpau&amp;quot;)&lt;br /&gt;
* pluto-xine-player (117,136) - don&#039;t stop screen saver when playing audio [http://svn.linuxmce.org/trac.cgi/ticket/486 #486]&lt;br /&gt;
* pluto-orbiter (119,138) - hide xine when playing audio, keeps screen saver visible [http://svn.linuxmce.org/trac.cgi/ticket/486 #486]&lt;br /&gt;
* Update of Zaptel and other kernel related packages to -16&lt;br /&gt;
== Update 2009-12-12 22598 ==&lt;br /&gt;
* pluto-website-admin (220) - sql fix from http://svn.linuxmce.org/trac.cgi/changeset/22567&lt;br /&gt;
* pluto-xine-plugin (118,137) - fix for remote audio cd streaming [http://svn.linuxmce.org/trac.cgi/ticket/470 #470] - still not working&lt;br /&gt;
* pluto-xine-player - refactor screen saver handling&lt;br /&gt;
* pluto-disk-drive (122,141) - fix for remote audio cd streaming [http://svn.linuxmce.org/trac.cgi/ticket/470 #470] - still not working&lt;br /&gt;
* pluto-x-scripts (520,523) - fix for audio over HDMI&lt;br /&gt;
* alsa-lib, alsa-utils, lib64asound2, libasound2 - fix for audio over HDMI&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-14 22600 ==&lt;br /&gt;
* pluto-dcerouter (154,155) - Fixes broken Delay command&lt;br /&gt;
* pluto-libresolution (545,544) - UseEDID HDMI Audio xorg.conf entry&lt;br /&gt;
* pluto-asterisk (270.271) - Fix for Messagenet configuration script (changing Window&#039;s EOL characters)&lt;br /&gt;
* pluto-system-database (211) - Some devicedata changes for dcerouter delay command and DCS-5300G camera&lt;br /&gt;
* pluto-website-admin (220) - fix HDMI selection in web admin&lt;br /&gt;
* pluto-xine-player (117,136) - removed 1 second sleep after play media. refactored code to stop screen saver&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-25 22639 - Christmas fix ==&lt;br /&gt;
* freepbx - removal of chan_vpb.so to circumvent coredumps on system without a Voicetronix board (#519)&lt;br /&gt;
* pluto-avwizard (555,556) - modification of startup scripts to not screw the system upon status calls to the startup scripts&lt;br /&gt;
* pluto-boot-scripts (234)&lt;br /&gt;
** modification of startup scripts to not screw the system upon status calls to the startup scripts&lt;br /&gt;
** updated Backup/Restore functionallity&lt;br /&gt;
** fixes  web admin log links for hybrid MD&lt;br /&gt;
** Make sure only a single logrotate configuration file for LinuxMCE exist&lt;br /&gt;
* pluto-hdhomerun(621,620)- Fixes bug where only 1 tuner was added to mythtv&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Fixes deletion of of hostname from mythconverg.capturecard by creating and using a dummy videosource&lt;br /&gt;
* pluto-simplephone (498,499) - Adds support for password in DeviceData&lt;br /&gt;
* pluto-std-plugins (116,135) - Adds support for specialized interfaces&lt;br /&gt;
* pluto-system-database (211) - Some devicedata changes for SIP phone templates to include devicedata for password&lt;br /&gt;
* pluto-website-admin (220) - Fixes Climate Command Wizard Set Temperature command, Climate Command Wizard also now works with On//Off Climate Devices&lt;br /&gt;
* pluto-orbiter (119,138) - Fixes issue with input devices crashing orbiter [http://svn.linuxmce.org/trac.cgi/ticket/522 #522]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-01-08 22669 ==&lt;br /&gt;
*pluto-boot-scripts (234) &lt;br /&gt;
** Purge_Camera_Archives.pl fixed&lt;br /&gt;
** backup/restore fixed&lt;br /&gt;
** enable_wol called from Startup script - WOL for MDs should work again&lt;br /&gt;
*pluto-motion-wrapper (456,455) - Now calls the purge script every 6 hours and on reload&lt;br /&gt;
*pluto-storage-devices (533) &lt;br /&gt;
** Hostname now added to string to be displayed on orbiters when new drives are detected. &lt;br /&gt;
** Boot partitions will be filtered out also.&lt;br /&gt;
*pluto-system-database (211) - changes to MotionWrapper&#039;s motion.conf default options to use new option names&lt;br /&gt;
&lt;br /&gt;
==  Update 2010-01-16 22689 ==&lt;br /&gt;
* pluto-boot-scripts (234) - new safe_delete.sh script for safely deleting database entries&lt;br /&gt;
* pluto-cm15a (730,731) - new DCE device, CM15A USB interface for X10&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Capture card install now goes directly to the setup wizard&lt;br /&gt;
* pluto-orbiter (119,138) - Capture card install now goes directly to the setup wizard&lt;br /&gt;
* pluto-storage-devices (533) - mount no longer echos out errors during ro filesystem&lt;br /&gt;
* pluto-photo-screen-saver (582,581) - Rotate image according to exif tag [http://svn.linuxmce.org/trac.cgi/ticket/566 #566]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-01-27 22704 ==&lt;br /&gt;
* pluto-photo-screen-saver (582,581) - maintain correct image aspect ratio [http://svn.linuxmce.org/trac.cgi/ticket/568 #568]&lt;br /&gt;
* pluto-vdr (469,468) &lt;br /&gt;
** Use remotetimer for central scheduling&lt;br /&gt;
** Don&#039;t autostart VDR on MD&lt;br /&gt;
** Support VDPAU &lt;br /&gt;
* VDR - We provide our own packages (1.7.11 sources packages from eTobi and free-vdr.de)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-03 22733 ==&lt;br /&gt;
* MythTV - We provide our own packages (0.22 sources packages from mythbuntu )&lt;br /&gt;
* ZWave Lighting (505,506) - Wizard bugfix&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-08 22754 ==&lt;br /&gt;
* Hulu PlugIn (737,738) - Initial Beta of Hulu Support&lt;br /&gt;
* Hulu Player (739,740) - from TSCHAK&lt;br /&gt;
* Game Player (673,674) - Added support for custom controller files to Game Player - see TankStick DT #2100 for an example.&lt;br /&gt;
* pluto-std-plugins - fixes #587&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-10 22758 ==&lt;br /&gt;
* pluto-boot-script (234)- Add Activate Orbiter to KDE desktop (#596)&lt;br /&gt;
* mce-diskless-tools (627,628) - Add a link to the desktop to call Activate Orbiter (#596)&lt;br /&gt;
* linux-diskless-image (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
* alsa-modules (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
* zaptel-modules (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-12 22763 ==&lt;br /&gt;
* new-installer &lt;br /&gt;
** changes in kdm link management&lt;br /&gt;
** verify kubuntu-desktop is installed&lt;br /&gt;
* pluto-boot-script (234) - Fix copying of desktop link to activate Orbiter into root&#039;s Desktop dir&lt;br /&gt;
* pluto-vdr (469,468) - Only backup setup.conf if it exists.&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-13 22765 ==&lt;br /&gt;
* pluto-std-plugins - fixes #587&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-14 22768 ==&lt;br /&gt;
* pluto-xine-player (117,136) - removed dependency for libxine1-ffmpeg&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-16 22777 ==&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
** Fixes event criteria for PK_EventParameter [http://svn.linuxmce.org/trac.cgi/ticket/602 #602]&lt;br /&gt;
** Fixes time of day - can now check againt hh:mm:ss [http://svn.linuxmce.org/trac.cgi/ticket/605 #605]&lt;br /&gt;
** Fixed bug introduced in the two fixes above [http://svn.linuxmce.org/trac.cgi/ticket/608 #608]&lt;br /&gt;
* pluto-vdr (468,469) - Remove SourceCaps entries from default setup.conf&lt;br /&gt;
* pluto-system-database (211) - Hulu Player/PlugIn changes&lt;br /&gt;
* Hulu PlugIn (737,738) - device template constant fixes&lt;br /&gt;
* Hulu Player (739,740) - device template constant fixes&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-18 22795 ==&lt;br /&gt;
* pluto-proxy-orbiter (487,488) Fixes [http://svn.linuxmce.org/trac.cgi/ticket/610 #610]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-23 22803 ==&lt;br /&gt;
* pluto-boot-script (234) &lt;br /&gt;
** Install zaptel-modules and load ztdummy for meetme&lt;br /&gt;
** Disable KDE screensaver upon KDE Desktop start (fixes #600)&lt;br /&gt;
* pluto-dhcpd-plugin (302) - Make sure to transfer database secret into sip_additional.conf&lt;br /&gt;
* pluto-orbiter (119,138) - Color fixes&lt;br /&gt;
* pluto-proxy-orbiter (488,487) - Color fixes - thanks radu&lt;br /&gt;
* pluto-vdr (468,469)&lt;br /&gt;
** Only create setup.conf if it does not contain a remotetimers entry&lt;br /&gt;
** Disable shutdown of system from VDR&lt;br /&gt;
* v4l2-firmware (733) - Added new firmware drivers to support a broader range of DVB cards&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-28 22812 ==&lt;br /&gt;
&lt;br /&gt;
Hulu Now works, and the HAI Omni Security panel driver has been checked in and integrated.&lt;br /&gt;
&lt;br /&gt;
* pluto-system-database (211) - Addition of buttons to Hulu Remote (tschak)&lt;br /&gt;
* lmce-hulu-player (739,740) - Hulu Player now uses Hulu Desktop&#039;s LIRCD port via a fake LIRCD Server. (tschak)&lt;br /&gt;
* 751  	HAI Control Program&lt;br /&gt;
* 750 	HAI Control Program Source&lt;br /&gt;
* 749  	LinuxMCE HAI Omni RS232 Panel Support&lt;br /&gt;
* 748 	LinuxMCE HAI Omni RS232 Panel Support Source&lt;br /&gt;
* pluto-zwave-lighting (505,506) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/620 #620] multi instance support for sensors&lt;br /&gt;
* pluto-mplayer-player (657,656) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/471 #471] Finally committed vdpau support for mplayer&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-07 22832 ==&lt;br /&gt;
&lt;br /&gt;
* pluto-zwave-lighting (505,506) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/620 #620] make command for child work again&lt;br /&gt;
* pluto-system-database (211) - new package and package changes for datalogger plugin&lt;br /&gt;
* lmce-datalog-database (753) - datalogger database, refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630]&lt;br /&gt;
* lmce-datalogger-plugin (686,687) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630] install automatically, configurable graph display&lt;br /&gt;
* lmce-datalog-db (688,689) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630]&lt;br /&gt;
* pluto-website-admin (220) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630], [http://svn.linuxmce.org/trac.cgi/ticket/633 #633], fix for some attribute names not showing up in media browser page, improvements to datalogger section&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/637 #637] allow event plugin to reload configuration without a router reload&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-14 22853 ==&lt;br /&gt;
* pluto-website-admin (220) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/637 #637] Reload event plugin configuration when events change (no need to reload router anymore, except after adding/deleting event commands), [http://svn.linuxmce.org/trac.cgi/ticket/648 #648] Fix device template adding to avoid sqlCVS commit problems&lt;br /&gt;
* pluto-orbiter (119,138) [http://svn.linuxmce.org/trac.cgi/ticket/647 #647] Enable event mapping for mouse buttons&lt;br /&gt;
* pluto-system-database (211) [http://svn.linuxmce.org/trac.cgi/ticket/646 #646] Device template for Logitech MX Air mouse&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/651 #651] fix router crash with boolean event parameters&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-23 22876 ==&lt;br /&gt;
* pluto-std-plugins (116,135) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], media plugin supports play all for pictures&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], picture viewer&lt;br /&gt;
* lmce-picture-plugin (756,757) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], picture plugin&lt;br /&gt;
* Pluto PNP Detection Scripts (562), added detection script for Pioneer Elite series of Receivers&lt;br /&gt;
* Pluto Capture Card Setup Scripts (580), added input change scripts for various capture cards&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-08 22883 ==&lt;br /&gt;
* pluto-boot-script (234) - Change smb.conf template to disable unix extension.&lt;br /&gt;
* pluto-website-admin (220) - [http://svn.linuxmce.org/trac.cgi/ticket/662 Fixes #662]&lt;br /&gt;
* lmce-picture-plugin (756,757) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650] fix pause of slideshow&lt;br /&gt;
* pluto-system-database (211) [http://svn.linuxmce.org/trac.cgi/ticket/650 #650] designer changes for picture viewer&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-14 22889 *CLOUD Release* ==&lt;br /&gt;
*  pluto-system-database (211) changes to the repository information for a package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-28 22898  ==&lt;br /&gt;
* pluto-website-admin (220) - [http://svn.linuxmce.org/trac.cgi/ticket/662 Fixes #662 (again ;) )]&lt;br /&gt;
* pluto-system-database (211) - sqlCVS additions for the SmartQ V7 MID&lt;br /&gt;
* pluto-updateentarea (341,342) - code in Setup to allow for devices in the MID category to get media scenarios.&lt;br /&gt;
* pluto-storage-devices (533) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/672 #672]&lt;br /&gt;
* mce-diskless-tools (627,628) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/655 #655]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-05-20 22958 ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* pluto-orbitergen (226,227) - Orbitergen changed to specify that MIDs are on-screen orbiters. This may change in the future, but I need to test something... --[[User:Tschak909|Tschak909]] 06:22, 9 May 2010 (CEST)&lt;br /&gt;
* pluto-system-database (211) - [http://svn.linuxmce.org/trac.cgi/ticket/684 Toshiba RAS series IR control template]&lt;br /&gt;
* pluto-generic-serial-device (307,335) - [http://svn.linuxmce.org/trac.cgi/ticket/685 access return parameters in GSD device]&lt;br /&gt;
* mythtv-0.23&lt;br /&gt;
&lt;br /&gt;
== Update 2010-05-20 22959 ==&lt;br /&gt;
* lmce-update-system (650,651) - Setup pinning to the LinuxMCE repository&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - MythTV 0.23 support has been baked in. Thanks mandingo&lt;br /&gt;
* pluto-mythtv-player (133,152)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-01 23002 ==&lt;br /&gt;
* lmce-hulu-player (739,740) - changed the accept() loop to be non-blocking, fixing the hung hulu player issue when the router needs to reload. -TSCHAK &lt;br /&gt;
* mce-diskless-tools (627,628) - cBuckle sent in a bugfix that prevented media directors with more than one NIC from properly being detected. We now assume the booting NIC is eth0. Thanks cBuckle! -TSCHKA&lt;br /&gt;
* pluto-website-admin (220) - Fixes #705, and #706 -TSCHAK&lt;br /&gt;
* pluto-system-database (211) - Fixes to QuickStartTemplate so icons will show. -TSCHAK&lt;br /&gt;
* pluto-std-plugins (116,135) - Fix to General Info Plugin so that it will properly show PNG images&lt;br /&gt;
* pluto-boot-scripts (234) - Fix to UpdateQuickStartIcons.sh to download quick start icons and convert to PNG if needed.&lt;br /&gt;
* lmce-update-system (650,651) - Fix preferences file&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-07 23036 ==&lt;br /&gt;
* pluto-asterisk (270.271) - Fix initial for no voicemail greetings after setup wizard (thanks los93sol)&lt;br /&gt;
* pluto-vdr (469,468) &lt;br /&gt;
** Syntax error fix in StartVDRClient - should start correct on MDs now.&lt;br /&gt;
** Add a default remote.conf so people can use the keyboard to control VDR.&lt;br /&gt;
* pluto-system-database (211) - Add support for TED5000 and Energy Monitoring Events to be used by future devices&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-09 23046 ==&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs #650, start picture viewer minimized&lt;br /&gt;
* pluto-website-admin (220) - Change wording of VDR error message to better reflect what&#039;s going on.&lt;br /&gt;
* v4l2-Modules (732) - Fix debian package naming to allow proper install of dkms package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-10 23047 ==&lt;br /&gt;
* v4l2-Modules (732) - Fix Debian package naming to allow proper install of dkms package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-14 23070 ==&lt;br /&gt;
* pluto-std-plugins (116,135) - Fix to General Info Plugin to allow Firefox Bookmarks to work again. Please test!&lt;br /&gt;
* pluto-boot-scripts (234) - Modify Mozilla.sh to properly output a profile where bookmarks work again.&lt;br /&gt;
* mce-diskless-tools (627,628) - Modify DisklessInteractor to always return i386 until we get a working amd64 build again.&lt;br /&gt;
* vdr - Update to version 1.7.15 &lt;br /&gt;
** Get rid of a few patches&lt;br /&gt;
** Fixes for sound decoding in Denmark&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-18 23082 ==&lt;br /&gt;
* lmce-datalogger-plugin (686,687)&lt;br /&gt;
* lmce-datalog-database (753)&lt;br /&gt;
* pluto-boot-scripts (234)&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
* asterisk-pluto (269)&lt;br /&gt;
* pluto-asterisk (270,271)&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
* pluto-mythtv-player (133,152) - Fix the missing MythTV Setup in Computing. as the Quick Start Template has moved rows.&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Fixes #732 - Storage devices not locally attached to core are not added to mythtv storage groups and cleans up some error messages&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-28 23119 ==&lt;br /&gt;
* asterisk-pluto (269) - Fix fire SOS event and dialplan cleanup - Los93soL&lt;br /&gt;
* freepbx - Fix fire SOS event and dialplan cleanup - Los93soL&lt;br /&gt;
* mjproxy (760,761)&lt;br /&gt;
* pluto-dhcpd-plugin (302) - update configure scripts for grandstream and snom 3xx phones for support of database secret.&lt;br /&gt;
* pluto-mythtv-player (133,152) - Bug #737 - MH Play Media can now set initial channel&lt;br /&gt;
* pluto-std-plugins (116,135) - Bug #736 - CMD_Delete_File in Media PlugIn now will not allow deletion of arbitrary files from the disk, lots of sanity checks. Support for deleting voicemails.&lt;br /&gt;
* pluto-system-database (211)&lt;br /&gt;
* pluto-xine-player (117,136) - enable subtitle support&lt;br /&gt;
* pluto-vdr (468,469) - Bug #737 - MH Play Media can now set initial channel&lt;br /&gt;
* pluto-website-admin (220) - Adds energy monitor that uses state change #677&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-03  ==&lt;br /&gt;
*asterisk-pluto (269)&lt;br /&gt;
** Fix pluto sos menu generates the voice dialogs now&lt;br /&gt;
** Update caller id when sos menu calls out&lt;br /&gt;
*freepbx&lt;br /&gt;
** General dialplan cleanup&lt;br /&gt;
** FreePBX system status works now&lt;br /&gt;
** Fix warnings when updating modules list in FreePBX&lt;br /&gt;
*lmce-hai-omni-rs232 (748,749) - Make sure HAI created devices set HAI as the controlled via device&lt;br /&gt;
*pluto-asterisk (270,271)&lt;br /&gt;
** Update create scripts and abstract redundant code&lt;br /&gt;
** Keep Line_HouseMode in sync when trunks are deleted&lt;br /&gt;
** Transfers are working again&lt;br /&gt;
*pluto-website-admin (220) - Don&#039;t display phone trunk passwords in web admin&lt;br /&gt;
*pluto-dhcpd-plugin (302) - Cisco 7960 (with SIP firmware) will use sip secret now&lt;br /&gt;
*pluto-std-plugins (116,135) - CRITICAL MEDIA PLUGIN FIX IN CMD_Set_Media_Private which was causing the router to rapidly crash due to odd data coming in from MythTV PlugIn. Will investigate further, but this does stop the crashes.&lt;br /&gt;
*pluto-mythtv-plugin (136,152) - Add changes to MythTvSyncDB.sh to always set AlwaysStreamFiles to 1 for media directors.&lt;br /&gt;
*lmce-hulu-player (744,745) - somehow, an older package snuck in. This needs to be rebuilt to fix the hanging bug that somehow reappeared. Yes, I went back and checked the checked in code from a fresh checkin, this will fix it&lt;br /&gt;
*pluto-storage-devices (533) - Added dependencies for nbd-client and nbd-server so that remote playing of DVDs will work, correctly. (Fixes #743)&lt;br /&gt;
* pluto-proxy-orbiter - updates from Dianemo&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-06 23148 ==&lt;br /&gt;
* freepbx - Changelog updated to get a new version number&lt;br /&gt;
* pluto-asterisk (270,271) - Add support for making announcements to phones&lt;br /&gt;
* pluto-dhcpd-plugin (302) - Define helper script as a perl script&lt;br /&gt;
* pluto-std-plugins (116,135) - Small speed up fix for video file list &lt;br /&gt;
* pluto-text-to-speech (283,284) - Add support for making announcements to phones&lt;br /&gt;
* pluto-website-admin (220) - Updates to the new weborbiter&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-14 23155 ==&lt;br /&gt;
* pluto-asterisk (270,271) - Only send extra channel options for transfers when an extra channel is there, also fixes to viatalk create script so things work nicely again&lt;br /&gt;
* pluto-simplephone (498,499) - Whoops!  Missed this package a few days ago, fixes Orbiter phones so they connect with the SIP secret&lt;br /&gt;
* pluto-system-database (211) - Updates to the Size table to include older iPhone/iPod Touch sizes, as well as iPhone4 size.&lt;br /&gt;
* pluto-mythtv-plugin (136,152) - Fixed some incorrect behavior with generating mythtv storage groups&lt;br /&gt;
* lmce-launch-manager (299,298) - Fixed the StartCoreServices.sh from passing wrong Device_ID to Sync2amp.pl causing NAS passwords to become scrabled.&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-16 23161 ==&lt;br /&gt;
* pluto-proxy-orbiter (487,488) - now with committed fixes for the 404 in 7970&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-17 23165 == &lt;br /&gt;
* pluto-boot-scripts (234) - New startup script for the Launch Manager (fixes #753)&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
** Weborbiter: add missing getNews function (fixes #755)&lt;br /&gt;
** Weborbiter: keep trying to get images/data when an communication error occurs&lt;br /&gt;
** Weborbiter: fix keyboard processing (fixes #754)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-27 23202 ==&lt;br /&gt;
* asterisk-pluto (269) - Generate all speech for pluto-sos-menus, and generate /etc/asterisk/extensions_custom.conf completely dynamically - Los93soL&lt;br /&gt;
* libxine - Refs [http://svn.linuxmce.org/trac.cgi/ticket/535 #535], Backport of newer Matroska container support form lib-xine 1.1.17.&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], fixes alpha blending of picture viewer&lt;br /&gt;
* pluto-boot-scripts (234) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/758 #758], Fix cameras on MDs by using NFS mount for the camera dir&lt;br /&gt;
* pluto-updatemedia (405,406) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/651 #434], Different handling for VDR files - WARNING!! Playback of VDR recording from video is still not possible!&lt;br /&gt;
* pluto-website-admin (220) - Make sure the phone system is updated with changes made to cell phone notifications via web admin - Los93soL&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs #315 Should fix most of the call transfer issues, please test thoroughly - Los93soL&lt;br /&gt;
&lt;br /&gt;
== Update 2010-08-02 23227 ==&lt;br /&gt;
* lmce-datalogger-plugin (686,687) - Refs #104 Add initial support for logging Sensor Tripped Events - Los93soL&lt;br /&gt;
* lmce-datalog-database (753) - Refs #104 Add initial support for logging Sensor Tripped Events - Los93soL&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** Start the StorageDevices setup in the background during system start, and restart samba as part of the storage devices setup.&lt;br /&gt;
** Fixes #748 Some MAC addresses would get truncated, Thanks Coley - Los93soL&lt;br /&gt;
* pluto-app-server (145,126) - Do proper check to determine if suspend is supported&lt;br /&gt;
* pluto-website-admin (220) - Fixes #569 Don&#039;t assume calls originate from the US - Los93soL&lt;br /&gt;
* asterisk-pluto (269) - Fixes #570 Attempt to lookup caller name in phone book and correct as possible - Los93sol&lt;br /&gt;
* pluto-asterisk (270,271) - Fixes #570 Attempt to lookup caller name in phone book and correct as possible - Los93soL&lt;br /&gt;
&lt;br /&gt;
== Upcoming fixes... ==&lt;br /&gt;
&#039;&#039;&#039;Note: Please put the name of the package file and the source and bin package number in this list, followed by a small description of what has changed! Hulu Player is not the name of the package, but lmce-hulu-player. It makes the life of the person, who needs to update the repo a lot easier. Thank you!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* pluto-app-server (145,126) - #344 Allow power off mode override&lt;br /&gt;
* pluto-asterisk (270,271)&lt;br /&gt;
** Refs #570 Display caller name and picture from LinuxMCE phone book when available - Los93soL&lt;br /&gt;
** Change line ending for create_amp_sipgate_de.pl&lt;br /&gt;
* mce-diskless-tools (627,628) - #798 /etc/diskless.conf not being created - merkur2k&lt;br /&gt;
* pluto-storage-devices (533) - #799 (re)enable NFS instead of CIFS for internal disk drive sharing - merkur2k&lt;br /&gt;
&lt;br /&gt;
== Bugfixes ==&lt;br /&gt;
=== Mythtv-plugin fails to install ===&lt;br /&gt;
Install with apt-get install -f &amp;lt;name-of-package&amp;gt;&lt;/div&gt;</summary>
		<author><name>Merkur2k</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=LinuxMCE-0810_beta&amp;diff=24940</id>
		<title>LinuxMCE-0810 beta</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=LinuxMCE-0810_beta&amp;diff=24940"/>
		<updated>2010-08-22T02:54:35Z</updated>

		<summary type="html">&lt;p&gt;Merkur2k: /* Upcoming fixes... */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Software]]&lt;br /&gt;
This page outlines some information about the Beta, as well as outlining any changes and bugfixes we are applying, just like we did with the alpha2 page.&lt;br /&gt;
&lt;br /&gt;
The installation instructions found on the alpha2 page still apply:&lt;br /&gt;
&lt;br /&gt;
==Installing LinuxMCE-0810==&lt;br /&gt;
Please see detailed instruction on how to install LinuxMCE-0810 and keep it up-to-date with the latest updates [[installing 0810|here]].&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-03 22558 ==&lt;br /&gt;
* Build_Replacement_Package - freepbx (ubuntu/asterisk/freepbx) - Ticket #345 - Fixes the issue of installing new modules in FreePBX.&lt;br /&gt;
* pluto-asterisk (270.271) - Phone Lines fixing - asterisk (src/asterisk) - Ticket #374 - Fixes the issue during the creation procedure of a new phone lines via web LinuxMCE Admin. New MessageNet Provider support.&lt;br /&gt;
* pluto-avwizard (555,556) - Fixes #480 - Fails to identify untouched xorg.conf&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** Cleanup in nvidia-config&lt;br /&gt;
** MD WOL Problem fixed&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
** #469 IVR menue will now be regenerated every time a phone line is added.&lt;br /&gt;
** #221 IR commands selection screen now has sort modes to make it easier to sift through all those commands.&lt;br /&gt;
** #219 Various layout improvements to the wizard pages.&lt;br /&gt;
* pluto-xine-player (117,136) - changes for HDMI out&lt;br /&gt;
* pluto-std-plugins (116,135) - Changes to Telecom PlugIn to give proper audio switching behaviour when USB Conference microphones are used for the media director phone. This is of relevance to particular configurations that do not allow concurrent access to the soundcard (such as coax/optical settings). -tschak&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-06 22569 ==&lt;br /&gt;
* pluto-dce-router (154,155) - now depends on lmce-skins-uita&lt;br /&gt;
* pluto-system-database (211) - new lmce-skins-uita package definition&lt;br /&gt;
* lmce-skins-uita (727) - new skin&lt;br /&gt;
* MPlayer_Player (656,657) - Videos that is played by mplayer can now take advantage of vdpau. (Set hw accel to &amp;quot;auto&amp;quot; or &amp;quot;vdpau&amp;quot;)&lt;br /&gt;
* pluto-xine-player (117,136) - don&#039;t stop screen saver when playing audio [http://svn.linuxmce.org/trac.cgi/ticket/486 #486]&lt;br /&gt;
* pluto-orbiter (119,138) - hide xine when playing audio, keeps screen saver visible [http://svn.linuxmce.org/trac.cgi/ticket/486 #486]&lt;br /&gt;
* Update of Zaptel and other kernel related packages to -16&lt;br /&gt;
== Update 2009-12-12 22598 ==&lt;br /&gt;
* pluto-website-admin (220) - sql fix from http://svn.linuxmce.org/trac.cgi/changeset/22567&lt;br /&gt;
* pluto-xine-plugin (118,137) - fix for remote audio cd streaming [http://svn.linuxmce.org/trac.cgi/ticket/470 #470] - still not working&lt;br /&gt;
* pluto-xine-player - refactor screen saver handling&lt;br /&gt;
* pluto-disk-drive (122,141) - fix for remote audio cd streaming [http://svn.linuxmce.org/trac.cgi/ticket/470 #470] - still not working&lt;br /&gt;
* pluto-x-scripts (520,523) - fix for audio over HDMI&lt;br /&gt;
* alsa-lib, alsa-utils, lib64asound2, libasound2 - fix for audio over HDMI&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-14 22600 ==&lt;br /&gt;
* pluto-dcerouter (154,155) - Fixes broken Delay command&lt;br /&gt;
* pluto-libresolution (545,544) - UseEDID HDMI Audio xorg.conf entry&lt;br /&gt;
* pluto-asterisk (270.271) - Fix for Messagenet configuration script (changing Window&#039;s EOL characters)&lt;br /&gt;
* pluto-system-database (211) - Some devicedata changes for dcerouter delay command and DCS-5300G camera&lt;br /&gt;
* pluto-website-admin (220) - fix HDMI selection in web admin&lt;br /&gt;
* pluto-xine-player (117,136) - removed 1 second sleep after play media. refactored code to stop screen saver&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-25 22639 - Christmas fix ==&lt;br /&gt;
* freepbx - removal of chan_vpb.so to circumvent coredumps on system without a Voicetronix board (#519)&lt;br /&gt;
* pluto-avwizard (555,556) - modification of startup scripts to not screw the system upon status calls to the startup scripts&lt;br /&gt;
* pluto-boot-scripts (234)&lt;br /&gt;
** modification of startup scripts to not screw the system upon status calls to the startup scripts&lt;br /&gt;
** updated Backup/Restore functionallity&lt;br /&gt;
** fixes  web admin log links for hybrid MD&lt;br /&gt;
** Make sure only a single logrotate configuration file for LinuxMCE exist&lt;br /&gt;
* pluto-hdhomerun(621,620)- Fixes bug where only 1 tuner was added to mythtv&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Fixes deletion of of hostname from mythconverg.capturecard by creating and using a dummy videosource&lt;br /&gt;
* pluto-simplephone (498,499) - Adds support for password in DeviceData&lt;br /&gt;
* pluto-std-plugins (116,135) - Adds support for specialized interfaces&lt;br /&gt;
* pluto-system-database (211) - Some devicedata changes for SIP phone templates to include devicedata for password&lt;br /&gt;
* pluto-website-admin (220) - Fixes Climate Command Wizard Set Temperature command, Climate Command Wizard also now works with On//Off Climate Devices&lt;br /&gt;
* pluto-orbiter (119,138) - Fixes issue with input devices crashing orbiter [http://svn.linuxmce.org/trac.cgi/ticket/522 #522]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-01-08 22669 ==&lt;br /&gt;
*pluto-boot-scripts (234) &lt;br /&gt;
** Purge_Camera_Archives.pl fixed&lt;br /&gt;
** backup/restore fixed&lt;br /&gt;
** enable_wol called from Startup script - WOL for MDs should work again&lt;br /&gt;
*pluto-motion-wrapper (456,455) - Now calls the purge script every 6 hours and on reload&lt;br /&gt;
*pluto-storage-devices (533) &lt;br /&gt;
** Hostname now added to string to be displayed on orbiters when new drives are detected. &lt;br /&gt;
** Boot partitions will be filtered out also.&lt;br /&gt;
*pluto-system-database (211) - changes to MotionWrapper&#039;s motion.conf default options to use new option names&lt;br /&gt;
&lt;br /&gt;
==  Update 2010-01-16 22689 ==&lt;br /&gt;
* pluto-boot-scripts (234) - new safe_delete.sh script for safely deleting database entries&lt;br /&gt;
* pluto-cm15a (730,731) - new DCE device, CM15A USB interface for X10&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Capture card install now goes directly to the setup wizard&lt;br /&gt;
* pluto-orbiter (119,138) - Capture card install now goes directly to the setup wizard&lt;br /&gt;
* pluto-storage-devices (533) - mount no longer echos out errors during ro filesystem&lt;br /&gt;
* pluto-photo-screen-saver (582,581) - Rotate image according to exif tag [http://svn.linuxmce.org/trac.cgi/ticket/566 #566]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-01-27 22704 ==&lt;br /&gt;
* pluto-photo-screen-saver (582,581) - maintain correct image aspect ratio [http://svn.linuxmce.org/trac.cgi/ticket/568 #568]&lt;br /&gt;
* pluto-vdr (469,468) &lt;br /&gt;
** Use remotetimer for central scheduling&lt;br /&gt;
** Don&#039;t autostart VDR on MD&lt;br /&gt;
** Support VDPAU &lt;br /&gt;
* VDR - We provide our own packages (1.7.11 sources packages from eTobi and free-vdr.de)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-03 22733 ==&lt;br /&gt;
* MythTV - We provide our own packages (0.22 sources packages from mythbuntu )&lt;br /&gt;
* ZWave Lighting (505,506) - Wizard bugfix&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-08 22754 ==&lt;br /&gt;
* Hulu PlugIn (737,738) - Initial Beta of Hulu Support&lt;br /&gt;
* Hulu Player (739,740) - from TSCHAK&lt;br /&gt;
* Game Player (673,674) - Added support for custom controller files to Game Player - see TankStick DT #2100 for an example.&lt;br /&gt;
* pluto-std-plugins - fixes #587&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-10 22758 ==&lt;br /&gt;
* pluto-boot-script (234)- Add Activate Orbiter to KDE desktop (#596)&lt;br /&gt;
* mce-diskless-tools (627,628) - Add a link to the desktop to call Activate Orbiter (#596)&lt;br /&gt;
* linux-diskless-image (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
* alsa-modules (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
* zaptel-modules (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-12 22763 ==&lt;br /&gt;
* new-installer &lt;br /&gt;
** changes in kdm link management&lt;br /&gt;
** verify kubuntu-desktop is installed&lt;br /&gt;
* pluto-boot-script (234) - Fix copying of desktop link to activate Orbiter into root&#039;s Desktop dir&lt;br /&gt;
* pluto-vdr (469,468) - Only backup setup.conf if it exists.&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-13 22765 ==&lt;br /&gt;
* pluto-std-plugins - fixes #587&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-14 22768 ==&lt;br /&gt;
* pluto-xine-player (117,136) - removed dependency for libxine1-ffmpeg&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-16 22777 ==&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
** Fixes event criteria for PK_EventParameter [http://svn.linuxmce.org/trac.cgi/ticket/602 #602]&lt;br /&gt;
** Fixes time of day - can now check againt hh:mm:ss [http://svn.linuxmce.org/trac.cgi/ticket/605 #605]&lt;br /&gt;
** Fixed bug introduced in the two fixes above [http://svn.linuxmce.org/trac.cgi/ticket/608 #608]&lt;br /&gt;
* pluto-vdr (468,469) - Remove SourceCaps entries from default setup.conf&lt;br /&gt;
* pluto-system-database (211) - Hulu Player/PlugIn changes&lt;br /&gt;
* Hulu PlugIn (737,738) - device template constant fixes&lt;br /&gt;
* Hulu Player (739,740) - device template constant fixes&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-18 22795 ==&lt;br /&gt;
* pluto-proxy-orbiter (487,488) Fixes [http://svn.linuxmce.org/trac.cgi/ticket/610 #610]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-23 22803 ==&lt;br /&gt;
* pluto-boot-script (234) &lt;br /&gt;
** Install zaptel-modules and load ztdummy for meetme&lt;br /&gt;
** Disable KDE screensaver upon KDE Desktop start (fixes #600)&lt;br /&gt;
* pluto-dhcpd-plugin (302) - Make sure to transfer database secret into sip_additional.conf&lt;br /&gt;
* pluto-orbiter (119,138) - Color fixes&lt;br /&gt;
* pluto-proxy-orbiter (488,487) - Color fixes - thanks radu&lt;br /&gt;
* pluto-vdr (468,469)&lt;br /&gt;
** Only create setup.conf if it does not contain a remotetimers entry&lt;br /&gt;
** Disable shutdown of system from VDR&lt;br /&gt;
* v4l2-firmware (733) - Added new firmware drivers to support a broader range of DVB cards&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-28 22812 ==&lt;br /&gt;
&lt;br /&gt;
Hulu Now works, and the HAI Omni Security panel driver has been checked in and integrated.&lt;br /&gt;
&lt;br /&gt;
* pluto-system-database (211) - Addition of buttons to Hulu Remote (tschak)&lt;br /&gt;
* lmce-hulu-player (739,740) - Hulu Player now uses Hulu Desktop&#039;s LIRCD port via a fake LIRCD Server. (tschak)&lt;br /&gt;
* 751  	HAI Control Program&lt;br /&gt;
* 750 	HAI Control Program Source&lt;br /&gt;
* 749  	LinuxMCE HAI Omni RS232 Panel Support&lt;br /&gt;
* 748 	LinuxMCE HAI Omni RS232 Panel Support Source&lt;br /&gt;
* pluto-zwave-lighting (505,506) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/620 #620] multi instance support for sensors&lt;br /&gt;
* pluto-mplayer-player (657,656) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/471 #471] Finally committed vdpau support for mplayer&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-07 22832 ==&lt;br /&gt;
&lt;br /&gt;
* pluto-zwave-lighting (505,506) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/620 #620] make command for child work again&lt;br /&gt;
* pluto-system-database (211) - new package and package changes for datalogger plugin&lt;br /&gt;
* lmce-datalog-database (753) - datalogger database, refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630]&lt;br /&gt;
* lmce-datalogger-plugin (686,687) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630] install automatically, configurable graph display&lt;br /&gt;
* lmce-datalog-db (688,689) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630]&lt;br /&gt;
* pluto-website-admin (220) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630], [http://svn.linuxmce.org/trac.cgi/ticket/633 #633], fix for some attribute names not showing up in media browser page, improvements to datalogger section&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/637 #637] allow event plugin to reload configuration without a router reload&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-14 22853 ==&lt;br /&gt;
* pluto-website-admin (220) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/637 #637] Reload event plugin configuration when events change (no need to reload router anymore, except after adding/deleting event commands), [http://svn.linuxmce.org/trac.cgi/ticket/648 #648] Fix device template adding to avoid sqlCVS commit problems&lt;br /&gt;
* pluto-orbiter (119,138) [http://svn.linuxmce.org/trac.cgi/ticket/647 #647] Enable event mapping for mouse buttons&lt;br /&gt;
* pluto-system-database (211) [http://svn.linuxmce.org/trac.cgi/ticket/646 #646] Device template for Logitech MX Air mouse&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/651 #651] fix router crash with boolean event parameters&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-23 22876 ==&lt;br /&gt;
* pluto-std-plugins (116,135) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], media plugin supports play all for pictures&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], picture viewer&lt;br /&gt;
* lmce-picture-plugin (756,757) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], picture plugin&lt;br /&gt;
* Pluto PNP Detection Scripts (562), added detection script for Pioneer Elite series of Receivers&lt;br /&gt;
* Pluto Capture Card Setup Scripts (580), added input change scripts for various capture cards&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-08 22883 ==&lt;br /&gt;
* pluto-boot-script (234) - Change smb.conf template to disable unix extension.&lt;br /&gt;
* pluto-website-admin (220) - [http://svn.linuxmce.org/trac.cgi/ticket/662 Fixes #662]&lt;br /&gt;
* lmce-picture-plugin (756,757) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650] fix pause of slideshow&lt;br /&gt;
* pluto-system-database (211) [http://svn.linuxmce.org/trac.cgi/ticket/650 #650] designer changes for picture viewer&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-14 22889 *CLOUD Release* ==&lt;br /&gt;
*  pluto-system-database (211) changes to the repository information for a package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-28 22898  ==&lt;br /&gt;
* pluto-website-admin (220) - [http://svn.linuxmce.org/trac.cgi/ticket/662 Fixes #662 (again ;) )]&lt;br /&gt;
* pluto-system-database (211) - sqlCVS additions for the SmartQ V7 MID&lt;br /&gt;
* pluto-updateentarea (341,342) - code in Setup to allow for devices in the MID category to get media scenarios.&lt;br /&gt;
* pluto-storage-devices (533) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/672 #672]&lt;br /&gt;
* mce-diskless-tools (627,628) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/655 #655]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-05-20 22958 ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* pluto-orbitergen (226,227) - Orbitergen changed to specify that MIDs are on-screen orbiters. This may change in the future, but I need to test something... --[[User:Tschak909|Tschak909]] 06:22, 9 May 2010 (CEST)&lt;br /&gt;
* pluto-system-database (211) - [http://svn.linuxmce.org/trac.cgi/ticket/684 Toshiba RAS series IR control template]&lt;br /&gt;
* pluto-generic-serial-device (307,335) - [http://svn.linuxmce.org/trac.cgi/ticket/685 access return parameters in GSD device]&lt;br /&gt;
* mythtv-0.23&lt;br /&gt;
&lt;br /&gt;
== Update 2010-05-20 22959 ==&lt;br /&gt;
* lmce-update-system (650,651) - Setup pinning to the LinuxMCE repository&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - MythTV 0.23 support has been baked in. Thanks mandingo&lt;br /&gt;
* pluto-mythtv-player (133,152)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-01 23002 ==&lt;br /&gt;
* lmce-hulu-player (739,740) - changed the accept() loop to be non-blocking, fixing the hung hulu player issue when the router needs to reload. -TSCHAK &lt;br /&gt;
* mce-diskless-tools (627,628) - cBuckle sent in a bugfix that prevented media directors with more than one NIC from properly being detected. We now assume the booting NIC is eth0. Thanks cBuckle! -TSCHKA&lt;br /&gt;
* pluto-website-admin (220) - Fixes #705, and #706 -TSCHAK&lt;br /&gt;
* pluto-system-database (211) - Fixes to QuickStartTemplate so icons will show. -TSCHAK&lt;br /&gt;
* pluto-std-plugins (116,135) - Fix to General Info Plugin so that it will properly show PNG images&lt;br /&gt;
* pluto-boot-scripts (234) - Fix to UpdateQuickStartIcons.sh to download quick start icons and convert to PNG if needed.&lt;br /&gt;
* lmce-update-system (650,651) - Fix preferences file&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-07 23036 ==&lt;br /&gt;
* pluto-asterisk (270.271) - Fix initial for no voicemail greetings after setup wizard (thanks los93sol)&lt;br /&gt;
* pluto-vdr (469,468) &lt;br /&gt;
** Syntax error fix in StartVDRClient - should start correct on MDs now.&lt;br /&gt;
** Add a default remote.conf so people can use the keyboard to control VDR.&lt;br /&gt;
* pluto-system-database (211) - Add support for TED5000 and Energy Monitoring Events to be used by future devices&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-09 23046 ==&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs #650, start picture viewer minimized&lt;br /&gt;
* pluto-website-admin (220) - Change wording of VDR error message to better reflect what&#039;s going on.&lt;br /&gt;
* v4l2-Modules (732) - Fix debian package naming to allow proper install of dkms package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-10 23047 ==&lt;br /&gt;
* v4l2-Modules (732) - Fix Debian package naming to allow proper install of dkms package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-14 23070 ==&lt;br /&gt;
* pluto-std-plugins (116,135) - Fix to General Info Plugin to allow Firefox Bookmarks to work again. Please test!&lt;br /&gt;
* pluto-boot-scripts (234) - Modify Mozilla.sh to properly output a profile where bookmarks work again.&lt;br /&gt;
* mce-diskless-tools (627,628) - Modify DisklessInteractor to always return i386 until we get a working amd64 build again.&lt;br /&gt;
* vdr - Update to version 1.7.15 &lt;br /&gt;
** Get rid of a few patches&lt;br /&gt;
** Fixes for sound decoding in Denmark&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-18 23082 ==&lt;br /&gt;
* lmce-datalogger-plugin (686,687)&lt;br /&gt;
* lmce-datalog-database (753)&lt;br /&gt;
* pluto-boot-scripts (234)&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
* asterisk-pluto (269)&lt;br /&gt;
* pluto-asterisk (270,271)&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
* pluto-mythtv-player (133,152) - Fix the missing MythTV Setup in Computing. as the Quick Start Template has moved rows.&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Fixes #732 - Storage devices not locally attached to core are not added to mythtv storage groups and cleans up some error messages&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-28 23119 ==&lt;br /&gt;
* asterisk-pluto (269) - Fix fire SOS event and dialplan cleanup - Los93soL&lt;br /&gt;
* freepbx - Fix fire SOS event and dialplan cleanup - Los93soL&lt;br /&gt;
* mjproxy (760,761)&lt;br /&gt;
* pluto-dhcpd-plugin (302) - update configure scripts for grandstream and snom 3xx phones for support of database secret.&lt;br /&gt;
* pluto-mythtv-player (133,152) - Bug #737 - MH Play Media can now set initial channel&lt;br /&gt;
* pluto-std-plugins (116,135) - Bug #736 - CMD_Delete_File in Media PlugIn now will not allow deletion of arbitrary files from the disk, lots of sanity checks. Support for deleting voicemails.&lt;br /&gt;
* pluto-system-database (211)&lt;br /&gt;
* pluto-xine-player (117,136) - enable subtitle support&lt;br /&gt;
* pluto-vdr (468,469) - Bug #737 - MH Play Media can now set initial channel&lt;br /&gt;
* pluto-website-admin (220) - Adds energy monitor that uses state change #677&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-03  ==&lt;br /&gt;
*asterisk-pluto (269)&lt;br /&gt;
** Fix pluto sos menu generates the voice dialogs now&lt;br /&gt;
** Update caller id when sos menu calls out&lt;br /&gt;
*freepbx&lt;br /&gt;
** General dialplan cleanup&lt;br /&gt;
** FreePBX system status works now&lt;br /&gt;
** Fix warnings when updating modules list in FreePBX&lt;br /&gt;
*lmce-hai-omni-rs232 (748,749) - Make sure HAI created devices set HAI as the controlled via device&lt;br /&gt;
*pluto-asterisk (270,271)&lt;br /&gt;
** Update create scripts and abstract redundant code&lt;br /&gt;
** Keep Line_HouseMode in sync when trunks are deleted&lt;br /&gt;
** Transfers are working again&lt;br /&gt;
*pluto-website-admin (220) - Don&#039;t display phone trunk passwords in web admin&lt;br /&gt;
*pluto-dhcpd-plugin (302) - Cisco 7960 (with SIP firmware) will use sip secret now&lt;br /&gt;
*pluto-std-plugins (116,135) - CRITICAL MEDIA PLUGIN FIX IN CMD_Set_Media_Private which was causing the router to rapidly crash due to odd data coming in from MythTV PlugIn. Will investigate further, but this does stop the crashes.&lt;br /&gt;
*pluto-mythtv-plugin (136,152) - Add changes to MythTvSyncDB.sh to always set AlwaysStreamFiles to 1 for media directors.&lt;br /&gt;
*lmce-hulu-player (744,745) - somehow, an older package snuck in. This needs to be rebuilt to fix the hanging bug that somehow reappeared. Yes, I went back and checked the checked in code from a fresh checkin, this will fix it&lt;br /&gt;
*pluto-storage-devices (533) - Added dependencies for nbd-client and nbd-server so that remote playing of DVDs will work, correctly. (Fixes #743)&lt;br /&gt;
* pluto-proxy-orbiter - updates from Dianemo&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-06 23148 ==&lt;br /&gt;
* freepbx - Changelog updated to get a new version number&lt;br /&gt;
* pluto-asterisk (270,271) - Add support for making announcements to phones&lt;br /&gt;
* pluto-dhcpd-plugin (302) - Define helper script as a perl script&lt;br /&gt;
* pluto-std-plugins (116,135) - Small speed up fix for video file list &lt;br /&gt;
* pluto-text-to-speech (283,284) - Add support for making announcements to phones&lt;br /&gt;
* pluto-website-admin (220) - Updates to the new weborbiter&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-14 23155 ==&lt;br /&gt;
* pluto-asterisk (270,271) - Only send extra channel options for transfers when an extra channel is there, also fixes to viatalk create script so things work nicely again&lt;br /&gt;
* pluto-simplephone (498,499) - Whoops!  Missed this package a few days ago, fixes Orbiter phones so they connect with the SIP secret&lt;br /&gt;
* pluto-system-database (211) - Updates to the Size table to include older iPhone/iPod Touch sizes, as well as iPhone4 size.&lt;br /&gt;
* pluto-mythtv-plugin (136,152) - Fixed some incorrect behavior with generating mythtv storage groups&lt;br /&gt;
* lmce-launch-manager (299,298) - Fixed the StartCoreServices.sh from passing wrong Device_ID to Sync2amp.pl causing NAS passwords to become scrabled.&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-16 23161 ==&lt;br /&gt;
* pluto-proxy-orbiter (487,488) - now with committed fixes for the 404 in 7970&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-17 23165 == &lt;br /&gt;
* pluto-boot-scripts (234) - New startup script for the Launch Manager (fixes #753)&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
** Weborbiter: add missing getNews function (fixes #755)&lt;br /&gt;
** Weborbiter: keep trying to get images/data when an communication error occurs&lt;br /&gt;
** Weborbiter: fix keyboard processing (fixes #754)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-27 23202 ==&lt;br /&gt;
* asterisk-pluto (269) - Generate all speech for pluto-sos-menus, and generate /etc/asterisk/extensions_custom.conf completely dynamically - Los93soL&lt;br /&gt;
* libxine - Refs [http://svn.linuxmce.org/trac.cgi/ticket/535 #535], Backport of newer Matroska container support form lib-xine 1.1.17.&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], fixes alpha blending of picture viewer&lt;br /&gt;
* pluto-boot-scripts (234) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/758 #758], Fix cameras on MDs by using NFS mount for the camera dir&lt;br /&gt;
* pluto-updatemedia (405,406) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/651 #434], Different handling for VDR files - WARNING!! Playback of VDR recording from video is still not possible!&lt;br /&gt;
* pluto-website-admin (220) - Make sure the phone system is updated with changes made to cell phone notifications via web admin - Los93soL&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs #315 Should fix most of the call transfer issues, please test thoroughly - Los93soL&lt;br /&gt;
&lt;br /&gt;
== Update 2010-08-02 23227 ==&lt;br /&gt;
* lmce-datalogger-plugin (686,687) - Refs #104 Add initial support for logging Sensor Tripped Events - Los93soL&lt;br /&gt;
* lmce-datalog-database (753) - Refs #104 Add initial support for logging Sensor Tripped Events - Los93soL&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** Start the StorageDevices setup in the background during system start, and restart samba as part of the storage devices setup.&lt;br /&gt;
** Fixes #748 Some MAC addresses would get truncated, Thanks Coley - Los93soL&lt;br /&gt;
* pluto-app-server (145,126) - Do proper check to determine if suspend is supported&lt;br /&gt;
* pluto-website-admin (220) - Fixes #569 Don&#039;t assume calls originate from the US - Los93soL&lt;br /&gt;
* asterisk-pluto (269) - Fixes #570 Attempt to lookup caller name in phone book and correct as possible - Los93sol&lt;br /&gt;
* pluto-asterisk (270,271) - Fixes #570 Attempt to lookup caller name in phone book and correct as possible - Los93soL&lt;br /&gt;
&lt;br /&gt;
== Upcoming fixes... ==&lt;br /&gt;
&#039;&#039;&#039;Note: Please put the name of the package file and the source and bin package number in this list, followed by a small description of what has changed! Hulu Player is not the name of the package, but lmce-hulu-player. It makes the life of the person, who needs to update the repo a lot easier. Thank you!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* pluto-app-server (145,126) - #344 Allow power off mode override&lt;br /&gt;
* pluto-asterisk (270,271)&lt;br /&gt;
** Refs #570 Display caller name and picture from LinuxMCE phone book when available - Los93soL&lt;br /&gt;
** Change line ending for create_amp_sipgate_de.pl&lt;br /&gt;
* mce-diskless-tools (627,628) - #798 /etc/diskless.conf not being created = merkur2k&lt;br /&gt;
* pluto-storage-devices (533) - #799 (re)enable NFS instead of CIFS for internal disk drive sharing&lt;br /&gt;
&lt;br /&gt;
== Bugfixes ==&lt;br /&gt;
=== Mythtv-plugin fails to install ===&lt;br /&gt;
Install with apt-get install -f &amp;lt;name-of-package&amp;gt;&lt;/div&gt;</summary>
		<author><name>Merkur2k</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=User:Merkur2k&amp;diff=24896</id>
		<title>User:Merkur2k</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=User:Merkur2k&amp;diff=24896"/>
		<updated>2010-08-15T15:48:25Z</updated>

		<summary type="html">&lt;p&gt;Merkur2k: /* Media Director / Bedroom */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Setup=&lt;br /&gt;
&#039;&#039;Presently using 0810 Beta&#039;&#039;&lt;br /&gt;
==Dedicated Core==&lt;br /&gt;
[[Image:C060706_124352.JPG|thumb|Core]]&lt;br /&gt;
*Motherboard: [[ASUS M3N78-EM]] AM2+/AM2 NVIDIA GeForce 8300 HDMI Micro ATX AMD&lt;br /&gt;
*Processor: AMD Athlon 64 X2 5600 Brisbane 2.9GHz Socket AM2 65W Dual-Core Processor&lt;br /&gt;
*RAM: GeIL Black Dragon 2GB (2 x 1GB) 240-Pin DDR2 SDRAM DDR2 800 (PC2 6400) Dual Channel&lt;br /&gt;
*Extra NIC: Generic 10/100 RTL8139 based PCI card (external interface)&lt;br /&gt;
*HDD: Maxtor 250GB IDE (internal)&lt;br /&gt;
*HDD: Maxtor 250GB IDE (internal)&lt;br /&gt;
*DVD Drive: Generic IDE DVDROM&lt;br /&gt;
*Case: APEVIA X-QPACK-BL/420 Black/Blue Aluminum MicroATX Desktop Computer Case&lt;br /&gt;
*TV Tuner: [[Silicondust HDHomeRun]]&lt;br /&gt;
&lt;br /&gt;
==Media Director / Front Room==&lt;br /&gt;
*Display: Polaroid 32&amp;quot; High Definition LCD TV (720P) (connected to MD via HDMI)&lt;br /&gt;
*Audio: Sony STR-K750P (connected to MD via coxial SPDIF)&lt;br /&gt;
*Remote Control: [[Using_the_Gyration_Remote_GYR3101US_(Non-Fiire_Chief)|Gyration GYR3101US]] Universal Infrared / RF Remote Control&amp;lt;BR&amp;gt;&lt;br /&gt;
*Remote Control: WebDT366 web pad based orbiter&lt;br /&gt;
Made from an old desktop PC using a AMD 5000+ BE cpu and Nvidia GT 210 video card&lt;br /&gt;
&lt;br /&gt;
==Media Director / Bedroom==&lt;br /&gt;
*ZOTAC IONITX-G-E SYNERGY Atom N330 1.6GHz Dual-Core Mini ITX Intel Motherboard&lt;br /&gt;
*Thermaltake Element SFF Case&lt;br /&gt;
*HDD: Hitachi 1TB SATA2 (internal)&lt;br /&gt;
*HDD: Seagate 500GB SATA2 (internal)&lt;br /&gt;
Currently just used as a temporary NAS&lt;br /&gt;
&lt;br /&gt;
==Network==&lt;br /&gt;
*Linksys WRT54GS router running DD-WRT&lt;br /&gt;
*Linksys WRT54G router running DD-WRT&lt;br /&gt;
&lt;br /&gt;
==Telecom==&lt;br /&gt;
None at this time&lt;br /&gt;
&lt;br /&gt;
==Security==&lt;br /&gt;
None at this time&lt;br /&gt;
&lt;br /&gt;
==Lighting==&lt;br /&gt;
MCV / Aeon Z-Wave USB interface&amp;lt;BR&amp;gt;&lt;br /&gt;
2x Wayne Dalton Z-Wave plug-in lamp module&lt;br /&gt;
&lt;br /&gt;
==Climate Control==&lt;br /&gt;
None at this time&lt;br /&gt;
&lt;br /&gt;
= Projects/To-Do List =&lt;br /&gt;
&lt;br /&gt;
== Telecom ==&lt;br /&gt;
*Determine which hardware and voip service to purchase&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:User Setups]]&lt;br /&gt;
[[Category:Zwave_Setups]]&lt;/div&gt;</summary>
		<author><name>Merkur2k</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=User:Merkur2k&amp;diff=24892</id>
		<title>User:Merkur2k</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=User:Merkur2k&amp;diff=24892"/>
		<updated>2010-08-15T04:11:45Z</updated>

		<summary type="html">&lt;p&gt;Merkur2k: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Setup=&lt;br /&gt;
&#039;&#039;Presently using 0810 Beta&#039;&#039;&lt;br /&gt;
==Dedicated Core==&lt;br /&gt;
[[Image:C060706_124352.JPG|thumb|Core]]&lt;br /&gt;
*Motherboard: [[ASUS M3N78-EM]] AM2+/AM2 NVIDIA GeForce 8300 HDMI Micro ATX AMD&lt;br /&gt;
*Processor: AMD Athlon 64 X2 5600 Brisbane 2.9GHz Socket AM2 65W Dual-Core Processor&lt;br /&gt;
*RAM: GeIL Black Dragon 2GB (2 x 1GB) 240-Pin DDR2 SDRAM DDR2 800 (PC2 6400) Dual Channel&lt;br /&gt;
*Extra NIC: Generic 10/100 RTL8139 based PCI card (external interface)&lt;br /&gt;
*HDD: Maxtor 250GB IDE (internal)&lt;br /&gt;
*HDD: Maxtor 250GB IDE (internal)&lt;br /&gt;
*DVD Drive: Generic IDE DVDROM&lt;br /&gt;
*Case: APEVIA X-QPACK-BL/420 Black/Blue Aluminum MicroATX Desktop Computer Case&lt;br /&gt;
*TV Tuner: [[Silicondust HDHomeRun]]&lt;br /&gt;
&lt;br /&gt;
==Media Director / Front Room==&lt;br /&gt;
*Display: Polaroid 32&amp;quot; High Definition LCD TV (720P) (connected to MD via HDMI)&lt;br /&gt;
*Audio: Sony STR-K750P (connected to MD via coxial SPDIF)&lt;br /&gt;
*Remote Control: [[Using_the_Gyration_Remote_GYR3101US_(Non-Fiire_Chief)|Gyration GYR3101US]] Universal Infrared / RF Remote Control&amp;lt;BR&amp;gt;&lt;br /&gt;
*Remote Control: WebDT366 web pad based orbiter&lt;br /&gt;
Made from an old desktop PC using a AMD 5000+ BE cpu and Nvidia GT 210 video card&lt;br /&gt;
&lt;br /&gt;
==Media Director / Bedroom==&lt;br /&gt;
*Zotac ION w/ Atom N330 Mini-ITX motherboard&lt;br /&gt;
*Thermaltake Element SFF Case&lt;br /&gt;
*HDD: Hitachi 1TB SATA2 (internal)&lt;br /&gt;
*HDD: Seagate 500GB SATA2 (internal)&lt;br /&gt;
Currently just used as a temporary NAS&lt;br /&gt;
&lt;br /&gt;
==Network==&lt;br /&gt;
*Linksys WRT54GS router running DD-WRT&lt;br /&gt;
*Linksys WRT54G router running DD-WRT&lt;br /&gt;
&lt;br /&gt;
==Telecom==&lt;br /&gt;
None at this time&lt;br /&gt;
&lt;br /&gt;
==Security==&lt;br /&gt;
None at this time&lt;br /&gt;
&lt;br /&gt;
==Lighting==&lt;br /&gt;
MCV / Aeon Z-Wave USB interface&amp;lt;BR&amp;gt;&lt;br /&gt;
2x Wayne Dalton Z-Wave plug-in lamp module&lt;br /&gt;
&lt;br /&gt;
==Climate Control==&lt;br /&gt;
None at this time&lt;br /&gt;
&lt;br /&gt;
= Projects/To-Do List =&lt;br /&gt;
&lt;br /&gt;
== Telecom ==&lt;br /&gt;
*Determine which hardware and voip service to purchase&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:User Setups]]&lt;br /&gt;
[[Category:Zwave_Setups]]&lt;/div&gt;</summary>
		<author><name>Merkur2k</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=LinuxMCE-0810_beta&amp;diff=24349</id>
		<title>LinuxMCE-0810 beta</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=LinuxMCE-0810_beta&amp;diff=24349"/>
		<updated>2010-07-13T01:26:36Z</updated>

		<summary type="html">&lt;p&gt;Merkur2k: /* Upcoming fixes... */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Software]]&lt;br /&gt;
This page outlines some information about the Beta, as well as outlining any changes and bugfixes we are applying, just like we did with the alpha2 page.&lt;br /&gt;
&lt;br /&gt;
The installation instructions found on the alpha2 page still apply:&lt;br /&gt;
&lt;br /&gt;
==Installing LinuxMCE-0810==&lt;br /&gt;
Please see detailed instruction on how to install LinuxMCE-0810 and keep it up-to-date with the latest updates [[installing 0810|here]].&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-03 22558 ==&lt;br /&gt;
* Build_Replacement_Package - freepbx (ubuntu/asterisk/freepbx) - Ticket #345 - Fixes the issue of installing new modules in FreePBX.&lt;br /&gt;
* pluto-asterisk (270.271) - Phone Lines fixing - asterisk (src/asterisk) - Ticket #374 - Fixes the issue during the creation procedure of a new phone lines via web LinuxMCE Admin. New MessageNet Provider support.&lt;br /&gt;
* pluto-avwizard (555,556) - Fixes #480 - Fails to identify untouched xorg.conf&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** Cleanup in nvidia-config&lt;br /&gt;
** MD WOL Problem fixed&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
** #469 IVR menue will now be regenerated every time a phone line is added.&lt;br /&gt;
** #221 IR commands selection screen now has sort modes to make it easier to sift through all those commands.&lt;br /&gt;
** #219 Various layout improvements to the wizard pages.&lt;br /&gt;
* pluto-xine-player (117,136) - changes for HDMI out&lt;br /&gt;
* pluto-std-plugins (116,135) - Changes to Telecom PlugIn to give proper audio switching behaviour when USB Conference microphones are used for the media director phone. This is of relevance to particular configurations that do not allow concurrent access to the soundcard (such as coax/optical settings). -tschak&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-06 22569 ==&lt;br /&gt;
* pluto-dce-router (154,155) - now depends on lmce-skins-uita&lt;br /&gt;
* pluto-system-database (211) - new lmce-skins-uita package definition&lt;br /&gt;
* lmce-skins-uita (727) - new skin&lt;br /&gt;
* MPlayer_Player (656,657) - Videos that is played by mplayer can now take advantage of vdpau. (Set hw accel to &amp;quot;auto&amp;quot; or &amp;quot;vdpau&amp;quot;)&lt;br /&gt;
* pluto-xine-player (117,136) - don&#039;t stop screen saver when playing audio [http://svn.linuxmce.org/trac.cgi/ticket/486 #486]&lt;br /&gt;
* pluto-orbiter (119,138) - hide xine when playing audio, keeps screen saver visible [http://svn.linuxmce.org/trac.cgi/ticket/486 #486]&lt;br /&gt;
* Update of Zaptel and other kernel related packages to -16&lt;br /&gt;
== Update 2009-12-12 22598 ==&lt;br /&gt;
* pluto-website-admin (220) - sql fix from http://svn.linuxmce.org/trac.cgi/changeset/22567&lt;br /&gt;
* pluto-xine-plugin (118,137) - fix for remote audio cd streaming [http://svn.linuxmce.org/trac.cgi/ticket/470 #470] - still not working&lt;br /&gt;
* pluto-xine-player - refactor screen saver handling&lt;br /&gt;
* pluto-disk-drive (122,141) - fix for remote audio cd streaming [http://svn.linuxmce.org/trac.cgi/ticket/470 #470] - still not working&lt;br /&gt;
* pluto-x-scripts (520,523) - fix for audio over HDMI&lt;br /&gt;
* alsa-lib, alsa-utils, lib64asound2, libasound2 - fix for audio over HDMI&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-14 22600 ==&lt;br /&gt;
* pluto-dcerouter (154,155) - Fixes broken Delay command&lt;br /&gt;
* pluto-libresolution (545,544) - UseEDID HDMI Audio xorg.conf entry&lt;br /&gt;
* pluto-asterisk (270.271) - Fix for Messagenet configuration script (changing Window&#039;s EOL characters)&lt;br /&gt;
* pluto-system-database (211) - Some devicedata changes for dcerouter delay command and DCS-5300G camera&lt;br /&gt;
* pluto-website-admin (220) - fix HDMI selection in web admin&lt;br /&gt;
* pluto-xine-player (117,136) - removed 1 second sleep after play media. refactored code to stop screen saver&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-25 22639 - Christmas fix ==&lt;br /&gt;
* freepbx - removal of chan_vpb.so to circumvent coredumps on system without a Voicetronix board (#519)&lt;br /&gt;
* pluto-avwizard (555,556) - modification of startup scripts to not screw the system upon status calls to the startup scripts&lt;br /&gt;
* pluto-boot-scripts (234)&lt;br /&gt;
** modification of startup scripts to not screw the system upon status calls to the startup scripts&lt;br /&gt;
** updated Backup/Restore functionallity&lt;br /&gt;
** fixes  web admin log links for hybrid MD&lt;br /&gt;
** Make sure only a single logrotate configuration file for LinuxMCE exist&lt;br /&gt;
* pluto-hdhomerun(621,620)- Fixes bug where only 1 tuner was added to mythtv&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Fixes deletion of of hostname from mythconverg.capturecard by creating and using a dummy videosource&lt;br /&gt;
* pluto-simplephone (498,499) - Adds support for password in DeviceData&lt;br /&gt;
* pluto-std-plugins (116,135) - Adds support for specialized interfaces&lt;br /&gt;
* pluto-system-database (211) - Some devicedata changes for SIP phone templates to include devicedata for password&lt;br /&gt;
* pluto-website-admin (220) - Fixes Climate Command Wizard Set Temperature command, Climate Command Wizard also now works with On//Off Climate Devices&lt;br /&gt;
* pluto-orbiter (119,138) - Fixes issue with input devices crashing orbiter [http://svn.linuxmce.org/trac.cgi/ticket/522 #522]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-01-08 22669 ==&lt;br /&gt;
*pluto-boot-scripts (234) &lt;br /&gt;
** Purge_Camera_Archives.pl fixed&lt;br /&gt;
** backup/restore fixed&lt;br /&gt;
** enable_wol called from Startup script - WOL for MDs should work again&lt;br /&gt;
*pluto-motion-wrapper (456,455) - Now calls the purge script every 6 hours and on reload&lt;br /&gt;
*pluto-storage-devices (533) &lt;br /&gt;
** Hostname now added to string to be displayed on orbiters when new drives are detected. &lt;br /&gt;
** Boot partitions will be filtered out also.&lt;br /&gt;
*pluto-system-database (211) - changes to MotionWrapper&#039;s motion.conf default options to use new option names&lt;br /&gt;
&lt;br /&gt;
==  Update 2010-01-16 22689 ==&lt;br /&gt;
* pluto-boot-scripts (234) - new safe_delete.sh script for safely deleting database entries&lt;br /&gt;
* pluto-cm15a (730,731) - new DCE device, CM15A USB interface for X10&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Capture card install now goes directly to the setup wizard&lt;br /&gt;
* pluto-orbiter (119,138) - Capture card install now goes directly to the setup wizard&lt;br /&gt;
* pluto-storage-devices (533) - mount no longer echos out errors during ro filesystem&lt;br /&gt;
* pluto-photo-screen-saver (582,581) - Rotate image according to exif tag [http://svn.linuxmce.org/trac.cgi/ticket/566 #566]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-01-27 22704 ==&lt;br /&gt;
* pluto-photo-screen-saver (582,581) - maintain correct image aspect ratio [http://svn.linuxmce.org/trac.cgi/ticket/568 #568]&lt;br /&gt;
* pluto-vdr (469,468) &lt;br /&gt;
** Use remotetimer for central scheduling&lt;br /&gt;
** Don&#039;t autostart VDR on MD&lt;br /&gt;
** Support VDPAU &lt;br /&gt;
* VDR - We provide our own packages (1.7.11 sources packages from eTobi and free-vdr.de)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-03 22733 ==&lt;br /&gt;
* MythTV - We provide our own packages (0.22 sources packages from mythbuntu )&lt;br /&gt;
* ZWave Lighting (505,506) - Wizard bugfix&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-08 22754 ==&lt;br /&gt;
* Hulu PlugIn (737,738) - Initial Beta of Hulu Support&lt;br /&gt;
* Hulu Player (739,740) - from TSCHAK&lt;br /&gt;
* Game Player (673,674) - Added support for custom controller files to Game Player - see TankStick DT #2100 for an example.&lt;br /&gt;
* pluto-std-plugins - fixes #587&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-10 22758 ==&lt;br /&gt;
* pluto-boot-script (234)- Add Activate Orbiter to KDE desktop (#596)&lt;br /&gt;
* mce-diskless-tools (627,628) - Add a link to the desktop to call Activate Orbiter (#596)&lt;br /&gt;
* linux-diskless-image (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
* alsa-modules (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
* zaptel-modules (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-12 22763 ==&lt;br /&gt;
* new-installer &lt;br /&gt;
** changes in kdm link management&lt;br /&gt;
** verify kubuntu-desktop is installed&lt;br /&gt;
* pluto-boot-script (234) - Fix copying of desktop link to activate Orbiter into root&#039;s Desktop dir&lt;br /&gt;
* pluto-vdr (469,468) - Only backup setup.conf if it exists.&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-13 22765 ==&lt;br /&gt;
* pluto-std-plugins - fixes #587&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-14 22768 ==&lt;br /&gt;
* pluto-xine-player (117,136) - removed dependency for libxine1-ffmpeg&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-16 22777 ==&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
** Fixes event criteria for PK_EventParameter [http://svn.linuxmce.org/trac.cgi/ticket/602 #602]&lt;br /&gt;
** Fixes time of day - can now check againt hh:mm:ss [http://svn.linuxmce.org/trac.cgi/ticket/605 #605]&lt;br /&gt;
** Fixed bug introduced in the two fixes above [http://svn.linuxmce.org/trac.cgi/ticket/608 #608]&lt;br /&gt;
* pluto-vdr (468,469) - Remove SourceCaps entries from default setup.conf&lt;br /&gt;
* pluto-system-database (211) - Hulu Player/PlugIn changes&lt;br /&gt;
* Hulu PlugIn (737,738) - device template constant fixes&lt;br /&gt;
* Hulu Player (739,740) - device template constant fixes&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-18 22795 ==&lt;br /&gt;
* pluto-proxy-orbiter (487,488) Fixes [http://svn.linuxmce.org/trac.cgi/ticket/610 #610]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-23 22803 ==&lt;br /&gt;
* pluto-boot-script (234) &lt;br /&gt;
** Install zaptel-modules and load ztdummy for meetme&lt;br /&gt;
** Disable KDE screensaver upon KDE Desktop start (fixes #600)&lt;br /&gt;
* pluto-dhcpd-plugin (302) - Make sure to transfer database secret into sip_additional.conf&lt;br /&gt;
* pluto-orbiter (119,138) - Color fixes&lt;br /&gt;
* pluto-proxy-orbiter (488,487) - Color fixes - thanks radu&lt;br /&gt;
* pluto-vdr (468,469)&lt;br /&gt;
** Only create setup.conf if it does not contain a remotetimers entry&lt;br /&gt;
** Disable shutdown of system from VDR&lt;br /&gt;
* v4l2-firmware (733) - Added new firmware drivers to support a broader range of DVB cards&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-28 22812 ==&lt;br /&gt;
&lt;br /&gt;
Hulu Now works, and the HAI Omni Security panel driver has been checked in and integrated.&lt;br /&gt;
&lt;br /&gt;
* pluto-system-database (211) - Addition of buttons to Hulu Remote (tschak)&lt;br /&gt;
* lmce-hulu-player (739,740) - Hulu Player now uses Hulu Desktop&#039;s LIRCD port via a fake LIRCD Server. (tschak)&lt;br /&gt;
* 751  	HAI Control Program&lt;br /&gt;
* 750 	HAI Control Program Source&lt;br /&gt;
* 749  	LinuxMCE HAI Omni RS232 Panel Support&lt;br /&gt;
* 748 	LinuxMCE HAI Omni RS232 Panel Support Source&lt;br /&gt;
* pluto-zwave-lighting (505,506) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/620 #620] multi instance support for sensors&lt;br /&gt;
* pluto-mplayer-player (657,656) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/471 #471] Finally committed vdpau support for mplayer&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-07 22832 ==&lt;br /&gt;
&lt;br /&gt;
* pluto-zwave-lighting (505,506) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/620 #620] make command for child work again&lt;br /&gt;
* pluto-system-database (211) - new package and package changes for datalogger plugin&lt;br /&gt;
* lmce-datalog-database (753) - datalogger database, refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630]&lt;br /&gt;
* lmce-datalogger-plugin (686,687) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630] install automatically, configurable graph display&lt;br /&gt;
* lmce-datalog-db (688,689) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630]&lt;br /&gt;
* pluto-website-admin (220) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630], [http://svn.linuxmce.org/trac.cgi/ticket/633 #633], fix for some attribute names not showing up in media browser page, improvements to datalogger section&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/637 #637] allow event plugin to reload configuration without a router reload&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-14 22853 ==&lt;br /&gt;
* pluto-website-admin (220) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/637 #637] Reload event plugin configuration when events change (no need to reload router anymore, except after adding/deleting event commands), [http://svn.linuxmce.org/trac.cgi/ticket/648 #648] Fix device template adding to avoid sqlCVS commit problems&lt;br /&gt;
* pluto-orbiter (119,138) [http://svn.linuxmce.org/trac.cgi/ticket/647 #647] Enable event mapping for mouse buttons&lt;br /&gt;
* pluto-system-database (211) [http://svn.linuxmce.org/trac.cgi/ticket/646 #646] Device template for Logitech MX Air mouse&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/651 #651] fix router crash with boolean event parameters&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-23 22876 ==&lt;br /&gt;
* pluto-std-plugins (116,135) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], media plugin supports play all for pictures&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], picture viewer&lt;br /&gt;
* lmce-picture-plugin (756,757) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], picture plugin&lt;br /&gt;
* Pluto PNP Detection Scripts (562), added detection script for Pioneer Elite series of Receivers&lt;br /&gt;
* Pluto Capture Card Setup Scripts (580), added input change scripts for various capture cards&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-08 22883 ==&lt;br /&gt;
* pluto-boot-script (234) - Change smb.conf template to disable unix extension.&lt;br /&gt;
* pluto-website-admin (220) - [http://svn.linuxmce.org/trac.cgi/ticket/662 Fixes #662]&lt;br /&gt;
* lmce-picture-plugin (756,757) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650] fix pause of slideshow&lt;br /&gt;
* pluto-system-database (211) [http://svn.linuxmce.org/trac.cgi/ticket/650 #650] designer changes for picture viewer&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-14 22889 *CLOUD Release* ==&lt;br /&gt;
*  pluto-system-database (211) changes to the repository information for a package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-28 22898  ==&lt;br /&gt;
* pluto-website-admin (220) - [http://svn.linuxmce.org/trac.cgi/ticket/662 Fixes #662 (again ;) )]&lt;br /&gt;
* pluto-system-database (211) - sqlCVS additions for the SmartQ V7 MID&lt;br /&gt;
* pluto-updateentarea (341,342) - code in Setup to allow for devices in the MID category to get media scenarios.&lt;br /&gt;
* pluto-storage-devices (533) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/672 #672]&lt;br /&gt;
* mce-diskless-tools (627,628) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/655 #655]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-05-20 22958 ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* pluto-orbitergen (226,227) - Orbitergen changed to specify that MIDs are on-screen orbiters. This may change in the future, but I need to test something... --[[User:Tschak909|Tschak909]] 06:22, 9 May 2010 (CEST)&lt;br /&gt;
* pluto-system-database (211) - [http://svn.linuxmce.org/trac.cgi/ticket/684 Toshiba RAS series IR control template]&lt;br /&gt;
* pluto-generic-serial-device (307,335) - [http://svn.linuxmce.org/trac.cgi/ticket/685 access return parameters in GSD device]&lt;br /&gt;
* mythtv-0.23&lt;br /&gt;
&lt;br /&gt;
== Update 2010-05-20 22959 ==&lt;br /&gt;
* lmce-update-system (650,651) - Setup pinning to the LinuxMCE repository&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - MythTV 0.23 support has been baked in. Thanks mandingo&lt;br /&gt;
* pluto-mythtv-player (133,152)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-01 23002 ==&lt;br /&gt;
* lmce-hulu-player (739,740) - changed the accept() loop to be non-blocking, fixing the hung hulu player issue when the router needs to reload. -TSCHAK &lt;br /&gt;
* mce-diskless-tools (627,628) - cBuckle sent in a bugfix that prevented media directors with more than one NIC from properly being detected. We now assume the booting NIC is eth0. Thanks cBuckle! -TSCHKA&lt;br /&gt;
* pluto-website-admin (220) - Fixes #705, and #706 -TSCHAK&lt;br /&gt;
* pluto-system-database (211) - Fixes to QuickStartTemplate so icons will show. -TSCHAK&lt;br /&gt;
* pluto-std-plugins (116,135) - Fix to General Info Plugin so that it will properly show PNG images&lt;br /&gt;
* pluto-boot-scripts (234) - Fix to UpdateQuickStartIcons.sh to download quick start icons and convert to PNG if needed.&lt;br /&gt;
* lmce-update-system (650,651) - Fix preferences file&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-07 23036 ==&lt;br /&gt;
* pluto-asterisk (270.271) - Fix initial for no voicemail greetings after setup wizard (thanks los93sol)&lt;br /&gt;
* pluto-vdr (469,468) &lt;br /&gt;
** Syntax error fix in StartVDRClient - should start correct on MDs now.&lt;br /&gt;
** Add a default remote.conf so people can use the keyboard to control VDR.&lt;br /&gt;
* pluto-system-database (211) - Add support for TED5000 and Energy Monitoring Events to be used by future devices&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-09 23046 ==&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs #650, start picture viewer minimized&lt;br /&gt;
* pluto-website-admin (220) - Change wording of VDR error message to better reflect what&#039;s going on.&lt;br /&gt;
* v4l2-Modules (732) - Fix debian package naming to allow proper install of dkms package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-10 23047 ==&lt;br /&gt;
* v4l2-Modules (732) - Fix Debian package naming to allow proper install of dkms package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-14 23070 ==&lt;br /&gt;
* pluto-std-plugins (116,135) - Fix to General Info Plugin to allow Firefox Bookmarks to work again. Please test!&lt;br /&gt;
* pluto-boot-scripts (234) - Modify Mozilla.sh to properly output a profile where bookmarks work again.&lt;br /&gt;
* mce-diskless-tools (627,628) - Modify DisklessInteractor to always return i386 until we get a working amd64 build again.&lt;br /&gt;
* vdr - Update to version 1.7.15 &lt;br /&gt;
** Get rid of a few patches&lt;br /&gt;
** Fixes for sound decoding in Denmark&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-18 23082 ==&lt;br /&gt;
* lmce-datalogger-plugin (686,687)&lt;br /&gt;
* lmce-datalog-database (753)&lt;br /&gt;
* pluto-boot-scripts (234)&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
* asterisk-pluto (269)&lt;br /&gt;
* pluto-asterisk (270,271)&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
* pluto-mythtv-player (133,152) - Fix the missing MythTV Setup in Computing. as the Quick Start Template has moved rows.&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Fixes #732 - Storage devices not locally attached to core are not added to mythtv storage groups and cleans up some error messages&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-28 23119 ==&lt;br /&gt;
* asterisk-pluto (269) - Fix fire SOS event and dialplan cleanup - Los93soL&lt;br /&gt;
* freepbx - Fix fire SOS event and dialplan cleanup - Los93soL&lt;br /&gt;
* mjproxy (760,761)&lt;br /&gt;
* pluto-dhcpd-plugin (302) - update configure scripts for grandstream and snom 3xx phones for support of database secret.&lt;br /&gt;
* pluto-mythtv-player (133,152) - Bug #737 - MH Play Media can now set initial channel&lt;br /&gt;
* pluto-std-plugins (116,135) - Bug #736 - CMD_Delete_File in Media PlugIn now will not allow deletion of arbitrary files from the disk, lots of sanity checks. Support for deleting voicemails.&lt;br /&gt;
* pluto-system-database (211)&lt;br /&gt;
* pluto-xine-player (117,136) - enable subtitle support&lt;br /&gt;
* pluto-vdr (468,469) - Bug #737 - MH Play Media can now set initial channel&lt;br /&gt;
* pluto-website-admin (220) - Adds energy monitor that uses state change #677&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-03  ==&lt;br /&gt;
*asterisk-pluto (269)&lt;br /&gt;
** Fix pluto sos menu generates the voice dialogs now&lt;br /&gt;
** Update caller id when sos menu calls out&lt;br /&gt;
*freepbx&lt;br /&gt;
** General dialplan cleanup&lt;br /&gt;
** FreePBX system status works now&lt;br /&gt;
** Fix warnings when updating modules list in FreePBX&lt;br /&gt;
*lmce-hai-omni-rs232 (748,749) - Make sure HAI created devices set HAI as the controlled via device&lt;br /&gt;
*pluto-asterisk (270,271)&lt;br /&gt;
** Update create scripts and abstract redundant code&lt;br /&gt;
** Keep Line_HouseMode in sync when trunks are deleted&lt;br /&gt;
** Transfers are working again&lt;br /&gt;
*pluto-website-admin (220) - Don&#039;t display phone trunk passwords in web admin&lt;br /&gt;
*pluto-dhcpd-plugin (302) - Cisco 7960 (with SIP firmware) will use sip secret now&lt;br /&gt;
*pluto-std-plugins (116,135) - CRITICAL MEDIA PLUGIN FIX IN CMD_Set_Media_Private which was causing the router to rapidly crash due to odd data coming in from MythTV PlugIn. Will investigate further, but this does stop the crashes.&lt;br /&gt;
*pluto-mythtv-plugin (136,152) - Add changes to MythTvSyncDB.sh to always set AlwaysStreamFiles to 1 for media directors.&lt;br /&gt;
*lmce-hulu-player (744,745) - somehow, an older package snuck in. This needs to be rebuilt to fix the hanging bug that somehow reappeared. Yes, I went back and checked the checked in code from a fresh checkin, this will fix it&lt;br /&gt;
*pluto-storage-devices (533) - Added dependencies for nbd-client and nbd-server so that remote playing of DVDs will work, correctly. (Fixes #743)&lt;br /&gt;
* pluto-proxy-orbiter - updates from Dianemo&lt;br /&gt;
&lt;br /&gt;
== Update 2010-07-06 23148 ==&lt;br /&gt;
* freepbx - Changelog updated to get a new version number&lt;br /&gt;
* pluto-asterisk (270,271) - Add support for making announcements to phones&lt;br /&gt;
* pluto-dhcpd-plugin (302) - Define helper script as a perl script&lt;br /&gt;
* pluto-std-plugins (116,135) - Small speed up fix for video file list &lt;br /&gt;
* pluto-text-to-speech (283,284) - Add support for making announcements to phones&lt;br /&gt;
* pluto-website-admin (220) - Updates to the new weborbiter&lt;br /&gt;
&lt;br /&gt;
== Upcoming fixes... ==&lt;br /&gt;
&#039;&#039;&#039;Note: Please put the name of the package file and the source and bin package number in this list, followed by a small description of what has changed! Hulu Player is not the name of the package, but lmce-hulu-player. It makes the life of the person, who needs to update the repo a lot easier. Thank you!&#039;&#039;&#039;&lt;br /&gt;
* pluto-asterisk (270,271) - Only send extra channel options for transfers when an extra channel is there, also fixes to viatalk create script so things work nicely again&lt;br /&gt;
* pluto-simplephone (498,499) - Whoops!  Missed this package a few days ago, fixes Orbiter phones so they connect with the SIP secret&lt;br /&gt;
* pluto-system-database (211) - Updates to the Size table to include older iPhone/iPod Touch sizes, as well as iPhone4 size.&lt;br /&gt;
* pluto-mythtv-plugin (136,152) - Fixed some incorrect behavior with generating mythtv storage groups&lt;br /&gt;
&lt;br /&gt;
== Bugfixes ==&lt;br /&gt;
=== Mythtv-plugin fails to install ===&lt;br /&gt;
Install with apt-get install -f &amp;lt;name-of-package&amp;gt;&lt;/div&gt;</summary>
		<author><name>Merkur2k</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=LinuxMCE-0810_beta&amp;diff=23942</id>
		<title>LinuxMCE-0810 beta</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=LinuxMCE-0810_beta&amp;diff=23942"/>
		<updated>2010-06-17T05:58:00Z</updated>

		<summary type="html">&lt;p&gt;Merkur2k: /* Upcoming fixes... */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Software]]&lt;br /&gt;
This page outlines some information about the Beta, as well as outlining any changes and bugfixes we are applying, just like we did with the alpha2 page.&lt;br /&gt;
&lt;br /&gt;
The installation instructions found on the alpha2 page still apply:&lt;br /&gt;
&lt;br /&gt;
==Installing LinuxMCE-0810==&lt;br /&gt;
Please see detailed instruction on how to install LinuxMCE-0810 and keep it up-to-date with the latest updates [[installing 0810|here]].&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-03 22558 ==&lt;br /&gt;
* Build_Replacement_Package - freepbx (ubuntu/asterisk/freepbx) - Ticket #345 - Fixes the issue of installing new modules in FreePBX.&lt;br /&gt;
* pluto-asterisk (270.271) - Phone Lines fixing - asterisk (src/asterisk) - Ticket #374 - Fixes the issue during the creation procedure of a new phone lines via web LinuxMCE Admin. New MessageNet Provider support.&lt;br /&gt;
* pluto-avwizard (555,556) - Fixes #480 - Fails to identify untouched xorg.conf&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** Cleanup in nvidia-config&lt;br /&gt;
** MD WOL Problem fixed&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
** #469 IVR menue will now be regenerated every time a phone line is added.&lt;br /&gt;
** #221 IR commands selection screen now has sort modes to make it easier to sift through all those commands.&lt;br /&gt;
** #219 Various layout improvements to the wizard pages.&lt;br /&gt;
* pluto-xine-player (117,136) - changes for HDMI out&lt;br /&gt;
* pluto-std-plugins (116,135) - Changes to Telecom PlugIn to give proper audio switching behaviour when USB Conference microphones are used for the media director phone. This is of relevance to particular configurations that do not allow concurrent access to the soundcard (such as coax/optical settings). -tschak&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-06 22569 ==&lt;br /&gt;
* pluto-dce-router (154,155) - now depends on lmce-skins-uita&lt;br /&gt;
* pluto-system-database (211) - new lmce-skins-uita package definition&lt;br /&gt;
* lmce-skins-uita (727) - new skin&lt;br /&gt;
* MPlayer_Player (656,657) - Videos that is played by mplayer can now take advantage of vdpau. (Set hw accel to &amp;quot;auto&amp;quot; or &amp;quot;vdpau&amp;quot;)&lt;br /&gt;
* pluto-xine-player (117,136) - don&#039;t stop screen saver when playing audio [http://svn.linuxmce.org/trac.cgi/ticket/486 #486]&lt;br /&gt;
* pluto-orbiter (119,138) - hide xine when playing audio, keeps screen saver visible [http://svn.linuxmce.org/trac.cgi/ticket/486 #486]&lt;br /&gt;
* Update of Zaptel and other kernel related packages to -16&lt;br /&gt;
== Update 2009-12-12 22598 ==&lt;br /&gt;
* pluto-website-admin (220) - sql fix from http://svn.linuxmce.org/trac.cgi/changeset/22567&lt;br /&gt;
* pluto-xine-plugin (118,137) - fix for remote audio cd streaming [http://svn.linuxmce.org/trac.cgi/ticket/470 #470] - still not working&lt;br /&gt;
* pluto-xine-player - refactor screen saver handling&lt;br /&gt;
* pluto-disk-drive (122,141) - fix for remote audio cd streaming [http://svn.linuxmce.org/trac.cgi/ticket/470 #470] - still not working&lt;br /&gt;
* pluto-x-scripts (520,523) - fix for audio over HDMI&lt;br /&gt;
* alsa-lib, alsa-utils, lib64asound2, libasound2 - fix for audio over HDMI&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-14 22600 ==&lt;br /&gt;
* pluto-dcerouter (154,155) - Fixes broken Delay command&lt;br /&gt;
* pluto-libresolution (545,544) - UseEDID HDMI Audio xorg.conf entry&lt;br /&gt;
* pluto-asterisk (270.271) - Fix for Messagenet configuration script (changing Window&#039;s EOL characters)&lt;br /&gt;
* pluto-system-database (211) - Some devicedata changes for dcerouter delay command and DCS-5300G camera&lt;br /&gt;
* pluto-website-admin (220) - fix HDMI selection in web admin&lt;br /&gt;
* pluto-xine-player (117,136) - removed 1 second sleep after play media. refactored code to stop screen saver&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-25 22639 - Christmas fix ==&lt;br /&gt;
* freepbx - removal of chan_vpb.so to circumvent coredumps on system without a Voicetronix board (#519)&lt;br /&gt;
* pluto-avwizard (555,556) - modification of startup scripts to not screw the system upon status calls to the startup scripts&lt;br /&gt;
* pluto-boot-scripts (234)&lt;br /&gt;
** modification of startup scripts to not screw the system upon status calls to the startup scripts&lt;br /&gt;
** updated Backup/Restore functionallity&lt;br /&gt;
** fixes  web admin log links for hybrid MD&lt;br /&gt;
** Make sure only a single logrotate configuration file for LinuxMCE exist&lt;br /&gt;
* pluto-hdhomerun(621,620)- Fixes bug where only 1 tuner was added to mythtv&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Fixes deletion of of hostname from mythconverg.capturecard by creating and using a dummy videosource&lt;br /&gt;
* pluto-simplephone (498,499) - Adds support for password in DeviceData&lt;br /&gt;
* pluto-std-plugins (116,135) - Adds support for specialized interfaces&lt;br /&gt;
* pluto-system-database (211) - Some devicedata changes for SIP phone templates to include devicedata for password&lt;br /&gt;
* pluto-website-admin (220) - Fixes Climate Command Wizard Set Temperature command, Climate Command Wizard also now works with On//Off Climate Devices&lt;br /&gt;
* pluto-orbiter (119,138) - Fixes issue with input devices crashing orbiter [http://svn.linuxmce.org/trac.cgi/ticket/522 #522]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-01-08 22669 ==&lt;br /&gt;
*pluto-boot-scripts (234) &lt;br /&gt;
** Purge_Camera_Archives.pl fixed&lt;br /&gt;
** backup/restore fixed&lt;br /&gt;
** enable_wol called from Startup script - WOL for MDs should work again&lt;br /&gt;
*pluto-motion-wrapper (456,455) - Now calls the purge script every 6 hours and on reload&lt;br /&gt;
*pluto-storage-devices (533) &lt;br /&gt;
** Hostname now added to string to be displayed on orbiters when new drives are detected. &lt;br /&gt;
** Boot partitions will be filtered out also.&lt;br /&gt;
*pluto-system-database (211) - changes to MotionWrapper&#039;s motion.conf default options to use new option names&lt;br /&gt;
&lt;br /&gt;
==  Update 2010-01-16 22689 ==&lt;br /&gt;
* pluto-boot-scripts (234) - new safe_delete.sh script for safely deleting database entries&lt;br /&gt;
* pluto-cm15a (730,731) - new DCE device, CM15A USB interface for X10&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Capture card install now goes directly to the setup wizard&lt;br /&gt;
* pluto-orbiter (119,138) - Capture card install now goes directly to the setup wizard&lt;br /&gt;
* pluto-storage-devices (533) - mount no longer echos out errors during ro filesystem&lt;br /&gt;
* pluto-photo-screen-saver (582,581) - Rotate image according to exif tag [http://svn.linuxmce.org/trac.cgi/ticket/566 #566]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-01-27 22704 ==&lt;br /&gt;
* pluto-photo-screen-saver (582,581) - maintain correct image aspect ratio [http://svn.linuxmce.org/trac.cgi/ticket/568 #568]&lt;br /&gt;
* pluto-vdr (469,468) &lt;br /&gt;
** Use remotetimer for central scheduling&lt;br /&gt;
** Don&#039;t autostart VDR on MD&lt;br /&gt;
** Support VDPAU &lt;br /&gt;
* VDR - We provide our own packages (1.7.11 sources packages from eTobi and free-vdr.de)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-03 22733 ==&lt;br /&gt;
* MythTV - We provide our own packages (0.22 sources packages from mythbuntu )&lt;br /&gt;
* ZWave Lighting (505,506) - Wizard bugfix&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-08 22754 ==&lt;br /&gt;
* Hulu PlugIn (737,738) - Initial Beta of Hulu Support&lt;br /&gt;
* Hulu Player (739,740) - from TSCHAK&lt;br /&gt;
* Game Player (673,674) - Added support for custom controller files to Game Player - see TankStick DT #2100 for an example.&lt;br /&gt;
* pluto-std-plugins - fixes #587&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-10 22758 ==&lt;br /&gt;
* pluto-boot-script (234)- Add Activate Orbiter to KDE desktop (#596)&lt;br /&gt;
* mce-diskless-tools (627,628) - Add a link to the desktop to call Activate Orbiter (#596)&lt;br /&gt;
* linux-diskless-image (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
* alsa-modules (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
* zaptel-modules (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-12 22763 ==&lt;br /&gt;
* new-installer &lt;br /&gt;
** changes in kdm link management&lt;br /&gt;
** verify kubuntu-desktop is installed&lt;br /&gt;
* pluto-boot-script (234) - Fix copying of desktop link to activate Orbiter into root&#039;s Desktop dir&lt;br /&gt;
* pluto-vdr (469,468) - Only backup setup.conf if it exists.&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-13 22765 ==&lt;br /&gt;
* pluto-std-plugins - fixes #587&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-14 22768 ==&lt;br /&gt;
* pluto-xine-player (117,136) - removed dependency for libxine1-ffmpeg&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-16 22777 ==&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
** Fixes event criteria for PK_EventParameter [http://svn.linuxmce.org/trac.cgi/ticket/602 #602]&lt;br /&gt;
** Fixes time of day - can now check againt hh:mm:ss [http://svn.linuxmce.org/trac.cgi/ticket/605 #605]&lt;br /&gt;
** Fixed bug introduced in the two fixes above [http://svn.linuxmce.org/trac.cgi/ticket/608 #608]&lt;br /&gt;
* pluto-vdr (468,469) - Remove SourceCaps entries from default setup.conf&lt;br /&gt;
* pluto-system-database (211) - Hulu Player/PlugIn changes&lt;br /&gt;
* Hulu PlugIn (737,738) - device template constant fixes&lt;br /&gt;
* Hulu Player (739,740) - device template constant fixes&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-18 22795 ==&lt;br /&gt;
* pluto-proxy-orbiter (487,488) Fixes [http://svn.linuxmce.org/trac.cgi/ticket/610 #610]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-23 22803 ==&lt;br /&gt;
* pluto-boot-script (234) &lt;br /&gt;
** Install zaptel-modules and load ztdummy for meetme&lt;br /&gt;
** Disable KDE screensaver upon KDE Desktop start (fixes #600)&lt;br /&gt;
* pluto-dhcpd-plugin (302) - Make sure to transfer database secret into sip_additional.conf&lt;br /&gt;
* pluto-orbiter (119,138) - Color fixes&lt;br /&gt;
* pluto-proxy-orbiter (488,487) - Color fixes - thanks radu&lt;br /&gt;
* pluto-vdr (468,469)&lt;br /&gt;
** Only create setup.conf if it does not contain a remotetimers entry&lt;br /&gt;
** Disable shutdown of system from VDR&lt;br /&gt;
* v4l2-firmware (733) - Added new firmware drivers to support a broader range of DVB cards&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-28 22812 ==&lt;br /&gt;
&lt;br /&gt;
Hulu Now works, and the HAI Omni Security panel driver has been checked in and integrated.&lt;br /&gt;
&lt;br /&gt;
* pluto-system-database (211) - Addition of buttons to Hulu Remote (tschak)&lt;br /&gt;
* lmce-hulu-player (739,740) - Hulu Player now uses Hulu Desktop&#039;s LIRCD port via a fake LIRCD Server. (tschak)&lt;br /&gt;
* 751  	HAI Control Program&lt;br /&gt;
* 750 	HAI Control Program Source&lt;br /&gt;
* 749  	LinuxMCE HAI Omni RS232 Panel Support&lt;br /&gt;
* 748 	LinuxMCE HAI Omni RS232 Panel Support Source&lt;br /&gt;
* pluto-zwave-lighting (505,506) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/620 #620] multi instance support for sensors&lt;br /&gt;
* pluto-mplayer-player (657,656) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/471 #471] Finally committed vdpau support for mplayer&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-07 22832 ==&lt;br /&gt;
&lt;br /&gt;
* pluto-zwave-lighting (505,506) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/620 #620] make command for child work again&lt;br /&gt;
* pluto-system-database (211) - new package and package changes for datalogger plugin&lt;br /&gt;
* lmce-datalog-database (753) - datalogger database, refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630]&lt;br /&gt;
* lmce-datalogger-plugin (686,687) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630] install automatically, configurable graph display&lt;br /&gt;
* lmce-datalog-db (688,689) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630]&lt;br /&gt;
* pluto-website-admin (220) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630], [http://svn.linuxmce.org/trac.cgi/ticket/633 #633], fix for some attribute names not showing up in media browser page, improvements to datalogger section&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/637 #637] allow event plugin to reload configuration without a router reload&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-14 22853 ==&lt;br /&gt;
* pluto-website-admin (220) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/637 #637] Reload event plugin configuration when events change (no need to reload router anymore, except after adding/deleting event commands), [http://svn.linuxmce.org/trac.cgi/ticket/648 #648] Fix device template adding to avoid sqlCVS commit problems&lt;br /&gt;
* pluto-orbiter (119,138) [http://svn.linuxmce.org/trac.cgi/ticket/647 #647] Enable event mapping for mouse buttons&lt;br /&gt;
* pluto-system-database (211) [http://svn.linuxmce.org/trac.cgi/ticket/646 #646] Device template for Logitech MX Air mouse&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/651 #651] fix router crash with boolean event parameters&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-23 22876 ==&lt;br /&gt;
* pluto-std-plugins (116,135) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], media plugin supports play all for pictures&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], picture viewer&lt;br /&gt;
* lmce-picture-plugin (756,757) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650], picture plugin&lt;br /&gt;
* Pluto PNP Detection Scripts (562), added detection script for Pioneer Elite series of Receivers&lt;br /&gt;
* Pluto Capture Card Setup Scripts (580), added input change scripts for various capture cards&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-08 22883 ==&lt;br /&gt;
* pluto-boot-script (234) - Change smb.conf template to disable unix extension.&lt;br /&gt;
* pluto-website-admin (220) - [http://svn.linuxmce.org/trac.cgi/ticket/662 Fixes #662]&lt;br /&gt;
* lmce-picture-plugin (756,757) Refs [http://svn.linuxmce.org/trac.cgi/ticket/650 #650] fix pause of slideshow&lt;br /&gt;
* pluto-system-database (211) [http://svn.linuxmce.org/trac.cgi/ticket/650 #650] designer changes for picture viewer&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-14 22889 *CLOUD Release* ==&lt;br /&gt;
*  pluto-system-database (211) changes to the repository information for a package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-04-28 22898  ==&lt;br /&gt;
* pluto-website-admin (220) - [http://svn.linuxmce.org/trac.cgi/ticket/662 Fixes #662 (again ;) )]&lt;br /&gt;
* pluto-system-database (211) - sqlCVS additions for the SmartQ V7 MID&lt;br /&gt;
* pluto-updateentarea (341,342) - code in Setup to allow for devices in the MID category to get media scenarios.&lt;br /&gt;
* pluto-storage-devices (533) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/672 #672]&lt;br /&gt;
* mce-diskless-tools (627,628) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/655 #655]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-05-20 22958 ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* pluto-orbitergen (226,227) - Orbitergen changed to specify that MIDs are on-screen orbiters. This may change in the future, but I need to test something... --[[User:Tschak909|Tschak909]] 06:22, 9 May 2010 (CEST)&lt;br /&gt;
* pluto-system-database (211) - [http://svn.linuxmce.org/trac.cgi/ticket/684 Toshiba RAS series IR control template]&lt;br /&gt;
* pluto-generic-serial-device (307,335) - [http://svn.linuxmce.org/trac.cgi/ticket/685 access return parameters in GSD device]&lt;br /&gt;
* mythtv-0.23&lt;br /&gt;
&lt;br /&gt;
== Update 2010-05-20 22959 ==&lt;br /&gt;
* lmce-update-system (650,651) - Setup pinning to the LinuxMCE repository&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - MythTV 0.23 support has been baked in. Thanks mandingo&lt;br /&gt;
* pluto-mythtv-player (133,152)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-01 23002 ==&lt;br /&gt;
* lmce-hulu-player (739,740) - changed the accept() loop to be non-blocking, fixing the hung hulu player issue when the router needs to reload. -TSCHAK &lt;br /&gt;
* mce-diskless-tools (627,628) - cBuckle sent in a bugfix that prevented media directors with more than one NIC from properly being detected. We now assume the booting NIC is eth0. Thanks cBuckle! -TSCHKA&lt;br /&gt;
* pluto-website-admin (220) - Fixes #705, and #706 -TSCHAK&lt;br /&gt;
* pluto-system-database (211) - Fixes to QuickStartTemplate so icons will show. -TSCHAK&lt;br /&gt;
* pluto-std-plugins (116,135) - Fix to General Info Plugin so that it will properly show PNG images&lt;br /&gt;
* pluto-boot-scripts (234) - Fix to UpdateQuickStartIcons.sh to download quick start icons and convert to PNG if needed.&lt;br /&gt;
* lmce-update-system (650,651) - Fix preferences file&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-07 23036 ==&lt;br /&gt;
* pluto-asterisk (270.271) - Fix initial for no voicemail greetings after setup wizard (thanks los93sol)&lt;br /&gt;
* pluto-vdr (469,468) &lt;br /&gt;
** Syntax error fix in StartVDRClient - should start correct on MDs now.&lt;br /&gt;
** Add a default remote.conf so people can use the keyboard to control VDR.&lt;br /&gt;
* pluto-system-database (211) - Add support for TED5000 and Energy Monitoring Events to be used by future devices&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-09 23046 ==&lt;br /&gt;
* lmce-picture-viewer (754,755) Refs #650, start picture viewer minimized&lt;br /&gt;
* pluto-website-admin (220) - Change wording of VDR error message to better reflect what&#039;s going on.&lt;br /&gt;
* v4l2-Modules (732) - Fix debian package naming to allow proper install of dkms package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-10 23047 ==&lt;br /&gt;
* v4l2-Modules (732) - Fix Debian package naming to allow proper install of dkms package&lt;br /&gt;
&lt;br /&gt;
== Update 2010-06-14 23070 ==&lt;br /&gt;
* pluto-std-plugins (116,135) - Fix to General Info Plugin to allow Firefox Bookmarks to work again. Please test!&lt;br /&gt;
* pluto-boot-scripts (234) - Modify Mozilla.sh to properly output a profile where bookmarks work again.&lt;br /&gt;
* mce-diskless-tools (627,628) - Modify DisklessInteractor to always return i386 until we get a working amd64 build again.&lt;br /&gt;
* vdr - Update to version 1.7.15 &lt;br /&gt;
** Get rid of a few patches&lt;br /&gt;
** Fixes for sound decoding in Denmark&lt;br /&gt;
&lt;br /&gt;
== Upcoming fixes... ==&lt;br /&gt;
&#039;&#039;&#039;Note: Please put the name of the package file and the source and bin package number in this list, followed by a small description of what has changed! Hulu Player is not the name of the package, but lmce-hulu-player. It makes the life of the person, who needs to update the repo a lot easier. Thank you!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Sorry about the long list of packages with little detail, I was a little slow getting up to speed on this, won&#039;t happen again!  I&#039;m still a little lost as to how you find two package numbers, I&#039;ll ask in the dev channel... -Los93soL &#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039; Begin Los93soL package updates &#039;&#039;&#039;&lt;br /&gt;
* lmce-datalogger-plugin (687)&lt;br /&gt;
* lmce-datalog-database (753)&lt;br /&gt;
* pluto-boot-scripts (234)&lt;br /&gt;
* pluto-std-plugins (116)&lt;br /&gt;
* asterisk-pluto (269)&lt;br /&gt;
* pluto-asterisk (270)&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
* mjproxy (761)&lt;br /&gt;
&#039;&#039;&#039; End Los93soL package updates &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* pluto-mythtv-player (133,152) - Fix the missing MythTV Setup in Computing. as the Quick Start Template has moved rows.&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Fixes #732 - Storage devices not locally attached to core are not added to mythtv storage groups and cleans up some error messages&lt;br /&gt;
&lt;br /&gt;
== Bugfixes ==&lt;br /&gt;
=== Mythtv-plugin fails to install ===&lt;br /&gt;
Install with apt-get install -f &amp;lt;name-of-package&amp;gt;&lt;/div&gt;</summary>
		<author><name>Merkur2k</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=LinuxMCE-0810_beta&amp;diff=22596</id>
		<title>LinuxMCE-0810 beta</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=LinuxMCE-0810_beta&amp;diff=22596"/>
		<updated>2010-03-07T18:06:30Z</updated>

		<summary type="html">&lt;p&gt;Merkur2k: /* Update 2010-03-07 in progress */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Software]]&lt;br /&gt;
This page outlines some information about the Beta, as well as outlining any changes and bugfixes we are applying, just like we did with the alpha2 page.&lt;br /&gt;
&lt;br /&gt;
The installation instructions found on the alpha2 page still apply:&lt;br /&gt;
&lt;br /&gt;
==Installing LinuxMCE-0810==&lt;br /&gt;
Please see detailed instruction on how to install LinuxMCE-0810 and keep it up-to-date with the latest updates [[installing 0810|here]].&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-03 22558 ==&lt;br /&gt;
* Build_Replacement_Package - freepbx (ubuntu/asterisk/freepbx) - Ticket #345 - Fixes the issue of installing new modules in FreePBX.&lt;br /&gt;
* pluto-asterisk (270.271) - Phone Lines fixing - asterisk (src/asterisk) - Ticket #374 - Fixes the issue during the creation procedure of a new phone lines via web LinuxMCE Admin. New MessageNet Provider support.&lt;br /&gt;
* pluto-avwizard (555,556) - Fixes #480 - Fails to identify untouched xorg.conf&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** Cleanup in nvidia-config&lt;br /&gt;
** MD WOL Problem fixed&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
** #469 IVR menue will now be regenerated every time a phone line is added.&lt;br /&gt;
** #221 IR commands selection screen now has sort modes to make it easier to sift through all those commands.&lt;br /&gt;
** #219 Various layout improvements to the wizard pages.&lt;br /&gt;
* pluto-xine-player (117,136) - changes for HDMI out&lt;br /&gt;
* pluto-std-plugins (116,135) - Changes to Telecom PlugIn to give proper audio switching behaviour when USB Conference microphones are used for the media director phone. This is of relevance to particular configurations that do not allow concurrent access to the soundcard (such as coax/optical settings). -tschak&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-06 22569 ==&lt;br /&gt;
* pluto-dce-router (154,155) - now depends on lmce-skins-uita&lt;br /&gt;
* pluto-system-database (211) - new lmce-skins-uita package definition&lt;br /&gt;
* lmce-skins-uita (727) - new skin&lt;br /&gt;
* MPlayer_Player (656,657) - Videos that is played by mplayer can now take advantage of vdpau. (Set hw accel to &amp;quot;auto&amp;quot; or &amp;quot;vdpau&amp;quot;)&lt;br /&gt;
* pluto-xine-player (117,136) - don&#039;t stop screen saver when playing audio [http://svn.linuxmce.org/trac.cgi/ticket/486 #486]&lt;br /&gt;
* pluto-orbiter (119,138) - hide xine when playing audio, keeps screen saver visible [http://svn.linuxmce.org/trac.cgi/ticket/486 #486]&lt;br /&gt;
* Update of Zaptel and other kernel related packages to -16&lt;br /&gt;
== Update 2009-12-12 22598 ==&lt;br /&gt;
* pluto-website-admin (220) - sql fix from http://svn.linuxmce.org/trac.cgi/changeset/22567&lt;br /&gt;
* pluto-xine-plugin (118,137) - fix for remote audio cd streaming [http://svn.linuxmce.org/trac.cgi/ticket/470 #470] - still not working&lt;br /&gt;
* pluto-xine-player - refactor screen saver handling&lt;br /&gt;
* pluto-disk-drive (122,141) - fix for remote audio cd streaming [http://svn.linuxmce.org/trac.cgi/ticket/470 #470] - still not working&lt;br /&gt;
* pluto-x-scripts (520,523) - fix for audio over HDMI&lt;br /&gt;
* alsa-lib, alsa-utils, lib64asound2, libasound2 - fix for audio over HDMI&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-14 22600 ==&lt;br /&gt;
* pluto-dcerouter (154,155) - Fixes broken Delay command&lt;br /&gt;
* pluto-libresolution (545,544) - UseEDID HDMI Audio xorg.conf entry&lt;br /&gt;
* pluto-asterisk (270.271) - Fix for Messagenet configuration script (changing Window&#039;s EOL characters)&lt;br /&gt;
* pluto-system-database (211) - Some devicedata changes for dcerouter delay command and DCS-5300G camera&lt;br /&gt;
* pluto-website-admin (220) - fix HDMI selection in web admin&lt;br /&gt;
* pluto-xine-player (117,136) - removed 1 second sleep after play media. refactored code to stop screen saver&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-25 22639 - Christmas fix ==&lt;br /&gt;
* freepbx - removal of chan_vpb.so to circumvent coredumps on system without a Voicetronix board (#519)&lt;br /&gt;
* pluto-avwizard (555,556) - modification of startup scripts to not screw the system upon status calls to the startup scripts&lt;br /&gt;
* pluto-boot-scripts (234)&lt;br /&gt;
** modification of startup scripts to not screw the system upon status calls to the startup scripts&lt;br /&gt;
** updated Backup/Restore functionallity&lt;br /&gt;
** fixes  web admin log links for hybrid MD&lt;br /&gt;
** Make sure only a single logrotate configuration file for LinuxMCE exist&lt;br /&gt;
* pluto-hdhomerun(621,620)- Fixes bug where only 1 tuner was added to mythtv&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Fixes deletion of of hostname from mythconverg.capturecard by creating and using a dummy videosource&lt;br /&gt;
* pluto-simplephone (498,499) - Adds support for password in DeviceData&lt;br /&gt;
* pluto-std-plugins (116,135) - Adds support for specialized interfaces&lt;br /&gt;
* pluto-system-database (211) - Some devicedata changes for SIP phone templates to include devicedata for password&lt;br /&gt;
* pluto-website-admin (220) - Fixes Climate Command Wizard Set Temperature command, Climate Command Wizard also now works with On//Off Climate Devices&lt;br /&gt;
* pluto-orbiter (119,138) - Fixes issue with input devices crashing orbiter [http://svn.linuxmce.org/trac.cgi/ticket/522 #522]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-01-08 22669 ==&lt;br /&gt;
*pluto-boot-scripts (234) &lt;br /&gt;
** Purge_Camera_Archives.pl fixed&lt;br /&gt;
** backup/restore fixed&lt;br /&gt;
** enable_wol called from Startup script - WOL for MDs should work again&lt;br /&gt;
*pluto-motion-wrapper (456,455) - Now calls the purge script every 6 hours and on reload&lt;br /&gt;
*pluto-storage-devices (533) &lt;br /&gt;
** Hostname now added to string to be displayed on orbiters when new drives are detected. &lt;br /&gt;
** Boot partitions will be filtered out also.&lt;br /&gt;
*pluto-system-database (211) - changes to MotionWrapper&#039;s motion.conf default options to use new option names&lt;br /&gt;
&lt;br /&gt;
==  Update 2010-01-16 22689 ==&lt;br /&gt;
* pluto-boot-scripts (234) - new safe_delete.sh script for safely deleting database entries&lt;br /&gt;
* pluto-cm15a (730,731) - new DCE device, CM15A USB interface for X10&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Capture card install now goes directly to the setup wizard&lt;br /&gt;
* pluto-orbiter (119,138) - Capture card install now goes directly to the setup wizard&lt;br /&gt;
* pluto-storage-devices (533) - mount no longer echos out errors during ro filesystem&lt;br /&gt;
* pluto-photo-screen-saver (582,581) - Rotate image according to exif tag [http://svn.linuxmce.org/trac.cgi/ticket/566 #566]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-01-27 22704 ==&lt;br /&gt;
* pluto-photo-screen-saver (582,581) - maintain correct image aspect ratio [http://svn.linuxmce.org/trac.cgi/ticket/568 #568]&lt;br /&gt;
* pluto-vdr (469,468) &lt;br /&gt;
** Use remotetimer for central scheduling&lt;br /&gt;
** Don&#039;t autostart VDR on MD&lt;br /&gt;
** Support VDPAU &lt;br /&gt;
* VDR - We provide our own packages (1.7.11 sources packages from eTobi and free-vdr.de)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-03 22733 ==&lt;br /&gt;
* MythTV - We provide our own packages (0.22 sources packages from mythbuntu )&lt;br /&gt;
* ZWave Lighting (505,506) - Wizard bugfix&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-08 22754 ==&lt;br /&gt;
* Hulu PlugIn (737,738) - Initial Beta of Hulu Support&lt;br /&gt;
* Hulu Player (739,740) - from TSCHAK&lt;br /&gt;
* Game Player (673,674) - Added support for custom controller files to Game Player - see TankStick DT #2100 for an example.&lt;br /&gt;
* pluto-std-plugins - fixes #587&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-10 22758 ==&lt;br /&gt;
* pluto-boot-script (234)- Add Activate Orbiter to KDE desktop (#596)&lt;br /&gt;
* mce-diskless-tools (627,628) - Add a link to the desktop to call Activate Orbiter (#596)&lt;br /&gt;
* linux-diskless-image (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
* alsa-modules (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
* zaptel-modules (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-12 22763 ==&lt;br /&gt;
* new-installer &lt;br /&gt;
** changes in kdm link management&lt;br /&gt;
** verify kubuntu-desktop is installed&lt;br /&gt;
* pluto-boot-script (234) - Fix copying of desktop link to activate Orbiter into root&#039;s Desktop dir&lt;br /&gt;
* pluto-vdr (469,468) - Only backup setup.conf if it exists.&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-13 22765 ==&lt;br /&gt;
* pluto-std-plugins - fixes #587&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-14 22768 ==&lt;br /&gt;
* pluto-xine-player (117,136) - removed dependency for libxine1-ffmpeg&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-16 22777 ==&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
** Fixes event criteria for PK_EventParameter [http://svn.linuxmce.org/trac.cgi/ticket/602 #602]&lt;br /&gt;
** Fixes time of day - can now check againt hh:mm:ss [http://svn.linuxmce.org/trac.cgi/ticket/605 #605]&lt;br /&gt;
** Fixed bug introduced in the two fixes above [http://svn.linuxmce.org/trac.cgi/ticket/608 #608]&lt;br /&gt;
* pluto-vdr (468,469) - Remove SourceCaps entries from default setup.conf&lt;br /&gt;
* pluto-system-database (211) - Hulu Player/PlugIn changes&lt;br /&gt;
* Hulu PlugIn (737,738) - device template constant fixes&lt;br /&gt;
* Hulu Player (739,740) - device template constant fixes&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-18 22795 ==&lt;br /&gt;
* pluto-proxy-orbiter (487,488) Fixes [http://svn.linuxmce.org/trac.cgi/ticket/610 #610]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-23 22803 ==&lt;br /&gt;
* pluto-boot-script (234) &lt;br /&gt;
** Install zaptel-modules and load ztdummy for meetme&lt;br /&gt;
** Disable KDE screensaver upon KDE Desktop start (fixes #600)&lt;br /&gt;
* pluto-dhcpd-plugin (302) - Make sure to transfer database secret into sip_additional.conf&lt;br /&gt;
* pluto-orbiter (119,138) - Color fixes&lt;br /&gt;
* pluto-proxy-orbiter (488,487) - Color fixes - thanks radu&lt;br /&gt;
* pluto-vdr (468,469)&lt;br /&gt;
** Only create setup.conf if it does not contain a remotetimers entry&lt;br /&gt;
** Disable shutdown of system from VDR&lt;br /&gt;
* v4l2-firmware (733) - Added new firmware drivers to support a broader range of DVB cards&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-28 22812 ==&lt;br /&gt;
&lt;br /&gt;
Hulu Now works, and the HAI Omni Security panel driver has been checked in and integrated.&lt;br /&gt;
&lt;br /&gt;
* pluto-system-database (211) - Addition of buttons to Hulu Remote (tschak)&lt;br /&gt;
* lmce-hulu-player (739,740) - Hulu Player now uses Hulu Desktop&#039;s LIRCD port via a fake LIRCD Server. (tschak)&lt;br /&gt;
* 751  	HAI Control Program&lt;br /&gt;
* 750 	HAI Control Program Source&lt;br /&gt;
* 749  	LinuxMCE HAI Omni RS232 Panel Support&lt;br /&gt;
* 748 	LinuxMCE HAI Omni RS232 Panel Support Source&lt;br /&gt;
* pluto-zwave-lighting (505,506) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/620 #620] multi instance support for sensors&lt;br /&gt;
* pluto-mplayer-player (657,656) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/471 #471] Finally committed vdpau support for mplayer&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-07 in progress ==&lt;br /&gt;
&lt;br /&gt;
* pluto-zwave-lighting (505,506) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/620 #620] make command for child work again&lt;br /&gt;
* pluto-system-database (211) - new package and package changes for datalogger plugin&lt;br /&gt;
* lmce-datalog-database (753) - datalogger database, refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630]&lt;br /&gt;
* lmce-datalogger-plugin (686,687) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630] install automatically, configurable graph display&lt;br /&gt;
* lmce-datalog-db (688,689) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630]&lt;br /&gt;
* pluto-website-admin (220) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630], [http://svn.linuxmce.org/trac.cgi/ticket/633 #633], fix for some attribute names not showing up in media browser page, improvements to datalogger section&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/637 #637] allow event plugin to reload configuration without a router reload&lt;br /&gt;
&lt;br /&gt;
== Upcoming fixes... ==&lt;br /&gt;
&#039;&#039;&#039;Note: Please put the name of the package file and the source and bin package number in this list, followed by a small description of what has changed! Hulu Player is not the name of the package, but lmce-hulu-player. It makes the life of the person, who needs to update the repo a lot easier. Thank you!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Bugfixes ==&lt;br /&gt;
=== Mythtv-plugin fails to install ===&lt;br /&gt;
Install with apt-get install -f &amp;lt;name-of-package&amp;gt;&lt;/div&gt;</summary>
		<author><name>Merkur2k</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=LinuxMCE-0810_beta&amp;diff=22595</id>
		<title>LinuxMCE-0810 beta</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=LinuxMCE-0810_beta&amp;diff=22595"/>
		<updated>2010-03-07T17:58:55Z</updated>

		<summary type="html">&lt;p&gt;Merkur2k: /* Update 2010-03-07 in progress */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Software]]&lt;br /&gt;
This page outlines some information about the Beta, as well as outlining any changes and bugfixes we are applying, just like we did with the alpha2 page.&lt;br /&gt;
&lt;br /&gt;
The installation instructions found on the alpha2 page still apply:&lt;br /&gt;
&lt;br /&gt;
==Installing LinuxMCE-0810==&lt;br /&gt;
Please see detailed instruction on how to install LinuxMCE-0810 and keep it up-to-date with the latest updates [[installing 0810|here]].&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-03 22558 ==&lt;br /&gt;
* Build_Replacement_Package - freepbx (ubuntu/asterisk/freepbx) - Ticket #345 - Fixes the issue of installing new modules in FreePBX.&lt;br /&gt;
* pluto-asterisk (270.271) - Phone Lines fixing - asterisk (src/asterisk) - Ticket #374 - Fixes the issue during the creation procedure of a new phone lines via web LinuxMCE Admin. New MessageNet Provider support.&lt;br /&gt;
* pluto-avwizard (555,556) - Fixes #480 - Fails to identify untouched xorg.conf&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** Cleanup in nvidia-config&lt;br /&gt;
** MD WOL Problem fixed&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
** #469 IVR menue will now be regenerated every time a phone line is added.&lt;br /&gt;
** #221 IR commands selection screen now has sort modes to make it easier to sift through all those commands.&lt;br /&gt;
** #219 Various layout improvements to the wizard pages.&lt;br /&gt;
* pluto-xine-player (117,136) - changes for HDMI out&lt;br /&gt;
* pluto-std-plugins (116,135) - Changes to Telecom PlugIn to give proper audio switching behaviour when USB Conference microphones are used for the media director phone. This is of relevance to particular configurations that do not allow concurrent access to the soundcard (such as coax/optical settings). -tschak&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-06 22569 ==&lt;br /&gt;
* pluto-dce-router (154,155) - now depends on lmce-skins-uita&lt;br /&gt;
* pluto-system-database (211) - new lmce-skins-uita package definition&lt;br /&gt;
* lmce-skins-uita (727) - new skin&lt;br /&gt;
* MPlayer_Player (656,657) - Videos that is played by mplayer can now take advantage of vdpau. (Set hw accel to &amp;quot;auto&amp;quot; or &amp;quot;vdpau&amp;quot;)&lt;br /&gt;
* pluto-xine-player (117,136) - don&#039;t stop screen saver when playing audio [http://svn.linuxmce.org/trac.cgi/ticket/486 #486]&lt;br /&gt;
* pluto-orbiter (119,138) - hide xine when playing audio, keeps screen saver visible [http://svn.linuxmce.org/trac.cgi/ticket/486 #486]&lt;br /&gt;
* Update of Zaptel and other kernel related packages to -16&lt;br /&gt;
== Update 2009-12-12 22598 ==&lt;br /&gt;
* pluto-website-admin (220) - sql fix from http://svn.linuxmce.org/trac.cgi/changeset/22567&lt;br /&gt;
* pluto-xine-plugin (118,137) - fix for remote audio cd streaming [http://svn.linuxmce.org/trac.cgi/ticket/470 #470] - still not working&lt;br /&gt;
* pluto-xine-player - refactor screen saver handling&lt;br /&gt;
* pluto-disk-drive (122,141) - fix for remote audio cd streaming [http://svn.linuxmce.org/trac.cgi/ticket/470 #470] - still not working&lt;br /&gt;
* pluto-x-scripts (520,523) - fix for audio over HDMI&lt;br /&gt;
* alsa-lib, alsa-utils, lib64asound2, libasound2 - fix for audio over HDMI&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-14 22600 ==&lt;br /&gt;
* pluto-dcerouter (154,155) - Fixes broken Delay command&lt;br /&gt;
* pluto-libresolution (545,544) - UseEDID HDMI Audio xorg.conf entry&lt;br /&gt;
* pluto-asterisk (270.271) - Fix for Messagenet configuration script (changing Window&#039;s EOL characters)&lt;br /&gt;
* pluto-system-database (211) - Some devicedata changes for dcerouter delay command and DCS-5300G camera&lt;br /&gt;
* pluto-website-admin (220) - fix HDMI selection in web admin&lt;br /&gt;
* pluto-xine-player (117,136) - removed 1 second sleep after play media. refactored code to stop screen saver&lt;br /&gt;
&lt;br /&gt;
== Update 2009-12-25 22639 - Christmas fix ==&lt;br /&gt;
* freepbx - removal of chan_vpb.so to circumvent coredumps on system without a Voicetronix board (#519)&lt;br /&gt;
* pluto-avwizard (555,556) - modification of startup scripts to not screw the system upon status calls to the startup scripts&lt;br /&gt;
* pluto-boot-scripts (234)&lt;br /&gt;
** modification of startup scripts to not screw the system upon status calls to the startup scripts&lt;br /&gt;
** updated Backup/Restore functionallity&lt;br /&gt;
** fixes  web admin log links for hybrid MD&lt;br /&gt;
** Make sure only a single logrotate configuration file for LinuxMCE exist&lt;br /&gt;
* pluto-hdhomerun(621,620)- Fixes bug where only 1 tuner was added to mythtv&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Fixes deletion of of hostname from mythconverg.capturecard by creating and using a dummy videosource&lt;br /&gt;
* pluto-simplephone (498,499) - Adds support for password in DeviceData&lt;br /&gt;
* pluto-std-plugins (116,135) - Adds support for specialized interfaces&lt;br /&gt;
* pluto-system-database (211) - Some devicedata changes for SIP phone templates to include devicedata for password&lt;br /&gt;
* pluto-website-admin (220) - Fixes Climate Command Wizard Set Temperature command, Climate Command Wizard also now works with On//Off Climate Devices&lt;br /&gt;
* pluto-orbiter (119,138) - Fixes issue with input devices crashing orbiter [http://svn.linuxmce.org/trac.cgi/ticket/522 #522]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-01-08 22669 ==&lt;br /&gt;
*pluto-boot-scripts (234) &lt;br /&gt;
** Purge_Camera_Archives.pl fixed&lt;br /&gt;
** backup/restore fixed&lt;br /&gt;
** enable_wol called from Startup script - WOL for MDs should work again&lt;br /&gt;
*pluto-motion-wrapper (456,455) - Now calls the purge script every 6 hours and on reload&lt;br /&gt;
*pluto-storage-devices (533) &lt;br /&gt;
** Hostname now added to string to be displayed on orbiters when new drives are detected. &lt;br /&gt;
** Boot partitions will be filtered out also.&lt;br /&gt;
*pluto-system-database (211) - changes to MotionWrapper&#039;s motion.conf default options to use new option names&lt;br /&gt;
&lt;br /&gt;
==  Update 2010-01-16 22689 ==&lt;br /&gt;
* pluto-boot-scripts (234) - new safe_delete.sh script for safely deleting database entries&lt;br /&gt;
* pluto-cm15a (730,731) - new DCE device, CM15A USB interface for X10&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - Capture card install now goes directly to the setup wizard&lt;br /&gt;
* pluto-orbiter (119,138) - Capture card install now goes directly to the setup wizard&lt;br /&gt;
* pluto-storage-devices (533) - mount no longer echos out errors during ro filesystem&lt;br /&gt;
* pluto-photo-screen-saver (582,581) - Rotate image according to exif tag [http://svn.linuxmce.org/trac.cgi/ticket/566 #566]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-01-27 22704 ==&lt;br /&gt;
* pluto-photo-screen-saver (582,581) - maintain correct image aspect ratio [http://svn.linuxmce.org/trac.cgi/ticket/568 #568]&lt;br /&gt;
* pluto-vdr (469,468) &lt;br /&gt;
** Use remotetimer for central scheduling&lt;br /&gt;
** Don&#039;t autostart VDR on MD&lt;br /&gt;
** Support VDPAU &lt;br /&gt;
* VDR - We provide our own packages (1.7.11 sources packages from eTobi and free-vdr.de)&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-03 22733 ==&lt;br /&gt;
* MythTV - We provide our own packages (0.22 sources packages from mythbuntu )&lt;br /&gt;
* ZWave Lighting (505,506) - Wizard bugfix&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-08 22754 ==&lt;br /&gt;
* Hulu PlugIn (737,738) - Initial Beta of Hulu Support&lt;br /&gt;
* Hulu Player (739,740) - from TSCHAK&lt;br /&gt;
* Game Player (673,674) - Added support for custom controller files to Game Player - see TankStick DT #2100 for an example.&lt;br /&gt;
* pluto-std-plugins - fixes #587&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-10 22758 ==&lt;br /&gt;
* pluto-boot-script (234)- Add Activate Orbiter to KDE desktop (#596)&lt;br /&gt;
* mce-diskless-tools (627,628) - Add a link to the desktop to call Activate Orbiter (#596)&lt;br /&gt;
* linux-diskless-image (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
* alsa-modules (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
* zaptel-modules (2.6.27-17) - Update to the latest kernel released by Ubuntu&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-12 22763 ==&lt;br /&gt;
* new-installer &lt;br /&gt;
** changes in kdm link management&lt;br /&gt;
** verify kubuntu-desktop is installed&lt;br /&gt;
* pluto-boot-script (234) - Fix copying of desktop link to activate Orbiter into root&#039;s Desktop dir&lt;br /&gt;
* pluto-vdr (469,468) - Only backup setup.conf if it exists.&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-13 22765 ==&lt;br /&gt;
* pluto-std-plugins - fixes #587&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-14 22768 ==&lt;br /&gt;
* pluto-xine-player (117,136) - removed dependency for libxine1-ffmpeg&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-16 22777 ==&lt;br /&gt;
* pluto-std-plugins (116,135)&lt;br /&gt;
** Fixes event criteria for PK_EventParameter [http://svn.linuxmce.org/trac.cgi/ticket/602 #602]&lt;br /&gt;
** Fixes time of day - can now check againt hh:mm:ss [http://svn.linuxmce.org/trac.cgi/ticket/605 #605]&lt;br /&gt;
** Fixed bug introduced in the two fixes above [http://svn.linuxmce.org/trac.cgi/ticket/608 #608]&lt;br /&gt;
* pluto-vdr (468,469) - Remove SourceCaps entries from default setup.conf&lt;br /&gt;
* pluto-system-database (211) - Hulu Player/PlugIn changes&lt;br /&gt;
* Hulu PlugIn (737,738) - device template constant fixes&lt;br /&gt;
* Hulu Player (739,740) - device template constant fixes&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-18 22795 ==&lt;br /&gt;
* pluto-proxy-orbiter (487,488) Fixes [http://svn.linuxmce.org/trac.cgi/ticket/610 #610]&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-23 22803 ==&lt;br /&gt;
* pluto-boot-script (234) &lt;br /&gt;
** Install zaptel-modules and load ztdummy for meetme&lt;br /&gt;
** Disable KDE screensaver upon KDE Desktop start (fixes #600)&lt;br /&gt;
* pluto-dhcpd-plugin (302) - Make sure to transfer database secret into sip_additional.conf&lt;br /&gt;
* pluto-orbiter (119,138) - Color fixes&lt;br /&gt;
* pluto-proxy-orbiter (488,487) - Color fixes - thanks radu&lt;br /&gt;
* pluto-vdr (468,469)&lt;br /&gt;
** Only create setup.conf if it does not contain a remotetimers entry&lt;br /&gt;
** Disable shutdown of system from VDR&lt;br /&gt;
* v4l2-firmware (733) - Added new firmware drivers to support a broader range of DVB cards&lt;br /&gt;
&lt;br /&gt;
== Update 2010-02-28 22812 ==&lt;br /&gt;
&lt;br /&gt;
Hulu Now works, and the HAI Omni Security panel driver has been checked in and integrated.&lt;br /&gt;
&lt;br /&gt;
* pluto-system-database (211) - Addition of buttons to Hulu Remote (tschak)&lt;br /&gt;
* lmce-hulu-player (739,740) - Hulu Player now uses Hulu Desktop&#039;s LIRCD port via a fake LIRCD Server. (tschak)&lt;br /&gt;
* 751  	HAI Control Program&lt;br /&gt;
* 750 	HAI Control Program Source&lt;br /&gt;
* 749  	LinuxMCE HAI Omni RS232 Panel Support&lt;br /&gt;
* 748 	LinuxMCE HAI Omni RS232 Panel Support Source&lt;br /&gt;
* pluto-zwave-lighting (505,506) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/620 #620] multi instance support for sensors&lt;br /&gt;
* pluto-mplayer-player (657,656) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/471 #471] Finally committed vdpau support for mplayer&lt;br /&gt;
&lt;br /&gt;
== Update 2010-03-07 in progress ==&lt;br /&gt;
&lt;br /&gt;
* pluto-zwave-lighting (505,506) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/620 #620] make command for child work again&lt;br /&gt;
* pluto-system-database (211) - new package and package changes for datalogger plugin&lt;br /&gt;
* lmce-datalog-database (753) - datalogger database, refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630]&lt;br /&gt;
* lmce-datalogger-plugin (686,687) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630] install automatically, configurable graph display&lt;br /&gt;
* lmce-datalog-db (688,689) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630]&lt;br /&gt;
* pluto-website-admin (220) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/630 #630], [http://svn.linuxmce.org/trac.cgi/ticket/633 #633] improvements to datalogger section&lt;br /&gt;
* pluto-std-plugins (116,135) - Refs [http://svn.linuxmce.org/trac.cgi/ticket/637 #637] allow event plugin to reload configuration without a router reload&lt;br /&gt;
&lt;br /&gt;
== Upcoming fixes... ==&lt;br /&gt;
&#039;&#039;&#039;Note: Please put the name of the package file and the source and bin package number in this list, followed by a small description of what has changed! Hulu Player is not the name of the package, but lmce-hulu-player. It makes the life of the person, who needs to update the repo a lot easier. Thank you!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Bugfixes ==&lt;br /&gt;
=== Mythtv-plugin fails to install ===&lt;br /&gt;
Install with apt-get install -f &amp;lt;name-of-package&amp;gt;&lt;/div&gt;</summary>
		<author><name>Merkur2k</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=User:Merkur2k&amp;diff=22276</id>
		<title>User:Merkur2k</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=User:Merkur2k&amp;diff=22276"/>
		<updated>2010-02-07T18:16:57Z</updated>

		<summary type="html">&lt;p&gt;Merkur2k: /* Core/Hybrid */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Setup=&lt;br /&gt;
&#039;&#039;Presently using 0810 Beta&#039;&#039;&lt;br /&gt;
==Core/Hybrid==&lt;br /&gt;
[[Image:C060706_124352.JPG|thumb|Core/Hybrid]]&lt;br /&gt;
*Motherboard: [[ASUS M3N78-EM]] AM2+/AM2 NVIDIA GeForce 8300 HDMI Micro ATX AMD&lt;br /&gt;
*Processor: AMD Athlon 64 X2 5600 Brisbane 2.9GHz Socket AM2 65W Dual-Core Processor&lt;br /&gt;
*RAM: GeIL Black Dragon 2GB (2 x 1GB) 240-Pin DDR2 SDRAM DDR2 800 (PC2 6400) Dual Channel&lt;br /&gt;
*Extra NIC: Generic 10/100 RTL8139 based PCI card (external interface)&lt;br /&gt;
*HDD: Seagate 500GB SATA2 (internal)&lt;br /&gt;
*HDD: Maxtor 250GB IDE (internal)&lt;br /&gt;
*HDD: Maxtor 250GB IDE (internal)&lt;br /&gt;
*HDD: Hitachi 1TB SATA2 (internal)&lt;br /&gt;
*DVD Drive: Generic IDE DVDROM&lt;br /&gt;
*Case: APEVIA X-QPACK-BL/420 Black/Blue Aluminum MicroATX Desktop Computer Case&lt;br /&gt;
*Display: Polaroid 32&amp;quot; High Definition LCD TV (720P) (connected to core via HDMI)&lt;br /&gt;
*Audio: Sony STR-K750P (connected to core via optical SPDIF)&lt;br /&gt;
*TV Tuner: [[Silicondust HDHomeRun]]&lt;br /&gt;
*Remote Control: [[Using_the_Gyration_Remote_GYR3101US_(Non-Fiire_Chief)|Gyration GYR3101US]] Universal Infrared / RF Remote Control&amp;lt;BR&amp;gt;&lt;br /&gt;
*Remote Control: WebDT366 web pad based orbiter&amp;lt;BR&amp;gt;&lt;br /&gt;
[http://secure.newegg.com/WishList/PublicWishDetail.aspx?WishListNumber=13458968 Newegg Wishlist]&lt;br /&gt;
&lt;br /&gt;
==Network==&lt;br /&gt;
*Linksys WRT54GS router running DD-WRT&lt;br /&gt;
*Linksys WRT54G router running DD-WRT&lt;br /&gt;
&lt;br /&gt;
==Telecom==&lt;br /&gt;
None at this time&lt;br /&gt;
&lt;br /&gt;
==Security==&lt;br /&gt;
None at this time&lt;br /&gt;
&lt;br /&gt;
==Lighting==&lt;br /&gt;
MCV / Aeon Z-Wave USB interface&amp;lt;BR&amp;gt;&lt;br /&gt;
2x Wayne Dalton Z-Wave plug-in lamp module&lt;br /&gt;
&lt;br /&gt;
==Climate Control==&lt;br /&gt;
None at this time&lt;br /&gt;
&lt;br /&gt;
= Projects/To-Do List =&lt;br /&gt;
&lt;br /&gt;
== Telecom ==&lt;br /&gt;
*Determine which hardware and voip service to purchase&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:User Setups]]&lt;/div&gt;</summary>
		<author><name>Merkur2k</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=User:Merkur2k&amp;diff=22275</id>
		<title>User:Merkur2k</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=User:Merkur2k&amp;diff=22275"/>
		<updated>2010-02-07T18:13:07Z</updated>

		<summary type="html">&lt;p&gt;Merkur2k: /* Lighting */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Setup=&lt;br /&gt;
&#039;&#039;Presently using 0810 Beta&#039;&#039;&lt;br /&gt;
==Core/Hybrid==&lt;br /&gt;
[[Image:C060706_124352.JPG|thumb|Core/Hybrid]]&lt;br /&gt;
*Motherboard: [[ASUS M3N78-EM]] AM2+/AM2 NVIDIA GeForce 8300 HDMI Micro ATX AMD&lt;br /&gt;
*Processor: AMD Athlon 64 X2 5600 Brisbane 2.9GHz Socket AM2 65W Dual-Core Processor&lt;br /&gt;
*RAM: GeIL Black Dragon 2GB (2 x 1GB) 240-Pin DDR2 SDRAM DDR2 800 (PC2 6400) Dual Channel&lt;br /&gt;
*Extra NIC: Generic 10/100 RTL8139 based PCI card (external interface)&lt;br /&gt;
*HDD: Seagate 500GB SATA2 (internal)&lt;br /&gt;
*HDD: Maxtor 250GB IDE (internal)&lt;br /&gt;
*HDD: Maxtor 250GB IDE (internal)&lt;br /&gt;
*HDD: Hitachi 1TB SATA2 (internal)&lt;br /&gt;
*DVD Drive: Generic IDE DVDROM&lt;br /&gt;
*Case: APEVIA X-QPACK-BL/420 Black/Blue Aluminum MicroATX Desktop Computer Case&lt;br /&gt;
*Display: Polaroid 32&amp;quot; High Definition LCD TV (720P) (connected to core via HDMI)&lt;br /&gt;
*Audio: Sony STR-K750P (connected to core via optical SPDIF)&lt;br /&gt;
*TV Tuner: [[Silicondust HDHomeRun]]&lt;br /&gt;
*Remote Control: [[Using_the_Gyration_Remote_GYR3101US_(Non-Fiire_Chief)|Gyration GYR3101US]] Universal Infrared / RF Remote Control&lt;br /&gt;
[http://secure.newegg.com/WishList/PublicWishDetail.aspx?WishListNumber=13458968 Newegg Wishlist]&lt;br /&gt;
&lt;br /&gt;
==Network==&lt;br /&gt;
*Linksys WRT54GS router running DD-WRT&lt;br /&gt;
*Linksys WRT54G router running DD-WRT&lt;br /&gt;
&lt;br /&gt;
==Telecom==&lt;br /&gt;
None at this time&lt;br /&gt;
&lt;br /&gt;
==Security==&lt;br /&gt;
None at this time&lt;br /&gt;
&lt;br /&gt;
==Lighting==&lt;br /&gt;
MCV / Aeon Z-Wave USB interface&amp;lt;BR&amp;gt;&lt;br /&gt;
2x Wayne Dalton Z-Wave plug-in lamp module&lt;br /&gt;
&lt;br /&gt;
==Climate Control==&lt;br /&gt;
None at this time&lt;br /&gt;
&lt;br /&gt;
= Projects/To-Do List =&lt;br /&gt;
&lt;br /&gt;
== Telecom ==&lt;br /&gt;
*Determine which hardware and voip service to purchase&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:User Setups]]&lt;/div&gt;</summary>
		<author><name>Merkur2k</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=User:Merkur2k&amp;diff=22274</id>
		<title>User:Merkur2k</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=User:Merkur2k&amp;diff=22274"/>
		<updated>2010-02-07T18:12:46Z</updated>

		<summary type="html">&lt;p&gt;Merkur2k: /* Lighting */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Setup=&lt;br /&gt;
&#039;&#039;Presently using 0810 Beta&#039;&#039;&lt;br /&gt;
==Core/Hybrid==&lt;br /&gt;
[[Image:C060706_124352.JPG|thumb|Core/Hybrid]]&lt;br /&gt;
*Motherboard: [[ASUS M3N78-EM]] AM2+/AM2 NVIDIA GeForce 8300 HDMI Micro ATX AMD&lt;br /&gt;
*Processor: AMD Athlon 64 X2 5600 Brisbane 2.9GHz Socket AM2 65W Dual-Core Processor&lt;br /&gt;
*RAM: GeIL Black Dragon 2GB (2 x 1GB) 240-Pin DDR2 SDRAM DDR2 800 (PC2 6400) Dual Channel&lt;br /&gt;
*Extra NIC: Generic 10/100 RTL8139 based PCI card (external interface)&lt;br /&gt;
*HDD: Seagate 500GB SATA2 (internal)&lt;br /&gt;
*HDD: Maxtor 250GB IDE (internal)&lt;br /&gt;
*HDD: Maxtor 250GB IDE (internal)&lt;br /&gt;
*HDD: Hitachi 1TB SATA2 (internal)&lt;br /&gt;
*DVD Drive: Generic IDE DVDROM&lt;br /&gt;
*Case: APEVIA X-QPACK-BL/420 Black/Blue Aluminum MicroATX Desktop Computer Case&lt;br /&gt;
*Display: Polaroid 32&amp;quot; High Definition LCD TV (720P) (connected to core via HDMI)&lt;br /&gt;
*Audio: Sony STR-K750P (connected to core via optical SPDIF)&lt;br /&gt;
*TV Tuner: [[Silicondust HDHomeRun]]&lt;br /&gt;
*Remote Control: [[Using_the_Gyration_Remote_GYR3101US_(Non-Fiire_Chief)|Gyration GYR3101US]] Universal Infrared / RF Remote Control&lt;br /&gt;
[http://secure.newegg.com/WishList/PublicWishDetail.aspx?WishListNumber=13458968 Newegg Wishlist]&lt;br /&gt;
&lt;br /&gt;
==Network==&lt;br /&gt;
*Linksys WRT54GS router running DD-WRT&lt;br /&gt;
*Linksys WRT54G router running DD-WRT&lt;br /&gt;
&lt;br /&gt;
==Telecom==&lt;br /&gt;
None at this time&lt;br /&gt;
&lt;br /&gt;
==Security==&lt;br /&gt;
None at this time&lt;br /&gt;
&lt;br /&gt;
==Lighting==&lt;br /&gt;
MCV / Aeon USB interface&amp;lt;BR&amp;gt;&lt;br /&gt;
2x Wayne Dalton plug-in lamp module&lt;br /&gt;
&lt;br /&gt;
==Climate Control==&lt;br /&gt;
None at this time&lt;br /&gt;
&lt;br /&gt;
= Projects/To-Do List =&lt;br /&gt;
&lt;br /&gt;
== Telecom ==&lt;br /&gt;
*Determine which hardware and voip service to purchase&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:User Setups]]&lt;/div&gt;</summary>
		<author><name>Merkur2k</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=User:Merkur2k&amp;diff=22273</id>
		<title>User:Merkur2k</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=User:Merkur2k&amp;diff=22273"/>
		<updated>2010-02-07T18:11:09Z</updated>

		<summary type="html">&lt;p&gt;Merkur2k: /* Lighting */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Setup=&lt;br /&gt;
&#039;&#039;Presently using 0810 Beta&#039;&#039;&lt;br /&gt;
==Core/Hybrid==&lt;br /&gt;
[[Image:C060706_124352.JPG|thumb|Core/Hybrid]]&lt;br /&gt;
*Motherboard: [[ASUS M3N78-EM]] AM2+/AM2 NVIDIA GeForce 8300 HDMI Micro ATX AMD&lt;br /&gt;
*Processor: AMD Athlon 64 X2 5600 Brisbane 2.9GHz Socket AM2 65W Dual-Core Processor&lt;br /&gt;
*RAM: GeIL Black Dragon 2GB (2 x 1GB) 240-Pin DDR2 SDRAM DDR2 800 (PC2 6400) Dual Channel&lt;br /&gt;
*Extra NIC: Generic 10/100 RTL8139 based PCI card (external interface)&lt;br /&gt;
*HDD: Seagate 500GB SATA2 (internal)&lt;br /&gt;
*HDD: Maxtor 250GB IDE (internal)&lt;br /&gt;
*HDD: Maxtor 250GB IDE (internal)&lt;br /&gt;
*HDD: Hitachi 1TB SATA2 (internal)&lt;br /&gt;
*DVD Drive: Generic IDE DVDROM&lt;br /&gt;
*Case: APEVIA X-QPACK-BL/420 Black/Blue Aluminum MicroATX Desktop Computer Case&lt;br /&gt;
*Display: Polaroid 32&amp;quot; High Definition LCD TV (720P) (connected to core via HDMI)&lt;br /&gt;
*Audio: Sony STR-K750P (connected to core via optical SPDIF)&lt;br /&gt;
*TV Tuner: [[Silicondust HDHomeRun]]&lt;br /&gt;
*Remote Control: [[Using_the_Gyration_Remote_GYR3101US_(Non-Fiire_Chief)|Gyration GYR3101US]] Universal Infrared / RF Remote Control&lt;br /&gt;
[http://secure.newegg.com/WishList/PublicWishDetail.aspx?WishListNumber=13458968 Newegg Wishlist]&lt;br /&gt;
&lt;br /&gt;
==Network==&lt;br /&gt;
*Linksys WRT54GS router running DD-WRT&lt;br /&gt;
*Linksys WRT54G router running DD-WRT&lt;br /&gt;
&lt;br /&gt;
==Telecom==&lt;br /&gt;
None at this time&lt;br /&gt;
&lt;br /&gt;
==Security==&lt;br /&gt;
None at this time&lt;br /&gt;
&lt;br /&gt;
==Lighting==&lt;br /&gt;
MCV / Aeon USB interface&lt;br /&gt;
2x Wayne Dalton plug-in lamp module&lt;br /&gt;
&lt;br /&gt;
==Climate Control==&lt;br /&gt;
None at this time&lt;br /&gt;
&lt;br /&gt;
= Projects/To-Do List =&lt;br /&gt;
&lt;br /&gt;
== Telecom ==&lt;br /&gt;
*Determine which hardware and voip service to purchase&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:User Setups]]&lt;/div&gt;</summary>
		<author><name>Merkur2k</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=User:Merkur2k&amp;diff=22272</id>
		<title>User:Merkur2k</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=User:Merkur2k&amp;diff=22272"/>
		<updated>2010-02-07T18:10:25Z</updated>

		<summary type="html">&lt;p&gt;Merkur2k: /* Lighting */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Setup=&lt;br /&gt;
&#039;&#039;Presently using 0810 Beta&#039;&#039;&lt;br /&gt;
==Core/Hybrid==&lt;br /&gt;
[[Image:C060706_124352.JPG|thumb|Core/Hybrid]]&lt;br /&gt;
*Motherboard: [[ASUS M3N78-EM]] AM2+/AM2 NVIDIA GeForce 8300 HDMI Micro ATX AMD&lt;br /&gt;
*Processor: AMD Athlon 64 X2 5600 Brisbane 2.9GHz Socket AM2 65W Dual-Core Processor&lt;br /&gt;
*RAM: GeIL Black Dragon 2GB (2 x 1GB) 240-Pin DDR2 SDRAM DDR2 800 (PC2 6400) Dual Channel&lt;br /&gt;
*Extra NIC: Generic 10/100 RTL8139 based PCI card (external interface)&lt;br /&gt;
*HDD: Seagate 500GB SATA2 (internal)&lt;br /&gt;
*HDD: Maxtor 250GB IDE (internal)&lt;br /&gt;
*HDD: Maxtor 250GB IDE (internal)&lt;br /&gt;
*HDD: Hitachi 1TB SATA2 (internal)&lt;br /&gt;
*DVD Drive: Generic IDE DVDROM&lt;br /&gt;
*Case: APEVIA X-QPACK-BL/420 Black/Blue Aluminum MicroATX Desktop Computer Case&lt;br /&gt;
*Display: Polaroid 32&amp;quot; High Definition LCD TV (720P) (connected to core via HDMI)&lt;br /&gt;
*Audio: Sony STR-K750P (connected to core via optical SPDIF)&lt;br /&gt;
*TV Tuner: [[Silicondust HDHomeRun]]&lt;br /&gt;
*Remote Control: [[Using_the_Gyration_Remote_GYR3101US_(Non-Fiire_Chief)|Gyration GYR3101US]] Universal Infrared / RF Remote Control&lt;br /&gt;
[http://secure.newegg.com/WishList/PublicWishDetail.aspx?WishListNumber=13458968 Newegg Wishlist]&lt;br /&gt;
&lt;br /&gt;
==Network==&lt;br /&gt;
*Linksys WRT54GS router running DD-WRT&lt;br /&gt;
*Linksys WRT54G router running DD-WRT&lt;br /&gt;
&lt;br /&gt;
==Telecom==&lt;br /&gt;
None at this time&lt;br /&gt;
&lt;br /&gt;
==Security==&lt;br /&gt;
None at this time&lt;br /&gt;
&lt;br /&gt;
==Lighting==&lt;br /&gt;
None at this time&lt;br /&gt;
&lt;br /&gt;
==Climate Control==&lt;br /&gt;
None at this time&lt;br /&gt;
&lt;br /&gt;
= Projects/To-Do List =&lt;br /&gt;
&lt;br /&gt;
== Telecom ==&lt;br /&gt;
*Determine which hardware and voip service to purchase&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:User Setups]]&lt;/div&gt;</summary>
		<author><name>Merkur2k</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=User:Merkur2k&amp;diff=21668</id>
		<title>User:Merkur2k</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=User:Merkur2k&amp;diff=21668"/>
		<updated>2009-11-29T16:41:35Z</updated>

		<summary type="html">&lt;p&gt;Merkur2k: /* Setup */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Setup=&lt;br /&gt;
&#039;&#039;Presently using 0810 Beta&#039;&#039;&lt;br /&gt;
==Core/Hybrid==&lt;br /&gt;
[[Image:C060706_124352.JPG|thumb|Core/Hybrid]]&lt;br /&gt;
*Motherboard: [[ASUS M3N78-EM]] AM2+/AM2 NVIDIA GeForce 8300 HDMI Micro ATX AMD&lt;br /&gt;
*Processor: AMD Athlon 64 X2 5600 Brisbane 2.9GHz Socket AM2 65W Dual-Core Processor&lt;br /&gt;
*RAM: GeIL Black Dragon 2GB (2 x 1GB) 240-Pin DDR2 SDRAM DDR2 800 (PC2 6400) Dual Channel&lt;br /&gt;
*Extra NIC: Generic 10/100 RTL8139 based PCI card (external interface)&lt;br /&gt;
*HDD: Seagate 500GB SATA2 (internal)&lt;br /&gt;
*HDD: Maxtor 250GB IDE (internal)&lt;br /&gt;
*HDD: Maxtor 250GB IDE (internal)&lt;br /&gt;
*HDD: Hitachi 1TB SATA2 (internal)&lt;br /&gt;
*DVD Drive: Generic IDE DVDROM&lt;br /&gt;
*Case: APEVIA X-QPACK-BL/420 Black/Blue Aluminum MicroATX Desktop Computer Case&lt;br /&gt;
*Display: Polaroid 32&amp;quot; High Definition LCD TV (720P) (connected to core via HDMI)&lt;br /&gt;
*Audio: Sony STR-K750P (connected to core via optical SPDIF)&lt;br /&gt;
*TV Tuner: [[Silicondust HDHomeRun]]&lt;br /&gt;
*Remote Control: [[Using_the_Gyration_Remote_GYR3101US_(Non-Fiire_Chief)|Gyration GYR3101US]] Universal Infrared / RF Remote Control&lt;br /&gt;
[http://secure.newegg.com/WishList/PublicWishDetail.aspx?WishListNumber=13458968 Newegg Wishlist]&lt;br /&gt;
&lt;br /&gt;
==Network==&lt;br /&gt;
*Linksys WRT54GS router running DD-WRT&lt;br /&gt;
*Linksys WRT54G router running DD-WRT&lt;br /&gt;
&lt;br /&gt;
==Telecom==&lt;br /&gt;
None at this time&lt;br /&gt;
&lt;br /&gt;
==Security==&lt;br /&gt;
None at this time&lt;br /&gt;
&lt;br /&gt;
==Lighting==&lt;br /&gt;
None at this time&lt;br /&gt;
&lt;br /&gt;
==Climate Control==&lt;br /&gt;
None at this time&lt;br /&gt;
&lt;br /&gt;
= Projects/To-Do List =&lt;br /&gt;
&lt;br /&gt;
== Telecom ==&lt;br /&gt;
*Determine which hardware and voip service to purchase&lt;br /&gt;
&lt;br /&gt;
==Lighting==&lt;br /&gt;
*Purchase MCV Z-Wave USB controller and some plug-in lamp modules&lt;br /&gt;
&lt;br /&gt;
[[Category:User Setups]]&lt;/div&gt;</summary>
		<author><name>Merkur2k</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=User:Merkur2k&amp;diff=21320</id>
		<title>User:Merkur2k</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=User:Merkur2k&amp;diff=21320"/>
		<updated>2009-10-03T16:55:25Z</updated>

		<summary type="html">&lt;p&gt;Merkur2k: /* Core/Hybrid */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Setup=&lt;br /&gt;
&#039;&#039;Presently using 0810 Alpha7&#039;&#039;&lt;br /&gt;
==Core/Hybrid==&lt;br /&gt;
[[Image:C060706_124352.JPG|thumb|Core/Hybrid]]&lt;br /&gt;
*Motherboard: [[ASUS M3N78-EM]] AM2+/AM2 NVIDIA GeForce 8300 HDMI Micro ATX AMD&lt;br /&gt;
*Processor: AMD Athlon 64 X2 5600 Brisbane 2.9GHz Socket AM2 65W Dual-Core Processor&lt;br /&gt;
*RAM: GeIL Black Dragon 2GB (2 x 1GB) 240-Pin DDR2 SDRAM DDR2 800 (PC2 6400) Dual Channel&lt;br /&gt;
*Extra NIC: Generic 10/100 RTL8139 based PCI card (external interface)&lt;br /&gt;
*HDD: Seagate 500GB SATA2 (internal)&lt;br /&gt;
*HDD: Maxtor 250GB IDE (internal)&lt;br /&gt;
*HDD: Maxtor 250GB IDE (internal)&lt;br /&gt;
*HDD: Hitachi 1TB SATA2 (internal)&lt;br /&gt;
*DVD Drive: Generic IDE DVDROM&lt;br /&gt;
*Case: APEVIA X-QPACK-BL/420 Black/Blue Aluminum MicroATX Desktop Computer Case&lt;br /&gt;
*Display: Polaroid 32&amp;quot; High Definition LCD TV (720P) (connected to core via HDMI)&lt;br /&gt;
*Audio: Sony STR-K750P (connected to core via optical SPDIF)&lt;br /&gt;
*TV Tuner: [[Silicondust HDHomeRun]]&lt;br /&gt;
*Remote Control: [[Using_the_Gyration_Remote_GYR3101US_(Non-Fiire_Chief)|Gyration GYR3101US]] Universal Infrared / RF Remote Control&lt;br /&gt;
[http://secure.newegg.com/WishList/PublicWishDetail.aspx?WishListNumber=13458968 Newegg Wishlist]&lt;br /&gt;
&lt;br /&gt;
==Network==&lt;br /&gt;
*Linksys WRT54GS router running DD-WRT (operating in client mode, connected to external nic)&lt;br /&gt;
*Linksys WRT54G router running DD-WRT (used as access point, connected to internal nic)&lt;br /&gt;
&lt;br /&gt;
==Telecom==&lt;br /&gt;
None at this time&lt;br /&gt;
&lt;br /&gt;
==Security==&lt;br /&gt;
None at this time&lt;br /&gt;
&lt;br /&gt;
==Lighting==&lt;br /&gt;
None at this time&lt;br /&gt;
&lt;br /&gt;
==Climate Control==&lt;br /&gt;
None at this time&lt;br /&gt;
&lt;br /&gt;
= Projects/To-Do List =&lt;br /&gt;
&lt;br /&gt;
== Telecom ==&lt;br /&gt;
*Determine which hardware and voip service to purchase&lt;br /&gt;
&lt;br /&gt;
==Lighting==&lt;br /&gt;
*Purchase MCV Z-Wave USB controller and some plug-in lamp modules&lt;br /&gt;
&lt;br /&gt;
[[Category:User Setups]]&lt;/div&gt;</summary>
		<author><name>Merkur2k</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=LinuxMCE-0810_alpha2&amp;diff=21239</id>
		<title>LinuxMCE-0810 alpha2</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=LinuxMCE-0810_alpha2&amp;diff=21239"/>
		<updated>2009-09-13T01:28:47Z</updated>

		<summary type="html">&lt;p&gt;Merkur2k: /* upcoming... */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Versions]]&lt;br /&gt;
{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
# Install Kubuntu Intrepid desktop, update it &amp;lt;strike&amp;gt;and enable the restricted (video) drivers if needed&amp;lt;/strike&amp;gt;. (download Kubuntu 8.10 &#039;&#039;&#039;desktop&#039;&#039;&#039; release from one of these: [http://mirrors.ccs.neu.edu/releases.ubuntu.com/kubuntu/8.10/ Northeastern University Mirror, USA], [http://swtsrv.informatik.uni-mannheim.de/pub/linux/distributions/ubuntu-release/kubuntu/8.10/ Mannheim University Mirror, Germany]) &#039;&#039;&#039;Currently, only the 32bit version of LinuxMCE is available. Only download the i386 version of 8.10 Kubuntu, even if your system can support 64bit versions.&#039;&#039;&#039;&lt;br /&gt;
# Run aptitude update and aptitude dist-upgrade to get the latest Kubuntu updates.&lt;br /&gt;
# Grab the latest installer script from [http://deb.linuxmce.org/ubuntu here], unpack them and change into the freshly created &#039;&#039;new-installer&#039;&#039; directory.&lt;br /&gt;
# Run the following scripts (as root, in order): pre-install-from-repo.sh, mce-install.sh, post-install.sh.&lt;br /&gt;
# Reboot, wait for the activity to stop (see progress on console 8).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;EDIT:  MAKE SURE YOUR INTERNET CONNECTION IS ON ETH0!&#039;&#039;&#039; (For linux Newbies ETH0 is probably the network card on your motherboard...or plug all NICs into a switch that has Internet access)&lt;br /&gt;
&lt;br /&gt;
In other words, after installing Kubuntu:&lt;br /&gt;
 sudo su - #This might ask for the password you specified earlier during the install of kubuntu.&lt;br /&gt;
 aptitude update&lt;br /&gt;
 aptitude dist-upgrade&lt;br /&gt;
 wget -c http://deb.linuxmce.org/ubuntu/new-installer-alpha-latest.tar.gz&lt;br /&gt;
 tar xvf new-installer-alpha-latest.tar.gz&lt;br /&gt;
 cd new-installer&lt;br /&gt;
 ./pre-install-from-repo.sh&lt;br /&gt;
 ./mce-install.sh&lt;br /&gt;
 ./post-install.sh&lt;br /&gt;
 reboot&lt;br /&gt;
&lt;br /&gt;
=== HDMI Audio ===&lt;br /&gt;
If you installed 0810 Alpha 2.26 or earlier you will need to do apt-get dist-upgrade on your Core &amp;amp; MD&#039;s to get the updated AVwizard that enables HDMI audio to be easily configured... this will get you the new AVwizard and any other fixes changes since you last upgraded. For the time being you will need to upgrade nVidia (180.60 or greater) &amp;amp; alsa (1.0.20 or later) drivers by hand.&lt;br /&gt;
&lt;br /&gt;
Updated AVwizard notes;&lt;br /&gt;
&lt;br /&gt;
The new AVwizard now allows you to select primary &amp;amp; secondary HDMI/VGA connectors using the keyboard. Press &#039;1&#039; for HDMI 1 and &#039;Q&#039; for HDMI 2 and press &#039;2&#039; for VGA 1 and &#039;S&#039; for VGA 2. Once in the Graphical AVwizard UI you will notice that these new connectors are now available for selection. you will also notice that the AVwizard now has a new screen layout for selecting the Audio output and also includes &#039;HDMI&#039; as one of the output connector options. Select &#039;HDMI&#039; from this screen if you want Stereo output then in the following screen respond &#039;No&#039; to Dolby Digital and DTS. If you want surround audio to be routed out of the HDMI connector (mainly used with surround amplifiers with HDMI inputs) then select &#039;HDMI&#039; and then answers &#039;yes&#039; to the Dolby Digital &amp;amp; DTS wizard screens.&lt;br /&gt;
&lt;br /&gt;
=== nVidia Restricted Driver ===&lt;br /&gt;
&amp;lt;strike&amp;gt;Install the nVidia restricted driver (177) from KDE using the Hardware Manager &#039;&#039;before&#039;&#039; installing LinuxMCE 0810 Alpha for the best results&amp;lt;/strike&amp;gt; The installer will now automatically choose and install the correct restricted driver during setup.It will be installed after selecting &amp;quot;OpenGL&amp;quot; on your Media Director in web admin page.&lt;br /&gt;
&lt;br /&gt;
=== MythTV ===&lt;br /&gt;
&amp;lt;strike&amp;gt;Remove reference to hardy in /etc/apt/sources.list&lt;br /&gt;
&lt;br /&gt;
from terminal&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo apt-get install pluto-mythtv-player&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Install updated version of pluto-mythtv-plugin&amp;lt;/strike&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Setup Diskless MD ===&lt;br /&gt;
&amp;lt;strike&amp;gt;Follow the steps from [[LinuxMCE-0810_alpha1#Setup_Diskless_MD|alpha1]].&amp;lt;/strike&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Upgrading kernel ===&lt;br /&gt;
&amp;lt;strike&amp;gt;There are issues with the &#039;&#039;fglrx&#039;&#039; driver that are documented in Ubuntu&#039;s bug tracking system.  If you&#039;re experiencing those issues, upgrade the kernel to &#039;&#039;2.6.27-13&#039;&#039; or better. [[Upgrading the Kernel]] has been updated with instructions on doing this.&amp;lt;/strike&amp;gt; The latest official kernel is -14&lt;br /&gt;
&lt;br /&gt;
== Updates ==&lt;br /&gt;
Check if there is no junk like references to hardy in /etc/apt/sources.list then:&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get dist-upgrade&lt;br /&gt;
Or use a package manager on the KDE desktop for more convenience.&lt;br /&gt;
&lt;br /&gt;
=== 20090218 (alpha-2.1) ===&lt;br /&gt;
*lmce-datalog-db_2.0.0.44.0902180810&lt;br /&gt;
*lmce-datalogger-plugin_2.0.0.44.0902180810&lt;br /&gt;
*lmce-enocean-tcm120_2.0.0.44.0902180810&lt;br /&gt;
*lmce-src-datalogger-plugin_2.0.0.44.0902180810&lt;br /&gt;
*lmce-src-enocean-tcm120_2.0.0.44.0902180810&lt;br /&gt;
*lmce-src-lmce-datalog_2.0.0.44.0902180810&lt;br /&gt;
*pluto-dcerouter_2.0.0.44.0902180810&lt;br /&gt;
*pluto-dhcpd-plugin_2.0.0.44.0902180810&lt;br /&gt;
*pluto-hald-src_2.0.0.44.0902180810&lt;br /&gt;
*pluto-hald_2.0.0.44.0902180810&lt;br /&gt;
*pluto-mythtv-plugin_2.0.0.44.0902180810&lt;br /&gt;
*pluto-orbitergen_2.0.0.44.0902180810&lt;br /&gt;
*pluto-src-dcerouter_2.0.0.44.0902180810&lt;br /&gt;
*pluto-src-hal-device-finder_2.0.0.44.0902180810&lt;br /&gt;
*pluto-src-mythtv-plugin_2.0.0.44.0902180810&lt;br /&gt;
*pluto-src-orbitergen_2.0.0.44.0902180810&lt;br /&gt;
*pluto-src-updatemedia_2.0.0.44.0902180810&lt;br /&gt;
*pluto-updateentarea_2.0.0.44.0902180810&lt;br /&gt;
*pluto-updatemedia_2.0.0.44.0902180810&lt;br /&gt;
*pluto-zwave-lighting_2.0.0.44.0902180810&lt;br /&gt;
*lmce-game-player_2.0.0.44.0902180810&lt;br /&gt;
*lmce-game-plugin_2.0.0.44.0902180810&lt;br /&gt;
*lmce-src-game-player_2.0.0.44.0902180810&lt;br /&gt;
*lmce-src-game-plugin_2.0.0.44.0902180810&lt;br /&gt;
&lt;br /&gt;
==== 20090222 (alpha-2.1.1) ====&lt;br /&gt;
*pluto-dcerouter_2.0.0.44.0902220810&lt;br /&gt;
*pluto-bluetooth-dongle_2.0.0.44.0902220810&lt;br /&gt;
&lt;br /&gt;
=== 20090301 (alpha-2.2) ===&lt;br /&gt;
SVN revision: 21746&lt;br /&gt;
&lt;br /&gt;
To avoid a known problem when upgrading pluto-storage-devices, forcefully remove it before upgrading and let apt fix it:&lt;br /&gt;
 dpkg -r --force-all pluto-storage-devices&lt;br /&gt;
 apt-get update&lt;br /&gt;
 apt-get install -f&lt;br /&gt;
Also please note that installing the upgrade of pluto-system-database will OVERWRITE your existing pluto_main database. It  is therefore advisable to make a backup first!&lt;br /&gt;
 mysqldump --skip-extended-insert pluto_main &amp;gt;pluto_main_$PK_Installation-`date &#039;+%Y%m%d:%H%M%S&#039;`.sql&lt;br /&gt;
*pluto-boot-scripts_2.0.0.44.0903010810&lt;br /&gt;
*pluto-network-storage_2.0.0.44.0903010810&lt;br /&gt;
*pluto-skins-basic_2.0.0.44.0903010810&lt;br /&gt;
*pluto-src-network-storage_2.0.0.44.0903010810&lt;br /&gt;
*pluto-src-std-plugins_2.0.0.44.0903010810&lt;br /&gt;
*pluto-src-updatemedia_2.0.0.44.0903010810&lt;br /&gt;
*pluto-std-plugins_2.0.0.44.0903010810&lt;br /&gt;
*pluto-storage-devices_2.0.0.44.0903010810&lt;br /&gt;
*pluto-system-database_2.0.0.44.0903010810 &lt;br /&gt;
*pluto-updatemedia_2.0.0.44.0903010810&lt;br /&gt;
*pluto-website-admin_2.0.0.44.0903010810&lt;br /&gt;
&lt;br /&gt;
=== 20090308 (alpha-2.3) ===&lt;br /&gt;
SVN revision: 21765&lt;br /&gt;
&lt;br /&gt;
Again it is wise to backup your database as there is a new pluto-system-database package, but this one will not overwrite your pluto_main database if it is already installed, it should do an sqlCVS update instead.  &lt;br /&gt;
Also remove the pluto-storage-devices, hopefully for the last time.  &lt;br /&gt;
See the previous upgrade [[LinuxMCE-0810_alpha2#20090301_.28alpha-2.2.29|above]] for details on how to do these things.  &lt;br /&gt;
&lt;br /&gt;
*pluto-asterisk_2.0.0.44.0903080810&lt;br /&gt;
*pluto-src-asterisk_2.0.0.44.0903080810&lt;br /&gt;
*pluto-src-text-to-speech_2.0.0.44.0903080810&lt;br /&gt;
*pluto-src-updatemedia_2.0.0.44.0903080810&lt;br /&gt;
*pluto-storage-devices_2.0.0.44.0903080810&lt;br /&gt;
*pluto-system-database_2.0.0.44.0903080810&lt;br /&gt;
*pluto-text-to-speech_2.0.0.44.0903080810&lt;br /&gt;
*pluto-updatemedia_2.0.0.44.0903080810&lt;br /&gt;
*pluto-website-admin_2.0.0.44.0903080810&lt;br /&gt;
&lt;br /&gt;
=== 20090315 (alpha-2.4) ===&lt;br /&gt;
SVN revision: 21798&lt;br /&gt;
&lt;br /&gt;
The web admin is being moved from pluto-admin to lmce-admin with this build. A redirect has been placed in pluto-admin to redirect to the new web admin URL to help smooth the transition. While every attempt has been made to make this a smooth transition, please be sure to file a trac ticket if you find bugs related to this move so I can get them taken care of -  [[User:jondecker76|jondecker76]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The Asterisk IVR is broken in this release. For those that need to get it working/wish to try out new changes, do the following:&lt;br /&gt;
 sudo apt-get install  libsox-fmt-all &lt;br /&gt;
 cd /usr/pluto/bin&lt;br /&gt;
 sudo rm generate_users_voicemenu.pl&lt;br /&gt;
 sudo wget http://svn.linuxmce.org/trac.cgi/browser/branches/LinuxMCE-0810/src/Asterisk/generate_users_voicemenu.pl?format=raw&lt;br /&gt;
 sudo chmod 755 generate_users_voicemenu.pl&lt;br /&gt;
 sudo ./generate_users_voicemenu.pl&lt;br /&gt;
Be sure to have the default voice set up in the Text_To_Speech device&#039;s device data (its default is the ugly one we&#039;re already used to)! I also highly recommend following the instructions located at [http://wiki.linuxmce.org/index.php/Text_To_Speech http://wiki.linuxmce.org/index.php/Text_To_Speech] on how to install some better voices, and set the default voice to voice_nitech_us_slt_arctic_hts after you install the better voices (this is the best free voice available ATM). This should all work on next weeks build for those that can wait.. I&#039;m still working on getting the better voices included by default, but need to check on licensing issues first.&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*pluto-asterisk_2.0.0.44.0903150810&lt;br /&gt;
*pluto-boot-scripts_2.0.0.44.0903150810&lt;br /&gt;
*pluto-makerelease_2.0.0.44.0903150810&lt;br /&gt;
*pluto-newmdinteractor_2.0.0.44.0903150810&lt;br /&gt;
*pluto-orbitergen_2.0.0.44.0903150810&lt;br /&gt;
*pluto-proxy-orbiter_2.0.0.44.0903150810&lt;br /&gt;
*pluto-src-asterisk_2.0.0.44.0903150810&lt;br /&gt;
*pluto-src-makerelease_2.0.0.44.0903150810&lt;br /&gt;
*pluto-src-newmdinteractor_2.0.0.44.0903150810&lt;br /&gt;
*pluto-src-orbitergen_2.0.0.44.0903150810&lt;br /&gt;
*pluto-src-proxy-orbiter_2.0.0.44.0903150810&lt;br /&gt;
*pluto-src-std-plugins_2.0.0.44.0903150810&lt;br /&gt;
*pluto-src-text-to-speech_2.0.0.44.0903150810&lt;br /&gt;
*pluto-std-plugins_2.0.0.44.0903150810&lt;br /&gt;
*pluto-system-database_2.0.0.44.0903150810&lt;br /&gt;
*pluto-text-to-speech_2.0.0.44.0903150810&lt;br /&gt;
*pluto-updateentarea_2.0.0.44.0903150810&lt;br /&gt;
*pluto-website-admin_2.0.0.44.0903150810&lt;br /&gt;
&lt;br /&gt;
=== 20090322 (alpha-2.5) ===&lt;br /&gt;
SVN revision: 21827&lt;br /&gt;
&lt;br /&gt;
*freepbx_0+2.3.1-2&lt;br /&gt;
*pluto-asterisk_2.0.0.44.0903220810&lt;br /&gt;
*pluto-dhcpd-plugin_2.0.0.44.0903220810&lt;br /&gt;
*pluto-install-scripts_2.0.0.44.0903220810&lt;br /&gt;
*pluto-raid-tools_2.0.0.44.0903220810&lt;br /&gt;
*pluto-skins-basic_2.0.0.44.0903220810&lt;br /&gt;
*pluto-src-asterisk_2.0.0.44.0903220810&lt;br /&gt;
*pluto-website-admin_2.0.0.44.0903220810&lt;br /&gt;
&lt;br /&gt;
=== 20090401 (alpha-2.6) ===&lt;br /&gt;
Note: This build will attempt to use Launch Manager to co-ordinate startup and shutdown of devices. While it is not 100% finished, it is working and stable. Please test it out and file any problems against trac ticket #48. Also, please note the following:&lt;br /&gt;
 I&#039;m not sure on this, but you  may have to manually install LM via apt-get&lt;br /&gt;
 After you upgrade, reboot your core &lt;br /&gt;
 CLI output of LM can be viewed on tty8 on the core, and tty1 on MD&#039;s (alt+ctrl+F8 and alt+ctrl+F1 respectively). You will have to manually switch back to the orbiter on tty7 when finished&lt;br /&gt;
 CLI output is not yet completely finished, so the top fields will be blank (this is normal for now)&lt;br /&gt;
 CLI output of the log messages is working however, so please take a peek at them on tty8/tty1 shortly after you hear the 2nd set of beeps on boot up (when the &amp;quot;x&amp;quot; cursor appears on the screen).&lt;br /&gt;
 You can further test out LM by switching to tty8/tty1 right after doing a router reload and watching the output and comparing it to what you would expect it to be.&lt;br /&gt;
 LM dos not yet track regen process and report the % done. This should be working in next week&#039;s build, however.&lt;br /&gt;
 If there are problems and/or you wish to restore previous functionality, the original /usr/pluto/bin/startCore.sh file can be restored from the backup /usr/pluto/bin/startCore.sh._backup, and the LM package removed&lt;br /&gt;
 LM is not yet properly daemonized. I&#039;m saving this step for last after the socket layer is implemented and we get a client coded.&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; All orbiters will likely do a FULL REGEN after this update, and it may appear that your system is  hanging because of this. Please give it some time to finish the regen (could take up to an hour on large installs)&lt;br /&gt;
&lt;br /&gt;
* lmcevdr_1.1-10_all.deb&lt;br /&gt;
* pluto-website-admin_2.0.0.44.0904010019_i386.deb&lt;br /&gt;
* pluto-dynamic-dns_2.0.0.44.0904010019_i386.deb&lt;br /&gt;
* lmce-launch-manager_2.0.0.44.0904010019_i386.deb&lt;br /&gt;
* pluto-boot-scripts_2.0.0.44.0904010019_i386.deb&lt;br /&gt;
* pluto-system-database_2.0.0.44.0904010019_i386.deb&lt;br /&gt;
* pluto-orbitergen_2.0.0.44.0904010019_i386.deb&lt;br /&gt;
* pluto-updateentarea_2.0.0.44.0904010019_i386.deb&lt;br /&gt;
* pluto-orbiter_2.0.0.44.0904010019_i386.deb&lt;br /&gt;
&lt;br /&gt;
=== 20090405 (alpha 2.7) ===&lt;br /&gt;
From now on, the SVN version will part of the deb name.&lt;br /&gt;
 You may need to uninstall &#039;lmcevdr&#039; (dpkg -r --force-all lmcevdr) and reinstall it (apt-get install lmcevdr) to get around the install-script bug in last weeks .deb package. It worked for me. &lt;br /&gt;
* lmce-game-player_2.0.0.44.090405.21873_i386.deb&lt;br /&gt;
* lmce-game-plugin_2.0.0.44.090405.21873_i386.deb&lt;br /&gt;
* lmce-launch-manager_2.0.0.44.090405.21873_i386.deb&lt;br /&gt;
* lmce-phoenix-solo-usb_2.0.0.44.090405.21873_i386.deb&lt;br /&gt;
* lmcevdr_1.1-10_all.deb (This is no main package, and therefore does not contain the regular version designation. It is based upon version 21875)&lt;br /&gt;
* pluto-bluetooth-dongle_2.0.0.44.090405.21873_i386.deb&lt;br /&gt;
* pluto-simplephone_2.0.0.44.090405.21873_i386.deb&lt;br /&gt;
* pluto-system-database_2.0.0.44.090405.21873_i386.deb&lt;br /&gt;
* pluto-website-admin_2.0.0.44.09040521873_i386.deb&lt;br /&gt;
&lt;br /&gt;
=== 20090412 (alpha 2.8) ===&lt;br /&gt;
* pluto-text-to-speech_2.0.0.44.09041221886_i386.deb (283,284) - Finally, good voices will actually install (Nitech HTS Arctic). &lt;br /&gt;
* pluto-system-database_2.0.0.44.09041221886_i386.deb (211) - New default voice is voice_nitech_us_slt_arctic_hts. - game plugin and player template cleanups&lt;br /&gt;
* mce-diskless-tools_2.0.0.44.09041221886_i386.deb (627,628) - Update kernel image for diskless MDs upon regenning.&lt;br /&gt;
* pluto-website-admin_2.0.0.44.09041221886_i386.deb (220) - Infrared codes will now properly come from schema.linuxmce.org&lt;br /&gt;
* pluto-boot-scripts_2.0.0.44.09041221886_i386.deb (234)- also schema.linuxmce.org IR codes related.&lt;br /&gt;
* pluto-motion-wrapper_2.0.0.44.09041221886_i386.deb (455,456) - changed config variable from ffmpeg_filename to movie_filename&lt;br /&gt;
* lmce_launch_manager_2.0.0.44.09041221886_i386.deb (298,299) - LM Actions now work from CLI(such as reload, regen, reboot, etc...)&lt;br /&gt;
* lmce-game-player_2.0.0.44.09041221886_i386.deb (673,674) - Rebuilt for new device template&lt;br /&gt;
* lmce-game-plugin_2.0.0.44.09041221886_i386.deb (671,672) - Rebuilt for new device template&lt;br /&gt;
* pluto-updateentarea_2.0.0.44.09041221886_i386.deb (341,342) - may need to be rebuilt for device template changes&lt;br /&gt;
&lt;br /&gt;
=== 20090413 (alpha 2.9 jondecker special) ===&lt;br /&gt;
* pluto-text-to-speech_2.0.0.44.09041321887_i386.deb (283,284) - fixes stupid post-install typo&lt;br /&gt;
* pluto-zwave-lighting_2.0.0.44.09041321891_i386.deb (505,506) - thermostate support&lt;br /&gt;
&lt;br /&gt;
=== 20090419 (alpha 2.10 pbr) ===&lt;br /&gt;
* pluto-text-to-speech_2.0.0.44.09041921897_i386.deb&lt;br /&gt;
* pluto-website-admin_2.0.0.44.09041921897_i386.deb&lt;br /&gt;
* lmce-screen-capture-camera_2.0.0.44.09041921897_i386.deb&lt;br /&gt;
* pluto-system-database_2.0.0.44.09041921897_i386.deb&lt;br /&gt;
* lmce-game-plugin_2.0.0.44.09041921897_i386.deb&lt;br /&gt;
* lmce-game-player_2.0.0.44.09041921897_i386.deb&lt;br /&gt;
* pluto-asterisk_2.0.0.44.09041921897_i386.deb&lt;br /&gt;
&lt;br /&gt;
=== 20090426 (alpha 2.11) ===&lt;br /&gt;
With this release, MythTV now takes advantage of storage groups. Do some recordings, and try recording to a few different storage groups. &lt;br /&gt;
Please test this out and report any problems such as duplicate attributes appearing in pluto_media, icon image not showing up, recordings failing to record, etc. Also, if you do have problems, try a reboot and see if it fixes the problem, then please let me know if the reboot fixed your problem. - jondecker76&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;POST-BUILD  UPDATE:&#039;&#039;&#039; A couple of small bugs have been found that will be fixed in next week&#039;s build. 1) Some storage groups are missing the leading &amp;quot;/&amp;quot; in the path, causing problems images in mythweb, downloads in the mythweb, etc. 2) Unmounted storage devices were being skipped. This means that you may not have a storage group for some of your devices at some times. I am changing this so that the storage groups are created, and if for some reason it is not available when a recording is set to use the storage group, then the recording will go to the (always present) Default storage group.&lt;br /&gt;
For those wanting to fix #1 right now, just edit /usr/pluto/bin/StorageDevices_PlutoDirStructure.sh and add a preceeding slash before the path beginning with &#039;home/....&#039; on lines 214 and 226. After this modification, MythTV works great in all of the storage groups! (You should do a reboot after making the change)&lt;br /&gt;
&lt;br /&gt;
* lmcevdr_1.1-10_all.deb - more setup fixes, this time for the MD&lt;br /&gt;
* pluto-boot-scripts_2.0.0.44.09042621919_i386.deb (234) - small fix to get rid of a warning on DCERouter startup re missing dir., New MythTV directory structure stuff&lt;br /&gt;
* pluto-asterisk_2.0.0.44.09042621919_i386.deb (270,271) - Added Support for Cisco 7910 phone&lt;br /&gt;
* pluto-dhcpd-plugin_2.0.0.44.09042621919_i386.deb (302) - Added support for Cisco 7910 phone&lt;br /&gt;
* pluto-system-database_2.0.0.44.09042621919_i386.deb (211) - &#039;&#039;&#039;If new devices are added, the pluto-system-database needs to be updates as well&#039;&#039;&#039;&lt;br /&gt;
* pluto-storage-devices_2.0.0.44.09042621919_i386.deb (533) - Adds new tv_shows_* directories. Generates MythTV storage groups&lt;br /&gt;
* pluto-std-plugins_2.0.0.44.09042621919_i386.deb (134,153) -  adds some useful debugging snippets that helped trace down the problem of mythtv attributes not adding to pluto_media&lt;br /&gt;
* pluto-mythtv-plugin_2.0.0.44.09042621919_i386.deb (134,153) - lots of changes to facilitate the new storage groups&lt;br /&gt;
* pluto-network-storage_2.0.0.44.09042621919_i386.deb (503,508) - small changes to work with new tv_shows_* directories&lt;br /&gt;
&lt;br /&gt;
=== 20090429 (alpha 2.12) ===&lt;br /&gt;
* pluto-storage-devices_2.0.0.44.09042921929_i386.deb (533) - Fixes some small bugs in MythTV storage groups&lt;br /&gt;
* pluto-boot-scripts_2.0.0.44.09042921929_i386.deb (234) - misc. MythTV storage group enhancements&lt;br /&gt;
* pluto-mythtv-plugin_2.0.0.44.09042921929_i386.deb (134,153) - misc. MythTV storage group enhancement&lt;br /&gt;
* mce-diskless-tools_2.0.0.44.09042921929_i386.changes (627,628) - lots of fixes for MD boot- Changes effect new installs only&lt;br /&gt;
* pluto-system-database_2.0.0.44.09042921929_i386.deb (211) - Fixes hardy issue in sources.list&lt;br /&gt;
* pluto-nvidia-video-drivers_2.0.0.44.09042921929_i386.deb (490) - changed the package requirement to nvidia-glx-180 for intrepid&lt;br /&gt;
&lt;br /&gt;
=== 20090501 (alpha 2.13) ===&lt;br /&gt;
There are a few more MythTV storage group changes in this build. Please understand that the storage group name changes may throw mythweb out of whack on some old recordings, but this should be minimal. The old &amp;quot;user_*/&amp;lt;storage_device&amp;gt;&amp;quot; naming scheme is replaced with a &amp;quot;&amp;lt;username&amp;gt;:&amp;lt;storage_device&amp;gt;&amp;quot; naming convention. This will appeal to many more users than the user_* convention. Also, there is now support for custom storage groups. You can make your own storage groups now on top of the auto-generated LMCE ones by prepending with &amp;quot;custom:&amp;quot; (for example, you may make a new storage group named &amp;quot;custom:MyDrive&amp;quot;, and it will not be removed or overwritten by the scripts that generate the storage groups). One last change is in the &amp;quot;Default&amp;quot; storage group - it no longer points to the drive with most space. This was changed because eventually it would throw mythweb for a loop once the paths changed. I will look into a better way to defaultly record to the drive with most space, most likely using recording profiles.&lt;br /&gt;
&lt;br /&gt;
* lmce-launch-manager (298,299) - db wrapper fix to handle empty resultsets&lt;br /&gt;
* pluto-bluetooth-dongle (124,143) - fix some connection issues in JavaMO&lt;br /&gt;
* pluto-mythtv-plugin (134,153)&lt;br /&gt;
* pluto-storage-devices (533)&lt;br /&gt;
* pluto-boot-scripts (234) - MD fixes&lt;br /&gt;
* mce-diskless-tools (391) - MD fixes&lt;br /&gt;
* pluto-install-scripts (627,628) - MD fixes&lt;br /&gt;
* pluto-x-scripts (520,523) - AV Wizard fix for MD&lt;br /&gt;
* pluto-zwave-lighting (505,506) - Init speedup&lt;br /&gt;
&lt;br /&gt;
=== 20090503 (alpha2.14) ===&lt;br /&gt;
* pluto-zwave-lighting_2.0.0.44.09050321942_i386.deb (505,506) - boolean fixes&lt;br /&gt;
&lt;br /&gt;
=== 20090505 (alpha2.15) ===&lt;br /&gt;
KDE on the MD should work now. The first boot of the system after the update will take a bit longer, as stuff that has not worked, is now being executed for the first time.&lt;br /&gt;
&lt;br /&gt;
* mce-diskless-tools_2.0.0.44.09050521951_i386.deb (627,628) - Lots of small fixes&lt;br /&gt;
* pluto-system-database_2.0.0.44.09050521951_i386.deb (211) - More hardy extinction&lt;br /&gt;
* pluto-boot-scripts_2.0.0.44.09050521951_i386.deb (234) - Small bug with regards to MySQL authorization fixed, which results in a running KDE on the MD, again.&lt;br /&gt;
&lt;br /&gt;
=== 20090505 (alpha2.16 snafu fix) ===&lt;br /&gt;
* pluto-boot-scripts_2.0.0.44.09050521958_i386.deb (234) - snafu causing weird things and corruption on updates&lt;br /&gt;
&lt;br /&gt;
=== 20090506 (alpha2.17) ===&lt;br /&gt;
* pluto-asterisk_2.0.0.44.09050621962_i386.deb (270,271) - Additional australian provider in the web admin (VoIPWA) and some janitory work.&lt;br /&gt;
* pluto-boot-scripts_2.0.0.44.09050621962_i386.deb (234) - Additional visual feedback during the first boot, after running the AV Wizard&lt;br /&gt;
&lt;br /&gt;
=== 20090507 (alpha2.18)===&lt;br /&gt;
* pluto-dhcpd-plugin_2.0.0.44.09050721973_i386.deb (302) - Pnp script for Cisco 7910, aastra (aastra still needs a device template)&lt;br /&gt;
* lmce-launch-manager_2.0.0.44.09050721973_i386.deb (298,299) - Launch manager is now started in its own screen session&lt;br /&gt;
* pluto-system-database_2.0.0.44.09050721973_i386.deb (211) - Removal of X Client Data as a dependency&lt;br /&gt;
* pluto-mythtv-plugin_2.0.0.44.09050721973_i386.deb (134,153) - small changes to keep backend in sync&lt;br /&gt;
* pluto-storage-devices_2.0.0.44.09050721973_i386.deb (533) - Updates the Default and LiveTV storage groups so they use the drive with most space&lt;br /&gt;
* pluto-boot-scripts_2.0.0.44.09050721973_i386.deb (234) - Better detection of Intel Mobile Graphics adapter&lt;br /&gt;
&lt;br /&gt;
=== 20090511 (alpha2.19) ===&lt;br /&gt;
* lmcevdr - more VDR configuration settings&lt;br /&gt;
* pluto-boot-scripts_2.0.0.44.09051121983_i386.deb (234) - Another KDE Desktop on MD fix&lt;br /&gt;
* mce-diskless-tools_2.0.0.44.09051121984_i386.deb (627,628) - Be agnostic about the compression format of tar archives, and more forgiving on download problems&lt;br /&gt;
&lt;br /&gt;
=== 20090515 (alpha2.20) ===&lt;br /&gt;
* lmcevdr_1.1-10_all.deb - more VDR configuration settings&lt;br /&gt;
* pluto-system-database_2.0.0.44.09051522002_i386.deb (211) - Additional package definitions (vdr-plugin-streamdev-server and vdr-plugin-streamdev-client)&lt;br /&gt;
* pluto-hald_2.0.0.44.09051522002_i386.deb (529,530) - USB detection, better MCE2 support&lt;br /&gt;
* pluto-vdr-plugin_2.0.0.44.09051522002_i386.deb (466,467) - Additional dependency for pluto-vdr-plugin to vdr-plugin-streamdev-server&lt;br /&gt;
* lmce-launch-manager_2.0.0.44.09051522002_i386.deb (298,299) - Prompt user for reload after new MD creation (Requires manual re-run of Diskless_CreateTBZ.sh)&lt;br /&gt;
* pluto-orbiter_2.0.0.44.09051522002_i386.deb (119,138) - Prompt user for reload after new MD creation (Requires manual re-run of Diskless_CreateTBZ.sh)&lt;br /&gt;
* pluto-storage-devices_2.0.0.44.09051522003_i386.deb (533) - some small MythTV storage group tweaks&lt;br /&gt;
* pluto-slim-server-streamer_2.0.0.44.09051522002_i386.deb (289,290) - changes to the configuraton script to start squeezecenter instead of slimserver&lt;br /&gt;
* pluto-website-admin_2.0.0.44.09051522002_i386.deb (220) - Screen Saver section fixed&lt;br /&gt;
* pluto-plutoutils_2.0.0.44.09051522002_i386.deb (197,196) - fix FileUtils::ReadURL method&lt;br /&gt;
* pluto-std-plugins_2.0.0.44.09051522002_i386.deb (116,135) - support for external media in conjunction with playlists&lt;br /&gt;
&lt;br /&gt;
=== 20090520 (alpha2.21) ===&lt;br /&gt;
* pluto-website-admin_2.0.0.44.09052022008_i386.deb (220) - GSD/IR code update fixes&lt;br /&gt;
&lt;br /&gt;
=== 20090601 (alpha 2.22) ===&lt;br /&gt;
This update contains lots of changes to the storage mechanism. Make sure you can live without a working system for a while, in case things don&#039;t work out ...&lt;br /&gt;
&lt;br /&gt;
* pluto-system-database_2.0.0.44.09060122043_i386.deb (211) - More VDR related changes in the package definitions.&lt;br /&gt;
* pluto-boot-scripts_2.0.0.44.09060122043_i386.deb (234) - New installations will use our own new_installation script, starting with number 1000000&lt;br /&gt;
* pluto-std-plugins_2.0.0.44.09060122043_i386.deb (116,135) - fixed bug in playlist support&lt;br /&gt;
* pluto-network-storage_2.0.0.44.09060122043_i386.deb (503,508) - New /home/public/data/pvr directory structure related&lt;br /&gt;
* pluto-storage-devices_2.0.0.44.09060122043_i386.deb (533) - New /home/public/data/pvr directory structure related&lt;br /&gt;
* pluto-mythtv-plugin_2.0.0.44.09060122043_i386.deb (134,153) - Storage group enhancements to use the new pvr directory, as well as addition of a new script to handle mythtv storagegroup creation and maintenance. Hopefully this will also fix some stability issues. Mythtv auto expire set from 1GB to 10GB to match the LMCE low disk space nag.&lt;br /&gt;
* pluto-website-admin_2.0.0.44.09060122043_i386.deb (220) - more Pluto -&amp;gt; LMCE renames...&lt;br /&gt;
* pluto-skins-basic_2.0.0.44.09060122043_i386.deb (204) - new art work for MythTV remote&lt;br /&gt;
* pluto-zwave-lighting2.0.0.44.09060122043_i386.deb (505,506) - inclusion enhancements&lt;br /&gt;
&lt;br /&gt;
=== 20090609 (alpha 2.23) ===&lt;br /&gt;
* pluto-boot-scripts_2.0.0.44.09060922056 (234)- backup procedure backs up pluto_media and mediapics&lt;br /&gt;
* pluto-skins-basic_2.0.0.44.09060922056 (204) - more art work for MythTV remote on a mobile, remove pluto from more orbiter screens&lt;br /&gt;
* pluto-system-database_2.0.0.44.09060922056 (211) - Updates to the MythTV remote and EnOcean package&lt;br /&gt;
* pluto-zwave-lighting_2.0.0.44.09060922056 (505,506) - device reset capabilities&lt;br /&gt;
* lmce-shoutcast-radio-plugin_2.0.0.44.09060922056 (703,704) - Initial shoutcast support&lt;br /&gt;
&lt;br /&gt;
=== 20090628 (alpha 2.24)  ===&lt;br /&gt;
* lmce-mediatomb_2.0.0.44.09062822099_i386.deb (702) - Support for MediaTomb UPnP Server. One day, I will understand why people don&#039;t put UPnP into a name, when it handles the configuration of a UPnP Server&lt;br /&gt;
* pluto-asterisk_2.0.0.44.09062822099_i386.deb (270,271) - Make sure asterisk is owner of all /etc/asterisk files after updating the dialplan.&lt;br /&gt;
* pluto-dhcpd-plugin_2.0.0.44.09062822099_i386.deb (302) - Make sure asterisk is owner of all /etc/asterisk files after adding IP phones&lt;br /&gt;
* pluto-orbiter_2.0.0.44.09062822099_i386.deb (119,138) - Support for Gyration 3101&lt;br /&gt;
* pluto-skins-basic_2.0.0.44.09062822099_i386.deb (204) - more art work for voice mail&lt;br /&gt;
* pluto-slim-server-streamer_2.0.0.44.09062822099_i386.deb (289,290) - support playing of URLs via SqueezeBoxes, turn off SqueezeBoxes after stopping from Orbiter&lt;br /&gt;
* pluto-std-plugins_2.0.0.44.09062822099_i386.deb (116,135) - Updates to voice mail datagrid, media streams by default attempt to grab a synopsis from the attribute database, if available, support for Gyration 3101&lt;br /&gt;
* pluto-system-database_2.0.0.44.09062822099_i386.deb (211) - Updates to the voice mail screens, cursor no longer visible in video playback (Yeah, TschakEEE go!!!), Support for Gyration 3101&lt;br /&gt;
* pluto-zwave-lighting_2.0.0.44.09062822099_i386.deb (505,506) - enhanced logging&lt;br /&gt;
&lt;br /&gt;
=== 20090721 (alpha 2.25) ===&lt;br /&gt;
* lmce-shoutcast-radio-plugin_2.0.0.44.09072122164_i386.deb (703,704) - sanity check on configuration values, prevents excessive load when too low interval&lt;br /&gt;
* pluto-bluetooth-dongle_2.0.0.44.09072122164_i386.deb (124,143) - JavaMO -Updated keymappings for SE phones, doesn&#039;t turn on backlight - saves phone battery&lt;br /&gt;
* pluto-chromoflex_2.0.0.44.09072122164_i386.deb (711,712) - Initial support&lt;br /&gt;
* pluto-dhcpd-plugin_2.0.0.44.09072122164_i386.deb (302) - Fixing overambitious deletion in configure_squeezebox.pl&lt;br /&gt;
* pluto-irtrans-ethernet_2.0.0.44.09072122164_i386.deb (709,710) - Plug and play support for the IRTrans Ethernet dongles&lt;br /&gt;
* pluto-orbiter_2.0.0.44.09072122164_i386.deb (119,138) - Fix of serious keyboard bug introduced in alpha 2.24&lt;br /&gt;
* pluto-slim-server-streamer_2.0.0.44.09072122164_i386.deb (289,290) - Modified launch script. [http://svn.linuxmce.org/trac.cgi/ticket/282 Trac #282 Preserve media position when moving media]&lt;br /&gt;
* pluto-slimserver-plugin_2.0.0.44.09072122164_i386.deb (425,425) - [http://svn.linuxmce.org/trac.cgi/ticket/282 Trac #282 Preserve media position when moving media]&lt;br /&gt;
* pluto-standard-plugins_2.0.0.44.09072122164_i386.deb (116,135) - Changes to Media Plugin to make nicer output of playing media in Playlist datagrid.&lt;br /&gt;
* pluto-system-database_2.0.0.44.09072122164_i386.deb (211) - Updates to device template #53.&lt;br /&gt;
&lt;br /&gt;
=== 20090722 (alpha2.26) ===&lt;br /&gt;
* pluto-av-wizard_2.0.0.44.09072222170_i386.deb (556,555) - HDMI sound support&lt;br /&gt;
* pluto-boot-scripts_2.0.0.44.09072222170_i386.deb (234) - HDMI sound support&lt;br /&gt;
* pluto-website-admin_2.0.0.44.09072222170_i386.deb (220) - HDMI sound support&lt;br /&gt;
** HDMI support requires ALSA 1.0.19 or later.&lt;br /&gt;
&lt;br /&gt;
=== 20090810 (alpha 2.27) ===&lt;br /&gt;
* DCERouter_2.0.0.44.09081022212_i386.deb (154,155) - Now includes dependencies for the Titanium and Slate skins to automatically be included.&lt;br /&gt;
* pluto-boot-scripts_2.0.0.44.09081022212_i386.deb (234) - Addition of a2600 directory into Config_Ops.sh&lt;br /&gt;
* lmce-activate-orbiter-plasmoid_2.0.0.44.09081022212_i386.deb (707,708) - Plasmoid to re-activate Orbiter&lt;br /&gt;
* mce-diskless-tools_2.0.0.44.09081022212_i386.deb (627,628) - Cache functionality for deb packages on MDs (on new created MDs). &lt;br /&gt;
* new-installer - Autoinstall apt-cache-ng and configure it on core.&lt;br /&gt;
* pluto-system-database_2.0.0.44.09081022212_i386.deb (211) - Italian Language - Lots of designer tweaks and changes - DB entries for titanium skin - a2600 remotes - and more&lt;br /&gt;
* lmce-game-plugin_2.0.0.44.09081022212_i386.deb - (671,672) Addition of MESS support, first driver is a2600&lt;br /&gt;
* lmce-game-player_2.0.0.44.09081022212_i386.deb - (673,674) Addition of Atari 2600 (a2600) support&lt;br /&gt;
* pluto-updatemedia_2.0.0.44.09081022212_i386.deb - (405,406) Addition of GAMEROM binary for rom grabbing from lmce_game database, and modifying UpdateMedia to use it to fix database resource leak present in versions of UpdateMedia which added ROM support.&lt;br /&gt;
* pluto-std-plugins_2.0.0.44.09081022212_i386.deb - (116,135) Updates to Media Plugin to handle multi system support for games.&lt;br /&gt;
* sdlmess_2.0.0.44.09081022212_i386.deb - (716,717) Addition of SDLMESS 0.133 to handle non-arcade emulations&lt;br /&gt;
* pluto-orbiter_2.0.0.44.09081022212_i386.deb - (119,138) NEW ORBITER BUILD - Addition of easy remote, and a2600 screens&lt;br /&gt;
* pluto-proxy-orbiter_2.0.0.44.09081022212_i386.deb - (487,488) NEW ORBITER BUILD&lt;br /&gt;
* pluto-orbitergen_2.0.0.44.09081022212_i386.deb - (226,227) NEW ARRAYS ADDED&lt;br /&gt;
* pluto-bluetooth-dongle_2.0.0.44.09081022212_i386.deb (124,143) - NEW ORBITER BUILD&lt;br /&gt;
* pluto-updateentarea_2.0.0.44.09081022212_i386.deb - (341,342) Fix to avoid 2600 player from being added as a non-pluto media scenario.&lt;br /&gt;
* VistaICM2_2.0.0.44.09081022212_i386.deb - (713,714) A new driver to control Honeywell/Ademco Vista security panels with an ICM module attached.&lt;br /&gt;
* lmce-skins-titanium_2.0.0.44.09081022212_i386.deb (718)- The New Default skin&lt;br /&gt;
* lmce-skins-slate_2.0.0.44.09081022212_i386.deb (719)- a dark alternate skin.&lt;br /&gt;
* lmce-mame-metadata_2.0.0.44.09081022212_i386.deb (680) - new metadata for 0.133&lt;br /&gt;
* lmce-mame-snaps_2.0.0.44.09081022212_i386.deb (681) - new snaps for 0.133&lt;br /&gt;
&lt;br /&gt;
=== 20090812 (alpha2 28) ===&lt;br /&gt;
* pluto-std-plugins_2.0.0.44.09081222216_i386.deb - (116,135) Reverting changes&lt;br /&gt;
&lt;br /&gt;
=== 20090814 (alpha 2.29) ===&lt;br /&gt;
&lt;br /&gt;
==== OSD Support ====&lt;br /&gt;
&lt;br /&gt;
* pluto-orbitergen_2.0.0.44.09081322226_i386.deb (226,227) - Changes for OSD suppot.&lt;br /&gt;
* pluto-boot-scripts_2.0.0.44.09081322226_i386.deb (234)&lt;br /&gt;
* lmce-launch-manager_2.0.0.44.09081322226_i386.deb (298,299) (or whatever the current launch manager is)&lt;br /&gt;
* pluto-confirmdependencies_2.0.0.44.09081322226_i386.deb (272,281)&lt;br /&gt;
* pluto-install-scripts_2.0.0.44.09081322226_i386.deb (391)&lt;br /&gt;
&lt;br /&gt;
=== 20090824 (alpha 2.30) ===&lt;br /&gt;
* new-installer - Fixes to apt-cacher&lt;br /&gt;
* mce-diskless-tools_2.0.0.44.09041921897_i386.deb (627,628) - Cache functionality for deb packages on MDs (on new created MDs).&lt;br /&gt;
* pluto-orbiter_2.0.0.44.09041921897_i386.deb - (119,138) NEW ORBITER BUILD - Addition of a2600 controller options screen, and call progress screen handler changes&lt;br /&gt;
* pluto-proxy-orbiter_2.0.0.44.09041921897_i386.deb - (487,488) NEW ORBITER BUILD - call progress now works properly on 7970 (addition to screen handler)&lt;br /&gt;
* pluto-bluetooth-dongle_2.0.0.44.09041921897_i386.deb (124,143) - NEW ORBITER BUILD &lt;br /&gt;
* pluto-boot-scripts_2.0.0.44.09041921897_i386.deb (234) - further refinement of OSD bits, modification of logrotate configuration for log files.&lt;br /&gt;
* pluto-system-database_2.0.0.44.09041921897_i386.deb (211) - lots of designer fixes for the above stuff&lt;br /&gt;
* lmce-dpms-monitor_2.0.0.44.09041921897_i386.deb (721,722) - DPMS Monitor support as a TV.&lt;br /&gt;
* pluto-web-admin_2.0.0.44.09041921897_i386.deb (220) - Addition of merkur2k&#039;s DHCP Leases viewer in Web Admin. Also addded the ability to add pictures to phone book contacts.&lt;br /&gt;
* pluto-std-plugins_2.0.0.44.09041921897_i386.deb (116,135) - Telecom plugin can now display pictures for contacts in call in progress and phone ringing screens.&lt;br /&gt;
* pluto-pnp-detection-scripts_2.0.0.44.09041921897_i386.deb (562) - NAD detection scripts&lt;br /&gt;
&lt;br /&gt;
=== 20090825 (alpha 2.31) ===&lt;br /&gt;
*  pluto-web-admin_2.0.0.44.09082422251_i386.deb (220) - Fix for DHCP leases viewer&lt;br /&gt;
&lt;br /&gt;
=== 20090903 (alpha 2.32) ===&lt;br /&gt;
* pluto-system-database (211)&lt;br /&gt;
** Fixes stallione&#039;s device template snafu (fix is in sqlCVS, so a sqlCVS update fixes existing systems)&lt;br /&gt;
** 3101 template fix&lt;br /&gt;
** Update of system will update all tables to UTF-8&lt;br /&gt;
* pluto-orbiter (119,138) - Fixes to GenericHIDInterface for Gyration 3101 remotes.&lt;br /&gt;
* pluto-storagedevices (533) - mythTV Storage Group fixes&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - mythTV Storage Group Fixes&lt;br /&gt;
* pluto-mythtv-player (133,152) - mythTV Storage Group Fixes&lt;br /&gt;
* pluto-boot-scripts (234) &lt;br /&gt;
** more OSD refinements&lt;br /&gt;
** Add printer support to samba.&lt;br /&gt;
** Modify character set for all tables to utf-8&lt;br /&gt;
** Fixed Purge_Camera_Archive script&lt;br /&gt;
* pluto-website-admin (220)&lt;br /&gt;
** merkur2k&#039;s DHCP leases page&lt;br /&gt;
** MediaTomb now properly shows up under Advanced &amp;gt; UPNP Server.&lt;br /&gt;
* pluto-orbiterinstaller (363) - Windows orbiter executables are available again&lt;br /&gt;
&lt;br /&gt;
=== 20090904 (alpha 2.33) ===&lt;br /&gt;
* pluto-boot-scripts (234) - UTF8 update fixes&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - mythTV Storage Group Fixes&lt;br /&gt;
* pluto-mythtv-player (133,152) - mythTV Storage Group Fixes&lt;br /&gt;
&lt;br /&gt;
=== 20090905 (alpha 2.34)  ===&lt;br /&gt;
* lmce-launch-manager (298,299) - Devices now respawn correctly! :D&lt;br /&gt;
* lmce-game-plugin - (671,672) Fixes for Atari 5200&lt;br /&gt;
* lmce-game-player - (673,674) Fixes for Atari 5200&lt;br /&gt;
* pluto-storage-devices (533) - mythTV Storage Group fixes&lt;br /&gt;
&lt;br /&gt;
=== upcoming...  ===&lt;br /&gt;
* pluto-website-admin (220)  - Amazon cover art fix&lt;br /&gt;
* pluto-storagedevices (533) - mythTV Storage Group fixes&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - mythTV Storage Group Fixes&lt;br /&gt;
* pluto-mythtv-player (133,152) - mythTV Storage Group Fixes&lt;br /&gt;
&lt;br /&gt;
== Previous alpha releases ==&lt;br /&gt;
* Notes about [[LinuxMCE-0810 alpha1]]&lt;br /&gt;
* Notes about [[LinuxMCE-0810 alpha0]]&lt;/div&gt;</summary>
		<author><name>Merkur2k</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Designer&amp;diff=21237</id>
		<title>Designer</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Designer&amp;diff=21237"/>
		<updated>2009-09-12T21:42:30Z</updated>

		<summary type="html">&lt;p&gt;Merkur2k: /* Other issues */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Designer==&lt;br /&gt;
&lt;br /&gt;
Designer is the program that is used to create a User Interface for the [[Orbiter]].  Designer has not yet been re-written in LinuxMCE.  While functional, it is not terribly user friendly, and it only runs on Windows. It requires the .NET framework. Eventually an entirely new cross-platform Designer ought to be written.  However, since it is still usable, this has been considered to be a low priority for us.&lt;br /&gt;
&lt;br /&gt;
Designer is very poorly written, and we do not recommend that any developer put much effort into writing new code for it. It needs be completely re-written from scratch.&lt;br /&gt;
&lt;br /&gt;
To makes matters worse, it was originally written using our own .NET data access classes, similar to our [[sql2cpp]]. These classes only worked with the MS SQL Server back-end and were crudely hacked to work with MySql&#039;s ODBC connector.  They are not easily maintained.&lt;br /&gt;
&lt;br /&gt;
For Version 2, we plan to use the open source MySql database.  &lt;br /&gt;
&lt;br /&gt;
Re-writing Designer is a pretty big task and the current version remains usable for the most part.  The database scheme is hopefully not likely to change much in the new Designer version. Any User Interfaces developed with the current version, therefore, hopefully will be usable in the new Designer version.&lt;br /&gt;
&lt;br /&gt;
The [[Designer User&#039;s manual|User&#039;s Manual]] explains how to use it.&lt;br /&gt;
There is no Programmer&#039;s Guide for this version of Designer.&lt;br /&gt;
&lt;br /&gt;
See this [http://www.localeconcept.com/HADesigner-Screencasts/01-basic_hadesigner_fundamentals.html HA Designer Fundamentals screencast] for an introduction to its use.&lt;br /&gt;
&lt;br /&gt;
===Download Designer ===&lt;br /&gt;
&lt;br /&gt;
*[http://localeconcept.com/pub/HADesigner/Designer%2019.02.2007.zip Designer in .zip file]&lt;br /&gt;
*[http://mantis.linuxmce.org/file_download.php?file_id=97&amp;amp;type=bug Designer Download using Mantis]&lt;br /&gt;
*[[Designer User&#039;s manual]]&lt;br /&gt;
&lt;br /&gt;
===Other issues===&lt;br /&gt;
*[[Installing_HADesigner | Installing on a Windows Machine]]&amp;lt;BR&amp;gt;&lt;br /&gt;
*[[Windows| Running on a Windows Machine]]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [http://www.localeconcept.com/HADesigner-Screencasts/ogg/02_designobj_basics_1.ogg DesignObj Basics]&lt;br /&gt;
* [http://www.localeconcept.com/HADesigner-Screencasts/ogg/03_ui2_popup_part_1.ogg UI2 Popup. Part I]&lt;br /&gt;
* [http://www.localeconcept.com/HADesigner-Screencasts/ogg/04_ui2_popup_part_2.ogg UI2 Popup. Part II]&lt;br /&gt;
* [http://www.localeconcept.com/HADesigner-Screencasts/ogg/05_UI1_Orbiter.ogg UI1 Orbiter]&lt;br /&gt;
* [http://www.localeconcept.com/HADesigner-Screencasts/ogg/06_UI1_Full_Screen_OSD.ogg UI1 Full Screen OSD. PArt I]&lt;br /&gt;
* [http://www.localeconcept.com/HADesigner-Screencasts/ogg/07_UI1_Full_Screen_OSD_2.ogg UI1 Full Screen OSD. Part II]&lt;br /&gt;
* [http://www.localeconcept.com/HADesigner-Screencasts/ogg/08_UI1_PDA.ogg UI1 PDA]&lt;br /&gt;
* [http://www.localeconcept.com/HADesigner-Screencasts/ogg/09_Mobile_Remote.ogg Mobule remote]&lt;br /&gt;
* [http://www.localeconcept.com/HADesigner-Screencasts/ogg/10_cisco_7970_orbiter.ogg Cisco 7970]&lt;br /&gt;
* [http://www.localeconcept.com/HADesigner-Screencasts/ogg/11_Monitor_mode.ogg MOnitor mode]&lt;br /&gt;
&lt;br /&gt;
[[Category: Programmer&#039;s Guide]]&lt;br /&gt;
[[Category: Tutorials]]&lt;/div&gt;</summary>
		<author><name>Merkur2k</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Installing_HADesigner&amp;diff=21234</id>
		<title>Installing HADesigner</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Installing_HADesigner&amp;diff=21234"/>
		<updated>2009-09-12T21:35:27Z</updated>

		<summary type="html">&lt;p&gt;Merkur2k: /* Screencasts */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[category: Tutorials]]&lt;br /&gt;
HADesigner allows user interfaces to be manipulated in an existing LinuxMCE installation. However its install process is not immediately intuitive.&lt;br /&gt;
&lt;br /&gt;
== For those who already know what they&#039;re doing ==&lt;br /&gt;
&lt;br /&gt;
The instructions must be performed on a Windows machine, preferrably one running Windows 2000 or later.&lt;br /&gt;
&lt;br /&gt;
* Install the Microsoft .NET Framework, version 1.1 [http://www.microsoft.com/downloads/details.aspx?FamilyId=262D25E3-F589-4842-8157-034D1E7CF3A3&amp;amp;displaylang=en Download Link]&lt;br /&gt;
* Install the Microsoft .NET ODBC Data Provider [http://www.microsoft.com/downloads/details.aspx?FamilyID=6ccd8427-1017-4f33-a062-d165078e32b1&amp;amp;displaylang=en Download Link]&lt;br /&gt;
* Install the MyODBC Adaptor [http://dev.mysql.com/downloads/connector/odbc/3.51.html Download Link]&lt;br /&gt;
* Add a grant to allow your HADesigner box to access your Core, make up a username and password....   (You will need to open a shell and start mysql with: mysql pluto_main -uroot)&lt;br /&gt;
 USE mysql; &lt;br /&gt;
 GRANT ALL PRIVILEGES ON pluto_main.* TO odbcuser@192.168.80.xxx IDENTIFIED BY &#039;odbcpassword&#039;;&lt;br /&gt;
 FLUSH PRIVILEGES;&lt;br /&gt;
* While installing the myodbc adaptor, use the &#039;&#039;&#039;odbcuser&#039;&#039;&#039; and &#039;&#039;&#039;odbcpassword&#039;&#039;&#039; you specified in the GRANT to test the connection from the installer and make sure it works correctly.&lt;br /&gt;
* Create a System DSN using the ODBC Administrator, called linuxmce, using the &#039;&#039;&#039;odbcuser&#039;&#039;&#039; and password you specified above, and use &#039;&#039;&#039;pluto_main&#039;&#039;&#039; as the database. (This is under &amp;quot;Control Panel&amp;quot; -&amp;gt; &amp;quot;Administrative Tools&amp;quot; -&amp;gt; &amp;quot;Data Sources (ODBC)&amp;quot; You may need to enable the &amp;quot;Classic&amp;quot; view in the explorer shell for the &amp;quot;Control Panel&amp;quot; &amp;quot;folder&amp;quot;)&lt;br /&gt;
* Copy the files from /usr/pluto/orbiter/skins to C:\PlutoSkins on your HADesigner box. This is so that you can see the skin graphics correctly, as they are only stored with relative paths within the database.&lt;br /&gt;
* Download and unpack the HADesigner ZIP. [http://www.zeebop.com/data/linuxmce/designer19_02_2007.zip Download Link], decompress it into some directory, say &amp;quot;C:\HADesigner&amp;quot;.&lt;br /&gt;
* Launch HADesigner, and in the configuration dialogue box that appears, enter the following information:&lt;br /&gt;
** Skins Directory: C:\PlutoSkins&lt;br /&gt;
** Database Connection: dsn=linuxmce&lt;br /&gt;
&lt;br /&gt;
With all of this done, the HADesigner should now work.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you run HADESigner after following these steps and it is trying to connect to the local machine instead of the core for the database, you must edit the registry to correct a wrong entry that somehow got inserted.  The steps are as follows:&lt;br /&gt;
&lt;br /&gt;
#  Run regedit from the run option on you windows machine&lt;br /&gt;
#  Go to the following hive: &lt;br /&gt;
&lt;br /&gt;
         &#039;&#039;&#039;Computer\HKEY_CURRENT_USER\Software\Pluto\OrbiterDesigner&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Once in that hive, edit the ConnectionKey to correct the dababase login.  Your data should look something similar to the following, only instead of the odbcuser and odbcpassword, replace with yours created above:&lt;br /&gt;
 &lt;br /&gt;
         &#039;&#039;&#039;driver={MySQL ODBC 3.51 Driver};server=dcerouter;uid=odbcuser;password=odbcpassword;database=pluto_main;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Now HADESigner should find your correct database and work properly.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Screencasts ==&lt;br /&gt;
&lt;br /&gt;
*[http://www.localeconcept.com/HADesigner-Screencasts/01-basic_hadesigner_fundamentals.html Fundamentals]&amp;lt;BR&amp;gt;&lt;br /&gt;
*[http://www.localeconcept.com/HADesigner-Screencasts/ogg/02_designobj_basics_1.ogg Objects Basics]&amp;lt;BR&amp;gt;&lt;br /&gt;
*[http://www.localeconcept.com/HADesigner-Screencasts/ogg/03_ui2_popup_part_1.ogg Popup]&amp;lt;BR&amp;gt;&lt;br /&gt;
*[http://www.localeconcept.com/HADesigner-Screencasts/ogg/04_ui2_popup_part_2.ogg Popup Part2]&amp;lt;BR&amp;gt;&lt;br /&gt;
*[http://www.localeconcept.com/HADesigner-Screencasts/ogg/05_UI1_Orbiter.ogg Orbiter]&amp;lt;BR&amp;gt;&lt;br /&gt;
*[http://www.localeconcept.com/HADesigner-Screencasts/ogg/06_UI1_Full_Screen_OSD.ogg OSD1]&amp;lt;BR&amp;gt;&lt;br /&gt;
*[http://www.localeconcept.com/HADesigner-Screencasts/ogg/07_UI1_Full_Screen_OSD_2.ogg OSD2]&amp;lt;BR&amp;gt;&lt;br /&gt;
*[http://www.localeconcept.com/HADesigner-Screencasts/ogg/08_UI1_PDA.ogg PDA]&amp;lt;BR&amp;gt;&lt;br /&gt;
*[http://www.localeconcept.com/HADesigner-Screencasts/ogg/09_Mobile_Remote.ogg Mobile Remote]&amp;lt;BR&amp;gt;&lt;br /&gt;
*[http://www.localeconcept.com/HADesigner-Screencasts/ogg/10_cisco_7970_orbiter.ogg Cisco7970]&amp;lt;BR&amp;gt;&lt;br /&gt;
*[http://www.localeconcept.com/HADesigner-Screencasts/ogg/11_Monitor_mode.ogg Monitor Mode]&lt;/div&gt;</summary>
		<author><name>Merkur2k</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=LinuxMCE-0810_alpha2&amp;diff=21109</id>
		<title>LinuxMCE-0810 alpha2</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=LinuxMCE-0810_alpha2&amp;diff=21109"/>
		<updated>2009-08-31T19:23:12Z</updated>

		<summary type="html">&lt;p&gt;Merkur2k: /* upcoming ... */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Versions]]&lt;br /&gt;
{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
# Install Kubuntu Intrepid desktop, update it &amp;lt;strike&amp;gt;and enable the restricted (video) drivers if needed&amp;lt;/strike&amp;gt;. (download Kubuntu 8.10 &#039;&#039;&#039;desktop&#039;&#039;&#039; release from one of these: [http://mirrors.ccs.neu.edu/releases.ubuntu.com/kubuntu/8.10/ Northeastern University Mirror, USA], [http://swtsrv.informatik.uni-mannheim.de/pub/linux/distributions/ubuntu-release/kubuntu/8.10/ Mannheim University Mirror, Germany]) &#039;&#039;&#039;Currently, only the 32bit version of LinuxMCE is available. Only download the i386 version of 8.10 Kubuntu, even if your system can support 64bit versions.&#039;&#039;&#039;&lt;br /&gt;
# Run aptitude update and aptitude dist-upgrade to get the latest Kubuntu updates.&lt;br /&gt;
# Grab the latest installer script from [http://deb.linuxmce.org/ubuntu here], unpack them and change into the freshly created &#039;&#039;new-installer&#039;&#039; directory.&lt;br /&gt;
# Run the following scripts (as root, in order): pre-install-from-repo.sh, mce-install.sh, post-install.sh.&lt;br /&gt;
# Reboot, wait for the activity to stop (see progress on console 8).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;EDIT:  MAKE SURE YOUR INTERNET CONNECTION IS ON ETH0!&#039;&#039;&#039; (For linux Newbies ETH0 is probably the network card on your motherboard...or plug all NICs into a switch that has Internet access)&lt;br /&gt;
&lt;br /&gt;
In other words, after installing Kubuntu:&lt;br /&gt;
 sudo su - #This might ask for the password you specified earlier during the install of kubuntu.&lt;br /&gt;
 aptitude update&lt;br /&gt;
 aptitude dist-upgrade&lt;br /&gt;
 wget -c http://deb.linuxmce.org/ubuntu/new-installer-alpha-latest.tar.gz&lt;br /&gt;
 tar xvf new-installer-alpha-latest.tar.gz&lt;br /&gt;
 cd new-installer&lt;br /&gt;
 ./pre-install-from-repo.sh&lt;br /&gt;
 ./mce-install.sh&lt;br /&gt;
 ./post-install.sh&lt;br /&gt;
 reboot&lt;br /&gt;
&lt;br /&gt;
=== HDMI Audio ===&lt;br /&gt;
If you installed 0810 Alpha 2.26 or earlier you will need to do apt-get dist-upgrade on your Core &amp;amp; MD&#039;s to get the updated AVwizard that enables HDMI audio to be easily configured... this will get you the new AVwizard and any other fixes changes since you last upgraded. For the time being you will need to upgrade nVidia (180.60 or greater) &amp;amp; alsa (1.0.20 or later) drivers by hand.&lt;br /&gt;
&lt;br /&gt;
Updated AVwizard notes;&lt;br /&gt;
&lt;br /&gt;
The new AVwizard now allows you to select primary &amp;amp; secondary HDMI/VGA connectors using the keyboard. Press &#039;1&#039; for HDMI 1 and &#039;Q&#039; for HDMI 2 and press &#039;2&#039; for VGA 1 and &#039;S&#039; for VGA 2. Once in the Graphical AVwizard UI you will notice that these new connectors are now available for selection. you will also notice that the AVwizard now has a new screen layout for selecting the Audio output and also includes &#039;HDMI&#039; as one of the output connector options. Select &#039;HDMI&#039; from this screen if you want Stereo output then in the following screen respond &#039;No&#039; to Dolby Digital and DTS. If you want surround audio to be routed out of the HDMI connector (mainly used with surround amplifiers with HDMI inputs) then select &#039;HDMI&#039; and then answers &#039;yes&#039; to the Dolby Digital &amp;amp; DTS wizard screens.&lt;br /&gt;
&lt;br /&gt;
=== nVidia Restricted Driver ===&lt;br /&gt;
&amp;lt;strike&amp;gt;Install the nVidia restricted driver (177) from KDE using the Hardware Manager &#039;&#039;before&#039;&#039; installing LinuxMCE 0810 Alpha for the best results&amp;lt;/strike&amp;gt; The installer will now automatically choose and install the correct restricted driver during setup.It will be installed after selecting &amp;quot;OpenGL&amp;quot; on your Media Director in web admin page.&lt;br /&gt;
&lt;br /&gt;
=== MythTV ===&lt;br /&gt;
&amp;lt;strike&amp;gt;Remove reference to hardy in /etc/apt/sources.list&lt;br /&gt;
&lt;br /&gt;
from terminal&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo apt-get install pluto-mythtv-player&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Install updated version of pluto-mythtv-plugin&amp;lt;/strike&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Setup Diskless MD ===&lt;br /&gt;
&amp;lt;strike&amp;gt;Follow the steps from [[LinuxMCE-0810_alpha1#Setup_Diskless_MD|alpha1]].&amp;lt;/strike&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Upgrading kernel ===&lt;br /&gt;
&amp;lt;strike&amp;gt;There are issues with the &#039;&#039;fglrx&#039;&#039; driver that are documented in Ubuntu&#039;s bug tracking system.  If you&#039;re experiencing those issues, upgrade the kernel to &#039;&#039;2.6.27-13&#039;&#039; or better. [[Upgrading the Kernel]] has been updated with instructions on doing this.&amp;lt;/strike&amp;gt; The latest official kernel is -14&lt;br /&gt;
&lt;br /&gt;
== Updates ==&lt;br /&gt;
Check if there is no junk like references to hardy in /etc/apt/sources.list then:&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get dist-upgrade&lt;br /&gt;
Or use a package manager on the KDE desktop for more convenience.&lt;br /&gt;
&lt;br /&gt;
=== 20090218 (alpha-2.1) ===&lt;br /&gt;
*lmce-datalog-db_2.0.0.44.0902180810&lt;br /&gt;
*lmce-datalogger-plugin_2.0.0.44.0902180810&lt;br /&gt;
*lmce-enocean-tcm120_2.0.0.44.0902180810&lt;br /&gt;
*lmce-src-datalogger-plugin_2.0.0.44.0902180810&lt;br /&gt;
*lmce-src-enocean-tcm120_2.0.0.44.0902180810&lt;br /&gt;
*lmce-src-lmce-datalog_2.0.0.44.0902180810&lt;br /&gt;
*pluto-dcerouter_2.0.0.44.0902180810&lt;br /&gt;
*pluto-dhcpd-plugin_2.0.0.44.0902180810&lt;br /&gt;
*pluto-hald-src_2.0.0.44.0902180810&lt;br /&gt;
*pluto-hald_2.0.0.44.0902180810&lt;br /&gt;
*pluto-mythtv-plugin_2.0.0.44.0902180810&lt;br /&gt;
*pluto-orbitergen_2.0.0.44.0902180810&lt;br /&gt;
*pluto-src-dcerouter_2.0.0.44.0902180810&lt;br /&gt;
*pluto-src-hal-device-finder_2.0.0.44.0902180810&lt;br /&gt;
*pluto-src-mythtv-plugin_2.0.0.44.0902180810&lt;br /&gt;
*pluto-src-orbitergen_2.0.0.44.0902180810&lt;br /&gt;
*pluto-src-updatemedia_2.0.0.44.0902180810&lt;br /&gt;
*pluto-updateentarea_2.0.0.44.0902180810&lt;br /&gt;
*pluto-updatemedia_2.0.0.44.0902180810&lt;br /&gt;
*pluto-zwave-lighting_2.0.0.44.0902180810&lt;br /&gt;
*lmce-game-player_2.0.0.44.0902180810&lt;br /&gt;
*lmce-game-plugin_2.0.0.44.0902180810&lt;br /&gt;
*lmce-src-game-player_2.0.0.44.0902180810&lt;br /&gt;
*lmce-src-game-plugin_2.0.0.44.0902180810&lt;br /&gt;
&lt;br /&gt;
==== 20090222 (alpha-2.1.1) ====&lt;br /&gt;
*pluto-dcerouter_2.0.0.44.0902220810&lt;br /&gt;
*pluto-bluetooth-dongle_2.0.0.44.0902220810&lt;br /&gt;
&lt;br /&gt;
=== 20090301 (alpha-2.2) ===&lt;br /&gt;
SVN revision: 21746&lt;br /&gt;
&lt;br /&gt;
To avoid a known problem when upgrading pluto-storage-devices, forcefully remove it before upgrading and let apt fix it:&lt;br /&gt;
 dpkg -r --force-all pluto-storage-devices&lt;br /&gt;
 apt-get update&lt;br /&gt;
 apt-get install -f&lt;br /&gt;
Also please note that installing the upgrade of pluto-system-database will OVERWRITE your existing pluto_main database. It  is therefore advisable to make a backup first!&lt;br /&gt;
 mysqldump --skip-extended-insert pluto_main &amp;gt;pluto_main_$PK_Installation-`date &#039;+%Y%m%d:%H%M%S&#039;`.sql&lt;br /&gt;
*pluto-boot-scripts_2.0.0.44.0903010810&lt;br /&gt;
*pluto-network-storage_2.0.0.44.0903010810&lt;br /&gt;
*pluto-skins-basic_2.0.0.44.0903010810&lt;br /&gt;
*pluto-src-network-storage_2.0.0.44.0903010810&lt;br /&gt;
*pluto-src-std-plugins_2.0.0.44.0903010810&lt;br /&gt;
*pluto-src-updatemedia_2.0.0.44.0903010810&lt;br /&gt;
*pluto-std-plugins_2.0.0.44.0903010810&lt;br /&gt;
*pluto-storage-devices_2.0.0.44.0903010810&lt;br /&gt;
*pluto-system-database_2.0.0.44.0903010810 &lt;br /&gt;
*pluto-updatemedia_2.0.0.44.0903010810&lt;br /&gt;
*pluto-website-admin_2.0.0.44.0903010810&lt;br /&gt;
&lt;br /&gt;
=== 20090308 (alpha-2.3) ===&lt;br /&gt;
SVN revision: 21765&lt;br /&gt;
&lt;br /&gt;
Again it is wise to backup your database as there is a new pluto-system-database package, but this one will not overwrite your pluto_main database if it is already installed, it should do an sqlCVS update instead.  &lt;br /&gt;
Also remove the pluto-storage-devices, hopefully for the last time.  &lt;br /&gt;
See the previous upgrade [[LinuxMCE-0810_alpha2#20090301_.28alpha-2.2.29|above]] for details on how to do these things.  &lt;br /&gt;
&lt;br /&gt;
*pluto-asterisk_2.0.0.44.0903080810&lt;br /&gt;
*pluto-src-asterisk_2.0.0.44.0903080810&lt;br /&gt;
*pluto-src-text-to-speech_2.0.0.44.0903080810&lt;br /&gt;
*pluto-src-updatemedia_2.0.0.44.0903080810&lt;br /&gt;
*pluto-storage-devices_2.0.0.44.0903080810&lt;br /&gt;
*pluto-system-database_2.0.0.44.0903080810&lt;br /&gt;
*pluto-text-to-speech_2.0.0.44.0903080810&lt;br /&gt;
*pluto-updatemedia_2.0.0.44.0903080810&lt;br /&gt;
*pluto-website-admin_2.0.0.44.0903080810&lt;br /&gt;
&lt;br /&gt;
=== 20090315 (alpha-2.4) ===&lt;br /&gt;
SVN revision: 21798&lt;br /&gt;
&lt;br /&gt;
The web admin is being moved from pluto-admin to lmce-admin with this build. A redirect has been placed in pluto-admin to redirect to the new web admin URL to help smooth the transition. While every attempt has been made to make this a smooth transition, please be sure to file a trac ticket if you find bugs related to this move so I can get them taken care of -  [[User:jondecker76|jondecker76]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The Asterisk IVR is broken in this release. For those that need to get it working/wish to try out new changes, do the following:&lt;br /&gt;
 sudo apt-get install  libsox-fmt-all &lt;br /&gt;
 cd /usr/pluto/bin&lt;br /&gt;
 sudo rm generate_users_voicemenu.pl&lt;br /&gt;
 sudo wget http://svn.linuxmce.org/trac.cgi/browser/branches/LinuxMCE-0810/src/Asterisk/generate_users_voicemenu.pl?format=raw&lt;br /&gt;
 sudo chmod 755 generate_users_voicemenu.pl&lt;br /&gt;
 sudo ./generate_users_voicemenu.pl&lt;br /&gt;
Be sure to have the default voice set up in the Text_To_Speech device&#039;s device data (its default is the ugly one we&#039;re already used to)! I also highly recommend following the instructions located at [http://wiki.linuxmce.org/index.php/Text_To_Speech http://wiki.linuxmce.org/index.php/Text_To_Speech] on how to install some better voices, and set the default voice to voice_nitech_us_slt_arctic_hts after you install the better voices (this is the best free voice available ATM). This should all work on next weeks build for those that can wait.. I&#039;m still working on getting the better voices included by default, but need to check on licensing issues first.&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*pluto-asterisk_2.0.0.44.0903150810&lt;br /&gt;
*pluto-boot-scripts_2.0.0.44.0903150810&lt;br /&gt;
*pluto-makerelease_2.0.0.44.0903150810&lt;br /&gt;
*pluto-newmdinteractor_2.0.0.44.0903150810&lt;br /&gt;
*pluto-orbitergen_2.0.0.44.0903150810&lt;br /&gt;
*pluto-proxy-orbiter_2.0.0.44.0903150810&lt;br /&gt;
*pluto-src-asterisk_2.0.0.44.0903150810&lt;br /&gt;
*pluto-src-makerelease_2.0.0.44.0903150810&lt;br /&gt;
*pluto-src-newmdinteractor_2.0.0.44.0903150810&lt;br /&gt;
*pluto-src-orbitergen_2.0.0.44.0903150810&lt;br /&gt;
*pluto-src-proxy-orbiter_2.0.0.44.0903150810&lt;br /&gt;
*pluto-src-std-plugins_2.0.0.44.0903150810&lt;br /&gt;
*pluto-src-text-to-speech_2.0.0.44.0903150810&lt;br /&gt;
*pluto-std-plugins_2.0.0.44.0903150810&lt;br /&gt;
*pluto-system-database_2.0.0.44.0903150810&lt;br /&gt;
*pluto-text-to-speech_2.0.0.44.0903150810&lt;br /&gt;
*pluto-updateentarea_2.0.0.44.0903150810&lt;br /&gt;
*pluto-website-admin_2.0.0.44.0903150810&lt;br /&gt;
&lt;br /&gt;
=== 20090322 (alpha-2.5) ===&lt;br /&gt;
SVN revision: 21827&lt;br /&gt;
&lt;br /&gt;
*freepbx_0+2.3.1-2&lt;br /&gt;
*pluto-asterisk_2.0.0.44.0903220810&lt;br /&gt;
*pluto-dhcpd-plugin_2.0.0.44.0903220810&lt;br /&gt;
*pluto-install-scripts_2.0.0.44.0903220810&lt;br /&gt;
*pluto-raid-tools_2.0.0.44.0903220810&lt;br /&gt;
*pluto-skins-basic_2.0.0.44.0903220810&lt;br /&gt;
*pluto-src-asterisk_2.0.0.44.0903220810&lt;br /&gt;
*pluto-website-admin_2.0.0.44.0903220810&lt;br /&gt;
&lt;br /&gt;
=== 20090401 (alpha-2.6) ===&lt;br /&gt;
Note: This build will attempt to use Launch Manager to co-ordinate startup and shutdown of devices. While it is not 100% finished, it is working and stable. Please test it out and file any problems against trac ticket #48. Also, please note the following:&lt;br /&gt;
 I&#039;m not sure on this, but you  may have to manually install LM via apt-get&lt;br /&gt;
 After you upgrade, reboot your core &lt;br /&gt;
 CLI output of LM can be viewed on tty8 on the core, and tty1 on MD&#039;s (alt+ctrl+F8 and alt+ctrl+F1 respectively). You will have to manually switch back to the orbiter on tty7 when finished&lt;br /&gt;
 CLI output is not yet completely finished, so the top fields will be blank (this is normal for now)&lt;br /&gt;
 CLI output of the log messages is working however, so please take a peek at them on tty8/tty1 shortly after you hear the 2nd set of beeps on boot up (when the &amp;quot;x&amp;quot; cursor appears on the screen).&lt;br /&gt;
 You can further test out LM by switching to tty8/tty1 right after doing a router reload and watching the output and comparing it to what you would expect it to be.&lt;br /&gt;
 LM dos not yet track regen process and report the % done. This should be working in next week&#039;s build, however.&lt;br /&gt;
 If there are problems and/or you wish to restore previous functionality, the original /usr/pluto/bin/startCore.sh file can be restored from the backup /usr/pluto/bin/startCore.sh._backup, and the LM package removed&lt;br /&gt;
 LM is not yet properly daemonized. I&#039;m saving this step for last after the socket layer is implemented and we get a client coded.&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; All orbiters will likely do a FULL REGEN after this update, and it may appear that your system is  hanging because of this. Please give it some time to finish the regen (could take up to an hour on large installs)&lt;br /&gt;
&lt;br /&gt;
* lmcevdr_1.1-10_all.deb&lt;br /&gt;
* pluto-website-admin_2.0.0.44.0904010019_i386.deb&lt;br /&gt;
* pluto-dynamic-dns_2.0.0.44.0904010019_i386.deb&lt;br /&gt;
* lmce-launch-manager_2.0.0.44.0904010019_i386.deb&lt;br /&gt;
* pluto-boot-scripts_2.0.0.44.0904010019_i386.deb&lt;br /&gt;
* pluto-system-database_2.0.0.44.0904010019_i386.deb&lt;br /&gt;
* pluto-orbitergen_2.0.0.44.0904010019_i386.deb&lt;br /&gt;
* pluto-updateentarea_2.0.0.44.0904010019_i386.deb&lt;br /&gt;
* pluto-orbiter_2.0.0.44.0904010019_i386.deb&lt;br /&gt;
&lt;br /&gt;
=== 20090405 (alpha 2.7) ===&lt;br /&gt;
From now on, the SVN version will part of the deb name.&lt;br /&gt;
 You may need to uninstall &#039;lmcevdr&#039; (dpkg -r --force-all lmcevdr) and reinstall it (apt-get install lmcevdr) to get around the install-script bug in last weeks .deb package. It worked for me. &lt;br /&gt;
* lmce-game-player_2.0.0.44.090405.21873_i386.deb&lt;br /&gt;
* lmce-game-plugin_2.0.0.44.090405.21873_i386.deb&lt;br /&gt;
* lmce-launch-manager_2.0.0.44.090405.21873_i386.deb&lt;br /&gt;
* lmce-phoenix-solo-usb_2.0.0.44.090405.21873_i386.deb&lt;br /&gt;
* lmcevdr_1.1-10_all.deb (This is no main package, and therefore does not contain the regular version designation. It is based upon version 21875)&lt;br /&gt;
* pluto-bluetooth-dongle_2.0.0.44.090405.21873_i386.deb&lt;br /&gt;
* pluto-simplephone_2.0.0.44.090405.21873_i386.deb&lt;br /&gt;
* pluto-system-database_2.0.0.44.090405.21873_i386.deb&lt;br /&gt;
* pluto-website-admin_2.0.0.44.09040521873_i386.deb&lt;br /&gt;
&lt;br /&gt;
=== 20090412 (alpha 2.8) ===&lt;br /&gt;
* pluto-text-to-speech_2.0.0.44.09041221886_i386.deb (283,284) - Finally, good voices will actually install (Nitech HTS Arctic). &lt;br /&gt;
* pluto-system-database_2.0.0.44.09041221886_i386.deb (211) - New default voice is voice_nitech_us_slt_arctic_hts. - game plugin and player template cleanups&lt;br /&gt;
* mce-diskless-tools_2.0.0.44.09041221886_i386.deb (627,628) - Update kernel image for diskless MDs upon regenning.&lt;br /&gt;
* pluto-website-admin_2.0.0.44.09041221886_i386.deb (220) - Infrared codes will now properly come from schema.linuxmce.org&lt;br /&gt;
* pluto-boot-scripts_2.0.0.44.09041221886_i386.deb (234)- also schema.linuxmce.org IR codes related.&lt;br /&gt;
* pluto-motion-wrapper_2.0.0.44.09041221886_i386.deb (455,456) - changed config variable from ffmpeg_filename to movie_filename&lt;br /&gt;
* lmce_launch_manager_2.0.0.44.09041221886_i386.deb (298,299) - LM Actions now work from CLI(such as reload, regen, reboot, etc...)&lt;br /&gt;
* lmce-game-player_2.0.0.44.09041221886_i386.deb (673,674) - Rebuilt for new device template&lt;br /&gt;
* lmce-game-plugin_2.0.0.44.09041221886_i386.deb (671,672) - Rebuilt for new device template&lt;br /&gt;
* pluto-updateentarea_2.0.0.44.09041221886_i386.deb (341,342) - may need to be rebuilt for device template changes&lt;br /&gt;
&lt;br /&gt;
=== 20090413 (alpha 2.9 jondecker special) ===&lt;br /&gt;
* pluto-text-to-speech_2.0.0.44.09041321887_i386.deb (283,284) - fixes stupid post-install typo&lt;br /&gt;
* pluto-zwave-lighting_2.0.0.44.09041321891_i386.deb (505,506) - thermostate support&lt;br /&gt;
&lt;br /&gt;
=== 20090419 (alpha 2.10 pbr) ===&lt;br /&gt;
* pluto-text-to-speech_2.0.0.44.09041921897_i386.deb&lt;br /&gt;
* pluto-website-admin_2.0.0.44.09041921897_i386.deb&lt;br /&gt;
* lmce-screen-capture-camera_2.0.0.44.09041921897_i386.deb&lt;br /&gt;
* pluto-system-database_2.0.0.44.09041921897_i386.deb&lt;br /&gt;
* lmce-game-plugin_2.0.0.44.09041921897_i386.deb&lt;br /&gt;
* lmce-game-player_2.0.0.44.09041921897_i386.deb&lt;br /&gt;
* pluto-asterisk_2.0.0.44.09041921897_i386.deb&lt;br /&gt;
&lt;br /&gt;
=== 20090426 (alpha 2.11) ===&lt;br /&gt;
With this release, MythTV now takes advantage of storage groups. Do some recordings, and try recording to a few different storage groups. &lt;br /&gt;
Please test this out and report any problems such as duplicate attributes appearing in pluto_media, icon image not showing up, recordings failing to record, etc. Also, if you do have problems, try a reboot and see if it fixes the problem, then please let me know if the reboot fixed your problem. - jondecker76&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;POST-BUILD  UPDATE:&#039;&#039;&#039; A couple of small bugs have been found that will be fixed in next week&#039;s build. 1) Some storage groups are missing the leading &amp;quot;/&amp;quot; in the path, causing problems images in mythweb, downloads in the mythweb, etc. 2) Unmounted storage devices were being skipped. This means that you may not have a storage group for some of your devices at some times. I am changing this so that the storage groups are created, and if for some reason it is not available when a recording is set to use the storage group, then the recording will go to the (always present) Default storage group.&lt;br /&gt;
For those wanting to fix #1 right now, just edit /usr/pluto/bin/StorageDevices_PlutoDirStructure.sh and add a preceeding slash before the path beginning with &#039;home/....&#039; on lines 214 and 226. After this modification, MythTV works great in all of the storage groups! (You should do a reboot after making the change)&lt;br /&gt;
&lt;br /&gt;
* lmcevdr_1.1-10_all.deb - more setup fixes, this time for the MD&lt;br /&gt;
* pluto-boot-scripts_2.0.0.44.09042621919_i386.deb (234) - small fix to get rid of a warning on DCERouter startup re missing dir., New MythTV directory structure stuff&lt;br /&gt;
* pluto-asterisk_2.0.0.44.09042621919_i386.deb (270,271) - Added Support for Cisco 7910 phone&lt;br /&gt;
* pluto-dhcpd-plugin_2.0.0.44.09042621919_i386.deb (302) - Added support for Cisco 7910 phone&lt;br /&gt;
* pluto-system-database_2.0.0.44.09042621919_i386.deb (211) - &#039;&#039;&#039;If new devices are added, the pluto-system-database needs to be updates as well&#039;&#039;&#039;&lt;br /&gt;
* pluto-storage-devices_2.0.0.44.09042621919_i386.deb (533) - Adds new tv_shows_* directories. Generates MythTV storage groups&lt;br /&gt;
* pluto-std-plugins_2.0.0.44.09042621919_i386.deb (134,153) -  adds some useful debugging snippets that helped trace down the problem of mythtv attributes not adding to pluto_media&lt;br /&gt;
* pluto-mythtv-plugin_2.0.0.44.09042621919_i386.deb (134,153) - lots of changes to facilitate the new storage groups&lt;br /&gt;
* pluto-network-storage_2.0.0.44.09042621919_i386.deb (503,508) - small changes to work with new tv_shows_* directories&lt;br /&gt;
&lt;br /&gt;
=== 20090429 (alpha 2.12) ===&lt;br /&gt;
* pluto-storage-devices_2.0.0.44.09042921929_i386.deb (533) - Fixes some small bugs in MythTV storage groups&lt;br /&gt;
* pluto-boot-scripts_2.0.0.44.09042921929_i386.deb (234) - misc. MythTV storage group enhancements&lt;br /&gt;
* pluto-mythtv-plugin_2.0.0.44.09042921929_i386.deb (134,153) - misc. MythTV storage group enhancement&lt;br /&gt;
* mce-diskless-tools_2.0.0.44.09042921929_i386.changes (627,628) - lots of fixes for MD boot- Changes effect new installs only&lt;br /&gt;
* pluto-system-database_2.0.0.44.09042921929_i386.deb (211) - Fixes hardy issue in sources.list&lt;br /&gt;
* pluto-nvidia-video-drivers_2.0.0.44.09042921929_i386.deb (490) - changed the package requirement to nvidia-glx-180 for intrepid&lt;br /&gt;
&lt;br /&gt;
=== 20090501 (alpha 2.13) ===&lt;br /&gt;
There are a few more MythTV storage group changes in this build. Please understand that the storage group name changes may throw mythweb out of whack on some old recordings, but this should be minimal. The old &amp;quot;user_*/&amp;lt;storage_device&amp;gt;&amp;quot; naming scheme is replaced with a &amp;quot;&amp;lt;username&amp;gt;:&amp;lt;storage_device&amp;gt;&amp;quot; naming convention. This will appeal to many more users than the user_* convention. Also, there is now support for custom storage groups. You can make your own storage groups now on top of the auto-generated LMCE ones by prepending with &amp;quot;custom:&amp;quot; (for example, you may make a new storage group named &amp;quot;custom:MyDrive&amp;quot;, and it will not be removed or overwritten by the scripts that generate the storage groups). One last change is in the &amp;quot;Default&amp;quot; storage group - it no longer points to the drive with most space. This was changed because eventually it would throw mythweb for a loop once the paths changed. I will look into a better way to defaultly record to the drive with most space, most likely using recording profiles.&lt;br /&gt;
&lt;br /&gt;
* lmce-launch-manager (298,299) - db wrapper fix to handle empty resultsets&lt;br /&gt;
* pluto-bluetooth-dongle (124,143) - fix some connection issues in JavaMO&lt;br /&gt;
* pluto-mythtv-plugin (134,153)&lt;br /&gt;
* pluto-storage-devices (533)&lt;br /&gt;
* pluto-boot-scripts (234) - MD fixes&lt;br /&gt;
* mce-diskless-tools (391) - MD fixes&lt;br /&gt;
* pluto-install-scripts (627,628) - MD fixes&lt;br /&gt;
* pluto-x-scripts (520,523) - AV Wizard fix for MD&lt;br /&gt;
* pluto-zwave-lighting (505,506) - Init speedup&lt;br /&gt;
&lt;br /&gt;
=== 20090503 (alpha2.14) ===&lt;br /&gt;
* pluto-zwave-lighting_2.0.0.44.09050321942_i386.deb (505,506) - boolean fixes&lt;br /&gt;
&lt;br /&gt;
=== 20090505 (alpha2.15) ===&lt;br /&gt;
KDE on the MD should work now. The first boot of the system after the update will take a bit longer, as stuff that has not worked, is now being executed for the first time.&lt;br /&gt;
&lt;br /&gt;
* mce-diskless-tools_2.0.0.44.09050521951_i386.deb (627,628) - Lots of small fixes&lt;br /&gt;
* pluto-system-database_2.0.0.44.09050521951_i386.deb (211) - More hardy extinction&lt;br /&gt;
* pluto-boot-scripts_2.0.0.44.09050521951_i386.deb (234) - Small bug with regards to MySQL authorization fixed, which results in a running KDE on the MD, again.&lt;br /&gt;
&lt;br /&gt;
=== 20090505 (alpha2.16 snafu fix) ===&lt;br /&gt;
* pluto-boot-scripts_2.0.0.44.09050521958_i386.deb (234) - snafu causing weird things and corruption on updates&lt;br /&gt;
&lt;br /&gt;
=== 20090506 (alpha2.17) ===&lt;br /&gt;
* pluto-asterisk_2.0.0.44.09050621962_i386.deb (270,271) - Additional australian provider in the web admin (VoIPWA) and some janitory work.&lt;br /&gt;
* pluto-boot-scripts_2.0.0.44.09050621962_i386.deb (234) - Additional visual feedback during the first boot, after running the AV Wizard&lt;br /&gt;
&lt;br /&gt;
=== 20090507 (alpha2.18)===&lt;br /&gt;
* pluto-dhcpd-plugin_2.0.0.44.09050721973_i386.deb (302) - Pnp script for Cisco 7910, aastra (aastra still needs a device template)&lt;br /&gt;
* lmce-launch-manager_2.0.0.44.09050721973_i386.deb (298,299) - Launch manager is now started in its own screen session&lt;br /&gt;
* pluto-system-database_2.0.0.44.09050721973_i386.deb (211) - Removal of X Client Data as a dependency&lt;br /&gt;
* pluto-mythtv-plugin_2.0.0.44.09050721973_i386.deb (134,153) - small changes to keep backend in sync&lt;br /&gt;
* pluto-storage-devices_2.0.0.44.09050721973_i386.deb (533) - Updates the Default and LiveTV storage groups so they use the drive with most space&lt;br /&gt;
* pluto-boot-scripts_2.0.0.44.09050721973_i386.deb (234) - Better detection of Intel Mobile Graphics adapter&lt;br /&gt;
&lt;br /&gt;
=== 20090511 (alpha2.19) ===&lt;br /&gt;
* lmcevdr - more VDR configuration settings&lt;br /&gt;
* pluto-boot-scripts_2.0.0.44.09051121983_i386.deb (234) - Another KDE Desktop on MD fix&lt;br /&gt;
* mce-diskless-tools_2.0.0.44.09051121984_i386.deb (627,628) - Be agnostic about the compression format of tar archives, and more forgiving on download problems&lt;br /&gt;
&lt;br /&gt;
=== 20090515 (alpha2.20) ===&lt;br /&gt;
* lmcevdr_1.1-10_all.deb - more VDR configuration settings&lt;br /&gt;
* pluto-system-database_2.0.0.44.09051522002_i386.deb (211) - Additional package definitions (vdr-plugin-streamdev-server and vdr-plugin-streamdev-client)&lt;br /&gt;
* pluto-hald_2.0.0.44.09051522002_i386.deb (529,530) - USB detection, better MCE2 support&lt;br /&gt;
* pluto-vdr-plugin_2.0.0.44.09051522002_i386.deb (466,467) - Additional dependency for pluto-vdr-plugin to vdr-plugin-streamdev-server&lt;br /&gt;
* lmce-launch-manager_2.0.0.44.09051522002_i386.deb (298,299) - Prompt user for reload after new MD creation (Requires manual re-run of Diskless_CreateTBZ.sh)&lt;br /&gt;
* pluto-orbiter_2.0.0.44.09051522002_i386.deb (119,138) - Prompt user for reload after new MD creation (Requires manual re-run of Diskless_CreateTBZ.sh)&lt;br /&gt;
* pluto-storage-devices_2.0.0.44.09051522003_i386.deb (533) - some small MythTV storage group tweaks&lt;br /&gt;
* pluto-slim-server-streamer_2.0.0.44.09051522002_i386.deb (289,290) - changes to the configuraton script to start squeezecenter instead of slimserver&lt;br /&gt;
* pluto-website-admin_2.0.0.44.09051522002_i386.deb (220) - Screen Saver section fixed&lt;br /&gt;
* pluto-plutoutils_2.0.0.44.09051522002_i386.deb (197,196) - fix FileUtils::ReadURL method&lt;br /&gt;
* pluto-std-plugins_2.0.0.44.09051522002_i386.deb (116,135) - support for external media in conjunction with playlists&lt;br /&gt;
&lt;br /&gt;
=== 20090520 (alpha2.21) ===&lt;br /&gt;
* pluto-website-admin_2.0.0.44.09052022008_i386.deb (220) - GSD/IR code update fixes&lt;br /&gt;
&lt;br /&gt;
=== 20090601 (alpha 2.22) ===&lt;br /&gt;
This update contains lots of changes to the storage mechanism. Make sure you can live without a working system for a while, in case things don&#039;t work out ...&lt;br /&gt;
&lt;br /&gt;
* pluto-system-database_2.0.0.44.09060122043_i386.deb (211) - More VDR related changes in the package definitions.&lt;br /&gt;
* pluto-boot-scripts_2.0.0.44.09060122043_i386.deb (234) - New installations will use our own new_installation script, starting with number 1000000&lt;br /&gt;
* pluto-std-plugins_2.0.0.44.09060122043_i386.deb (116,135) - fixed bug in playlist support&lt;br /&gt;
* pluto-network-storage_2.0.0.44.09060122043_i386.deb (503,508) - New /home/public/data/pvr directory structure related&lt;br /&gt;
* pluto-storage-devices_2.0.0.44.09060122043_i386.deb (533) - New /home/public/data/pvr directory structure related&lt;br /&gt;
* pluto-mythtv-plugin_2.0.0.44.09060122043_i386.deb (134,153) - Storage group enhancements to use the new pvr directory, as well as addition of a new script to handle mythtv storagegroup creation and maintenance. Hopefully this will also fix some stability issues. Mythtv auto expire set from 1GB to 10GB to match the LMCE low disk space nag.&lt;br /&gt;
* pluto-website-admin_2.0.0.44.09060122043_i386.deb (220) - more Pluto -&amp;gt; LMCE renames...&lt;br /&gt;
* pluto-skins-basic_2.0.0.44.09060122043_i386.deb (204) - new art work for MythTV remote&lt;br /&gt;
* pluto-zwave-lighting2.0.0.44.09060122043_i386.deb (505,506) - inclusion enhancements&lt;br /&gt;
&lt;br /&gt;
=== 20090609 (alpha 2.23) ===&lt;br /&gt;
* pluto-boot-scripts_2.0.0.44.09060922056 (234)- backup procedure backs up pluto_media and mediapics&lt;br /&gt;
* pluto-skins-basic_2.0.0.44.09060922056 (204) - more art work for MythTV remote on a mobile, remove pluto from more orbiter screens&lt;br /&gt;
* pluto-system-database_2.0.0.44.09060922056 (211) - Updates to the MythTV remote and EnOcean package&lt;br /&gt;
* pluto-zwave-lighting_2.0.0.44.09060922056 (505,506) - device reset capabilities&lt;br /&gt;
* lmce-shoutcast-radio-plugin_2.0.0.44.09060922056 (703,704) - Initial shoutcast support&lt;br /&gt;
&lt;br /&gt;
=== 20090628 (alpha 2.24)  ===&lt;br /&gt;
* lmce-mediatomb_2.0.0.44.09062822099_i386.deb (702) - Support for MediaTomb UPnP Server. One day, I will understand why people don&#039;t put UPnP into a name, when it handles the configuration of a UPnP Server&lt;br /&gt;
* pluto-asterisk_2.0.0.44.09062822099_i386.deb (270,271) - Make sure asterisk is owner of all /etc/asterisk files after updating the dialplan.&lt;br /&gt;
* pluto-dhcpd-plugin_2.0.0.44.09062822099_i386.deb (302) - Make sure asterisk is owner of all /etc/asterisk files after adding IP phones&lt;br /&gt;
* pluto-orbiter_2.0.0.44.09062822099_i386.deb (119,138) - Support for Gyration 3101&lt;br /&gt;
* pluto-skins-basic_2.0.0.44.09062822099_i386.deb (204) - more art work for voice mail&lt;br /&gt;
* pluto-slim-server-streamer_2.0.0.44.09062822099_i386.deb (289,290) - support playing of URLs via SqueezeBoxes, turn off SqueezeBoxes after stopping from Orbiter&lt;br /&gt;
* pluto-std-plugins_2.0.0.44.09062822099_i386.deb (116,135) - Updates to voice mail datagrid, media streams by default attempt to grab a synopsis from the attribute database, if available, support for Gyration 3101&lt;br /&gt;
* pluto-system-database_2.0.0.44.09062822099_i386.deb (211) - Updates to the voice mail screens, cursor no longer visible in video playback (Yeah, TschakEEE go!!!), Support for Gyration 3101&lt;br /&gt;
* pluto-zwave-lighting_2.0.0.44.09062822099_i386.deb (505,506) - enhanced logging&lt;br /&gt;
&lt;br /&gt;
=== 20090721 (alpha 2.25) ===&lt;br /&gt;
* lmce-shoutcast-radio-plugin_2.0.0.44.09072122164_i386.deb (703,704) - sanity check on configuration values, prevents excessive load when too low interval&lt;br /&gt;
* pluto-bluetooth-dongle_2.0.0.44.09072122164_i386.deb (124,143) - JavaMO -Updated keymappings for SE phones, doesn&#039;t turn on backlight - saves phone battery&lt;br /&gt;
* pluto-chromoflex_2.0.0.44.09072122164_i386.deb (711,712) - Initial support&lt;br /&gt;
* pluto-dhcpd-plugin_2.0.0.44.09072122164_i386.deb (302) - Fixing overambitious deletion in configure_squeezebox.pl&lt;br /&gt;
* pluto-irtrans-ethernet_2.0.0.44.09072122164_i386.deb (709,710) - Plug and play support for the IRTrans Ethernet dongles&lt;br /&gt;
* pluto-orbiter_2.0.0.44.09072122164_i386.deb (119,138) - Fix of serious keyboard bug introduced in alpha 2.24&lt;br /&gt;
* pluto-slim-server-streamer_2.0.0.44.09072122164_i386.deb (289,290) - Modified launch script. [http://svn.linuxmce.org/trac.cgi/ticket/282 Trac #282 Preserve media position when moving media]&lt;br /&gt;
* pluto-slimserver-plugin_2.0.0.44.09072122164_i386.deb (425,425) - [http://svn.linuxmce.org/trac.cgi/ticket/282 Trac #282 Preserve media position when moving media]&lt;br /&gt;
* pluto-standard-plugins_2.0.0.44.09072122164_i386.deb (116,135) - Changes to Media Plugin to make nicer output of playing media in Playlist datagrid.&lt;br /&gt;
* pluto-system-database_2.0.0.44.09072122164_i386.deb (211) - Updates to device template #53.&lt;br /&gt;
&lt;br /&gt;
=== 20090722 (alpha2.26) ===&lt;br /&gt;
* pluto-av-wizard_2.0.0.44.09072222170_i386.deb (556,555) - HDMI sound support&lt;br /&gt;
* pluto-boot-scripts_2.0.0.44.09072222170_i386.deb (234) - HDMI sound support&lt;br /&gt;
* pluto-website-admin_2.0.0.44.09072222170_i386.deb (220) - HDMI sound support&lt;br /&gt;
** HDMI support requires ALSA 1.0.19 or later.&lt;br /&gt;
&lt;br /&gt;
=== 20090810 (alpha 2.27) ===&lt;br /&gt;
* DCERouter_2.0.0.44.09081022212_i386.deb (154,155) - Now includes dependencies for the Titanium and Slate skins to automatically be included.&lt;br /&gt;
* pluto-boot-scripts_2.0.0.44.09081022212_i386.deb (234) - Addition of a2600 directory into Config_Ops.sh&lt;br /&gt;
* lmce-activate-orbiter-plasmoid_2.0.0.44.09081022212_i386.deb (707,708) - Plasmoid to re-activate Orbiter&lt;br /&gt;
* mce-diskless-tools_2.0.0.44.09081022212_i386.deb (627,628) - Cache functionality for deb packages on MDs (on new created MDs). &lt;br /&gt;
* new-installer - Autoinstall apt-cache-ng and configure it on core.&lt;br /&gt;
* pluto-system-database_2.0.0.44.09081022212_i386.deb (211) - Italian Language - Lots of designer tweaks and changes - DB entries for titanium skin - a2600 remotes - and more&lt;br /&gt;
* lmce-game-plugin_2.0.0.44.09081022212_i386.deb - (671,672) Addition of MESS support, first driver is a2600&lt;br /&gt;
* lmce-game-player_2.0.0.44.09081022212_i386.deb - (673,674) Addition of Atari 2600 (a2600) support&lt;br /&gt;
* pluto-updatemedia_2.0.0.44.09081022212_i386.deb - (405,406) Addition of GAMEROM binary for rom grabbing from lmce_game database, and modifying UpdateMedia to use it to fix database resource leak present in versions of UpdateMedia which added ROM support.&lt;br /&gt;
* pluto-std-plugins_2.0.0.44.09081022212_i386.deb - (116,135) Updates to Media Plugin to handle multi system support for games.&lt;br /&gt;
* sdlmess_2.0.0.44.09081022212_i386.deb - (716,717) Addition of SDLMESS 0.133 to handle non-arcade emulations&lt;br /&gt;
* pluto-orbiter_2.0.0.44.09081022212_i386.deb - (119,138) NEW ORBITER BUILD - Addition of easy remote, and a2600 screens&lt;br /&gt;
* pluto-proxy-orbiter_2.0.0.44.09081022212_i386.deb - (487,488) NEW ORBITER BUILD&lt;br /&gt;
* pluto-orbitergen_2.0.0.44.09081022212_i386.deb - (226,227) NEW ARRAYS ADDED&lt;br /&gt;
* pluto-bluetooth-dongle_2.0.0.44.09081022212_i386.deb (124,143) - NEW ORBITER BUILD&lt;br /&gt;
* pluto-updateentarea_2.0.0.44.09081022212_i386.deb - (341,342) Fix to avoid 2600 player from being added as a non-pluto media scenario.&lt;br /&gt;
* VistaICM2_2.0.0.44.09081022212_i386.deb - (713,714) A new driver to control Honeywell/Ademco Vista security panels with an ICM module attached.&lt;br /&gt;
* lmce-skins-titanium_2.0.0.44.09081022212_i386.deb (718)- The New Default skin&lt;br /&gt;
* lmce-skins-slate_2.0.0.44.09081022212_i386.deb (719)- a dark alternate skin.&lt;br /&gt;
* lmce-mame-metadata_2.0.0.44.09081022212_i386.deb (680) - new metadata for 0.133&lt;br /&gt;
* lmce-mame-snaps_2.0.0.44.09081022212_i386.deb (681) - new snaps for 0.133&lt;br /&gt;
&lt;br /&gt;
=== 20090812 (alpha2 28) ===&lt;br /&gt;
* pluto-std-plugins_2.0.0.44.09081222216_i386.deb - (116,135) Reverting changes&lt;br /&gt;
&lt;br /&gt;
=== 20090814 (alpha 2.29) ===&lt;br /&gt;
&lt;br /&gt;
==== OSD Support ====&lt;br /&gt;
&lt;br /&gt;
* pluto-orbitergen_2.0.0.44.09081322226_i386.deb (226,227) - Changes for OSD suppot.&lt;br /&gt;
* pluto-boot-scripts_2.0.0.44.09081322226_i386.deb (234)&lt;br /&gt;
* lmce-launch-manager_2.0.0.44.09081322226_i386.deb (298,299) (or whatever the current launch manager is)&lt;br /&gt;
* pluto-confirmdependencies_2.0.0.44.09081322226_i386.deb (272,281)&lt;br /&gt;
* pluto-install-scripts_2.0.0.44.09081322226_i386.deb (391)&lt;br /&gt;
&lt;br /&gt;
=== 20090824 (alpha 2.30) ===&lt;br /&gt;
* new-installer - Fixes to apt-cacher&lt;br /&gt;
* mce-diskless-tools_2.0.0.44.09041921897_i386.deb (627,628) - Cache functionality for deb packages on MDs (on new created MDs).&lt;br /&gt;
* pluto-orbiter_2.0.0.44.09041921897_i386.deb - (119,138) NEW ORBITER BUILD - Addition of a2600 controller options screen, and call progress screen handler changes&lt;br /&gt;
* pluto-proxy-orbiter_2.0.0.44.09041921897_i386.deb - (487,488) NEW ORBITER BUILD - call progress now works properly on 7970 (addition to screen handler)&lt;br /&gt;
* pluto-bluetooth-dongle_2.0.0.44.09041921897_i386.deb (124,143) - NEW ORBITER BUILD &lt;br /&gt;
* pluto-boot-scripts_2.0.0.44.09041921897_i386.deb (234) - further refinement of OSD bits, modification of logrotate configuration for log files.&lt;br /&gt;
* pluto-system-database_2.0.0.44.09041921897_i386.deb (211) - lots of designer fixes for the above stuff&lt;br /&gt;
* lmce-dpms-monitor_2.0.0.44.09041921897_i386.deb (721,722) - DPMS Monitor support as a TV.&lt;br /&gt;
* pluto-web-admin_2.0.0.44.09041921897_i386.deb (220) - Addition of merkur2k&#039;s DHCP Leases viewer in Web Admin. Also addded the ability to add pictures to phone book contacts.&lt;br /&gt;
* pluto-std-plugins_2.0.0.44.09041921897_i386.deb (116,135) - Telecom plugin can now display pictures for contacts in call in progress and phone ringing screens.&lt;br /&gt;
* pluto-pnp-detection-scripts_2.0.0.44.09041921897_i386.deb (562) - NAD detection scripts&lt;br /&gt;
&lt;br /&gt;
=== 20090825 (alpha 2.31) ===&lt;br /&gt;
*  pluto-web-admin_2.0.0.44.09082422251_i386.deb (220) - Fix for DHCP leases viewer&lt;br /&gt;
&lt;br /&gt;
=== upcoming ... ===&lt;br /&gt;
*  pluto-system-database (211) - Fixes stallione&#039;s device template snafu (fix is in sqlCVS, so a sqlCVS update fixes existing systems), as well as 3101 template fixes.&lt;br /&gt;
* pluto-orbiter (119,138) - Fixes to GenericHIDInterface for Gyration 3101 remotes.&lt;br /&gt;
* pluto-storagedevices (533) - mythTV Storage Group fixes&lt;br /&gt;
* pluto-mythtv-plugin (134,153) - mythTV Storage Group Fixes&lt;br /&gt;
* pluto-mythtv-player (133,152) - mythTV Storage Group Fixes&lt;br /&gt;
* pluto-boot-scripts (234) - more OSD refinements. Add printer support to samba.&lt;br /&gt;
* pluto-website-admin (220) - merkur2k&#039;s DHCP leases page, and MediaTomb now properly shows up under Advanced &amp;gt; UPNP Server.&lt;br /&gt;
* pluto-orbiterinstaller (363) - Windows orbiter executables are available again&lt;br /&gt;
&lt;br /&gt;
== Previous alpha releases ==&lt;br /&gt;
* Notes about [[LinuxMCE-0810 alpha1]]&lt;br /&gt;
* Notes about [[LinuxMCE-0810 alpha0]]&lt;/div&gt;</summary>
		<author><name>Merkur2k</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=File:Dhcpleases.png&amp;diff=20901</id>
		<title>File:Dhcpleases.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=File:Dhcpleases.png&amp;diff=20901"/>
		<updated>2009-08-22T19:53:04Z</updated>

		<summary type="html">&lt;p&gt;Merkur2k: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Merkur2k</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=File:Slate-ss.png&amp;diff=20010</id>
		<title>File:Slate-ss.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=File:Slate-ss.png&amp;diff=20010"/>
		<updated>2009-07-24T05:37:44Z</updated>

		<summary type="html">&lt;p&gt;Merkur2k: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Merkur2k</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=User:Merkur2k&amp;diff=19969</id>
		<title>User:Merkur2k</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=User:Merkur2k&amp;diff=19969"/>
		<updated>2009-07-20T05:43:18Z</updated>

		<summary type="html">&lt;p&gt;Merkur2k: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Setup=&lt;br /&gt;
&#039;&#039;Presently using 0810 Alpha7&#039;&#039;&lt;br /&gt;
==Core/Hybrid==&lt;br /&gt;
[[Image:C060706_124352.JPG|thumb|Core/Hybrid]]&lt;br /&gt;
*Motherboard: [[ASUS M3N78-EM]] AM2+/AM2 NVIDIA GeForce 8300 HDMI Micro ATX AMD&lt;br /&gt;
*Processor: AMD Athlon 64 X2 5600 Brisbane 2.9GHz Socket AM2 65W Dual-Core Processor&lt;br /&gt;
*RAM: GeIL Black Dragon 2GB (2 x 1GB) 240-Pin DDR2 SDRAM DDR2 800 (PC2 6400) Dual Channel&lt;br /&gt;
*Extra NIC: Generic 10/100 RTL8139 based PCI card (external interface)&lt;br /&gt;
*HDD: Seagate 500GB Sata2 (internal)&lt;br /&gt;
*HDD: Maxtor 250GB IDE (internal)&lt;br /&gt;
*HDD: Maxtor 250GB IDE (internal)&lt;br /&gt;
*DVD Drive: Generic IDE DVDROM&lt;br /&gt;
*Case: APEVIA X-QPACK-BL/420 Black/Blue Aluminum MicroATX Desktop Computer Case&lt;br /&gt;
*Display: Polaroid 32&amp;quot; High Definition LCD TV (720P) (connected to core via HDMI)&lt;br /&gt;
*Audio: Sony STR-K750P (connected to core via optical SPDIF)&lt;br /&gt;
*TV Tuner: [[Silicondust HDHomeRun]]&lt;br /&gt;
*Remote Control: [[Using_the_Gyration_Remote_GYR3101US_(Non-Fiire_Chief)|Gyration GYR3101US]] Universal Infrared / RF Remote Control&lt;br /&gt;
[http://secure.newegg.com/WishList/PublicWishDetail.aspx?WishListNumber=13458968 Newegg Wishlist]&lt;br /&gt;
==Network==&lt;br /&gt;
*Linksys WRT54GS router running DD-WRT (operating in client mode, connected to external nic)&lt;br /&gt;
*Linksys WRT54G router running DD-WRT (used as access point, connected to internal nic)&lt;br /&gt;
&lt;br /&gt;
==Telecom==&lt;br /&gt;
None at this time&lt;br /&gt;
&lt;br /&gt;
==Security==&lt;br /&gt;
None at this time&lt;br /&gt;
&lt;br /&gt;
==Lighting==&lt;br /&gt;
None at this time&lt;br /&gt;
&lt;br /&gt;
==Climate Control==&lt;br /&gt;
None at this time&lt;br /&gt;
&lt;br /&gt;
= Projects/To-Do List =&lt;br /&gt;
&lt;br /&gt;
== Telecom ==&lt;br /&gt;
*Determine which hardware and voip service to purchase&lt;br /&gt;
&lt;br /&gt;
==Lighting==&lt;br /&gt;
*Purchase MCV Z-Wave USB controller and some plug-in lamp modules&lt;br /&gt;
&lt;br /&gt;
[[Category:User Setups]]&lt;/div&gt;</summary>
		<author><name>Merkur2k</name></author>
	</entry>
</feed>