summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2010-04-08 00:50:57 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2010-04-08 00:50:57 +0200
commit3b8dc6b9595a3e2abfbc2d031c09635f28677c56 (patch)
treecab625d5a6a6259005e4752598e39a502cc25269 /changelogs
parentc655f9f76944de41d9f138e2cd61450da9adce49 (diff)
downloadweb-3b8dc6b9595a3e2abfbc2d031c09635f28677c56.tar.gz
web-3b8dc6b9595a3e2abfbc2d031c09635f28677c56.tar.bz2
web-3b8dc6b9595a3e2abfbc2d031c09635f28677c56.zip
Added changelog
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/0.10.txt10
-rw-r--r--changelogs/0.11.txt14
-rw-r--r--changelogs/0.12.txt15
-rw-r--r--changelogs/0.13.txt11
-rw-r--r--changelogs/0.8.5.txt9
-rw-r--r--changelogs/0.8.6.2.txt1
-rw-r--r--changelogs/0.8.6.txt9
-rw-r--r--changelogs/0.9.0.txt14
8 files changed, 83 insertions, 0 deletions
diff --git a/changelogs/0.10.txt b/changelogs/0.10.txt
new file mode 100644
index 0000000..2e4a08b
--- /dev/null
+++ b/changelogs/0.10.txt
@@ -0,0 +1,10 @@
+- NEW: interactive search - get results while typing
+- NEW: the list of useflags is also displayed in the "general" tab
+- NEW: dependency-tab
+- NEW: show slots in the version list
+- NEW: to get all important version information if an error occurred, they are now displayed right below the error message :)
+- NEW: also show use flag descriptions of packages in overlays (added since the beta)
+- I18N: turkish translation :)
+- FIX: fixed bugs, which made the window increase in version 0.9.0.x
+- FIX: lots of other bugs ;)
+- REGRESSION: GTK is the only supported frontend now
diff --git a/changelogs/0.11.txt b/changelogs/0.11.txt
new file mode 100644
index 0000000..b67b997
--- /dev/null
+++ b/changelogs/0.11.txt
@@ -0,0 +1,14 @@
+- NEW: allowed collapsed categories -- similar to porthole
+- NEW: make max. title length of the console changeable by the user
+- NEW: added shortcut for "Reload Portage"
+- NEW allow to send bug report directly per mail
+- NEW: allowed to dismiss the warning dialogs for keywords/useflags
+- NEW: complete new plugin system rewrite
+- NEW: portage-2.2 support
+- NEW: added new configuration possibilites: colors; max num of scrollback lines
+- NEW: support for multiple emerge-jobs (see: parallel builds for portage-2.2)
+- CHANGE: move --oneshot from menu to button
+- CHANGE: now only use external "shm" package
+- FIX: lots of bugs :)
+
+**Follow-up release:** _0.11.1_
diff --git a/changelogs/0.12.txt b/changelogs/0.12.txt
new file mode 100644
index 0000000..1448699
--- /dev/null
+++ b/changelogs/0.12.txt
@@ -0,0 +1,15 @@
+- NEW: can use an SQLite DB as internal database
+- NEW: sort by useflags in dependency list
+- NEW: make uselist and deplist lazy - i.e. load only if needed
+- NEW: remembers the height and width of the preference window
+- NEW: check prerequisites before starting
+- NEW: add color buttons to the preferences, so the colors can be changed
+- I18N: added Spanish translation (thx to Daniel Halens)
+- CHANGE: reorganize preferences
+- CHANGE: improvements in session handling
+- CHANGE: move from libglade to GtkBuilder
+- FIX: fixed searching
+- FIX: bugs fixed: #44, #41, #15, #47 and several others
+
+**Follow-up release:** _0.12.1_
+
diff --git a/changelogs/0.13.txt b/changelogs/0.13.txt
new file mode 100644
index 0000000..f416061
--- /dev/null
+++ b/changelogs/0.13.txt
@@ -0,0 +1,11 @@
+- NEW: allow lines w/o keyword in package.keywords
+- NEW: added support for ktsuss as su-frontend
+- NEW: add man-page
+- NEW: honor EAPI-masking
+- NEW: overhaul plugin system: now allow plugins to add widgets
+- CHANGE: remove the deprecated `-L` cmdline option: use `-F` instead
+- CHANGE: move some UI-Elements to extra plugins
+- CHANGE: do not allow `":"` to be an assignment operator in config files anymore
+- I18N: pt_BR translation - thanks to Alberto Federman Neto
+
+**Follow-up release:** _0.13.1_
diff --git a/changelogs/0.8.5.txt b/changelogs/0.8.5.txt
new file mode 100644
index 0000000..d0be7da
--- /dev/null
+++ b/changelogs/0.8.5.txt
@@ -0,0 +1,9 @@
+- added an uncaught exception dialog
+- i18n
+- new threading model for the emerge process
+- minor enhancements
+- added splash screen
+- added notifies
+- added listener / launch gksu/kdesu by ourselves
+- now showing differences between "installed" and "enabled" useflags
+- improved terminal
diff --git a/changelogs/0.8.6.2.txt b/changelogs/0.8.6.2.txt
new file mode 100644
index 0000000..2b78cd9
--- /dev/null
+++ b/changelogs/0.8.6.2.txt
@@ -0,0 +1 @@
+- changed the pipe version and use shm instead (fixes issues with kdesu)
diff --git a/changelogs/0.8.6.txt b/changelogs/0.8.6.txt
new file mode 100644
index 0000000..ef86241
--- /dev/null
+++ b/changelogs/0.8.6.txt
@@ -0,0 +1,9 @@
+- "porting" to python-2.5
+- adding support for the `--with-bdeps=y` option in `EMERGE_DEFAULT_OPTS`
+- fix update world
+- added support for pygtksourceview-2
+- adding support for the catapult backend
+- adding "Save As" button for the exception dialog
+- some tooltips and new button labels
+
+**Follow-up releases:** _0.8.6.1_
diff --git a/changelogs/0.9.0.txt b/changelogs/0.9.0.txt
new file mode 100644
index 0000000..18dff2e
--- /dev/null
+++ b/changelogs/0.9.0.txt
@@ -0,0 +1,14 @@
+- added view for "installed only"
+- removed "--ebuild" mode
+- added log, ebuild, files, and changelog as tabs
+- saved preferences (aka sessions)
+- added scrollbars to the update window
+- handle new "use defaults" correctly
+- allowed the permanent change of a plugin status
+- added "ALL" category
+- new design and handling
+- allowed interactive emerges
+- only remove already emerged packages from queue
+- improved "update world"
+
+**Follow-up releases:** _0.9.0.1_, _0.9.0.2_