<?xml version="1.0" encoding="UTF-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-US"><title type="html">Christian Schenk</title><subtitle type="html">All about MiKTeX development and packaging.</subtitle><id>http://dojo.miktex.org/blogs/christian_schenk/atom.aspx</id><link rel="alternate" type="text/html" href="http://dojo.miktex.org/blogs/christian_schenk/default.aspx" /><link rel="self" type="application/atom+xml" href="http://dojo.miktex.org/blogs/christian_schenk/atom.aspx" /><generator uri="http://communityserver.org" version="2.0.60526.2668">Community Server</generator><updated>2006-08-11T13:57:00Z</updated><entry><title>Package download broken</title><link rel="alternate" type="text/html" href="http://dojo.miktex.org/blogs/christian_schenk/archive/2008/01/25/1887.aspx" /><id>http://dojo.miktex.org/blogs/christian_schenk/archive/2008/01/25/1887.aspx</id><published>2008-01-25T04:02:00Z</published><updated>2008-01-25T04:02:00Z</updated><content type="html">&lt;P&gt;It is currently not possible to download packages from the repository. I will fix this in the next few days, say until the end of the month (let's hope). Please remember: I do this in my spare time.&lt;/P&gt;
&lt;P&gt;&lt;U&gt;Update (Feb 25):&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;Without a warning, my web space provider (webhost4life.com) has just stopped the MiKTeX web sites. They say, that "the number of HTTP request is so heavy that causing our server up and down. To maintain the overall heavy usage, we have no choice but stop your sites. Please consider upgrade to...".&lt;/P&gt;
&lt;P&gt;I don't know, whether (when) wh4l will re-enable the websites. Of course, I will move the website to another provider. But this can take a couple of days/weeks.&lt;/P&gt;
&lt;P&gt;&lt;U&gt;Update (Feb 26):&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;The web service is now up and running again. In order to reduce bandwidth and CPU usage, I have implemented a simple IP filter: if there are more than&amp;nbsp;N requests from the same IP address within a time span T, then that IP address is blocked for a while.&lt;/P&gt;&lt;img src="http://dojo.miktex.org/aggbug.aspx?PostID=1887" width="1" height="1"&gt;</content><author><name>CSchenk</name><uri>http://dojo.miktex.org/members/CSchenk.aspx</uri></author></entry><entry><title>No MiKTeX 2.7 for Windows 9x/Me/NT</title><link rel="alternate" type="text/html" href="http://dojo.miktex.org/blogs/christian_schenk/archive/2007/08/23/1640.aspx" /><id>http://dojo.miktex.org/blogs/christian_schenk/archive/2007/08/23/1640.aspx</id><published>2007-08-23T09:54:00Z</published><updated>2007-08-23T09:54:00Z</updated><content type="html">Sad but true: It is not likely that&amp;nbsp;MiKTeX 2.7 works on legacy Windows systems (9x/Me/NT).&amp;nbsp;It seems&amp;nbsp;that the&amp;nbsp;new build system, Visual Studio 2008, does not support legacy targets.&lt;img src="http://dojo.miktex.org/aggbug.aspx?PostID=1640" width="1" height="1"&gt;</content><author><name>CSchenk</name><uri>http://dojo.miktex.org/members/CSchenk.aspx</uri></author></entry><entry><title>MiKTeX 2.7 status</title><link rel="alternate" type="text/html" href="http://dojo.miktex.org/blogs/christian_schenk/archive/2007/08/21/1632.aspx" /><id>http://dojo.miktex.org/blogs/christian_schenk/archive/2007/08/21/1632.aspx</id><published>2007-08-20T22:50:00Z</published><updated>2007-08-20T22:50:00Z</updated><content type="html">I am planning to make available a beta version of MiKTeX 2.7 in September. This will&amp;nbsp;contain XeTeX 0.996. The 2.7 status page will be updated soon.&lt;img src="http://dojo.miktex.org/aggbug.aspx?PostID=1632" width="1" height="1"&gt;</content><author><name>CSchenk</name><uri>http://dojo.miktex.org/members/CSchenk.aspx</uri></author></entry><entry><title>copystart.exe removed from MiKTeX 2.6</title><link rel="alternate" type="text/html" href="http://dojo.miktex.org/blogs/christian_schenk/archive/2007/06/26/1444.aspx" /><id>http://dojo.miktex.org/blogs/christian_schenk/archive/2007/06/26/1444.aspx</id><published>2007-06-26T09:32:00Z</published><updated>2007-06-26T09:32:00Z</updated><content type="html">&lt;P&gt;I have removed copystart.exe from the MiKTeX 2.6 distribution.&lt;/P&gt;
&lt;P&gt;copystart.exe was used in MiKTeX 2.5 to start the update wizard. In MiKTeX 2.6, copystart.exe has been replaced with copystart_admin.exe, because under Windows Vista the update wizard should run in admin mode. In other words: if, for some reason, you make use of copystart.exe, then you should now use copystart_admin.exe instead.&lt;/P&gt;&lt;img src="http://dojo.miktex.org/aggbug.aspx?PostID=1444" width="1" height="1"&gt;</content><author><name>CSchenk</name><uri>http://dojo.miktex.org/members/CSchenk.aspx</uri></author></entry><entry><title>MiKTeX 2.6: automation interfaces</title><link rel="alternate" type="text/html" href="http://dojo.miktex.org/blogs/christian_schenk/archive/2007/02/22/1092.aspx" /><id>http://dojo.miktex.org/blogs/christian_schenk/archive/2007/02/22/1092.aspx</id><published>2007-02-22T10:34:00Z</published><updated>2007-02-22T10:34:00Z</updated><content type="html">&lt;P&gt;MiKTeX 2.6 will offer COM interfaces that make it possible to automate MiKTeX-specific tasks. For example, here is a Perl script that installs a package:&lt;/P&gt;
&lt;BLOCKQUOTE dir=ltr&gt;
&lt;P&gt;&lt;FONT face="Courier New" size=2&gt;use Win32::OLE;&lt;BR&gt;my $packageManager = Win32::OLE-&amp;gt;new('MiKTeX.PackageManager')&lt;BR&gt;&amp;nbsp; or die "MiKTeX is not properly installed.\n";&lt;BR&gt;$installer = $packageManager-&amp;gt;CreateInstaller();&lt;BR&gt;$installer-&amp;gt;Add ("$ARGV[0]", 1);&lt;BR&gt;$installer-&amp;gt;InstallRemove;&lt;/FONT&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The MiKTeX interfaces are in its initial stages. Interested users and 3rd party developers are welcome to make suggestions for COM objects/methods.&lt;/P&gt;&lt;img src="http://dojo.miktex.org/aggbug.aspx?PostID=1092" width="1" height="1"&gt;</content><author><name>CSchenk</name><uri>http://dojo.miktex.org/members/CSchenk.aspx</uri></author></entry><entry><title>MiKTeX 2.5 and Windows Vista</title><link rel="alternate" type="text/html" href="http://dojo.miktex.org/blogs/christian_schenk/archive/2007/01/22/miktex25vista.aspx" /><id>http://dojo.miktex.org/blogs/christian_schenk/archive/2007/01/22/miktex25vista.aspx</id><published>2007-01-22T10:32:00Z</published><updated>2007-01-22T10:32:00Z</updated><content type="html">&lt;P&gt;MiKTeX 2.5&amp;nbsp;is not designed to be&amp;nbsp;run on Windows Vista. But Microsoft &lt;EM&gt;"added some shims to Windows Vista specifically for the MiKTeX 2.5 installer. They do not resolve all the compatibility problems, but they do resolve the UAP-related issues"&lt;/EM&gt;. There remain a &lt;A href="http://miktex.org/2.5/Issues.aspx"&gt;few issues&lt;/A&gt;, but all in all you will find that MiKTeX 2.5 runs reasonable well on Windows Vista.&lt;/P&gt;
&lt;P&gt;The shims only work&amp;nbsp;for MiKTeX 2.5, i.e., before MiKTeX 2.6 can be released, I have to resolve some UAC-related issues. For example, the package installer has to use the UAC consent dialog, because "C:\Program Files" is not writable for the normal user.&lt;/P&gt;&lt;img src="http://dojo.miktex.org/aggbug.aspx?PostID=1038" width="1" height="1"&gt;</content><author><name>CSchenk</name><uri>http://dojo.miktex.org/members/CSchenk.aspx</uri></author></entry><entry><title>New MiKTeX 2.5 binaries</title><link rel="alternate" type="text/html" href="http://dojo.miktex.org/blogs/christian_schenk/archive/2007/01/21/1034.aspx" /><id>http://dojo.miktex.org/blogs/christian_schenk/archive/2007/01/21/1034.aspx</id><published>2007-01-21T09:58:00Z</published><updated>2007-01-21T09:58:00Z</updated><content type="html">&lt;P&gt;I have rebuilt all the MiKTeX binaries because&amp;nbsp;new runtime libraries have been released by Microsoft. I thought it would be best to update all binaries at one go.&lt;/P&gt;&lt;img src="http://dojo.miktex.org/aggbug.aspx?PostID=1034" width="1" height="1"&gt;</content><author><name>CSchenk</name><uri>http://dojo.miktex.org/members/CSchenk.aspx</uri></author></entry><entry><title>MiKTeX 2.4 packages to be removed soon</title><link rel="alternate" type="text/html" href="http://dojo.miktex.org/blogs/christian_schenk/archive/2006/12/10/971.aspx" /><id>http://dojo.miktex.org/blogs/christian_schenk/archive/2006/12/10/971.aspx</id><published>2006-12-10T00:30:00Z</published><updated>2006-12-10T00:30:00Z</updated><content type="html">&lt;P&gt;MiKTeX 2.4 specific&amp;nbsp;packages will be removed from the package repository on December 30, 2006. This has some&amp;nbsp;consequences for MiKTeX 2.4 users:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;The update wizard will stop working on December 31, 2006. 
&lt;LI&gt;Automatic installation of missing packages will stop working on December 31, 2006. 
&lt;LI&gt;All packages will be marked &lt;EM&gt;obsolete&lt;/EM&gt; in the package manager list view.&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;MiKTeX 2.4&amp;nbsp;aficionados are encouraged to update their MiKTeX 2.4 system now.&lt;/P&gt;&lt;img src="http://dojo.miktex.org/aggbug.aspx?PostID=971" width="1" height="1"&gt;</content><author><name>CSchenk</name><uri>http://dojo.miktex.org/members/CSchenk.aspx</uri></author></entry><entry><title>New MiKTeX CD-R/DVD-R available soon</title><link rel="alternate" type="text/html" href="http://dojo.miktex.org/blogs/christian_schenk/archive/2006/10/28/909.aspx" /><id>http://dojo.miktex.org/blogs/christian_schenk/archive/2006/10/28/909.aspx</id><published>2006-10-28T00:36:00Z</published><updated>2006-10-28T00:36:00Z</updated><content type="html">I am planning to make available the new&amp;nbsp;MiKTeX CD-R/DVD-R next week. The CD-R will contain a snapshot of the MiKTeX package repository. The DVD-R contains a "live" MiKTeX system.&lt;img src="http://dojo.miktex.org/aggbug.aspx?PostID=909" width="1" height="1"&gt;</content><author><name>CSchenk</name><uri>http://dojo.miktex.org/members/CSchenk.aspx</uri></author></entry><entry><title>Update summary 2.5.2471</title><link rel="alternate" type="text/html" href="http://dojo.miktex.org/blogs/christian_schenk/archive/2006/10/09/update_2_4_2471.aspx" /><id>http://dojo.miktex.org/blogs/christian_schenk/archive/2006/10/09/update_2_4_2471.aspx</id><published>2006-10-09T08:38:00Z</published><updated>2006-10-09T08:38:00Z</updated><content type="html">&lt;P&gt;Here is a list of changes since &lt;A HREF="/blogs/christian_schenk/archive/2006/09/25/update_2_4_2456.aspx"&gt;2.5.2456 (Sep 22, 2006)&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;New packages:&lt;/P&gt;
&lt;BLOCKQUOTE dir=ltr&gt;
&lt;P&gt;cool&lt;BR&gt;economic&lt;BR&gt;exteps&lt;BR&gt;foekfont&lt;BR&gt;fonetika&lt;BR&gt;nih&lt;BR&gt;ocr-latex&lt;BR&gt;pst-asr&lt;BR&gt;pst-jtree&lt;BR&gt;screenplay&lt;BR&gt;splines&lt;BR&gt;xq&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Updated packages:&lt;/P&gt;
&lt;BLOCKQUOTE dir=ltr&gt;
&lt;P&gt;avantgar&lt;BR&gt;bookman&lt;BR&gt;charter&lt;BR&gt;courier&lt;BR&gt;duerer-latex&lt;BR&gt;ednotes&lt;BR&gt;frenchle&lt;BR&gt;helvetic&lt;BR&gt;hepthesis&lt;BR&gt;hrlatex&lt;BR&gt;hyperref&lt;BR&gt;lublack&lt;BR&gt;lucallig&lt;BR&gt;lucasual&lt;BR&gt;luccyr&lt;BR&gt;lucidfax&lt;BR&gt;lucold&lt;BR&gt;lucsans&lt;BR&gt;lucsstt&lt;BR&gt;luctt&lt;BR&gt;luhand&lt;BR&gt;lumath&lt;BR&gt;mathdesign&lt;BR&gt;mathpazo&lt;BR&gt;mathtime&lt;BR&gt;msg&lt;BR&gt;ncntrsbk&lt;BR&gt;oberdiek&lt;BR&gt;palatino&lt;BR&gt;pandora-latex&lt;BR&gt;psafm&lt;BR&gt;psnfss&lt;BR&gt;psnfssx&lt;BR&gt;pst-pdf&lt;BR&gt;pstricks-add&lt;BR&gt;punk-latex&lt;BR&gt;symbol&lt;BR&gt;tex4ht&lt;BR&gt;times&lt;BR&gt;uk-tex-faq&lt;BR&gt;utopia&lt;BR&gt;zapfchan&lt;BR&gt;zapfding&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Fixed bugs:&lt;/P&gt;
&lt;BLOCKQUOTE dir=ltr&gt;
&lt;P&gt;[ &lt;A href="http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1543925&amp;amp;group_id=10783&amp;amp;atid=110783"&gt;1543925&lt;/A&gt; ] Update Wizzard fails when started from within Package Manage&lt;BR&gt;[ &lt;A href="http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1547515&amp;amp;group_id=10783&amp;amp;atid=110783"&gt;1547515&lt;/A&gt; ] Dropdowns in options do not drop down&lt;BR&gt;[ &lt;A href="http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1549618&amp;amp;group_id=10783&amp;amp;atid=110783"&gt;1549618&lt;/A&gt; ] yap: zooming state is not restored&lt;BR&gt;[ &lt;A href="http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1550578&amp;amp;group_id=10783&amp;amp;atid=110783"&gt;1550578&lt;/A&gt; ] Control-c does not exit BibTeX&lt;BR&gt;[ &lt;A href="http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1562975&amp;amp;group_id=10783&amp;amp;atid=110783"&gt;1562975&lt;/A&gt; ] tex: --mltex option not working&lt;BR&gt;[ &lt;A href="http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1564940&amp;amp;group_id=10783&amp;amp;atid=110783"&gt;1564940&lt;/A&gt; ] yap: wrong invocation of Emacs&lt;BR&gt;[ &lt;A href="http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1566074&amp;amp;group_id=10783&amp;amp;atid=110783"&gt;1566074&lt;/A&gt; ] gbklatex, bg5latex, gbkpdflatex, etc. break&lt;BR&gt;[ &lt;A href="http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1566315&amp;amp;group_id=10783&amp;amp;atid=110783"&gt;1566315&lt;/A&gt; ] Yap - part of doc about ruler is in the wrong place&lt;BR&gt;[ &lt;A href="http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1570897&amp;amp;group_id=10783&amp;amp;atid=110783"&gt;1570897&lt;/A&gt; ] TeX4ht update needed&lt;BR&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;img src="http://dojo.miktex.org/aggbug.aspx?PostID=866" width="1" height="1"&gt;</content><author><name>CSchenk</name><uri>http://dojo.miktex.org/members/CSchenk.aspx</uri></author></entry><entry><title>Update summary 2.5.2456</title><link rel="alternate" type="text/html" href="http://dojo.miktex.org/blogs/christian_schenk/archive/2006/09/25/update_2_4_2456.aspx" /><id>http://dojo.miktex.org/blogs/christian_schenk/archive/2006/09/25/update_2_4_2456.aspx</id><published>2006-09-25T05:57:00Z</published><updated>2006-09-25T05:57:00Z</updated><content type="html">&lt;P&gt;Here is a list of changes since &lt;A HREF="/blogs/christian_schenk/archive/2006/09/08/update_2_5_2441.aspx"&gt;2.5.2441 (Sep 7, 2006)&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;New packages:&lt;/P&gt;
&lt;BLOCKQUOTE dir=ltr&gt;
&lt;P&gt;context-bnf&lt;BR&gt;context-gfsdidot&lt;BR&gt;context-greek&lt;BR&gt;context-lettrine&lt;BR&gt;context-rsteps&lt;BR&gt;context-urwgaramond&lt;BR&gt;context-urwgothic&lt;BR&gt;coolstr&lt;BR&gt;forloop&lt;BR&gt;mafr&lt;BR&gt;miktex-bin-2.5&lt;BR&gt;miktex-mo-bin-2.5&lt;BR&gt;miktex-runtime-bin-2.5&lt;BR&gt;miktex-yap-bin-2.5&lt;BR&gt;pax&lt;BR&gt;pst-asr&lt;BR&gt;pst-jtree&lt;BR&gt;screenplay&lt;BR&gt;variations&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Updated packages:&lt;/P&gt;
&lt;BLOCKQUOTE dir=ltr&gt;
&lt;P&gt;amsfonts&lt;BR&gt;amstex&lt;BR&gt;antyktor&lt;BR&gt;bezos&lt;BR&gt;bibtopic&lt;BR&gt;breakurl&lt;BR&gt;classicthesis&lt;BR&gt;cm&lt;BR&gt;cmextra&lt;BR&gt;cslatex&lt;BR&gt;csvtools&lt;BR&gt;egameps&lt;BR&gt;eijkhout&lt;BR&gt;eskdx&lt;BR&gt;examdesign&lt;BR&gt;frenchle&lt;BR&gt;genmpage&lt;BR&gt;histogr&lt;BR&gt;hoekwater&lt;BR&gt;hyperref&lt;BR&gt;iwona&lt;BR&gt;kurier&lt;BR&gt;latex-fonts&lt;BR&gt;lfb&lt;BR&gt;ltxmisc&lt;BR&gt;lubright&lt;BR&gt;lucida&lt;BR&gt;mhchem&lt;BR&gt;microtype&lt;BR&gt;miktex-misc&lt;BR&gt;minitoc&lt;BR&gt;moderncv&lt;BR&gt;natbib&lt;BR&gt;notes&lt;BR&gt;oberdiek&lt;BR&gt;opcit&lt;BR&gt;plpsfont&lt;BR&gt;psafm&lt;BR&gt;pst-func&lt;BR&gt;pst-uml&lt;BR&gt;refstyle&lt;BR&gt;sgame&lt;BR&gt;showexpl&lt;BR&gt;stellenbosch&lt;BR&gt;svn&lt;BR&gt;texmate&lt;BR&gt;textpos&lt;BR&gt;underlin&lt;BR&gt;wasy&lt;BR&gt;xytree&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Fixed bugs:&lt;/P&gt;
&lt;BLOCKQUOTE dir=ltr&gt;
&lt;P&gt;[ &lt;A href="http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1554327&amp;amp;group_id=10783&amp;amp;atid=110783"&gt;1554327&lt;/A&gt; ] forward and inverse search doesn't work properly with yap&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;img src="http://dojo.miktex.org/aggbug.aspx?PostID=830" width="1" height="1"&gt;</content><author><name>CSchenk</name><uri>http://dojo.miktex.org/members/CSchenk.aspx</uri></author></entry><entry><title>Update summary 2.5.2441</title><link rel="alternate" type="text/html" href="http://dojo.miktex.org/blogs/christian_schenk/archive/2006/09/08/update_2_5_2441.aspx" /><id>http://dojo.miktex.org/blogs/christian_schenk/archive/2006/09/08/update_2_5_2441.aspx</id><published>2006-09-08T08:02:00Z</published><updated>2006-09-08T08:02:00Z</updated><content type="html">&lt;P&gt;Here is a list of changes since 2.5.2429.&lt;/P&gt;
&lt;P dir=ltr&gt;Fixed bugs:&lt;/P&gt;
&lt;P dir=ltr&gt;[ &lt;A href="http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1545675&amp;amp;group_id=10783&amp;amp;atid=110783"&gt;1545675&lt;/A&gt; ] \input command path problem&lt;BR&gt;[ &lt;A href="http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1548242&amp;amp;group_id=10783&amp;amp;atid=110783"&gt;1548242&lt;/A&gt; ] Proxy problem in MikTeX 2.5&lt;BR&gt;[ &lt;A href="http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1549614&amp;amp;group_id=10783&amp;amp;atid=110783"&gt;1549614&lt;/A&gt; ] yap: .dvi search path does not include current directory&lt;BR&gt;[ &lt;A href="http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1552080&amp;amp;group_id=10783&amp;amp;atid=110783"&gt;1552080&lt;/A&gt; ] bug when reading first line %&amp;amp; format in a file MAC lineend&lt;BR&gt;[ &lt;A href="http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1553273&amp;amp;group_id=10783&amp;amp;atid=110783"&gt;1553273&lt;/A&gt; ] Yap 2.5.2419 does not show .mps.gz files&lt;BR&gt;[ &lt;A href="http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1554147&amp;amp;group_id=10783&amp;amp;atid=110783"&gt;1554147&lt;/A&gt; ] open editor does not work if the filename contains spaces&lt;BR&gt;&lt;/P&gt;&lt;img src="http://dojo.miktex.org/aggbug.aspx?PostID=778" width="1" height="1"&gt;</content><author><name>CSchenk</name><uri>http://dojo.miktex.org/members/CSchenk.aspx</uri></author></entry><entry><title>Update summary 2.5.2429</title><link rel="alternate" type="text/html" href="http://dojo.miktex.org/blogs/christian_schenk/archive/2006/08/28/748.aspx" /><id>http://dojo.miktex.org/blogs/christian_schenk/archive/2006/08/28/748.aspx</id><published>2006-08-28T00:40:00Z</published><updated>2006-08-28T00:40:00Z</updated><content type="html">&lt;P&gt;Here is a list of changes since 2.5.2420.&lt;/P&gt;
&lt;P&gt;New packages:&lt;/P&gt;
&lt;BLOCKQUOTE dir=ltr&gt;
&lt;P&gt;dyntree&lt;BR&gt;guitbeamer&lt;BR&gt;guitlogo&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P dir=ltr&gt;Updated packages:&lt;/P&gt;
&lt;BLOCKQUOTE dir=ltr&gt;
&lt;P dir=ltr&gt;csquotes&lt;BR&gt;struktex&lt;BR&gt;textpos&lt;BR&gt;xytree&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P dir=ltr&gt;Removed packages:&lt;/P&gt;
&lt;BLOCKQUOTE dir=ltr&gt;
&lt;P dir=ltr&gt;guit&lt;BR&gt;m-bib&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P dir=ltr&gt;Fixed bugs:&lt;/P&gt;
&lt;BLOCKQUOTE dir=ltr&gt;
&lt;P dir=ltr&gt;[ &lt;A href="http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1538939&amp;amp;group_id=10783&amp;amp;atid=110783"&gt;1538939&lt;/A&gt; ] "Letter" paper format listed twice&lt;BR&gt;[ &lt;A href="http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1542344&amp;amp;group_id=10783&amp;amp;atid=110783"&gt;1542344&lt;/A&gt; ] cannot change new format name from "newformat"&lt;BR&gt;[ &lt;A href="http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1543688&amp;amp;group_id=10783&amp;amp;atid=110783"&gt;1543688&lt;/A&gt; ] Type 3 fonts in Miktex 2.5&lt;BR&gt;[ &lt;A href="http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1545166&amp;amp;group_id=10783&amp;amp;atid=110783"&gt;1545166&lt;/A&gt; ] New Metapost assumes MPost files to have .mp extension&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;img src="http://dojo.miktex.org/aggbug.aspx?PostID=748" width="1" height="1"&gt;</content><author><name>CSchenk</name><uri>http://dojo.miktex.org/members/CSchenk.aspx</uri></author></entry><entry><title>Update summary 2.5.2420</title><link rel="alternate" type="text/html" href="http://dojo.miktex.org/blogs/christian_schenk/archive/2006/08/18/712.aspx" /><id>http://dojo.miktex.org/blogs/christian_schenk/archive/2006/08/18/712.aspx</id><published>2006-08-18T09:27:00Z</published><updated>2006-08-18T09:27:00Z</updated><content type="html">&lt;P&gt;Here is a list of changes since 2.5.2413.&lt;/P&gt;
&lt;P&gt;New packages:&lt;/P&gt;
&lt;BLOCKQUOTE dir=ltr&gt;
&lt;P&gt;coollist&lt;BR&gt;elsevier&lt;BR&gt;munich&lt;BR&gt;papercdcase&lt;BR&gt;pst-geo&lt;BR&gt;pst-vue3d&lt;BR&gt;seqsplit&lt;BR&gt;sugconf&lt;BR&gt;syntrace&lt;BR&gt;titlepage-uni-dortmund&lt;BR&gt;vpe&lt;BR&gt;xyling&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P dir=ltr&gt;Updated packages:&lt;/P&gt;
&lt;BLOCKQUOTE dir=ltr&gt;
&lt;P dir=ltr&gt;bibleref&lt;BR&gt;boxhandler&lt;BR&gt;crossword&lt;BR&gt;fmtcount&lt;BR&gt;graphics&lt;BR&gt;hyperref&lt;BR&gt;l2tabu-english&lt;BR&gt;labelcas&lt;BR&gt;memoir&lt;BR&gt;minitoc&lt;BR&gt;movie15&lt;BR&gt;pdfpages&lt;BR&gt;pst-labo&lt;BR&gt;pstricks-add&lt;BR&gt;splitindex&lt;BR&gt;stellenbosch&lt;BR&gt;t-angles&lt;BR&gt;textpos&lt;BR&gt;thuthesis&lt;BR&gt;uk-tex-faq&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P dir=ltr&gt;Fixed bugs:&lt;/P&gt;
&lt;BLOCKQUOTE dir=ltr&gt;
&lt;P dir=ltr&gt;[ &lt;A href="http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1538116&amp;amp;group_id=10783&amp;amp;atid=110783"&gt;1538116&lt;/A&gt; ] dvips not reading local config files&lt;BR&gt;[ &lt;A href="http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1538558&amp;amp;group_id=10783&amp;amp;atid=110783"&gt;1538558&lt;/A&gt; ] afm of skaknew and enpassant fonts not correctly installed&lt;BR&gt;[ &lt;A href="http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1538685&amp;amp;group_id=10783&amp;amp;atid=110783"&gt;1538685&lt;/A&gt; ] YAP hangs when making fonts&lt;BR&gt;[ &lt;A href="http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1539071&amp;amp;group_id=10783&amp;amp;atid=110783"&gt;1539071&lt;/A&gt; ] setup does not save paper size selection&lt;BR&gt;[ &lt;A href="http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1539945&amp;amp;group_id=10783&amp;amp;atid=110783"&gt;1539945&lt;/A&gt; ] 2.5-2412 net-installer fails to complete&lt;BR&gt;[ &lt;A href="http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1540081&amp;amp;group_id=10783&amp;amp;atid=110783"&gt;1540081&lt;/A&gt; ] MikTeX Options crash when trying to move hyphenation rule up&lt;BR&gt;[ &lt;A href="http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1541346&amp;amp;group_id=10783&amp;amp;atid=110783"&gt;1541346&lt;/A&gt; ] LaTeX etc don't find editor&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;img src="http://dojo.miktex.org/aggbug.aspx?PostID=712" width="1" height="1"&gt;</content><author><name>CSchenk</name><uri>http://dojo.miktex.org/members/CSchenk.aspx</uri></author></entry><entry><title>Update summary 2.5.2413</title><link rel="alternate" type="text/html" href="http://dojo.miktex.org/blogs/christian_schenk/archive/2006/08/11/686.aspx" /><id>http://dojo.miktex.org/blogs/christian_schenk/archive/2006/08/11/686.aspx</id><published>2006-08-11T02:57:00Z</published><updated>2006-08-11T02:57:00Z</updated><content type="html">&lt;P&gt;Here is a list of changes since 2.5.2406 (August 03, 2006).&lt;/P&gt;
&lt;P&gt;Updated packages:&lt;/P&gt;
&lt;BLOCKQUOTE dir=ltr&gt;
&lt;P&gt;hyperref&lt;BR&gt;koma-script&lt;BR&gt;oberdiek&lt;BR&gt;tex4ht&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Fixed bugs:&lt;/P&gt;
&lt;BLOCKQUOTE dir=ltr&gt;
&lt;P&gt;[ &lt;A href="http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1535965&amp;amp;group_id=10783&amp;amp;atid=110783"&gt;1535965&lt;/A&gt; ] bibtex ignores BIBINPUTS&lt;BR&gt;[ &lt;A href="http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1536570&amp;amp;group_id=10783&amp;amp;atid=110783"&gt;1536570&lt;/A&gt; ] Misspelling in formats.ini file&lt;BR&gt;[ &lt;A href="http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1537000&amp;amp;group_id=10783&amp;amp;atid=110783"&gt;1537000&lt;/A&gt; ] ruler exception&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;img src="http://dojo.miktex.org/aggbug.aspx?PostID=686" width="1" height="1"&gt;</content><author><name>CSchenk</name><uri>http://dojo.miktex.org/members/CSchenk.aspx</uri></author></entry></feed>