1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196
|
==============
Version 1.9.13
==============
* Use a single .desktop file, call su wrapper from code instead
* Apply preview patch by Jordan Callicoat
* Some translations added. Thanks to the translators involved
==============
Version 1.9.12
==============
* Fixed Launchpad Bug #308386 Icon Hardlinked in .desktop File
* Fixed Launchpad Bug #282237 Please eliminate dependency on imagemagick
* Some translations added. Thanks to the translators involved
==============
Version 1.9.11
==============
* Fixed a bug where the window icon was not shown
* Fixed Launchpad Bug #224450 startupmanager crashed with Error in copyfile()
==============
Version 1.9.10
==============
* Applied downstream patch for Launchpad Bug #179555 startupmanager crashed with IndexError in get_default_boot()
* Fixed Launchpad Bug #175497 root on (hdx,10) is bad reported in menu.lst for splashimage
* Fixed Launchpad Bug #179897 Startup manager w/ splashy crash on debian Lenny
* Some translations added. Thanks to the translators involved
==============
Version 1.9.9
==============
* Changed executable location from /usr/bin/ to /usr/sbin/
* Removed debian directory, .xml2po.mo and python-build-stamp-2.5 from source package after request from Debian packagers.
* No translations added this time, as I have been unable to download them from launchpad.
==============
Version 1.9.8
==============
* Fixed a small error in the desktop entries
* Added check for root
* Some translations added. Thanks to the translators involved
==============
Version 1.9.7
==============
* Fixed a bug where the selected boot entry was messed up by the "Other operating systems" separator
* Some refactoring in the Grub class
* Some translations added. Thanks to the translators involved
==============
Version 1.9.6
==============
* Fixed a bug where the "restore config" button was not shown
==============
Version 1.9.5
==============
* Support for Splashy has been added
* Fixed a bug where SUM crashed if Grub was not detected
* Lots of code cleanup, some minor bugs fixed
* Many translations added. Thanks to the translators involved
* Sum is now under the MIT license
==============
Version 1.9.0
==============
* Support for Grub2 has been added
* The main window is not shown until initialization is done
* Gregorian and German translations have been updated. Thanks to the translators involved.
==============
Version 1.0.10
==============
* Many translations added. Thanks to the translators involved.
==============
Version 1.0.9
==============
* Many translations added. Thanks to the translators involved.
==============
Version 1.0.8
==============
* Fixed a bug where an incorrect locale setting prevented the application from starting.
* Translations added for French, Italian, and Simplified Chinese. Thanks to the translators involved.
==============
Version 1.0.7
==============
* Spanish translation added, thanks to Mario and Festor
* Added ability to import more image formats for Grub backgrounds. Thanks to Mario for pointing this out.
* Fixed a bug where spaces in file paths was not treated correctly. Thanks to Mario.
* Some code cleanup, indentation is back to spaces... Python guidelines :)
* Added system to handle documentation ala yelp... The only thing missing now is the documentation itself :)
* Renamed the package/modules to startupmanager, startupmanager.base, startupmanager.gtk_frontend
==============
Version 1.0.6
==============
* German translations added
==============
Version 1.0.5
==============
* Fixed a bug in the translation system
* Put calls to update-grub, update-initramfs and floppy formatting and writing into threads
* Made progress dialogs for rescue floppy creation and for update-grub and update-initramfs calls
* Call /usr/sbin/grub-install instead of /sbin/grub-install if present.
* Changed all the indentation from spaces to tabs.
==============
Version 1.0.4
==============
* Added a warning for missing "### END DEBIAN AUTOMAGIC KERNELS LIST" in menu.lst
* Fixed a bug where the path for grub images was wrong when having a separate boot partition.
==============
Version 1.0.3
==============
* Reorganization in the source package
==============
Version 1.0.2
==============
* Fixed a bug in the detection for the check to see if update-grub exists
* Fixed a bug in the desktop entry for KDE
* Accessibility improvements(Label For, Labelled by)
==============
Version 1.0.1
==============
* Merged startupmanager-base and startupmanager-gtk
* Added option for controlling "alternative" boot entry
* Minor fixes
==============
Version 1.0.0
==============
* added more options, and the possibility to create a "rescue floppy"
|