diff --git a/space_view3d_panel_measure.py b/space_view3d_panel_measure.py
index 5c7cc38177d6b8a1b82ac007dbe45017be8255e9..a67da134168bef25fb6674dbe437cfef2e39162d 100644
--- a/space_view3d_panel_measure.py
+++ b/space_view3d_panel_measure.py
@@ -44,6 +44,8 @@ It's very helpful to use one or two "Empty" objects with
 "Snap during transform" enabled for fast measurement.
 
 Version history:
+v0.7.5.1 - Global mode is now taking rotation into account properly.
+v0.7.5 - Fixed lagging and drawing issues.
 v0.7.4 - Fixed the add_modal_handler and callback_add code.
     Thanks to jesterKing for pointing that out :-)
 v0.7.3.1 - Fixed bug that made all lines in Blender stippled :-)
@@ -157,8 +159,7 @@ bl_addon_info = {
     'blender': (2, 5, 3),
     'location': 'View3D > Properties > Measure',
     'description': 'Measure distances between objects',
-    'warning': 'Need maintenance, it can make weird stuff in the UI!',\
-        # Used for warning icon and text in addons panel.
+    'warning': '', # used for warning icon and text in addons panel
     'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
         'Scripts/3D_interaction/Panel_Measure',
     'tracker_url': 'https://projects.blender.org/tracker/index.php?'\