/[soft]/drakx/trunk/perl-install/NEWS
ViewVC logotype

Log of /drakx/trunk/perl-install/NEWS

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:


Revision 3571 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 19 18:33:40 2012 UTC (12 years, 5 months ago) by colin
File length: 87690 byte(s)
Diff to previous 3436
- use "splash" on the kernel command line vs. "splash=silent" as per upstream
  code (e.g. plymouth, systemd and others)
- support the "quiet" kernel command line argument to hide kernel text



Revision 3436 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 12 20:35:39 2012 UTC (12 years, 6 months ago) by tv
File length: 87497 byte(s)
Diff to previous 3434
13.93

Revision 3434 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 12 19:31:03 2012 UTC (12 years, 6 months ago) by tv
File length: 87466 byte(s)
Diff to previous 3372
(cmp_kernel_versions) move it from any.pm to common.pm; thus preventing lazy loading of syscall.ph through
any->detect_devices>modules>list_modules>MDK::Common>MDK::Common::System>syscall.ph

This can end in crashing mgaaplet when performing live update (mga#3042)
because of lazy loading of syscall (by which time perl may as well have been
updated including syscall.ph which leave eg perl/5.12.x for perl/5.14.x)

This also saves quite some memory for:
- net_applet (5Mb aka 11%),
- mgapplet (7Mb aka 14%)
(as well as maybe for drakxnet but that's more transient):

21736 root      20   0  240m  44m  10m S    0  1.1   0:00.63 net_applet                                                                                               
21501 root      20   0  236m  39m  11m S    0  1.0   0:01.09 net_applet    

23116 root      20   0  297m  50m  12m S    0  1.3   0:00.58 mgaapplet                                                                                                
23259 root      20   0  290m  43m  12m S    0  1.1   0:00.40 mgaapplet     


Revision 3372 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 11 00:39:30 2012 UTC (12 years, 6 months ago) by tv
File length: 87290 byte(s)
Diff to previous 3371
13.92

Revision 3371 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 11 00:39:27 2012 UTC (12 years, 6 months ago) by tv
File length: 87259 byte(s)
Diff to previous 3369
(part_possible_actions) fix resizing LVs (mga#4666)

(is_LVM_resizable) introduce a real function instead of a "macro"

else LVM_resizable got expanded as:
  member($part->{fs_type}, qw(btrfs ext3 ext4 reiserfs xfs))
then as:
  member($part->{fs_type}, qw(btrfs($part) ext3 ext4($part) reiserfs xfs))

commit r2781 ("sort") "brokes" ext4 by shifting it place in list by one
(but ext3 would have failed)

Revision 3369 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 11 00:39:19 2012 UTC (12 years, 6 months ago) by tv
File length: 87227 byte(s)
Diff to previous 3368
(Resize,dmcrypt_open,RemoveFromDm) fix error on removing LVs

eg: "Undefined subroutine &fs::dmcrypt::close_part called"

Revision 3368 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 10 18:28:32 2012 UTC (12 years, 6 months ago) by tv
File length: 87184 byte(s)
Diff to previous 3179
small english message improvement (mga#456)

Revision 3179 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 2 18:48:14 2012 UTC (12 years, 6 months ago) by anssi
File length: 87143 byte(s)
Diff to previous 3178
13.89.1

Revision 3178 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 2 18:48:09 2012 UTC (12 years, 6 months ago) by anssi
File length: 87110 byte(s)
Diff to previous 3124
service_harddrake: recognize XZ compressed modules properly (mga#4767)

Revision 3124 - (view) (download) (annotate) - [select for diffs]
Modified Wed Feb 29 07:36:02 2012 UTC (12 years, 6 months ago) by tv
File length: 87013 byte(s)
Diff to previous 2943
13.86

Revision 2943 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 13 19:45:17 2012 UTC (12 years, 7 months ago) by tv
File length: 86876 byte(s)
Diff to previous 2871
13.81

Revision 2871 - (view) (download) (annotate) - [select for diffs]
Modified Wed Feb 1 01:34:52 2012 UTC (12 years, 7 months ago) by yochenhsieh
File length: 86842 byte(s)
Diff to previous 2870
localedrake: add/remove ime(s)


Revision 2870 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 31 17:51:29 2012 UTC (12 years, 7 months ago) by tv
File length: 86774 byte(s)
Diff to previous 2840
(dmidecode) fix crashing on parsing garbaged DMI info (mga#4329)

Revision 2840 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 28 22:42:58 2012 UTC (12 years, 7 months ago) by tv
File length: 86719 byte(s)
Diff to previous 2821
(format_part) use better cipher for encrypted fses (Dave Hodgins, mga#3092)

Revision 2821 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jan 26 18:58:05 2012 UTC (12 years, 7 months ago) by tv
File length: 86654 byte(s)
Diff to previous 2819
add missing "-"

Revision 2819 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jan 26 11:50:49 2012 UTC (12 years, 7 months ago) by dmorgan
File length: 86652 byte(s)
Diff to previous 2815
make drakclock systemd compatible

Revision 2815 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jan 25 18:33:07 2012 UTC (12 years, 7 months ago) by tv
File length: 86614 byte(s)
Diff to previous 2803
13.79

Revision 2803 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jan 25 18:30:02 2012 UTC (12 years, 7 months ago) by tv
File length: 86581 byte(s)
Diff to previous 2784
(extract_modules) silent failure to extract gz modules (for rescue)

Revision 2784 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 24 20:52:06 2012 UTC (12 years, 7 months ago) by tv
File length: 86529 byte(s)
Diff to previous 2772
(Add2LVM) better default name for new VG (vg-mga, vg-mga1, ...
instead of vg-0, vg-1, ...)

Revision 2772 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 23 19:06:11 2012 UTC (12 years, 7 months ago) by tv
File length: 86426 byte(s)
Diff to previous 2766
13.77

Revision 2766 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 23 19:05:49 2012 UTC (12 years, 7 months ago) by tv
File length: 86393 byte(s)
Diff to previous 2765
 preserve UUID when reformating a nilfs fs

Revision 2765 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 23 19:05:46 2012 UTC (12 years, 7 months ago) by tv
File length: 86347 byte(s)
Diff to previous 2763
enable to set label on swap

Revision 2763 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 23 19:05:40 2012 UTC (12 years, 7 months ago) by tv
File length: 86328 byte(s)
Diff to previous 2762
(write_label) enable to set label on btrfs fses

needs reverse <device>,<label> ordering

Revision 2762 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 23 19:05:37 2012 UTC (12 years, 7 months ago) by tv
File length: 86320 byte(s)
Diff to previous 2730
enable to set label on nilfs fses

Revision 2730 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 20 19:12:53 2012 UTC (12 years, 7 months ago) by tv
File length: 86282 byte(s)
Diff to previous 2727
(lvm_cmd_or_die) report back error from lvm2

Revision 2727 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 20 19:12:44 2012 UTC (12 years, 7 months ago) by tv
File length: 86250 byte(s)
Diff to previous 2716
(extract_modules) enable to find, decompress XZ modules

Revision 2716 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 20 19:12:12 2012 UTC (12 years, 7 months ago) by tv
File length: 86221 byte(s)
Diff to previous 2715
(suggest_lv_name_from_mnt_point, suggest_lv_name) suggest better LV
names based on the mount point rather than numbers

Revision 2715 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 20 19:12:09 2012 UTC (12 years, 7 months ago) by tv
File length: 86148 byte(s)
Diff to previous 2713
(Create) enable to set LV names when not in expert mode

Revision 2713 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 20 19:12:02 2012 UTC (12 years, 7 months ago) by tv
File length: 86083 byte(s)
Diff to previous 2504
add missing space

Revision 2504 - (view) (download) (annotate) - [select for diffs]
Modified Fri Dec 23 23:55:27 2011 UTC (12 years, 8 months ago) by tmb
File length: 86081 byte(s)
Diff to previous 2502
sync version with stage2

Revision 2502 - (view) (download) (annotate) - [select for diffs]
Modified Fri Dec 23 23:30:44 2011 UTC (12 years, 8 months ago) by tmb
File length: 86020 byte(s)
Diff to previous 2501
13.73

Revision 2501 - (view) (download) (annotate) - [select for diffs]
Modified Fri Dec 23 23:26:06 2011 UTC (12 years, 8 months ago) by tmb
File length: 85987 byte(s)
Diff to previous 2499
add missing news

Revision 2499 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 22 22:09:04 2011 UTC (12 years, 8 months ago) by pterjan
File length: 85917 byte(s)
Diff to previous 2444
interactive::curses: default to 80x25 (fixes serial)

Revision 2444 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 17 20:07:37 2011 UTC (12 years, 8 months ago) by tv
File length: 85862 byte(s)
Diff to previous 2443
(setupBootloader__entries) display partition labels when adding a foreign OS

(similar to previous commit, maybe should we share some helper for
devices listing & GUI-formating)

Revision 2443 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 17 20:07:34 2011 UTC (12 years, 8 months ago) by tv
File length: 85808 byte(s)
Diff to previous 2414
(setupBootloader__general) display partition labels in list instead of just disk names in "boot device" choice

hard disk names were displayed since 'as suggested in bug #21524, display the
info on hard drives in the "boot device" choice' (pixel, 2006-03-09)

Revision 2414 - (view) (download) (annotate) - [select for diffs]
Modified Wed Dec 14 19:35:56 2011 UTC (12 years, 9 months ago) by tv
File length: 85704 byte(s)
Diff to previous 2375
fix missing names after bogus cleaning-before-importing (mga#3745)

Revision 2375 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 11 11:47:28 2011 UTC (12 years, 9 months ago) by tv
File length: 85661 byte(s)
Diff to previous 2374
13.72.1

Revision 2374 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 11 11:47:25 2011 UTC (12 years, 9 months ago) by tv
File length: 85625 byte(s)
Diff to previous 2353
fix crash after mismerge (mga#3696)

Revision 2353 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 10 13:36:01 2011 UTC (12 years, 9 months ago) by tv
File length: 85576 byte(s)
Diff to previous 2348
(raw) fix $HOME for all when runing as another user instead of root (mga#287)

make rpmdrake fix more generic

Revision 2348 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 10 06:51:00 2011 UTC (12 years, 9 months ago) by tv
File length: 85501 byte(s)
Diff to previous 2347
13.72

Revision 2347 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 10 06:50:57 2011 UTC (12 years, 9 months ago) by tv
File length: 85467 byte(s)
Diff to previous 2346
do not display some bluetooth stuff as unknown (mga#1460)

Revision 2346 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 10 06:50:53 2011 UTC (12 years, 9 months ago) by tv
File length: 85405 byte(s)
Diff to previous 2345
use a list for harddrake

Revision 2345 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 10 06:50:50 2011 UTC (12 years, 9 months ago) by tv
File length: 85401 byte(s)
Diff to previous 2341
drakhelp: make it work somewhat despite lack of doc

Revision 2341 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 10 05:50:37 2011 UTC (12 years, 9 months ago) by tv
File length: 85347 byte(s)
Diff to previous 2340
add a bug ID into NEWS

Revision 2340 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 10 05:49:42 2011 UTC (12 years, 9 months ago) by tv
File length: 85336 byte(s)
Diff to previous 2339
harddrake: prevent detecting some soft modems as scanners (mga#2753)

as usual sane-find-scanner is reporting wrongly too many devices,
so we must filter them
Here, let's filter harder soft modems

Revision 2339 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 10 05:43:12 2011 UTC (12 years, 9 months ago) by tv
File length: 85265 byte(s)
Diff to previous 2338
fix bug ID in NEWS

Revision 2338 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 10 05:40:47 2011 UTC (12 years, 9 months ago) by tv
File length: 85265 byte(s)
Diff to previous 2337
(Gtk2::Notify::Queue->show) prevent net_applet to crash on notifications without icons (mga#2876)

Revision 2337 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 10 05:40:43 2011 UTC (12 years, 9 months ago) by tv
File length: 85192 byte(s)
Diff to previous 2312
revert "identify xhci-hcd driven hw as bluetooth not usb"

Revision 2312 - (view) (download) (annotate) - [select for diffs]
Modified Wed Dec 7 22:19:34 2011 UTC (12 years, 9 months ago) by tv
File length: 85259 byte(s)
Diff to previous 2257
identify xhci-hcd driven hw as bluetooth not usb

Revision 2257 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 4 02:24:23 2011 UTC (12 years, 9 months ago) by anssi
File length: 85192 byte(s)
Diff to previous 2256
13.71

Revision 2256 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 4 02:24:19 2011 UTC (12 years, 9 months ago) by anssi
File length: 85158 byte(s)
Diff to previous 2253
service_harddrake: fix xorg.conf Driver switch regexp

This fixes a driver switch failing to alter xorg.conf when the Driver
line doesn't contain default whitespacing (reported by Barry Jackson).

Revision 2253 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 4 02:24:03 2011 UTC (12 years, 9 months ago) by anssi
File length: 85019 byte(s)
Diff to previous 2252
service_harddrake: show proper warning when a proprietary driver is wrongly loaded

Revision 2252 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 4 02:23:58 2011 UTC (12 years, 9 months ago) by anssi
File length: 84910 byte(s)
Diff to previous 2223
service_harddrake: better messages in notify-x11-free-driver-switch

Revision 2223 - (view) (download) (annotate) - [select for diffs]
Modified Sun Nov 27 11:24:51 2011 UTC (12 years, 9 months ago) by tv
File length: 84804 byte(s)
Diff to previous 2218
 13.70.2

Revision 2218 - (view) (download) (annotate) - [select for diffs]
Modified Sun Nov 27 00:49:50 2011 UTC (12 years, 9 months ago) by tv
File length: 84768 byte(s)
Diff to previous 2203
(secured_file) fix crashing on creating temp file if temp dir doesn't exist (mga#1396)

Revision 2203 - (view) (download) (annotate) - [select for diffs]
Modified Wed Nov 23 18:09:33 2011 UTC (12 years, 9 months ago) by tv
File length: 84693 byte(s)
Diff to previous 2202
there were no drakxtools-13.67 nor 13.67

Revision 2202 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 22 21:52:51 2011 UTC (12 years, 9 months ago) by tv
File length: 84799 byte(s)
Diff to previous 2201
13.70.1

Revision 2201 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 22 21:52:48 2011 UTC (12 years, 9 months ago) by tv
File length: 84763 byte(s)
Diff to previous 2200
(bug_handler) do not keep around the segfaulted process once we
collected all needed data when running drakbug

this eats memory for nothing

Revision 2200 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 22 21:52:45 2011 UTC (12 years, 9 months ago) by tv
File length: 84658 byte(s)
Diff to previous 2198
(report_bug_to_bugzilla) regroup misc data in bugzilla

Revision 2198 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 22 20:35:43 2011 UTC (12 years, 9 months ago) by tv
File length: 84612 byte(s)
Diff to previous 2197
fix version number in enael's commit

Revision 2197 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 22 20:35:40 2011 UTC (12 years, 9 months ago) by tv
File length: 84611 byte(s)
Diff to previous 2196
13.70

Revision 2196 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 22 20:35:37 2011 UTC (12 years, 9 months ago) by tv
File length: 84577 byte(s)
Diff to previous 2194
do not to run GDB (too late[1] & faster!!!)

[1] after fork/exec, what remains of stack is useless

Revision 2194 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 22 20:35:31 2011 UTC (12 years, 9 months ago) by tv
File length: 84537 byte(s)
Diff to previous 2193
(bug_handler) remove top of traces that is inside bug handler from report

Revision 2193 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 22 20:35:27 2011 UTC (12 years, 9 months ago) by tv
File length: 84473 byte(s)
Diff to previous 2191
include better C traces in reports

Revision 2191 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 22 20:35:21 2011 UTC (12 years, 9 months ago) by tv
File length: 84434 byte(s)
Diff to previous 2190
report the gtk+ theme in use (#3127) which explain some crashes (eg: #2679)

Revision 2190 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 22 20:35:17 2011 UTC (12 years, 9 months ago) by tv
File length: 84342 byte(s)
Diff to previous 2143
add missing spaces

Revision 2143 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 10 20:22:05 2011 UTC (12 years, 10 months ago) by ennael
File length: 84340 byte(s)
Diff to previous 2130
increase version


Revision 2130 - (view) (download) (annotate) - [select for diffs]
Modified Mon Nov 7 00:40:34 2011 UTC (12 years, 10 months ago) by dmorgan
File length: 84272 byte(s)
Diff to previous 2067
Update NEWS

Revision 2067 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 24 18:58:50 2011 UTC (12 years, 10 months ago) by tmb
File length: 84206 byte(s)
Diff to previous 1906
- sync with kernel-3.1.0-1.mga2
  * add hid devices:
        hid-keytouch, hid-uclogic
  * add sas/raid driver:
        isci
  * add sound devices:
        snd-lola, snd-firewire-speakers snd-isight, snd-usb-6fire
  * add usb/storage:
        ums-eneub6250, ums-realtek
  * add wireless drivers:
        brcmsmac, rtl8187se, rtusb, rtl8192se, rtl8192cu, rtl8192de



Revision 1906 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 7 18:05:08 2011 UTC (13 years ago) by tv
File length: 83843 byte(s)
Diff to previous 1844
13.63

Revision 1844 - (view) (download) (annotate) - [select for diffs]
Modified Sat Aug 6 22:34:01 2011 UTC (13 years, 1 month ago) by anssi
File length: 83808 byte(s)
Diff to previous 1834
partition_table: align partitions to 1MB boundaries to avoid
performance issues with drives with 4k physical sectors (mga#1215)

Revision 1834 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 5 19:15:49 2011 UTC (13 years, 1 month ago) by tv
File length: 83655 byte(s)
Diff to previous 1831
(selectLanguage_install) "Multi languages" => "Multiple languages" (mga#1011)

Revision 1831 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 1 19:45:02 2011 UTC (13 years, 1 month ago) by tv
File length: 83579 byte(s)
Diff to previous 1827
13.61

Revision 1827 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 1 18:51:55 2011 UTC (13 years, 1 month ago) by tv
File length: 83547 byte(s)
Diff to previous 1826
add missing space


Revision 1826 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 1 18:50:43 2011 UTC (13 years, 1 month ago) by tv
File length: 83546 byte(s)
Diff to previous 1824
(pack) spaces are not allowed between options in /etc/fstab (#2271)


Revision 1824 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 1 18:42:49 2011 UTC (13 years, 1 month ago) by tv
File length: 83469 byte(s)
Diff to previous 1823
enable support for LibreOffice/gs/... only if available(#461)


Revision 1823 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 1 18:40:47 2011 UTC (13 years, 1 month ago) by tv
File length: 83403 byte(s)
Diff to previous 1820
(appli_choice) rename Ooo as LibreOffice (#461)


Revision 1820 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 1 10:28:11 2011 UTC (13 years, 1 month ago) by tv
File length: 83354 byte(s)
Diff to previous 1798
This fixes the detection of kernel vesion for usage in bootloader entries.
It wasn't entirely correct in mga1, and it got worse since we started adding
mgaver to rpmtag.

Before installing a kernel-desktop-3.0.0-1.mga2 the entry would end up as:

title 2 3.0.0-desktop-1.mga

With the fix below it creates the proper entry:

title desktop 3.0.0-1.mga2

Signed-off-by: Thomas Backlund <tmb@mageia.org>


Revision 1798 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 27 10:27:52 2011 UTC (13 years, 1 month ago) by tv
File length: 83322 byte(s)
Diff to previous 1797
add missing spacing

Revision 1797 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 27 10:27:34 2011 UTC (13 years, 1 month ago) by tv
File length: 83321 byte(s)
Diff to previous 1796
13.60

Revision 1796 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 27 10:27:02 2011 UTC (13 years, 1 month ago) by tv
File length: 83291 byte(s)
Diff to previous 1692
move bootloader::cmp_kernel_versions() from bootloader to any for drakx-net (#1266)


Revision 1692 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 16 21:35:10 2011 UTC (13 years, 2 months ago) by ahmad
File length: 83228 byte(s)
Diff to previous 1680
- any.pm: Add lxsession to the wm list, and add lxde-logout as the
  ask_window_manager_to_logout command (mga#1395)


Revision 1680 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 14 21:26:55 2011 UTC (13 years, 3 months ago) by dmorgan
File length: 83110 byte(s)
Diff to previous 1675
Add reference to the bugreport

Revision 1675 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 14 07:15:33 2011 UTC (13 years, 3 months ago) by dmorgan
File length: 83097 byte(s)
Diff to previous 1546
Fix libnotify API

Revision 1546 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 26 21:48:33 2011 UTC (13 years, 3 months ago) by ennael
File length: 83049 byte(s)
Diff to previous 1480
13.58


Revision 1480 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 24 04:59:20 2011 UTC (13 years, 3 months ago) by ahmad
File length: 82980 byte(s)
Diff to previous 1431
- Fix drakbug bug number

Revision 1431 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 19 22:00:58 2011 UTC (13 years, 3 months ago) by blino
File length: 82980 byte(s)
Diff to previous 1430
13.55

Revision 1430 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 19 21:52:56 2011 UTC (13 years, 3 months ago) by blino
File length: 82951 byte(s)
Diff to previous 1423
add ums-* (USB mass storage) modules in disk/usb category


Revision 1423 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 19 20:40:42 2011 UTC (13 years, 3 months ago) by blino
File length: 82891 byte(s)
Diff to previous 1409
finish-install: do not try to replace home path for device files after
live install (#1148)


Revision 1409 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 19 00:55:46 2011 UTC (13 years, 3 months ago) by tv
File length: 82794 byte(s)
Diff to previous 1397
13.54

Revision 1397 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 19 00:31:34 2011 UTC (13 years, 3 months ago) by tv
File length: 82765 byte(s)
Diff to previous 1394
(rawlevel_list,to_lowlevel_string,from_lowlevel_string) introduce them
in order to read/write new msec config file format

(get) fix reading security level with new msec (mga#332)


Revision 1394 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 19 00:05:36 2011 UTC (13 years, 3 months ago) by tv
File length: 82712 byte(s)
Diff to previous 1384
improve logs


Revision 1384 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 18 23:02:11 2011 UTC (13 years, 3 months ago) by colin
File length: 82754 byte(s)
Diff to previous 1381
draksound: Do not write PA config files if they do not exist

Revision 1381 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 18 22:38:52 2011 UTC (13 years, 3 months ago) by colin
File length: 82468 byte(s)
Diff to previous 1380
draksound: Remove the 'Enable 5.1...' option. This is now done via card profiles in native GUIs for GNOME and KDE (or pavucontrol)

Revision 1380 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 18 22:35:28 2011 UTC (13 years, 3 months ago) by colin
File length: 82333 byte(s)
Diff to previous 1373
draksound: Remove the 'Enable user switching...' option as it relies on HAL which is deprecated

Revision 1373 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 17 22:35:50 2011 UTC (13 years, 3 months ago) by ahmad
File length: 82232 byte(s)
Diff to previous 1369
- any.pm: 's!/usr/share/mdk/faces/!/usr/share/mga/faces/!' should fix (mga#1315)


Revision 1369 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 17 16:41:03 2011 UTC (13 years, 3 months ago) by dmorgan
File length: 82152 byte(s)
Diff to previous 1321
Update NEWS

Revision 1321 - (view) (download) (annotate) - [select for diffs]
Modified Sat May 14 20:05:13 2011 UTC (13 years, 4 months ago) by pterjan
File length: 82097 byte(s)
Diff to previous 1320
Improve NEWS

Revision 1320 - (view) (download) (annotate) - [select for diffs]
Modified Sat May 14 20:04:03 2011 UTC (13 years, 4 months ago) by pterjan
File length: 82070 byte(s)
Diff to previous 1318
Release 13.52

Revision 1318 - (view) (download) (annotate) - [select for diffs]
Added Sat May 14 14:29:53 2011 UTC (13 years, 4 months ago) by pterjan
File length: 82041 byte(s)
Diff to previous 1313
match partitions when one of them as device_alias to the device of the other one


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.30