Fix package.el handling of version numbers like 1.0pre6.
authorChong Yidong <cyd@stupidchicken.com>
Thu, 10 Mar 2011 23:40:46 +0000 (18:40 -0500)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 10 Mar 2011 23:40:46 +0000 (18:40 -0500)
commitba08b24186711eaeb3748f3d1f23e2c2d9ed0d09
tree3a422b8b6e3796a86fab436f67c95ea7246a2ace
parentffbf300e1e88333532721940f8416b54e47ac0e7
Fix package.el handling of version numbers like 1.0pre6.

* lisp/emacs-lisp/package.el (package-version-join): Impose a standard
string representation for pre/alpha/beta version lists.
(package-unpack-single): Standardize the directory name by passing
it through package-version-join.
lisp/ChangeLog
lisp/emacs-lisp/package.el