Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2799 by niro, Mon Jun 20 11:56:12 2016 UTC revision 2833 by niro, Wed Aug 30 13:54:35 2017 UTC
# Line 1  Line 1 
1    2017-08-30  Niels Rogalla <niro@magellan-linux.de>
2    
3     * [r2832] src/include/register.global.class.in,
4      src/modules/basic-system/system.client.class.in,
5      src/modules/basic-system/system.control.class.in,
6      src/modules/idesk/idesk-sysinfo.in:
7      -support arch sys information to be able to detect which arch of
8      the os is running
9    
10    2017-08-15  Niels Rogalla <niro@magellan-linux.de>
11    
12     * [r2831] ChangeLog:
13      -updated ChangeLog
14     * [r2830] src/modules/basic-video/graphic.client.class.in:
15      -some zotac devices have not the right bios infos, so we search
16      the whole devices subtree for zotac vendor matches
17    
18    2017-08-04  Niels Rogalla <niro@magellan-linux.de>
19    
20     * [r2829] ChangeLog:
21      -updated ChangeLog
22     * [r2828] src/modules/basic-video/graphic.client.class.in:
23      -always apply zotac hdmi quirk on all zotac devices to fix broken
24      screen resolution with the ica-client in fullscreen mode
25    
26    2017-08-02  Niels Rogalla <niro@magellan-linux.de>
27    
28     * [r2827] src/mcore-session.in:
29      -try to fix wallpaper loading issues and reduced loading times
30     * [r2826] src/modules/hwinfo/hardware.client.class.in:
31      -honor changes of r2819 - fixed iface handling
32    
33    2017-08-01  Niels Rogalla <niro@magellan-linux.de>
34    
35     * [r2825] src/modules/idesk/idesk-sysinfo.in:
36      -honor changes of r2819 - fix broken ip behavior
37    
38    2017-07-28  Niels Rogalla <niro@magellan-linux.de>
39    
40     * [r2824] ChangeLog:
41      -updated ChangeLog
42     * [r2823] src/modules/basic-video/graphic.client.class.in:
43      -set_graphic_resolution(): fix wrong variable evaluation
44     * [r2822] src/modules/citrix/storefront-cron.in:
45      -do not exclude the first session anymore, just retrieve all. to
46      disable a session use the enable row in the database
47     * [r2821] src/modules/citrix/storefront-cron.in:
48      -retrieve session list as MCORE_UNPRIV_USER and use internal
49      storefront-store utility. this method requires storebrowse.noX
50     * [r2820] src/modules/pxeconfig/lpxelinux-skeleton:
51      -added rd.peerdns to fix some dns issues with newer systemd
52    
53    2017-04-12  Niels Rogalla <niro@magellan-linux.de>
54    
55     * [r2819] src/include/register.global.class.in:
56      -fixed broken ip/iface detection with networks behind a gateway
57     * [r2818] src/include/common.global.class.in:
58      -added function get_iface_ip()
59     * [r2817] src/include/common.global.class.in:
60      -fixed iface_for_remote_addr(), honor routes with and without a
61      gateway
62     * [r2816] src/include/register.global.class.in:
63      -fixed whitespaces
64    
65    2017-04-07  Niels Rogalla <niro@magellan-linux.de>
66    
67     * [r2815] conf/control.conf.in,
68      src/modules/basic-video/graphic.control.class.in:
69      -use runtime graphic autodetection as default, do not run in dept
70      hwdetection. made it configurable via MCORE_GRAPHIC_HWDETECT_DEEP
71      variable
72     * [r2814] ChangeLog:
73      -updated ChangeLog
74     * [r2813] src/modules/basic-video/graphic.client.class.in:
75      -support graphic resolution and color depths auto detection at
76      runtime
77     * [r2812] src/include/daemon.global.class.in:
78      -fixed spelling
79     * [r2811] src/include/daemon.global.class.in:
80      -removed obsolete functions
81     * [r2810] src/include/daemon.global.class.in:
82      -fixed wrong variables PROVIDE->REQUIRE
83     * [r2809] src/include/common.global.class.in:
84      -only convert ip addresses to dns names, not dns names itself
85    
86    2017-04-03  Niels Rogalla <niro@magellan-linux.de>
87    
88     * [r2808] src/generate-certificate.in:
89      -honor existing ssl keys
90     * [r2807] certs/mcored.key, certs/mcored.pem:
91      -finally fixed certificates
92    
93    2017-03-27  Niels Rogalla <niro@magellan-linux.de>
94    
95     * [r2806] certs/mcored.key, certs/mcored.pem:
96      -re-issue certificates until Mar 26 2020
97    
98    2016-10-13  Niels Rogalla <niro@magellan-linux.de>
99    
100     * [r2805] src/modules/hwinfo/hardware.client.class.in:
101      -added wlan driver and device detection
102     * [r2804] src/modules/hwinfo/hardware.client.class.in:
103      -help_hardware_detect(): added missing class 'connected-iface
104    
105    2016-09-01  Niels Rogalla <niro@magellan-linux.de>
106    
107     * [r2803] src/modules/scm-egk/scm-egk.client.class.in:
108      -fixed spelling
109    
110    2016-06-22  Niels Rogalla <niro@magellan-linux.de>
111    
112     * [r2802] src/modules/pxeconfig/Makefile:
113      -fixed missing pxeconfig.control.class script value
114     * [r2801] src/modules/pxeconfig/Makefile,
115      src/modules/pxeconfig/pxeconfig.control.class.in[ADD]:
116      -added pxeconfig control class to setup en empty cmdline on first
117      boot
118     * [r2800] src/modules/pxeconfig/mcore-pxeconfig-cron.in,
119      src/modules/pxeconfig/mcore-pxeconfig.in:
120      -honor individual boot cmdlines for every client
121    
122  2016-06-20  Niels Rogalla <niro@magellan-linux.de>  2016-06-20  Niels Rogalla <niro@magellan-linux.de>
123    
124     * [r2799] ChangeLog:
125      -updated ChangeLog
126   * [r2798] src/modules/fluxbox/Makefile:   * [r2798] src/modules/fluxbox/Makefile:
127    -process systemd directory correctly    -process systemd directory correctly
128   * [r2797] src/systemd/Makefile:   * [r2797] src/systemd/Makefile:

Legend:
Removed from v.2799  
changed lines
  Added in v.2833