summaryrefslogtreecommitdiff
path: root/debian/changelog
blob: 215f7c8a1ccc6d3a99676389ad7efe6738cdbbe2 (plain)
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
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
etcskel-kanotix (2.0.27) unstable; urgency=medium

  * firefox thunderbird changes
  * compiz xfce4 prepare for stretch

 -- Holger Paradies <retabell@gmx.de>  Sun, 07 May 2017 12:10:46 +0200

etcskel-kanotix (2.0.26) unstable; urgency=medium

  * add Package etcskel-kanotix-lxqt
  * preset gtk3-ini
  * awesome fix

 -- Holger Paradies <retabell@gmx.de>  Mon, 24 Apr 2017 20:33:54 +0200

etcskel-kanotix (2.0.25) unstable; urgency=low

  * add .kde/share/config/konsolerc
  * enable xfce4-power-manager-plugin

 -- Holger Paradies <retabell@gmx.de>  Sun, 19 Oct 2014 13:56:37 +0200

etcskel-kanotix (2.0.24) unstable; urgency=low

  * xfce4-notifyd config and theme

 -- Holger Paradies <retabell@gmx.de>  Sat, 07 Jun 2014 21:35:11 +0200

etcskel-kanotix (2.0.23) dragonfire; urgency=medium

  * nepomukserverrc - disable nepomukfileindexer

 -- Joerg Schirottke <master@kanotix.com>  Wed, 14 May 2014 19:59:27 +0200

etcskel-kanotix (2.0.22) dragonfire; urgency=low

  * hplip hide tray-icon when inactive

 -- Holger Paradies <retabell@gmx.de>  Tue, 15 Apr 2014 19:53:25 +0200

etcskel-kanotix (2.0.21) unstable; urgency=low

  * add default terminal, lost with singleclick commit

 -- Holger Paradies <retabell@gmx.de>  Sun, 06 Apr 2014 09:04:47 +0200

etcskel-kanotix (2.0.20) dragonfire; urgency=low

  * singleclick as default
  * lxshortcut template
  * xsessionrc for use with xdg-email

 -- Holger Paradies <retabell@gmx.de>  Sat, 01 Mar 2014 20:21:07 +0100

etcskel-kanotix (2.0.19) dragonfire; urgency=low

  * smplayer disable update check

 -- Holger Paradies <retabell@gmx.de>  Thu, 06 Feb 2014 21:50:52 +0100

etcskel-kanotix (2.0.18) dragonfire; urgency=low

  * initial mimeapps.list

 -- Holger Paradies <retabell@gmx.de>  Wed, 12 Feb 2014 14:29:02 +0100

etcskel-kanotix (2.0.17) dragonfire; urgency=low

  * Volume Control with Fn-Keys in LXDE

 -- Holger Paradies <retabell@gmx.de>  Tue, 17 Dec 2013 20:28:10 +0100

etcskel-kanotix (2.0.16) dragonfire; urgency=low

  * lxpanel update config
  * changed awesome config
  * nitrogen new config
  * xfce4-power-manager: enable ask

 -- Holger Paradies <retabell@gmx.de>  Fri, 13 Dec 2013 18:33:02 +0100

etcskel-kanotix (2.0.15) dragonfire; urgency=low

  * add default config clipit, disable clipit history-save

 -- Holger Paradies <retabell@gmx.de>  Sat, 30 Nov 2013 10:46:28 +0100

etcskel-kanotix (2.0.14) dragonfire; urgency=low

  * awesome config
  * wallpaper pcmanfm

 -- Holger Paradies <retabell@gmx.de>  Tue, 22 Oct 2013 21:31:16 +0200

etcskel-kanotix (2.0.13) dragonfire; urgency=low

  * add MaximumRemoteSize option for kdeglobals

 -- Joerg Schirottke <master@kanotix.com>  Mon, 21 Oct 2013 13:46:19 +0200

etcskel-kanotix (2.0.12) unstable; urgency=low

  * preconfig for compton

 -- Holger Paradies <retabell@gmx.de>  Sat, 07 Sep 2013 19:06:50 +0200

etcskel-kanotix (2.0.11+dragonfire1) dragonfire; urgency=low

  * Non-maintainer upload for Kanotix Dragonfire.

 -- Andreas Loibl <andreas@andreas-loibl.de>  Tue, 03 Sep 2013 19:53:45 +0200

etcskel-kanotix (2.0.11) unstable; urgency=low

  * lxde configs compiz clearlooks-phenix

 -- Holger Paradies <retabell@gmx.de>  Wed, 29 May 2013 11:41:09 +0200

etcskel-kanotix (2.0.10+dragonfire1) dragonfire; urgency=low

  * Non-maintainer upload for Kanotix Dragonfire.

 -- Andreas Loibl <andreas@andreas-loibl.de>  Fri, 17 May 2013 14:31:50 +0200

etcskel-kanotix (2.0.10) unstable; urgency=low

  * add Name to .desktop files
  * exaile config

 -- Holger Paradies <retabell@gmx.de>  Sat, 11 May 2013 08:12:06 +0200

etcskel-kanotix (2.0.9) unstable; urgency=low

  * add package etcskel-kanotix-compiz
  * remove compiz config from etcskel-kanotix-lxde
  * change crashhandler from openbox to x-window-manager

 -- Holger Paradies  <retabell@gmx.de>  Mon, 06 May 2013 11:52:24 +0200

etcskel-kanotix (2.0.8) dragonfire; urgency=low

  * compiz-fusion

 -- Holger Paradies <retabell@gmx.de>  Fri, 01 Mar 2013 07:25:28 +0100

etcskel-kanotix (2.0.7) dragonfire; urgency=low

  * lxde config minimize and menu other

 -- Holger Paradies <retabell@gmx.de>  Tue, 26 Feb 2013 13:57:18 +0100

etcskel-kanotix (2.0.6) dragonfire; urgency=low

  * lxpanel button minimize all windows 

 -- Andreas Loibl <andreas@andreas-loibl.de>  Wed, 13 Feb 2013 22:18:24 +0100

etcskel-kanotix (2.0.5) dragonfire; urgency=low

  * lxde add autostart install-flash-local
  * add openbox lxderc.xml

 -- Andreas Loibl <andreas@andreas-loibl.de>  Thu, 07 Feb 2013 09:03:32 +0100

etcskel-kanotix (2.0.4) dragonfire; urgency=low

  * Enabled preview of file contents for dolphin.

 -- Andreas Loibl <andreas@andreas-loibl.de>  Sun, 14 Oct 2012 03:33:28 +0200

etcskel-kanotix (2.0.3) unstable; urgency=low

  * added etcskel-kanotix-lxde package with LXDE default configs

 -- Maximilian Gerhard <maxbox@directbox.com> Wed, 23 May 2012 01:09:21 +0200

etcskel-kanotix (2.0.2) dragonfire; urgency=low

  * use "desktop:/" instead of "~/Desktop" in 02-kanotix-default-setup.js.

 -- Andreas Loibl <andreas@andreas-loibl.de>  Fri, 18 May 2012 12:16:47 +0200

etcskel-kanotix (2.0.1) dragonfire; urgency=low

  * display the .desktop files in the folderview widget correctly.

 -- Andreas Loibl <andreas@andreas-loibl.de>  Fri, 18 May 2012 06:02:21 +0200

etcskel-kanotix (2.0.0) unstable; urgency=low

  * first skeleton files for Kanotix Dragonfire
  * updated Kanotix plasma desktop configuration
  * disable screen lock after resume from suspend
  * changed powerdevil critical battery level to 10%
  * added new touchpad config and removed old configs
  * added KDE default directories
  * renew debian packaging to avoid lintian errors

 -- Maximilian Gerhard <maxbox@directbox.com>  Mon, 17 Mar 2012 22:11:40 +0100

etcskel-kanotix (1.1.5) unstable; urgency=low

  * merged with acritox version
  * always show notifier systray icon

 -- Maximilian Gerhard <maxbox@directbox.com>  Fri, 10 Feb 2012 00:23:29 +0100

etcskel-kanotix (1.1.4) unstable; urgency=low

  * enable auto-install of bundled iceweasel addons

 -- Andreas Loibl <andreas@andreas-loibl.de>  Sun, 13 Nov 2011 09:43:29 +0100

etcskel-kanotix (1.1.3) unstable; urgency=low

  * default config disables KDE system notification for touchpad errors

 -- Maximilian Gerhard <maxbox@directbox.com>  Wed, 05 Oct 2011 20:58:16 +0200

etcskel-kanotix (1.1.2) unstable; urgency=low

  * Fixed missing network-manager icon when bpo is active

 -- Maximilian Gerhard <maxbox@directbox.com>  Wed, 05 Oct 2011 01:15:43 +0200

etcskel-kanotix (1.1.1) unstable; urgency=low

  * avoid stacked plasma panels on reset, remove all old panels first
  * create plasma-desktop-aplletsrc backup before panel reset
  * offer some info/helper texts for kanotix-reset-plasma-panel script

 -- Maximilian Gerhard <maxbox@directbox.com>  Sat, 01 Oct 2011 00:50:11 +0200

etcskel-kanotix (1.1.0) unstable; urgency=low

  * added plasma panel reset
  * new dolphin view defaults
  * lock plasma desktop as default
  * use user-desktop icon for Desktop folder
  * icedove and iceweasel default handler updated

 -- Maximilian Gerhard <maxbox@directbox.com>  Sat, 24 Sep 2011 23:11:20 +0200

etcskel-kanotix (1.0.4) unstable; urgency=low

  * macbook touchpad configuration.

 -- Andreas Loibl <andreas@andreas-loibl.de>  Thu, 15 Sep 2011 18:16:24 +0200

etcskel-kanotix (1.0.3) unstable; urgency=low

  * Hide dotfiles.

 -- Andreas Loibl <andreas@andreas-loibl.de>  Wed, 14 Sep 2011 22:38:15 +0200

etcskel-kanotix (1.0.2) unstable; urgency=low

  * enable personal toolbar in FF4
  * add ~/Downloads that FF4 uses as default download dir
  * removed ~/bin
  * preconfigured useful desktop effects (e.g. magnifier)

 -- Maximilian Gerhard <maxbox@directbox.com>  Fri, 29 Mar 2011 00:57:02 +0100

etcskel-kanotix (1.0.1~trialshot+1) trialshot; urgency=low

  * added trinity package.

 -- Andreas Loibl <andreas@andreas-loibl.de>  Sat, 19 Mar 2011 15:16:23 +0100

etcskel-kanotix (1.0.0) unstable; urgency=low

  * set x-www-browser as default in KDE
  * disabled auto brace kwrite plugin due to conflicts with built-in 
    auto bracket feature (thats enabled by default now)
  * provide simple kile default configuration
  * provide empty ~/bin directory so it appears first in PATH variable

 -- Maximilian Gerhard <maxbox@directbox.com>  Wed, 02 Mar 2011 00:04:23 +0100

etcskel-kanotix (0.7.16) unstable; urgency=low

  * kanotix badge icon package added
  * replaces/breaks kanotix-graphics-common added to support Excalibur update

 -- Maximilian Gerhard <maxbox@directbox.com>  Wed, 05 Jan 2011 14:52:45 +0100

etcskel-kanotix (0.7.15) unstable; urgency=low

  * fix folder view widget url problem
  * provide blank user-places.xbel to avoid kbookmarkmanager error message
  * disabled nepomuk/strigi semantic desktop
  * provide simple touchpad default configuration
  * set custom K-Menu icon for Kanotix

 -- Maximilian Gerhard <maxbox@directbox.com>  Sun, 05 Dec 2010 15:52:29 +0100

etcskel-kanotix (0.7.14) unstable; urgency=low

  * remove klik
  * remove obsolete xmms config
  * show date in digital-clock
  * add icons for showdesktop, dolphin, iceweasel and konsole to the panel
  * klipper ignores google chrome (avoid popup if an url is selected)
  * set dolphin defaults (details view, show hidden files, extra attributes)
  * show new/close session button in konsole
  * increase konsole history buffer
  * show line numbers in kwrite
  * enable auto brace plugin in kwrite
  * enable kanotix-starrise wallpaper and ksplash

 -- Maximilian Gerhard <maxbox@directbox.com>  Thu, 02 Dec 2010 04:05:17 +0100

etcskel-kanotix (0.7.13) unstable; urgency=low

  * disabled sound-notification for Event/exitkde.

 -- Andreas Loibl <andreas@andreas-loibl.de>  Sun, 05 Sep 2010 11:57:56 +0200

etcskel-kanotix (0.7.12) unstable; urgency=low

  * updated for kde4/squeeze.

 -- Andreas Loibl <andreas@andreas-loibl.de>  Sat, 05 Jun 2010 10:24:01 +0200

etcskel-kanotix (0.7.11) unstable; urgency=low

  * remove klik
  * add kde4 preconfig
  * add kaffeine dvb-c/dvb-t config
  * add kaffeine channels list for astra
  * update bookmarks

 -- Joerg Schirottke <master@kanotix.com>>  Wed,  1 Apr 2009 14:03:32 +0200

etcskel-kanotix (0.7.10) unstable; urgency=low

  * autostart kmix and krandrtray
  * fix kdeglobals

 -- Joerg Schirottke <master@kanotix.com>  Mon,  2 Mar 2009 22:00:17 +0100

etcskel-kanotix (0.7.9) unstable; urgency=low

  * updated kickerrc.

 -- Joerg Schirottke <master@kanotix.com>  Fri, 23 Nov 2007 14:24:53 +0000

etcskel-kanotix (0.7.8) unstable; urgency=low

  * added OptusB1,D1-160.0E for kaffeine. 

 -- Joerg Schirottke <master@kanotix.com>  Fri,  7 Sep 2007 03:20:39 +0200

etcskel-kanotix (0.7.7) unstable; urgency=low

  * add layout.css.dpi = 0.

 -- Joerg Schirottke <master@kanotix.com>  Thu, 30 Aug 2007 21:53:51 +0200

etcskel-kanotix (0.7.6) unstable; urgency=low

  * fix detetection for existing /etc/profile.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Tue, 21 Nov 2006 17:00:23 +0100

etcskel-kanotix (0.7.5) unstable; urgency=low

  * fix yet another issue in postinst.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Tue, 21 Nov 2006 16:46:09 +0100

etcskel-kanotix (0.7.4) unstable; urgency=low

  * fix broken /root/.bashrc.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Tue, 21 Nov 2006 16:27:52 +0100

etcskel-kanotix (0.7.3) UNRELEASED; urgency=low

  * NOT RELEASED YET

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Tue, 21 Nov 2006 16:17:39 +0100

etcskel-kanotix (0.7.2) unstable; urgency=low

  * silence warning while upgrading from etcskel <0.7.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Tue, 21 Nov 2006 16:16:03 +0100

etcskel-kanotix (0.7.1) unstable; urgency=low

  * brown paper bag release, fix up infinite loop in postinst.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Tue, 21 Nov 2006 16:11:13 +0100

etcskel-kanotix (0.7.0) unstable; urgency=low

  [ Stefan Lippers-Hollmann ]
  * rework etcskel-kanotix.postinst, try to stay as debian compatble as
    possible.
  * add alias sux="sudo sux", remove it in knx-installer again.
  * bump version to 0.7.0.

  [ Kel Modderman ]
  * Adjust kickerrc for firefox -> iceweasel transition.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Tue, 21 Nov 2006 14:04:45 +0100

etcskel-kanotix (0.6.74) unstable; urgency=low

  * fix lintian errors.
  * don't add /usr/X11R6/bin/ to search path.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Thu,  2 Nov 2006 21:10:46 +0100

etcskel-kanotix (0.6.73) unstable; urgency=low

  * remove nessus keys.
  * we don't ship elinks, so remove obsolete preconfigs.
  * arrangeicons.desktop isn't installed at all, so remove it alltogether.
  * kcookiejar is empty, get rid of it.
  * kdeprint is empty, get rid of it.
  * kfile is empty, get rid of it.
  * RecentDocuments is empty, get rid of it.
  * emaildefaults isn't customized, so don't include it.
  * kbackgammon.eventsrc isn't customized, so don't include it.
  * kcmfontinstrc is obsolete, remove it.
  * kcminitrc is empty, remove it.
  * remove obsolete scanPaths from kcmnspluginrc.
  * we don't need kconf_updaterc.
  * kcontrolrc is not customized, remove it.
  * kioslaverc just states the obvious, remove it.
  * kit.eventsrc isn't customized, remove it.
  * klaunchrc isn't customized, remove it.
  * kmailrc isn't configured, remove it.
  * knewsticker.eventsrc isn't customized, remove it.
  * kruler.eventsrc isn't customized, remove it.
  * ksame.eventsrc isn't customized, remove it.
  * ksysguard.eventsrc isn't customized, remove it.
  * ktalkannouncerc isn't customized, remove it.
  * ktalkdrc isn't customized, remove it.
  * kuriikwsfilterrc isn't customized, remove it.
  * kwmrc isn't customized, remove it.
  * switch kxkbrc to utf8.
  * remove stale KDE session.
  * .kde/Autostart isn't customized, remove it.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Tue,  3 Oct 2006 15:26:10 +0200

etcskel-kanotix (0.6.72) unstable; urgency=low

  * deleted unused files.
  * set kpdf as default for pdf in firefox.

 -- Joerg Schirottke <master@kanotix.com>  Thu, 21 Sep 2006 19:29:01 +0200

etcskel-kanotix (0.6.71) unstable; urgency=low

  * bump gecko revision.

 -- Joerg Schirottke <master@kanotix.com>  Mon, 18 Sep 2006 16:09:02 +0200

etcskel-kanotix (0.6.70) unstable; urgency=low

  * add xine and kpowersave preconfig.

 -- Joerg Schirottke <master@kanotix.com>  Sun, 17 Sep 2006 18:17:10 +0200

etcskel-kanotix (0.6.69) unstable; urgency=low

  * update xine keymap.
  * update kdeglobals.
  * bump gecko revision.

 -- Joerg Schirottke <master@kanotix.com>  Thu,  7 Sep 2006 18:34:04 +0200

etcskel-kanotix (0.6.67) unstable; urgency=low

  * remove obsolete wmaker preconfig.
  * remove obsolete .qt preconfig.
  * remove obsolete kaxtv preconfig.
  * remove obsolete larswm preconfig.
  * remove obsolete XFCE4 preconfig.
  * remove obsolete ROX preconfig.
  * remove obsolete nautilus preconfig.
  * bump standards version 3.7.2.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Tue, 29 Aug 2006 15:22:25 +0200

etcskel-kanotix (0.6.66) unstable; urgency=low

  * bump gecko revision.
  * replaced xine preconfig.

 -- Joerg Schirottke <master@kanotix.com>  Wed, 10 May 2006 23:45:55 +0200

etcskel-kanotix (0.6.65) unstable; urgency=low

  * bump gecko revision.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Fri, 10 Mar 2006 20:52:10 +0100

etcskel-kanotix (0.6.64) unstable; urgency=low

  * update .zAppRun, thanks to Niall Walsh.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Fri, 30 Dec 2005 02:04:58 +0100

etcskel-kanotix (0.6.63) unstable; urgency=low

  * firefox 1.5 - system default dpi 

 -- Joerg Schirottke <master@kanotix.com>  Tue, 20 Dec 2005 19:50:55 +0100

etcskel-kanotix (0.6.62) unstable; urgency=low

  * removed arts error message.
  * firefox 1.5 - dpi 72 - no startup screen.

 -- Joerg Schirottke <master@kanotix.com>  Tue, 20 Dec 2005 02:34:12 +0100

etcskel-kanotix (0.6.61) unstable; urgency=low

  * modify kickerrc.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Sat, 17 Dec 2005 22:11:41 +0100

etcskel-kanotix (0.6.60) unstable; urgency=low

  * adapt for firefox 1.5.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Sat, 17 Dec 2005 17:06:29 +0100

etcskel-kanotix (0.6.59) unstable; urgency=low

  * remove cdbs auto-update feature.
  * bump compat level to 5.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Sat, 17 Dec 2005 11:48:43 +0100

etcskel-kanotix (0.6.58) unstable; urgency=low

  * add fuse based klik Client from Niall Walsh.
  * remove knoppix virtual packages.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Fri,  9 Dec 2005 01:58:31 +0100

etcskel-kanotix (0.6.57) unstable; urgency=low

  * further customizations.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Wed, 26 Oct 2005 23:17:01 +0200

etcskel-kanotix (0.6.56) unstable; urgency=low

  * add wirelessX.
  * adapt udev/ pmount usage.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Mon, 24 Oct 2005 23:38:08 +0200

etcskel-kanotix (0.6.55) unstable; urgency=low

  * remove kcmartsrc.
  * make etcskel install safe.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Sat, 22 Oct 2005 01:27:39 +0200

etcskel-kanotix (0.6.54) unstable; urgency=low

  * revert klik changes (remove fuse support).

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Sun, 16 Oct 2005 00:05:33 +0200

etcskel-kanotix (0.6.53) unstable; urgency=low

  * add renamed udev network devices.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Sat, 15 Oct 2005 13:46:02 +0200

etcskel-kanotix (0.6.52) unstable; urgency=low

  * change wallpaper location.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Mon, 10 Oct 2005 23:25:12 +0200

etcskel-kanotix (0.6.51) unstable; urgency=low

  * add fuse support for klik.
  * remove .kde/share/config/knotify.eventsrc
  * remove /etc/skel/Desktop/Trash

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Sun,  9 Oct 2005 02:30:11 +0200

etcskel-kanotix (0.6.50) unstable; urgency=low

  * add preconfig for knemo.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Mon, 12 Sep 2005 13:55:12 +0200

etcskel-kanotix (0.6.49) unstable; urgency=low

  * make this safe for hd installs.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Mon, 12 Sep 2005 03:00:00 +0200

etcskel-kanotix (0.6.48) unstable; urgency=low

  * remove static PAGER override from /etc/profile.
  * add OpenOffice2 link.
  * fix lintian/ linda warnings.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Tue,  6 Sep 2005 13:58:15 +0200

etcskel-kanotix (0.6.47) unstable; urgency=low

  * remove kanotix-irc desktop icon (install kanotix-irc instead).
  * remove xchat2 skel (install kanotix-irc instead).

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Sun, 17 Jul 2005 00:10:12 +0200

etcskel-kanotix (0.6.46) unstable; urgency=low

  * add new XFC4 skeleton directoy from mzilikazi. 

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Thu,  7 Jul 2005 21:55:30 +0200

etcskel-kanotix (0.6.45) unstable; urgency=low

  * updated bookmarks
  * fix lintian issues. 

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Thu,  7 Apr 2005 01:22:01 +0200

etcskel-kanotix (0.6.44) unstable; urgency=low

  * remove xine splash.
  * no icon text wrapping.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Sun,  3 Apr 2005 00:17:09 +0200

etcskel-kanotix (0.6-43) unstable; urgency=low

  * update Firefox/Thunderbird preconfig

 -- Joerg Schirottke <master@kanotix.com>  Tue,  8 Feb 2005 22:36:02 +0100

etcskel-kanotix (0.6-42) unstable; urgency=low

  * update klik. 

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Tue,  8 Feb 2005 19:15:56 +0100

etcskel-kanotix (0.6-41) unstable; urgency=low

  * update klik.

 -- Joerg Schirottke <master@kanotix.com>  Tue,  8 Feb 2005 12:58:44 +0100

etcskel-kanotix (0.6-40) unstable; urgency=low

  * removed duplicates.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Sat,  5 Feb 2005 22:18:32 +0100

etcskel-kanotix (0.6-38) unstable; urgency=low

  * update presets. 

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Sat,  5 Feb 2005 21:30:04 +0100

etcskel-kanotix (0.6-37) unstable; urgency=low

  * fix profile. 

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Fri,  4 Feb 2005 16:18:00 +0100

etcskel-kanotix (0.6-36) unstable; urgency=low

  * fix bashrc/ profile. 

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Fri,  4 Feb 2005 14:08:29 +0100

etcskel-kanotix (0.6-35) unstable; urgency=low

  * further klik adjustments. 

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Fri,  4 Feb 2005 02:34:35 +0100

etcskel-kanotix (0.6-34) unstable; urgency=low

  * update klik. 

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Fri,  4 Feb 2005 00:51:25 +0100

etcskel-kanotix (0.6-33) unstable; urgency=low

  * change klik. 

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Thu,  3 Feb 2005 22:39:03 +0100

etcskel-kanotix (0.6-32) unstable; urgency=low

  * fix klik issues. 

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Thu,  3 Feb 2005 21:40:19 +0100

etcskel-kanotix (0.6-31) unstable; urgency=low

  * fix packaging.
  * update klik preconfig.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Wed,  2 Feb 2005 15:49:58 +0100

etcskel-kanotix (0.6-30) unstable; urgency=low

  * fix dependencies.
  * change packaging.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Thu, 23 Dec 2004 00:57:18 +0100

etcskel-knoppix (0.6-29kanotix0.1) unstable; urgency=low

  * fork for Kanotix.

 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Sun,  5 Dec 2004 00:37:00 +0100

etcskel-knoppix (0.6-29) unstable; urgency=low

  * Add kdebugrc to kill annoying KDE warnings

 -- root <knopper@linuxtag.net>  Sun, 22 Aug 2004 09:49:05 +0200

etcskel-knoppix (0.6-28) unstable; urgency=low

  * Corrected path of the mozilla browser icon for Debian/unstable KDE menu-xdg

 -- root <knopper@linuxtag.net>  Sat,  1 May 2004 23:10:00 +0200

etcskel-knoppix (0.6-27) unstable; urgency=low

  * KDE 3.2 update

 -- root <knopper@linuxtag.net>  Tue, 20 Apr 2004 02:16:30 +0200

etcskel-knoppix (0.6-26) unstable; urgency=low

  * Added kate configuration for larger window on startup

 -- root <knopper@linuxtag.net>  Wed,  3 Mar 2004 04:08:04 +0100

etcskel-knoppix (0.6-25) unstable; urgency=low

  * add /usr/NX/bin to searchpath

 -- root <knopper@linuxtag.net>  Sun, 29 Feb 2004 01:28:23 +0100

etcskel-knoppix (0.6-24) unstable; urgency=low

  * Use PATH, no LD_LIBRARY_PATH for live installed binaries, on request of
    odi.

 -- root <knopper@linuxtag.net>  Thu, 22 Jan 2004 15:00:40 +0100

etcskel-knoppix (0.6-23) unstable; urgency=low

  * Added PATH and LD_LIBRARY_PATH for live installer

 -- root <knopper@linuxtag.net>  Thu, 22 Jan 2004 14:18:48 +0100

etcskel-knoppix (0.6-22) unstable; urgency=low

  * Added PATH for $HOME/bin

 -- root <knopper@linuxtag.net>  Wed, 21 Jan 2004 19:36:29 +0100

etcskel-knoppix (0.6-21) unstable; urgency=low

  * Add OpenOffice menu for gnome
  * Set mozilla diskcache to 0 bytes

 -- root <knopper@linuxtag.net>  Wed, 21 Jan 2004 18:55:13 +0100

etcskel-knoppix (0.6-20) unstable; urgency=low

  *  Remove Knoppix.WEG folder.

 -- root <knopper@linuxtag.net>  Wed, 21 Jan 2004 15:41:23 +0100

etcskel-knoppix (0.6-19) unstable; urgency=low

  * Add $HOME/bin to user path

 -- root <knopper@linuxtag.net>  Tue, 20 Jan 2004 17:41:20 +0100

etcskel-knoppix (0.6-18) unstable; urgency=low

  * Added gnome-configs from Oliver Diedrich

 -- root <knopper@linuxtag.net>  Thu, 15 Jan 2004 05:22:12 +0100

etcskel-knoppix (0.6-17) unstable; urgency=low

  * Added gnome-terminal config

 -- root <knopper@linuxtag.net>  Tue, 13 Jan 2004 01:37:01 +0100

etcskel-knoppix (0.6-16) unstable; urgency=low

  * Added gnome skeletons for Knoppix 3.4

 -- root <knopper@linuxtag.net>  Sun, 11 Jan 2004 22:41:59 +0100

etcskel-knoppix (0.6-15) unstable; urgency=low

  * Added gimp skeletons

 -- root <knopper@linuxtag.net>  Sun, 11 Jan 2004 21:15:37 +0100

etcskel-knoppix (0.6-14) unstable; urgency=low

  * Added MPEG filetype for KDE

 -- root <knopper@linuxtag.net>  Thu, 20 Nov 2003 00:56:58 +0100

etcskel-knoppix (0.6-13) unstable; urgency=low

  * Removed fontcache (doesn't work)

 -- root <knopper@linuxtag.net>  Mon, 22 Sep 2003 00:01:49 +0200

etcskel-knoppix (0.6-12) unstable; urgency=low

  * Added Knoppix taskbar menu
  * Some KDE3 updates

 -- root <knopper@linuxtag.net>  Sun, 14 Sep 2003 00:24:48 +0200

etcskel-knoppix (0.6-11) unstable; urgency=low

  * Added fontcache

 -- root <knopper@linuxtag.net>  Fri,  5 Sep 2003 21:00:49 +0200

etcskel-knoppix (0.6-10) unstable; urgency=low

  * Added low-precedence kaboodle

 -- root <knopper@linuxtag.net>  Fri, 20 Jun 2003 01:35:15 +0200

etcskel-knoppix (0.6-9) unstable; urgency=low

  * Added modified userChrome with 12 pixel font for Mozilla

 -- root <knopper@linuxtag.net>  Thu, 19 Jun 2003 01:33:51 +0200

etcskel-knoppix (0.6-8) unstable; urgency=low

  * Added alias su="sudo su"

 -- root <knopper@linuxtag.net>  Mon, 28 Apr 2003 02:17:51 +0200

etcskel-knoppix (0.6-7) unstable; urgency=low

  * Added huge font as default for konsole

 -- root <knopper@linuxtag.net>  Sat, 19 Apr 2003 06:43:19 +0200

etcskel-knoppix (0.6-6) unstable; urgency=low

  * Removed evolution from config

 -- root <knopper@linuxtag.net>  Sun,  6 Apr 2003 21:52:27 +0200

etcskel-knoppix (0.6-5) unstable; urgency=low

  * AddedNL translations to Trashcan and Floppy disk icon

 -- root <knopper@linuxtag.net>  Tue,  1 Apr 2003 00:20:23 +0200

etcskel-knoppix (0.6-4) unstable; urgency=low

  * Added some NL translations

 -- root <knopper@linuxtag.net>  Mon, 31 Mar 2003 17:27:32 +0200

etcskel-knoppix (0.6-3) unstable; urgency=low

  * KDE 3.1.1 updates

 -- Knoppix User <knopper@linuxtag.net>  Sun, 23 Mar 2003 01:12:40 +0100

etcskel-knoppix (0.6-2) unstable; urgency=low

  * Added xfce4 config files

 -- root <knopper@linuxtag.net>  Sun,  9 Feb 2003 04:05:40 +0100

etcskel-knoppix (0.6-1) unstable; urgency=low

  * Split /etc/skel and /usr/share/knoppix/profile

 -- root <knopper@linuxtag.net>  Sat,  8 Feb 2003 04:08:31 +0100

etcskel-knoppix (0.5-25) unstable; urgency=low

  * Remove kde sockets (will be created by KDE 3.1)

 -- root <knopper@linuxtag.net>  Tue,  4 Feb 2003 20:07:39 +0100

etcskel-knoppix (0.5-24) unstable; urgency=low

  * New templates for KDE 3.1

 -- root <knopper@linuxtag.net>  Wed, 29 Jan 2003 23:19:32 +0100

etcskel-knoppix (0.5-23) unstable; urgency=low

  * Added aliases for .. and l

 -- root <knopper@linuxtag.net>  Sat,  4 Jan 2003 04:21:36 +0100

etcskel-knoppix (0.5-22) unstable; urgency=low

  * $HOME for filemanagement instead of /home/knoppix

 -- root <knopper@linuxtag.net>  Wed,  1 Jan 2003 21:41:08 +0100

etcskel-knoppix (0.5-21) unstable; urgency=low

  * New gnome2 config

 -- root <knopper@linuxtag.net>  Tue, 10 Dec 2002 21:30:14 +0100

etcskel-knoppix (0.5-20) unstable; urgency=low

  * New gnome config

 -- root <knopper@linuxtag.net>  Sun,  6 Oct 2002 16:49:22 +0200

etcskel-knoppix (0.5-19) unstable; urgency=low

  * Removed pingus link

 -- root <knopper@linuxtag.net>  Tue, 10 Sep 2002 02:20:18 +0200

etcskel-knoppix (0.5-18) unstable; urgency=low

  * Removed kaboodle

 -- root <knopper@linuxtag.net>  Sat, 17 Aug 2002 16:49:33 +0200

etcskel-knoppix (0.5-17) unstable; urgency=low

  * Added xine template

 -- root <knopper@linuxtag.net>  Mon, 29 Jul 2002 18:18:44 +0200

etcskel-knoppix (0.5-16) unstable; urgency=low

  * Added Floppy format option in KDE-Desktop icon

 -- root <knopper@linuxtag.net>  Sat, 27 Jul 2002 22:37:46 +0200

etcskel-knoppix (0.5-15) unstable; urgency=low

  * New window position and size for webbrowser

 -- root <knopper@linuxtag.net>  Sun, 14 Jul 2002 07:44:17 +0200

etcskel-knoppix (0.5-14) unstable; urgency=low

  * XMMS is now again the default player for various audio and video formats

 -- root <knopper@linuxtag.net>  Wed, 10 Jul 2002 22:08:14 +0200

etcskel-knoppix (0.5-13) unstable; urgency=low

  * Switched on software rendering for transparent menus

 -- root <knopper@linuxtag.net>  Wed, 10 Jul 2002 21:55:28 +0200

etcskel-knoppix (0.5-12) unstable; urgency=low

  * Added inputrc from Eduard Bloch

 -- root <knopper@linuxtag.net>  Sat,  6 Jul 2002 01:39:47 +0200

etcskel-knoppix (0.5-11) unstable; urgency=low

  * XMMS is the default player for audio files

 -- root <knopper@linuxtag.net>  Sat,  6 Jul 2002 00:23:48 +0200

etcskel-knoppix (0.5-10) unstable; urgency=low

  * KDE3 settings

 -- root <knopper@linuxtag.net>  Fri, 28 Jun 2002 17:04:46 +0200

etcskel-knoppix (0.5-9) unstable; urgency=low

  * Added filemanager profile with extended navigation

 -- root <knopper@linuxtag.net>  Wed, 15 May 2002 23:52:07 +0200

etcskel-knoppix (0.5-8) unstable; urgency=low

  * Changed default PDF reader to acrobat

 -- root <knopper@linuxtag.net>  Fri,  3 May 2002 01:16:33 +0200

etcskel-knoppix (0.5-7) unstable; urgency=low

  * gnome-terminal settings update

 -- root <knopper@linuxtag.net>  Thu,  2 May 2002 16:51:18 +0200

etcskel-knoppix (0.5-6) unstable; urgency=low

  * font fixes for gnome

 -- root <knopper@linuxtag.net>  Thu,  2 May 2002 01:23:13 +0200

etcskel-knoppix (0.5-5) unstable; urgency=low

  * Changed prompt color to cyan in bashrc
  * Added context-sensitive bash completion

 -- root <knopper@linuxtag.net>  Thu, 25 Apr 2002 16:20:29 +0200

etcskel-knoppix (0.5-4) unstable; urgency=low

  * Added mozilla chrome file template

 -- root <knopper@linuxtag.net>  Sat, 13 Apr 2002 22:56:07 +0200

etcskel-knoppix (0.5-3) unstable; urgency=low

  * Added locales workaround for pingus

 -- root <knopper@linuxtag.net>  Sat, 13 Apr 2002 02:04:00 +0200

etcskel-knoppix (0.5-2) unstable; urgency=low

  * Fixed location of xplaymidi in Multimedia menu

 -- root <knopper@linuxtag.net>  Mon,  8 Apr 2002 03:20:36 +0200

etcskel-knoppix (0.5-1) unstable; urgency=low

  * Initial Release.

 -- unknown <knopper@linuxtag.net>  Fri,  1 Jun 2001 23:29:31 +0200