Revision: 5701
Author: pebender
Date: Sat Oct 17 09:45:57 2009
Log: - Updated changelog.


http://code.google.com/p/minimyth/source/detail?r=5701

Modified:
  /trunk/gar-minimyth/html/minimyth/document-changelog-2009.txt
  /trunk/gar-minimyth/html/minimyth/document-changelog.txt

=======================================
--- /trunk/gar-minimyth/html/minimyth/document-changelog-2009.txt       Fri Oct 
  
2 11:49:53 2009
+++ /trunk/gar-minimyth/html/minimyth/document-changelog-2009.txt       Sat Oct 
 
17 09:45:57 2009
@@ -1,5 +1,286 @@
  MiniMyth Changelog 2009

+--------------------------------------------------------------------------------
+Changes since 69 (2009-10-16):
+
+Current MythTV versions
+    MythTV 0.20-softpad: version 0.20.2.softpad, release-0-20-fixes branch  
svn 16082 and
+                                                 softpad branch svn 11261  
(updated).
+    MythTV 0.20:         version 0.20.2,         release-0-20-fixes branch  
svn 16082
+    MythTV 0.21:         version 0.21.0,         release-0-21-fixes branch  
svn 21625 and
+                                                 LATM AAC (ticket 5487) and
+                                                 VDPAU (patch  
glvdpau20744).
+    MythTV 0.22:         version 0.22.0,         release-0-22-fixes branch  
svn 22512.
+    MythTV trunk:        version trunk.22510     trunk svn 22510.
+
+Modified init
+    - Added support for Hulu Desktop.
+        - The Hulu Desktop is similar to the binary codecs and Adobe Flash  
Player.
+          It is not included in the image, but it can be fetched and saved
+          using the MiniMyth Tools menu.
+        - Added MM_HULU_URL, MM_HULU_REMOTE and  
MM_HULU_STORE_HULUDESKTOP_DATA.
+    - Added MM_DHCP_ADDRESS, MM_DHCP_BROADCAST, MM_DHCP_SUBNET_MASK, and
+      MM_DHCP_ROUTERS for statically configuring network the interface.
+    - Removed auto-detection of sensor chip on ASUS motherboards as ASUS
+      motherboard sensor information is handled by the asus_atk0110.ko
+      in most cases.
+    - Added autodetection of AMD Geode video.
+    - Added autodetection of Intel Atom CPU.
+
+Improved MythTV
+    - Added LATM AAC support (0.21).
+    - Enabled synchronizing using DRM vblank as it is fixed in the 2.6.31
+      kernel as well as MiniMyth's patched 2.6.30 kernel.
+    - Enabled firewire support (0.21 and trunk).
+    - Enabled Hauppauge HD-PVR support (trunk).
+    - Patched MythTV trunk so that it uses /var/run/lirc/lircd rather than
+      /dev/lircd as its default.
+
+Improved MythTV slave backend support
+    - Added support for devices that use the cx25840 driver.
+    - Added support for FireWire (IEEE 1394) controlled set top boxes.
+    - Added support for budget capture devices (e.g. Nova-PCI), including  
the
+      kernel drivers budget, budget-ai and budget-ci.
+
+Modified MythStream
+    - Patched MythStream's paint routines in an attempt to minimize GUI
+      flickering.
+    - Updated Apple and Youtube parsers.
+
+Modified mediaplayers
+    - Updated Xine VDPAU patch.
+    - Updated FFmpeg and MPlayer VAAPI patches.
+    - Updated FFMpeg and MPlayer multi-threading patches.
+    - Enabled xcb support in Xine.
+    - Enabled xcb support in VLC.
+    - Added VLC VDPAU patch (but it appears to be broken).
+
+Modified xorg
+    - Added xcb because more packages are using it and some packages (e.g.  
vlc
+      is phasing out xlib support
+    - Added geode driver.
+    - Added r600 DRI driver.
+    - Moved the font directory from /usr/lib/X11/fonts to  
/usr/share/fonts/X11
+      as it is Xorg's new default location.
+    - Changed xinitrc so that it starts unclutter.
+        - Needed to hide the mouse cursor in Hulu Desktop.
+
+Modified ALSA
+    - Added snd-cs5535audio ALSA sound driver.
+
+Modified kernel
+    - Switched to the new FireWire (IEEE 1394) stack.
+    - Added firewire-ohci.ko kernel module for use by FireWire (IEE 1394)
+      controlled set top boxes.
+    - Added asus_atk0110.ko kernel module.
+    - Added hid-logitech.ko kernel module.
+    - Added cx25840.ko kernel module.
+    - Added budget.ko, budget-av.ko and budget-ci.ko kernel modules.
+    - Added snd-cs5535audio.ko ALSA sound driver.
+    - Added scx200_acb.ko kernel module used by some geode hardware.
+    - Added lm90.ko sensor kernel module used by some geode hardware.
+    - Added tulip network driver, which is used by Virtual PC.
+    - Added hdpvr.ko kernel module.
+    - Added some configuration options that udev may want.
+    - Updated unionfs patch to 2.5.3.
+    - Patched 2.6.30 to fix the via drm vblank bug, which was fixed in  
2.6.31.
+    - Patched 2.6.30 and 2.6.30 to add support for the Intel Atom CPU to  
the
+      coretemp.ko kernel module.
+
+Fixed bugs
+    - Patched MythStream in MythTV trunk so that it uses QX11Info::display
+      instead of qt_xdisplay().
+    - Fixed bug that caused the frontend's webpage to not display the  
output
+      of /proc/loadavg.
+    - Fixed e100 kernel driver by enabling firmware inclusion in the  
kernel.
+    - Enabled control by the xpad driver of the Xbox 360 controller LED.
+
+Modified build system
+    - Changed how *_config and *-config scripts that some packages install  
and
+      some packages use to determine configuration information about other
+      packages. In the past, the build system pactched each package that
+      looked for one of these scripts. Now the build system has the package
+      install these in a separate location and adds this location to the  
path.
+      This reduces the size of the patches and reduces the chance that a
+      package that needed to be patched was not patched.
+    - Added the Graphite theme to MythTV trunk.
+    - Patched myth-*/mythstream packages to removed gcc warnings.
+    - Added python for packages that need it to build, including xorg's  
xcb.
+    - Added tcl for packages that need it to build, including sqlite.
+    - Added hulu to the software list.
+    - Made flash the default as Hulu Desktop requires it.
+
+Fixed build system
+    - Patched kernel-2.6.*/linux so that it uses ncurses from the build
+      environment rather than the local system.
+    - Patched lib/ncurses so that its *-config file gives out the correct
+      values for installation paths.
+    - Patched system/g15daemon so that it does not add includedir to  
CPPFLAGS.
+    - Modified db/mysql compiler options to fix problems on x86_64 targets,
+      see <http://www.minimyth.org/forum/viewtopic.php?f=5&t=2393>.
+    - Fixed bug that caused utils/pciutils to no install headers needed to  
use
+      libpci.
+
+Removed packages
+    Removed nvidia/nvidia-185.18.31.
+    Removed nvidia/nvidia-190.25.
+    Removed X11/vdpau.
+
+Added packages
+    Added myth-0.22/*.
+    Added myth-trunk/myththemes-old.
+    Added nvidia/nvidia-185.18.36.
+    Added nvidia/nvidia-190.36.
+    Added python/python.
+    Added utils/gperf.
+    Added utils/tcl (needed to build db/sqlite 5.1.38).
+    Added X11/libvdpau.
+    Added X11/unclutter.
+    Added xorg-7.4/libxcb.
+    Added xorg-7.4/xcb-proto.
+    Added xorg-7.4/xcb-util.
+
+Moved packages
+    Moved X11/vdpinfo to X11/vdpauinfo (reflects the new tarball name).
+
+Updated packages
+    Updated db/mysql.
+    Updated db/sqlite.
+    Updated devel/binutils.
+    Updated devel/fakeroot.
+    Updated devel/gcc.
+    Updated devel/gcc-minimal-shared.
+    Updated devel/gcc-minimal-static.
+    Updated devel/gdb.
+    Updated devel/intltool.
+    Updated disk/e2fsprogs.
+    Updated disk/hdparm.
+    Updated emulators/sdlmame.
+    Updated emulators/stella.
+    Updated gtk/atk.
+    Updated gtk/glib.
+    Updated gtk/gtk+.
+    Updated gtk/pango.
+    Updated kernel-2.6.30/alsa-driver.
+    Updated kernel-2.6.30/linux.
+    Updated kernel-2.6.31/alsa-driver.
+    Updated kernel-2.6.31/linux.
+    Updated kernel-headers/linux-headers-2.6.30.
+    Updated kernel-headers/linux-headers-2.6.31.
+    Updated lib/alsa-lib.
+    Updated lib/bluez.
+    Updated lib/boost.
+    Updated lib/ffmpeg.
+    Updated lib/fontconfig.
+    Updated lib/freetype.
+    Updated lib/libdvdread.
+    Updated lib/libdvdnav.
+    Updated lib/libexif.
+    Updated lib/libpng.
+    Updated lib/libtiff.
+    Updated lib/libtheora.
+    Updated lib/libusb.
+    Updated lib/libxml2.
+    Updated lib/libxslt.
+    Updated lib/nss.
+    Updated lib/taglib.
+    Updated mediaplayers/gnash.
+    Updated mediaplayers/mplayer-svn.
+    Updated mediaplayers/vlc.
+    Updated myth-trunk/mythstream.
+    Updated net/curl.
+    Updated net/gpxe.
+    Updated net/mount.cifs.
+    Updated net/openssh.
+    Updated net/syslinux.
+    Updated perl/perl.
+    Updated perl/perl-DBD-mysql.
+    Updated perl/perl-libwww-perl.
+    Updated qt/qt4.
+    Updated system/irserver.
+    Updated system/lirc.
+    Updated system/udev.
+    Updated system/zoneinfo.
+    Updated utils/alsa-utils.
+    Updated utils/bash.
+    Updated utils/busybox.
+    Updated utils/coreutils.
+    Updated utils/gzip.
+    Updated utils/module-init-tools.
+    Updated utils/pciutils.
+    Updated utils/pmount.
+    Updated utils/transcode.
+    Updated utils/util-linux-ng.
+    Updated utils/usbutils.
+    Updated X11/libva.
+    Updated X11/vdpau-video.
+    Updated X11/vdpauinfo.
+    Updated X11/xscreensaver.
+    Updated xorg-7.4/bdftopcf.
+    Updated xorg-7.4/bigreqsproto.
+    Updated xorg-7.4/damageproto.
+    Updated xorg-7.4/evieext.
+    Updated xorg-7.4/font-alias.
+    Updated xorg-7.4/font-bh-ttf.
+    Updated xorg-7.4/font-cursor-misc.
+    Updated xorg-7.4/font-misc-misc.
+    Updated xorg-7.4/fontsproto.
+    Updated xorg-7.4/font-util.
+    Updated xorg-7.4/iceauth.
+    Updated xorg-7.4/kbproto.
+    Updated xorg-7.4/libdrm.
+    Updated xorg-7.4/libfontenc.
+    Updated xorg-7.4/libICE.
+    Updated xorg-7.4/libpciaccess.
+    Updated xorg-7.4/libpthread-stubs.
+    Updated xorg-7.4/libXau.
+    Updated xorg-7.4/libXdamage.
+    Updated xorg-7.4/libXfixes.
+    Updated xorg-7.4/libXfont.
+    Updated xorg-7.4/libXft.
+    Updated xorg-7.4/libxkbfile.
+    Updated xorg-7.4/libXmu.
+    Updated xorg-7.4/libXpm.
+    Updated xorg-7.4/libXrender.
+    Updatee xorg-7.4/libXres.
+    Updated xorg-7.4/libXt.
+    Updated xorg-7.4/libXv.
+    Updated xorg-7.4/libXvMC.
+    Updated xorg-7.4/libXxf86dga.
+    Updated xorg-7.4/libXxf86misc.
+    Updated xorg-7.4/libXxf86vm.
+    Updated xorg-7.4/makedepend.
+    Updated xorg-7.4/Mesa.
+    Updated xorg-7.4/pixman.
+    Updated xorg-7.4/mkfontdir.
+    Updated xorg-7.4/mkfontscale.
+    Updated xorg-7.4/randrproto.
+    Updated xorg-7.4/resourceproto.
+    Updated xorg-7.4/scrnsaverproto.
+    Updated xorg-7.4/util-macros.
+    Updated xorg-7.4/videoproto.
+    Updated xorg-7.4/xbitmaps.
+    Updated xorg-7.4/xev.
+    Updated xorg-7.4/xf86bigfontproto.
+    Updated xorg-7.4/xf86dgaproto.
+    Updated xorg-7.4/xf86driproto.
+    Updated xorg-7.4/xf86-input-evdev.
+    Updated xorg-7.4/xf86-input-void.
+    Updated xorg-7.4/xf86miscproto.
+    Updated xorg-7.4/xf86-video-ati.
+    Updated xorg-7.4/xf86-video-intel.
+    Updated xorg-7.4/xf86-video-nv.
+    Updated xorg-7.4/xf86-video-radeonhd.
+    Updated xorg-7.4/xf86-video-vmware.
+    Updated xorg-7.4/xf86vidmodeproto.
+    Updated xorg-7.4/xkbcomp.
+    Updated xorg-7.4/xkeyboard-config.
+    Updated xorg-7.4/xmodmap.
+    Updated xorg-7.4/xorg-server.
+    Updated xorg-7.4/xproto.
+    Updated xorg-7.4/xrandr.
+    Updated xorg-7.4/xset.
+
   
--------------------------------------------------------------------------------
  Changes since 68 (2009-08-10):

=======================================
--- /trunk/gar-minimyth/html/minimyth/document-changelog.txt    Fri Oct 16  
16:47:45 2009
+++ /trunk/gar-minimyth/html/minimyth/document-changelog.txt    Sat Oct 17  
09:45:57 2009
@@ -5,7 +5,7 @@
  MiniMyth release. For earlier changes see the yearly changelog files.

   
--------------------------------------------------------------------------------
-Changes since 69 (2009-10-16):
+Changes since 70 (2009-10-17):

  Current MythTV versions
      MythTV 0.20-softpad: version 0.20.2.softpad, release-0-20-fixes branch  
svn 16082 and
@@ -16,271 +16,3 @@
                                                   VDPAU (patch  
glvdpau20744).
      MythTV 0.22:         version 0.22.0,         release-0-22-fixes branch  
svn 22512.
      MythTV trunk:        version trunk.22510     trunk svn 22510.
-
-Modified init
-    - Added support for Hulu Desktop.
-        - The Hulu Desktop is similar to the binary codecs and Adobe Flash  
Player.
-          It is not included in the image, but it can be fetched and saved
-          using the MiniMyth Tools menu.
-        - Added MM_HULU_URL, MM_HULU_REMOTE and  
MM_HULU_STORE_HULUDESKTOP_DATA.
-    - Added MM_DHCP_ADDRESS, MM_DHCP_BROADCAST, MM_DHCP_SUBNET_MASK, and
-      MM_DHCP_ROUTERS for statically configuring network the interface.
-    - Removed auto-detection of sensor chip on ASUS motherboards as ASUS
-      motherboard sensor information is handled by the asus_atk0110.ko
-      in most cases.
-    - Added autodetection of AMD Geode video.
-    - Added autodetection of Intel Atom CPU.
-
-Improved MythTV
-    - Added LATM AAC support (0.21).
-    - Enabled synchronizing using DRM vblank as it is fixed in the 2.6.31
-      kernel as well as MiniMyth's patched 2.6.30 kernel.
-    - Enabled firewire support (0.21 and trunk).
-    - Enabled Hauppauge HD-PVR support (trunk).
-    - Patched MythTV trunk so that it uses /var/run/lirc/lircd rather than
-      /dev/lircd as its default.
-
-Improved MythTV slave backend support
-    - Added support for devices that use the cx25840 driver.
-    - Added support for FireWire (IEEE 1394) controlled set top boxes.
-    - Added support for budget capture devices (e.g. Nova-PCI), including  
the
-      kernel drivers budget, budget-ai and budget-ci.
-
-Modified MythStream
-    - Patched MythStream's paint routines in an attempt to minimize GUI
-      flickering.
-    - Updated Apple and Youtube parsers.
-
-Modified mediaplayers
-    - Updated Xine VDPAU patch.
-    - Updated FFmpeg and MPlayer VAAPI patches.
-    - Updated FFMpeg and MPlayer multi-threading patches.
-    - Enabled xcb support in Xine.
-    - Enabled xcb support in VLC.
-    - Added VLC VDPAU patch (but it appears to be broken).
-
-Modified xorg
-    - Added xcb because more packages are using it and some packages (e.g.  
vlc
-      is phasing out xlib support
-    - Added geode driver.
-    - Added r600 DRI driver.
-    - Moved the font directory from /usr/lib/X11/fonts to  
/usr/share/fonts/X11
-      as it is Xorg's new default location.
-    - Changed xinitrc so that it starts unclutter.
-        - Needed to hide the mouse cursor in Hulu Desktop.
-
-Modified ALSA
-    - Added snd-cs5535audio ALSA sound driver.
-
-Modified kernel
-    - Switched to the new FireWire (IEEE 1394) stack.
-    - Added firewire-ohci.ko kernel module for use by FireWire (IEE 1394)
-      controlled set top boxes.
-    - Added asus_atk0110.ko kernel module.
-    - Added hid-logitech.ko kernel module.
-    - Added cx25840.ko kernel module.
-    - Added budget.ko, budget-av.ko and budget-ci.ko kernel modules.
-    - Added snd-cs5535audio.ko ALSA sound driver.
-    - Added scx200_acb.ko kernel module used by some geode hardware.
-    - Added lm90.ko sensor kernel module used by some geode hardware.
-    - Added tulip network driver, which is used by Virtual PC.
-    - Added hdpvr.ko kernel module.
-    - Added some configuration options that udev may want.
-    - Updated unionfs patch to 2.5.3.
-    - Patched 2.6.30 to fix the via drm vblank bug, which was fixed in  
2.6.31.
-    - Patched 2.6.30 and 2.6.30 to add support for the Intel Atom CPU to  
the
-      coretemp.ko kernel module.
-
-Fixed bugs
-    - Patched MythStream in MythTV trunk so that it uses QX11Info::display
-      instead of qt_xdisplay().
-    - Fixed bug that caused the frontend's webpage to not display the  
output
-      of /proc/loadavg.
-    - Fixed e100 kernel driver by enabling firmware inclusion in the  
kernel.
-    - Enabled control by the xpad driver of the Xbox 360 controller LED.
-
-Modified build system
-    - Changed how *_config and *-config scripts that some packages install  
and
-      some packages use to determine configuration information about other
-      packages. In the past, the build system pactched each package that
-      looked for one of these scripts. Now the build system has the package
-      install these in a separate location and adds this location to the  
path.
-      This reduces the size of the patches and reduces the chance that a
-      package that needed to be patched was not patched.
-    - Added the Graphite theme to MythTV trunk.
-    - Patched myth-*/mythstream packages to removed gcc warnings.
-    - Added python for packages that need it to build, including xorg's  
xcb.
-    - Added tcl for packages that need it to build, including sqlite.
-    - Added hulu to the software list.
-    - Made flash the default as Hulu Desktop requires it.
-
-Fixed build system
-    - Patched kernel-2.6.*/linux so that it uses ncurses from the build
-      environment rather than the local system.
-    - Patched lib/ncurses so that its *-config file gives out the correct
-      values for installation paths.
-    - Patched system/g15daemon so that it does not add includedir to  
CPPFLAGS.
-    - Modified db/mysql compiler options to fix problems on x86_64 targets,
-      see <http://www.minimyth.org/forum/viewtopic.php?f=5&t=2393>.
-    - Fixed bug that caused utils/pciutils to no install headers needed to  
use
-      libpci.
-
-Removed packages
-    Removed nvidia/nvidia-185.18.31.
-    Removed nvidia/nvidia-190.25.
-    Removed X11/vdpau.
-
-Added packages
-    Added myth-0.22/*.
-    Added myth-trunk/myththemes-old.
-    Added nvidia/nvidia-185.18.36.
-    Added nvidia/nvidia-190.36.
-    Added python/python.
-    Added utils/gperf.
-    Added utils/tcl (needed to build db/sqlite 5.1.38).
-    Added X11/libvdpau.
-    Added X11/unclutter.
-    Added xorg-7.4/libxcb.
-    Added xorg-7.4/xcb-proto.
-    Added xorg-7.4/xcb-util.
-
-Moved packages
-    Moved X11/vdpinfo to X11/vdpauinfo (reflects the new tarball name).
-
-Updated packages
-    Updated db/mysql.
-    Updated db/sqlite.
-    Updated devel/binutils.
-    Updated devel/fakeroot.
-    Updated devel/gcc.
-    Updated devel/gcc-minimal-shared.
-    Updated devel/gcc-minimal-static.
-    Updated devel/gdb.
-    Updated devel/intltool.
-    Updated disk/e2fsprogs.
-    Updated disk/hdparm.
-    Updated emulators/sdlmame.
-    Updated emulators/stella.
-    Updated gtk/atk.
-    Updated gtk/glib.
-    Updated gtk/gtk+.
-    Updated gtk/pango.
-    Updated kernel-2.6.30/alsa-driver.
-    Updated kernel-2.6.30/linux.
-    Updated kernel-2.6.31/alsa-driver.
-    Updated kernel-2.6.31/linux.
-    Updated kernel-headers/linux-headers-2.6.30.
-    Updated kernel-headers/linux-headers-2.6.31.
-    Updated lib/alsa-lib.
-    Updated lib/bluez.
-    Updated lib/boost.
-    Updated lib/ffmpeg.
-    Updated lib/fontconfig.
-    Updated lib/freetype.
-    Updated lib/libdvdread.
-    Updated lib/libdvdnav.
-    Updated lib/libexif.
-    Updated lib/libpng.
-    Updated lib/libtiff.
-    Updated lib/libtheora.
-    Updated lib/libusb.
-    Updated lib/libxml2.
-    Updated lib/libxslt.
-    Updated lib/nss.
-    Updated lib/taglib.
-    Updated mediaplayers/gnash.
-    Updated mediaplayers/mplayer-svn.
-    Updated mediaplayers/vlc.
-    Updated myth-trunk/mythstream.
-    Updated net/curl.
-    Updated net/gpxe.
-    Updated net/mount.cifs.
-    Updated net/openssh.
-    Updated net/syslinux.
-    Updated perl/perl.
-    Updated perl/perl-DBD-mysql.
-    Updated perl/perl-libwww-perl.
-    Updated qt/qt4.
-    Updated system/irserver.
-    Updated system/lirc.
-    Updated system/udev.
-    Updated system/zoneinfo.
-    Updated utils/alsa-utils.
-    Updated utils/bash.
-    Updated utils/busybox.
-    Updated utils/coreutils.
-    Updated utils/gzip.
-    Updated utils/module-init-tools.
-    Updated utils/pciutils.
-    Updated utils/pmount.
-    Updated utils/transcode.
-    Updated utils/util-linux-ng.
-    Updated utils/usbutils.
-    Updated X11/libva.
-    Updated X11/vdpau-video.
-    Updated X11/vdpauinfo.
-    Updated X11/xscreensaver.
-    Updated xorg-7.4/bdftopcf.
-    Updated xorg-7.4/bigreqsproto.
-    Updated xorg-7.4/damageproto.
-    Updated xorg-7.4/evieext.
-    Updated xorg-7.4/font-alias.
-    Updated xorg-7.4/font-bh-ttf.
-    Updated xorg-7.4/font-cursor-misc.
-    Updated xorg-7.4/font-misc-misc.
-    Updated xorg-7.4/fontsproto.
-    Updated xorg-7.4/font-util.
-    Updated xorg-7.4/iceauth.
-    Updated xorg-7.4/kbproto.
-    Updated xorg-7.4/libdrm.
-    Updated xorg-7.4/libfontenc.
-    Updated xorg-7.4/libICE.
-    Updated xorg-7.4/libpciaccess.
-    Updated xorg-7.4/libpthread-stubs.
-    Updated xorg-7.4/libXau.
-    Updated xorg-7.4/libXdamage.
-    Updated xorg-7.4/libXfixes.
-    Updated xorg-7.4/libXfont.
-    Updated xorg-7.4/libXft.
-    Updated xorg-7.4/libxkbfile.
-    Updated xorg-7.4/libXmu.
-    Updated xorg-7.4/libXpm.
-    Updated xorg-7.4/libXrender.
-    Updatee xorg-7.4/libXres.
-    Updated xorg-7.4/libXt.
-    Updated xorg-7.4/libXv.
-    Updated xorg-7.4/libXvMC.
-    Updated xorg-7.4/libXxf86dga.
-    Updated xorg-7.4/libXxf86misc.
-    Updated xorg-7.4/libXxf86vm.
-    Updated xorg-7.4/makedepend.
-    Updated xorg-7.4/Mesa.
-    Updated xorg-7.4/pixman.
-    Updated xorg-7.4/mkfontdir.
-    Updated xorg-7.4/mkfontscale.
-    Updated xorg-7.4/randrproto.
-    Updated xorg-7.4/resourceproto.
-    Updated xorg-7.4/scrnsaverproto.
-    Updated xorg-7.4/util-macros.
-    Updated xorg-7.4/videoproto.
-    Updated xorg-7.4/xbitmaps.
-    Updated xorg-7.4/xev.
-    Updated xorg-7.4/xf86bigfontproto.
-    Updated xorg-7.4/xf86dgaproto.
-    Updated xorg-7.4/xf86driproto.
-    Updated xorg-7.4/xf86-input-evdev.
-    Updated xorg-7.4/xf86-input-void.
-    Updated xorg-7.4/xf86miscproto.
-    Updated xorg-7.4/xf86-video-ati.
-    Updated xorg-7.4/xf86-video-intel.
-    Updated xorg-7.4/xf86-video-nv.
-    Updated xorg-7.4/xf86-video-radeonhd.
-    Updated xorg-7.4/xf86-video-vmware.
-    Updated xorg-7.4/xf86vidmodeproto.
-    Updated xorg-7.4/xkbcomp.
-    Updated xorg-7.4/xkeyboard-config.
-    Updated xorg-7.4/xmodmap.
-    Updated xorg-7.4/xorg-server.
-    Updated xorg-7.4/xproto.
-    Updated xorg-7.4/xrandr.
-    Updated xorg-7.4/xset.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to