wp-mirror (0.7.4) unstable; urgency=low

  * Bug fixed: `--add' did not append name resolution lines to `/etc/hosts'
  * Bug fixed: `beta' and `sources' added to *wikimedia-language-code-list*
  * Bug fixed: generate thumbs for Extension:ProofreadPage
  * Bug fixed: `importDump.php' now guarded by GNU coreutils `timeout'
  * Bug fixed: `--mirror' did not build `enwikisource' after `--add'
  * Bug fixed: `--mirror' did not build `enwikisource' after `--delete'
  * Command-line-option enhanced: `--mirror' may take [import|reimport|xml2sql]
  * Configuration: use `InitialiseSettings.php' from `noc.wikimedia.org/conf/'
  * Configuration: use `cache/interwiki.cdb'
  * Database schema: `page.page_latest' and `revision.rev_text_id' now indexed
  * Database schema: updated to mediawiki 1.24
  * Dump file: choice of `pages-articles' and `pages-meta-current' (default)
  * Dump file: failed xchunks now split into smaller xchunks which are tried
  * Dump file: URL fallback list increases reliability
  * Dump file: incremental XML data dumps (xincr) now downloaded and installed
  * Housekeeping added: *mirror-delete-superseded-revisions* (default nil)
  * Internet access enhanced: now use fallback list of URLs for dump files
  * SSL enabled: wikis now protocol independent (may access via HTTP or HTTPS)

 -- WP-MIRROR <wpmirrordev@gmail.com>  Tue, 11 Nov 2014 20:00:00 -0400

wp-mirror (0.7.3) unstable; urgency=low

  * Bug fixed: Copyright in footer was not MediaWiki:Wikimedia-copyright
  * Bug fixed: DEB package upgrade deleted `LocalSettings_account.php'
  * Bug fixed: Disk space thresholds were too low
  * Bug fixed: Every file should have its size stored in `wpmirror.file'
  * Bug fixed: Fast index creation failed for `wikidatawiki.wb_*' tables
  * Command-line-option enhanced: `--profile' now also reports disk usage stats
  * Disk usage reduced: `schunk's are now compressed with `gzip'
  * Disk usage reduced: `xchunk's are now compressed with `bzip2' or `gzip'
  * FSM removed: `fsm-file-decompress' (no decompressed XML/SQL files on disk)
  * FSM removed: `fsm-file-split-xml' (no decompressed XML files on disk)
  * Performance enhanced: Incremental build of `titlekey' table

 -- WP-MIRROR <wpmirrordev@gmail.com>  Sun, 25 May 2014 20:00:00 -0400

wp-mirror (0.7.2) unstable; urgency=low

  * Bug fixed: common-lisp-controller not find .../cl-asdf/wild-modules.lisp
  * Bug fixed: image tarball not deleted from .../images/
  * Bug fixed: `importDump.php' failed due to TimedMediaHandler
  * Bug fixed: interlanguage links did not appear in Navigation Sidebar
  * Bug fixed: logrotate too short, was 7 days, now 30 days
  * Bug fixed: lower case words not found in simplewiktionary
  * Bug fixed: `mwxml2sql' can emit invalid SQL, so fallback on `importDump.php'
  * Bug fixed: `sleep-until' too verbose, now uses exponential back-off
  * Configuration added: assert-symbolic-link-to-mediawiki-or-create-p
  * Configuration added: warn-if-old-image-directory-p
  * FSM added: `fsm-database-misc' (builds interwiki, titlekey; deletes orphans)
  * FSM removed: `fsm-database-interwiki' (combined into `fsm-database-misc')
  * FSM removed: `fsm-database-update' (combined into `fsm-database-create')
  * Logotype: released into public domain 2014-Apr-10

 -- WP-MIRROR <wpmirrordev@gmail.com>  Wed, 30 Apr 2014 20:00:00 -0400

wp-mirror (0.7.1) unstable; urgency=low

  * Bug fixed: restore-default did not restore cron file
  * Bug fixed: restore-default did not scrape wikiadmin credentials
  * Bug fixed: restore-default failed during assert-utility-p

 -- WP-MIRROR <wpmirrordev@gmail.com>  Sat, 10 Apr 2014 22:00:00 -0400

wp-mirror (0.7)

  * Browsing enhanced: URL rewriting <http://en.wikipedia.site/wiki/John_Adams>
  * Bug fixed: browsing during updating failed to find many pages
  * Bug fixed: failed to install on virtual machines
  * Configuration added:  warn-if-no-hugepages-enabled-p
  * Dependency added: wp-mirror-mediawiki
  * Dependency added: wp-mirror-mediawiki-extensions
  * Dependency added: wp-mirror-mediawiki-extensions-math-texvc
  * Dependency added: wp-mirror-mediawiki-extensions-scribunto-lua
  * Dependency removed: mediawiki (because LTS version renders poorly)
  * Dependency removed: mediawiki-extensions
  * Dependency removed: mediawiki-extensions-math
  * FSM added: `fsm-database-update' (update database schema)
  * FSM removed: `fsm-database-interwiki' (interlanguage links)
  * Image downloads: images missing from dump tarballs now downloaded from WMF
  * Performance enhanced: missing images now identified faster (90% less time)
  * Wikidatawiki: now added to mirror

 -- WP-MIRROR <wpmirrordev@gmail.com>  Sat, 01 Jan 2014 21:14:15 -0400

wp-mirror (0.6)

  * Bug fixed: failed to create database tables from database_farm.sql
  * Bug fixed: logotype did not restore
  * Bug fixed: partial downloads
  * Command-line-option added: `--profile' (display time used by FSM)
  * Command-line-option enhanced: `--add wiki|language-code|project|all'
  * Command-line-option enhanced: `--delete wiki|language-code|project|all'
  * Command-line-option enhanced: `--drop wiki|language-code|project|all'
  * Command-line-option enhanced: `--dump wiki|language-code|project|all'
  * Command-line-option enhanced: `--update wiki|language-code|project|all'
  * Database schema added: types `sdump', `sql', `schunk', `dchunk', `idump'
  * Database schema added: wpmirror.priority (holds *type-state-priority* info)
  * Database schema added: wpmirror.time (holds FSM profile info)
  * Database schema removed: wpmirror.image (obviated)
  * Dependency added: mediawiki-mwxml2sql (converts XML dumps into SQL files)
  * Dependency added: rsync (downloads dumps and images)
  * Dependency added: tar (extracts image dump tarballs)
  * Finite-state-machine added: `fsm-file-extract' (extract image dump tarball)
  * Finite-state-machine added: `fsm-file-list-missing' (generate ichunk)
  * Finite-state-machine added: `fsm-file-load-insert' (import schunk files)
  * Finite-state-machine added: `fsm-file-split-sdump' (split SQL dump files)
  * Finite-state-machine added: `fsm-file-xml2sql' (convert xchunk to schunk)
  * Finite-state-machine added: `fsm-file-wget' (download image files)
  * Finite-state-machine removed: `fsm-file-import' (use fsm-file-xml2sql)
  * Finite-state-machine removed: `fsm-file-scrape' (use fsm-file-list-missing)
  * Finite-state-machine removed: `fsm-file-shell' (use fsm-file-wget)
  * Finite-state-machine removed: `fsm-image-count' (monitor no longer uses)
  * Finite-state-machine removed: `fsm-image-chown' (browsing generates thumbs)
  * Finite-state-machine removed: `fsm-image-rebuild' (obviated)
  * Finite-state-machine removed: `fsm-image-validate' (obviated)
  * Image downloads: image dump tarballs now downloadable
  * Interwiki links: `red links' moved to Navigation Bar
  * Performance enhanced: in all areas (overall 80% less time for `enwiki')
  * Projects added: wikis from other WMF projects (wikibooks, wiktionary, ...)
  * Reliability enhanced: downloads now use `wget' (not `cURL')
  * Sites added: alternate dump sites now available
  * Wikix removed: was deprecated, now removed (obviated)

 --WP-MIRROR <wp-mirror-devel@nongnu.org> 2013-06-01

wp-mirror (0.5)

  * Bug fixed: built-in alternative to `wikix' missed one-third of image files
  * Bug fixed: `fsm-boot' was invoked by `:next-mirror' mode
  * Bug fixed: interlanguage links for other mirrored wikipedias now in sidebar
  * Bug fixed: monitor `Image: importing' bar was blank
  * Bug fixed: some functions returned `fail' when they succeeded
  * Command-line-option added: `--add language-code' (add wikipedia to mirror)
  * Command-line-option added: `--dump language-code' (dump database to file)
  * Command-line-option added: `--info' (prints configuration parameters)
  * Command-line-option added: `--update language-code' (database schema)
  * Database schema: file type `database' lets user add and drop wikipedias
  * Dependency fixed: `inkscape' dependency was over-specified
  * Error messages:  highly verbose error messages removed from code
  * Logotype created: wp-mirror logotype and favicon now appear on browser
  * Monitor enhanced: number of windows changes when add or drop wikipedias
  * Virtual host: now `wpmirror.site' rather than `mediawiki.site'

 --WP-MIRROR <wp-mirror-devel@nongnu.org> 2012-12-14

wp-mirror (0.4)

  * Bug fixed: HDD write-cache disabling (sometimes disk was not found)
  * Bug fixed: ichunks (nil in http://upload.wikimedia.org/wikipedia/nil/)
  * Bug fixed: initial estimates (count of image files was too low)
  * Bug fixed: logrotate (log files were world readable)
  * Bug fixed: *mirror-image-download-p* (if nil, x-chunks were not processed)
  * Bug fixed: shell scripts now POSIX compliant (had `bashisms')
  * Command-line-option added: `--restore-default' (drop databases, files)
  * Configuration automated:  dependency MySQL
  * Configuration automated:  dependency MediaWiki
  * Configuration warning:  if disk space low (less than 50 G)
  * Configuration warning:  if MySQL insecure (e.g. `root' has no password)
  * Dependency added: `common-lisp-controller' (manages lisp libraries)
  * Dependency added: `clisp-module-clx' (now packaged separately from `clisp')
  * Dependency added: `inkscape' for SVG (preferred to `ImageMagick' or `rsvg')
  * Dependency added: `tzdata' (time-zone info for MySQL)
  * Dependency removed: `cl-asdf' (dependency of `common-lisp-controller')
  * Dependency removed: `php5-suhosin' (dropped from Debian wheezy)
  * Document written: `WP-MIRROR Reference Manual' in LaTeX and PDF format
  * Document truncated: `README' now a stub which refers to `Reference Manual'
  * Packaging upgraded:  `pbuilder' configured for Debian GNU/Linux 7.0 (wheezy)
  * Patch removed: `Import.php.patched' (not needed by upgraded MediaWiki)
  * Registered documents with doc-base
  * Registered WP-MIRROR with menufile
  * User interface:  messages to terminal now color coded and less verbose

 --WP-MIRROR <wp-mirror-devel@nongnu.org> 2012-11-12

wp-mirror (0.3)

  * Documented: `README' updated with dependency information
  * Documented: `README' updated with installation instructions for
	Debian GNU/Linux 6.0 (squeeze)
	traditional tarball
  * Fixed minor bugs
  * Refactored scheduling algorythm using *type-state-priority*
  * Removed `/root/.clisprc' to satisfy `lintian' error message
  * Rewrote `Makefile' for compatibility with `pbuilder'
  * Rewrote `debian/copyright' to be machine-readable to satisfy DEP5

 --WP-MIRROR <wp-mirror-devel@nongnu.org> 2012-03-05

wp-mirror (0.2)

  * Alternative to `wikix'
  * Mirror multiple wikipedias (e.g. `meta' `simple' 'zh')

 --WP-MIRROR <wp-mirror-devel@nongnu.org> 2011-12-24

wp-mirror (0.1)

  * Proof of concept

 --WP-MIRROR <wp-mirror-devel@nongnu.org> 2011-09-20
