Don't confuse {KB, MB, GB} with {KiB, MiB, GiB}. 0.0.20
authorAnders Kaseorg <andersk@mit.edu>
Tue, 17 Feb 2009 10:01:23 +0000 (05:01 -0500)
committerAnders Kaseorg <andersk@mit.edu>
Tue, 17 Feb 2009 10:01:23 +0000 (05:01 -0500)
svn path=/trunk/packages/invirt-web/; revision=2161

code/main.py
debian/changelog

index 438144a..dd60e96 100755 (executable)
@@ -479,7 +479,7 @@ power on and off the machine.  This can be either a user or a moira
 group.""",
                     'Quotas': """
 Quotas are determined on a per-locker basis.  Each locker may have a
-maximum of 512 megabytes of active ram, 50 gigabytes of disk, and 4
+maximum of 512 mebibytes of active ram, 50 gibibytes of disk, and 4
 active machines.""",
                     'Console': """
 <strong>Framebuffer:</strong> At a Linux boot prompt in your VM, try
@@ -488,7 +488,7 @@ your machine will run just fine, but the applet's display of the
 console will suffer artifacts.
 """,
                     'Windows': """
-<strong>Windows Vista:</strong> The Vista image is licensed for all MIT students and will automatically activate off the network; see <a href="/static/msca-email.txt">the licensing confirmation e-mail</a> for details. The installer req    uires 512 MB RAM and at least 7.5 GB disk space (15 GB or more recommended).<br>
+<strong>Windows Vista:</strong> The Vista image is licensed for all MIT students and will automatically activate off the network; see <a href="/static/msca-email.txt">the licensing confirmation e-mail</a> for details. The installer requires 512 MiB RAM and at least 7.5 GiB disk space (15 GiB or more recommended).<br>
 <strong>Windows XP:</strong> This is the volume license CD image. You will need your own volume license key to complete the install. We do not have these available for the general MIT community; ask your department if they have one.
 """
                     }
index 48ff283..024ce1d 100644 (file)
@@ -1,3 +1,9 @@
+invirt-web (0.0.20) unstable; urgency=low
+
+  * Don't confuse MB with MiB, or GB with GiB.
+
+ -- Anders Kaseorg <andersk@mit.edu>  Tue, 17 Feb 2009 04:54:54 -0500
+
 invirt-web (0.0.19) unstable; urgency=low
 
   * modified quota checking to refer to invirt.database.Owner for quotas and defaults