<feed xmlns='http://www.w3.org/2005/Atom'>
<title>drakx, branch 18.8.1</title>
<subtitle>Mageia Installer and base platform for many utilities</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/'/>
<entry>
<title>18.8.1</title>
<updated>2018-12-01T17:04:48+00:00</updated>
<author>
<name>Thomas Backlund</name>
<email>tmb@mageia.org</email>
</author>
<published>2018-12-01T17:04:48+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=ba3f476dd9b141110a62c533f4ad6a25a2dd67e7'/>
<id>ba3f476dd9b141110a62c533f4ad6a25a2dd67e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>dont select server kernel anymore on 32bit x86 with RAM &gt; 3.8GB</title>
<updated>2018-12-01T14:37:37+00:00</updated>
<author>
<name>Thomas Backlund</name>
<email>tmb@mageia.org</email>
</author>
<published>2018-12-01T14:37:37+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=4ca9b52413cb67149fb534979b338e8968c487cd'/>
<id>4ca9b52413cb67149fb534979b338e8968c487cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>better gcc8 workarounds</title>
<updated>2018-12-01T13:03:34+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2018-12-01T13:03:24+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=5f0829d7c0db5a4f9d008434e8e1bcd12ca59b9f'/>
<id>5f0829d7c0db5a4f9d008434e8e1bcd12ca59b9f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>the PAE detection fix is mainly for installer...</title>
<updated>2018-12-01T13:00:18+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2018-12-01T13:00:18+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=32621a1b9082425004ec66d268781570f60d8e4a'/>
<id>32621a1b9082425004ec66d268781570f60d8e4a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>2.35</title>
<updated>2018-12-01T12:59:04+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2018-12-01T12:57:53+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=8f61207344cf1b14424b016f0dfccb775a3bed88'/>
<id>8f61207344cf1b14424b016f0dfccb775a3bed88</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>gcc8 workarounds</title>
<updated>2018-12-01T12:59:04+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2018-12-01T09:23:04+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=cfb775aa0d83b99439b33974efeae0e7ed431354'/>
<id>cfb775aa0d83b99439b33974efeae0e7ed431354</id>
<content type='text'>
Before previous commit, compiling with gcc8 would have need:
-Wno-error=format-overflow -Wno-error=format-security

But now, only -Wno-error=format-truncation is needed.

rationale:
gcc bogusly complains about snprintf() being unsafe. See:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77721
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78969
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Before previous commit, compiling with gcc8 would have need:
-Wno-error=format-overflow -Wno-error=format-security

But now, only -Wno-error=format-truncation is needed.

rationale:
gcc bogusly complains about snprintf() being unsafe. See:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77721
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78969
</pre>
</div>
</content>
</entry>
<entry>
<title>fix compiling with gcc8</title>
<updated>2018-12-01T12:59:04+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2018-12-01T12:36:05+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=047af8e25d0d4827ac6dd80db8ff47944c93f067'/>
<id>047af8e25d0d4827ac6dd80db8ff47944c93f067</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- desktop kernels are now PAE, for PTI security fixes to work properly,</title>
<updated>2018-12-01T12:41:58+00:00</updated>
<author>
<name>Thomas Backlund</name>
<email>tmb@mageia.org</email>
</author>
<published>2018-12-01T12:41:58+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=3973d2c0d75b26326f771ff160cd0027006beb82'/>
<id>3973d2c0d75b26326f771ff160cd0027006beb82</id>
<content type='text'>
  so if cpu is not supporting it, install the desktop586 kernel
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  so if cpu is not supporting it, install the desktop586 kernel
</pre>
</div>
</content>
</entry>
<entry>
<title>2.55</title>
<updated>2018-11-30T21:51:24+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2018-11-30T21:51:24+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=b679b66f62ea55704864743eddb13e287f23a9f2'/>
<id>b679b66f62ea55704864743eddb13e287f23a9f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>2.34</title>
<updated>2018-11-30T21:50:24+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2018-11-30T21:50:24+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=04766113b38ebee73e4c6dbd8ae1e9697fd13e4e'/>
<id>04766113b38ebee73e4c6dbd8ae1e9697fd13e4e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
