diff --git a/Changelog.old.yaml b/Changelog.old.yaml
new file mode 100644
index 0000000000..0d556d99e0
--- /dev/null
+++ b/Changelog.old.yaml
@@ -0,0 +1,2277 @@
+
+- version: 0.6.55
+ date: 2010-05-28
+
+ new features:
+ - title: "Support for the Nokia E71X"
+
+ - title: "EPUB Output: Generate a default one entry TOC if no TOC is present. This allows the EPUB to pass epubcheck and work on the Kobo"
+
+ - title: "Kobo driver: Add support for storage card"
+
+ - title: "PDF Output: Improved cover and comic handling"
+
+ - title: "EPUB metadata: When setting authors, always move the new dc:creator element to the top so broken implementations don't get confused"
+
+ bug fixes:
+ - title: "Make the HTML shown in the regex builder closer to that actually processed by the conversion pipeline."
+ tickets: [5549]
+
+ - title: "Fix tab ordering in Bulk edit meta information dialog"
+ tickets: [5624]
+
+ - title: "EPUB Input: Ignore __MACOSX directories inside the EPUB file"
+
+ - title: "EPUB Input: Raise an appropriate error for DTBook EPUB files"
+
+ - title: "EPUB Output: Use correct SVG code when not preserving aspect ratio for covers"
+
+ - title: "Use PNP drive number based sorting on windows when the device has identical main memory and card ids"
+
+ new recipes:
+ - title: Infomotori
+ author: Gabriele Marini
+
+ - title: Las Vegas Review
+ author: Joel
+
+ - title: Troitskiy variant
+ author: Vadim Dyadkin
+
+ - title: American Thinker
+ author: Walt Anthony
+
+ - title: The Observer
+ author: jbambridge
+
+ improved recipes:
+ - The BBC
+ - The New York Times
+ - Wired
+ - Corriere della Serra
+ - Leggo
+ - darknet
+ - Freakonomics Blog
+
+- version: 0.6.54
+ date: 2010-05-21
+
+ new features:
+ - title: "EPUB Output: Add option to toggle preserving the aspect ratio of the cover."
+ type: major
+ description: >
+ "By default calibre creates an SVG based cover that scales with the screen size of the reader used to view it. Previosuly this scaling
+ was limited to preserve the aspect ratio of the image. This would often result in white borders at the sides or top and bottom of the image.
+ No, by default, calibre will setup the cover to not preserve aspect ratio, doing away with the white borders. The downside is that if the
+ aspect ratio of the cover is very different from the reader, it will look distorted. The old behavior can be restored via
+ Preferences->Conversion->EPUB Output."
+
+ - title: "Conversion pipeline: calibre will now automatically replace all ligatures in the input document."
+ type: major
+ description: >
+ "Conversion pipeline: calibre will now automatically replace all ligatures in the input document with the normal character
+ sequence they are meant to represent. This is because most readers lack the font support to display ligatures.
+ This can be turned off via an option under Look & Feel, in the Conversion settings."
+
+ - title: "Support for the iPapyrus and Newsmy readers and the Sony Ericsson XPERIA X10"
+
+ - title: "PDF Output: Set the first page to the cover."
+ tickets: [5581]
+
+ bug fixes:
+ - title: "Conversion pipeline: Handle input documents with no text. Allows conversion of MOBI files tha are only a sequence of images."
+ tickets: [5554]
+
+ - title: "Fix text justification control not working with translated version of calibre"
+ tickets: [5551]
+
+ - title: "HTML Input: Encoding detection fixed for tags that have newlines in their content attributes"
+ tickets: [5567]
+
+ - title: "EPUB Input: Handle malformed UUID in EPUB with obfuscated fonts."
+ tickets: [5552]
+
+ - title: "Don't resort when editing columns in the main GUI"
+
+ - title: "Fix regression in Kobo driver that caused it to only detect books in the root directory of the device"
+
+ new recipes:
+ - title: La Stampa and Libero
+ author: Gabriele Marini
+
+ - title: Der Tagesspiegel
+ author: ipaschke
+
+ - title: EMG and Agro Gerilla
+ author: Darko Miletic
+
+ - title: American Prospect, FactCheck and PolitiFact
+ author: Michael Heinz
+
+ improved recipes:
+ - Times Online
+ - The Atlantic
+ - Il Messagero
+ - Leggo
+ - Instapaper
+ - New York Review of Books
+ - NIN Online
+
+- version: 0.6.53
+ date: 2010-05-15
+
+ new features:
+ - title: "Clean up GUI initialization and add support for restoring corrupted databases automatically"
+
+ - title: "Make proxy detection more robust on windows and OS X. calibre now queries OS X Network Settigns if no environment variables are set. Also handle proxies with a trailing slash correctly"
+
+ - title: "Add EPUB advanced formatting demo to User Manual"
+
+ - title: "Support for the Booq Avant, Azbooka and the Samsung GT-I5700"
+
+ - title: "Backwards search in the E-book viewer"
+
+ - title: "calibredb: Add ability to create empty books in the database."
+ tickets: [5504]
+
+ - title: "Conversion pipeline: Support for the :first-letter pseudo selector"
+
+ - title: "Interpret a Keyboard interrupt (Ctrl+C) as a request to quit the main GUI"
+
+ - title: "CBC Input: Handle comics.txt encoded in UTF-16 with a BOM"
+
+ bug fixes:
+ - title: "HTML Input: Fix silly bug in case sensitivity detection"
+
+ - title: "Kobo driver: Show all sideloaded content on the device."
+ tickets: [5492]
+
+ - title: "EPUB metadata: Fix bug with relative apths in encryption detection when reading cover"
+ tickets: [5471]
+
+ - title: "E-book viewer: Fix next page scrolling when current document is just a little more than a screenfull. Also use a more robust method to insert blank space at the end of the document when the last screenfull is partially empty."
+
+ - title: "EPUB metadata: Allow deletion of series/tags/isbn from EPUB files when Saving to Disk"
+ tickets: [5518]
+
+ - title: "Fix regression that caused temporary blank line at the bottom of the books list when adding duplicates"
+ tickets: [5500]
+
+ - title: "Add icon for RTF"
+ tickets: [5503]
+
+ - title: "Amazon metadata: If ISBN is not found, don't report an error message."
+ tickets: [5501]
+
+ - title: "EPUB Input: Fix typo that caused incorrect processing of EPUB files with more than one identifier element and encrypted fonts"
+
+ - title: "Fix bug that caused send to device to send multiple copies to the device if you had previously used Prefrences"
+
+ - title: "Linux prs 500 udev rule: Use SUBSYSTEMS instead of the deprecated BUS"
+
+ - title: "PML2PMLZ plugin: Actually compress the PML file stored in the PMLZ archive"
+ tickets: [5511]
+
+ - title: "SONY drivers: Fix regression that broke collection ordering by series when sending to device. And fix another rare error condition."
+ tickets: [5487]
+
+ - title: "CHM Input: Regression that broke CHM conversion on OS X."
+ tickets: [5483]
+
+ - title: "Fix PDB created in Dropbook not convertable by Calibre"
+ tickets: [5441]
+
+
+ new recipes:
+ - title: APCOM, Leggo (it), Ansa and Punto Informatico
+ author: Gabriele Marini
+
+ - title: Scinexx.de
+ author: JSuer
+
+ - title: Various Russian news sources
+ author: Darko Miletic
+
+ improved recipes:
+ - Christian Science Monitor
+ - The Nation
+ - Physics World
+ - Discover Magazine
+
+- version: 0.6.52
+ date: 2010-05-07
+
+ new features:
+ - title: "Support for the Kobo Reader and the HTC Desire"
+
+ - title: "PDB Input: Add support for PDB files created with incorrect encodings"
+
+ - title: "EPUB Output: Make the file size splitting algorithm more intelligent. If a split results in a tree that is very small, choose another split point."
+
+ - title: "Add an entry to the Fetch News menu to fetch all scheduled news"
+ tickets: [5436]
+
+ - title: "MOBI Output: When inserting metadata, hide the searchable version of the tags (append with ttt). They are still searchable, but not visible."
+
+ bug fixes:
+ - title: "HTML Input: Handle case sensitive file systems on OS X"
+ tickets: [5083]
+
+ - title: "EPUB Output: When rescaling PNG images, write out the rescaled data in PNG format as ADE cannot handle JPEG data in a PNG file"
+
+ - title: "SONY drivers: Fix corner case that could cause errors when transferring books with series to the device."
+ tickets: [5431]
+
+ - title: "Allow users to set the content server port to < 1025 (system ports) with a warning."
+ tickets: [5470]
+
+ - title: "Don't popup an error message when adding books if the cover is not a valid image"
+
+ - title: "SONY drivers: Fix bug that prevented detection SD cards that had the Sony Reader/database folders, but no cache.xml"
+
+ - title: "EPUB Input: Handle invalid EPUB files that have manifest entries pointing to non existent files"
+ tickets: [5444]
+
+ - title: "Fix the get cover/metadata from specific format buttons when the user has chosen to read metadata only from filenames"
+ tickets: [5445]
+
+ - title: "Conversion pipeline: More robust conversion of HTML tags to text when detecting structure"
+
+ - title: "Fix 'Open containing folder' does not work if the path name contains '#'"
+ tickets: [5424]
+
+
+ new recipes:
+ - title: The Old New Thing, Berlingske, ABC, Ultima Hora, China Daily, Dani
+ author: Darko Miletic
+
+ - title: Arbetaren, Ekot and Fria Tidningen
+ author: Joakim Lindskog
+
+ - title: Il Messaggero, Il Giornale and ADN Kronos
+ author: Gabriele Marini
+
+ - title: Onion AV Club
+ author: Stephen Williams
+
+ improved recipes:
+ - Jerusalem Post
+
+- version: 0.6.51
+ date: 2010-04-30
+
+ bug fixes:
+ - title: "Fix regression that broke EPUB output in 0.6.50 when converting lists"
+
+
+- version: 0.6.50
+ date: 2010-04-30
+
+ new features:
+ - title: "Add merge book feature"
+ type: major
+ description: >
+ "You can now merge multiple books into a single book, by clicking the arrow next to the edit meta information button.
+ Meta information from the books will be merged as well as individual book files in different formats"
+
+ - title: "Support for the Samsung Galaxy Spica and the Palm Pre"
+
+ - title: "Add a 'Go to' context menu to the ebook viewer"
+ tickets: [1230]
+
+ - title: "Show an asterisk next to version number when user is using CALIBRE_DEVELOP_FROM"
+ tickets: [5417]
+
+ - title: "Import ComicBookLover metadata from CBZ files"
+ tickets: [5402]
+
+ - title: "Add keyboard shortcut for viewing a specific format"
+ tickets: [5408]
+
+ - title: "EPUB Output: Add option to not use SVG for covers. Useful if you want to generate an EPUB for devices like the iPhone or JetBook Lite that don't support SVG covers"
+ tickets: [5409]
+
+ - title: "In the book info display area, only show series and tags if there are any. Move comments to the bottom."
+ tickets: [5391]
+
+ bug fixes:
+ - title: "E-book viewer: Use the Qt API to set document padding during next page operation, instead of javascript."
+ tickets: [5343]
+
+ - title: "E-book viewer: Handle self-closing heading tags in XHTML documents correctly."
+ tickets: [5413]
+
+ - title: "Conversion pipeline: Ignore CSS pseudo selectors"
+ tickets: [5337]
+
+ - title: "MOBI Input: Ignore form tags"
+ tickets: [5378]
+
+ - title: "Handle a scheduled custom recipe being deleted gracefully"
+ tickets: [5366]
+
+ - title: "ebook-convert: Don't rename PNG covers to JPG"
+ tickets: [5379]
+
+ - title: "Conversion pipeline: Respect width and height attributes in addition to width and height in CSS"
+
+ - title: "Fix regression which broke the use of HTML files in the regexp testing wizard"
+ tickets: [5341]
+
+ - title: "Fix match highlighting for multi-line regexps in the regexp testing wizard"
+ tickets: [5414]
+
+ - title: "EPUB Output: Workaround Adobe Digital Editions bug in rendering of lists with a left margin set."
+ tickets: [5415]
+
+ - title: "PRS 505/600/700/300 driver: Don't give an error message when editing metadata on SD card and cache directory does not exist"
+ tickets: [5410]
+
+ - title: "When converting EPUB to EPUB multiple times and creating book jacket from metadata, if an existing book jacket is found,
+ replace it. This will only work with EPUBs created with the current release onwards"
+
+ - title: "Correctly handle HTML in comments"
+ tickets: [5237]
+
+ - title: "Kindle driver: When transferring files whose names start witha period, replace the period."
+ tickets: [5367]
+
+ - title: "Conversion pipeline: When decoding XML (but not XHTML) if no encoding is specified, assume utf-8. Make entity conversion more robust. When splitting html handle ids with quotes in them correctly"
+
+ new recipes:
+ - title: The Old New Thing, Berlingske, ABC, Ultima Hora, China Daily, Dani
+ author: Darko Miletic
+
+ - title: Observa Digital
+ author: yrvn
+
+ - title: "Bill O'Reilly and Sean Hannity"
+ author: Rob Lammert
+
+ improved recipes:
+ - PC Magazine
+ - Reuters
+ - Sueddeutsche Zeitung
+ - "il Sole 24 Ore"
+ - La Repubblica
+
+- version: 0.6.49
+ date: 2010-04-23
+
+ new features:
+ - title: "Support for the SpringDesign Alex and the Nokia 5800XM"
+ tickets: [5215]
+
+ - title: "Justification control is now more sophisticated. You can choose to have either un-justified text,
+ justified text or leave the justification specified in the input document as is."
+ tickets: [4921]
+
+ bug fixes:
+ - title: "Fix regression that broke database integrity checking in 0.6.48"
+ tickets: [5329]
+
+ - title: "Conversion pipeline: Ignore links in the HTML that have quoted non-ASCII characters, since there is no way to decode them correctly."
+ tickets: [5354]
+
+ - title: "Make title casing more intelligent, based on the guidelines for the New York Times style manual"
+ tickets: [3086]
+
+ - title: "MOBI Input: Handle hexadecimal entities used to specify angle brackets"
+ tickets: [5336]
+
+ - title: "Fix rendering of ratings column in linux when using a 'fancy' style."
+
+ - title: "MOBI Input: Don't fail when the MOBI metadata species a cover that does not exist."
+ tickets: [5333]
+
+ - title: "Fix display of covers in the ebook viewer from MOBI and LIT files"
+ tickets: [5342]
+
+ - title: "MOBI Input: Fix regression that broke detection of covers in MOBI files when converting"
+
+ - title: "Restore blank lines in text only comments when displaying the detailed view for a book"
+
+ new recipes:
+ - title: The West Australian, Kurier, Virtual Shackles
+ author: Darko Miletic
+
+ - title: NPR Music Blogs
+ author: cix3
+
+ improved recipes:
+ - New York Review of Books
+ - USA Today
+ - Guardian
+ - La Republica
+
+- version: 0.6.48
+ date: 2010-04-18
+
+ new features:
+ - title: "Add an output profile for the iPad"
+
+ - title: "An option for ejecting the connected device from the system tray icon"
+
+ - title: "Support for the Samsung SNE 60K and Acer Liquid A1"
+
+ - title: "Programmatic auto-numbering of books in a series"
+ tickets: [2418]
+ description: >
+ "Added an option to the bulk metadata edit dialog to automatically sequentially order the
+ selected books in a series, in the order they were selected."
+
+ bug fixes:
+ - title: "Unmount Bebook Mini on OS X instead of eject"
+ tickets: [5269]
+
+ - title: "Perfomance tweaks to improve startup time with large libraries"
+
+ - title: "Fix changing port of content server only takes effect after a restart of calibre"
+ tickets: [5308]
+
+ - title: "News download: Retry article download if temporary failure in DNS. Makes downloading more robust."
+
+ - title: "Handle DRMed EPUB files correctly when getting cover."
+ tickets: [5304]
+
+ - title: "CHM Metadata: Fix bug in cover detection"
+
+ - title: "Detect zip/rar files that are actually comics even if they contain a mix of PNG/JPG files"
+ tickets: [5300]
+
+ - title: "Fix sending multiple files by email causes them to be mixed up. Also show error message when sending by email fails."
+ tickets: [5069]
+
+ - title: "EPUB Output: When rescaling images from a comic use the same screen size as used by the input plugin"
+
+ - title: "EPUB Output: Fix memory leak when converting documents with large collections of images"
+
+ - title: "Fix regression in 0.6.47 that would cause the main window to expand unctrollably horizontally when using long serach terms"
+
+ - title: "Fix periodicals generated by calibre not using kindle back issue archiving"
+ tickets: [5271]
+
+ new recipes:
+ - title: Canard PC
+ author: zorgluf
+
+ - title: FOX News
+ author: Darko Miletic
+
+ - title: Nation and Standard Media Kenya
+ author: Hans Donner
+
+ - title: El Pais Semanal and Axxon
+ author: Darko MIletic
+
+
+ improved recipes:
+ - Pescanik
+ - NSPM
+ - The Atlantic
+
+- version: 0.6.47
+ date: 2010-04-09
+
+ new features:
+ - title: "Saved searches"
+ type: major
+ description : >
+ "You can now save your frequently used searches and access them with a single click. For details
+ see http://calibre-ebook.com/user_manual/gui.html#search-sort"
+
+ - title: "Add searching by date/published date"
+ tickets: [5244]
+
+ - title: "News download: Implement is_link_wanted a method for context sensitive link filtering"
+
+ - title: "Preliminary drivers for The Entourage Edge and Samsung Moment"
+
+ - title: "Indicate number of matches when searching"
+
+ bug fixes:
+ - title: "Optimize performance with large libraries (several thousand books or more)."
+ type: major
+ description : >
+ "There should be a mojor speedup in operations like adding books and editing metadata
+ for users with large libraries of several thousand books or more."
+
+ - title: "Don't crash when converting EPUB files with missing NCX TOCs"
+ tickets: [5234]
+
+ - title: "RTF Input: Fix EPUBs generated from some RTF files not displaying in Stanza/iBooks"
+ tickets: [5231]
+
+ - title: "News download: Remove all