updated
authorJean-Philippe Orsini <jeanfi@gmail.com>
Fri, 19 Oct 2018 21:38:21 +0000 (23:38 +0200)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Fri, 19 Oct 2018 21:38:21 +0000 (23:38 +0200)
www/psensor/NEWS.html
www/psensor/README.html
www/psensor/build_debian_pkg.html
www/psensor/faq.html
www/psensor/index.html
www/psensor/ubuntu.html

index 4e88917..6b23562 100644 (file)
@@ -45,6 +45,15 @@ keys. (LP: #1650378)</p>
 <li>
 <p>Moved the source code to GitLab: <a href="https://gitlab.com/jeanfi/psensor.git" class="bare">https://gitlab.com/jeanfi/psensor.git</a></p>
 </li>
+<li>
+<p>Fixed 'psensor-server crash when no sensor is detected' (Stéphane Gourichon).</p>
+</li>
+<li>
+<p>Fixed 'Compilation requires dependencies of all component even if only server is desired'.</p>
+</li>
+<li>
+<p>Fixed 'Any percent sensor breaks psensor-server page' (Stéphane Gourichon).</p>
+</li>
 </ul>
 </div>
 </div>
@@ -2003,7 +2012,7 @@ Initial release</pre>
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2018-09-29 00:17:24 CEST
+Last updated 2018-10-19 23:37:37 CEST
 </div>
 </div>
 Feed: <a href="https://wpitchoune.net/news/feed.xml">RSS 2.0</a>
index b258478..17e911d 100644 (file)
@@ -158,44 +158,6 @@ sudo apt-get install psensor-server</pre>
 <div class="paragraph">
 <p>Or search them in the Ubuntu Software Center.</p>
 </div>
-<div class="paragraph">
-<p>For other Ubuntu releases or user the more recent release, the easiest
-way is to use the dedicated PPA.</p>
-</div>
-<div class="paragraph">
-<p>Last stable version:</p>
-</div>
-<div class="listingblock">
-<div class="content">
-<pre>sudo apt-get apt-add-repository ppa:/jfi/psensor
-sudo apt-get update
-sudo apt-get install psensor
-sudo apt-get install psensor-server</pre>
-</div>
-</div>
-<div class="paragraph">
-<p>Last development version which should not contain major bugs:</p>
-</div>
-<div class="listingblock">
-<div class="content">
-<pre>sudo apt-get apt-add-repository ppa:/jfi/psensor-unstable
-sudo apt-get update
-sudo apt-get install psensor
-sudo apt-get install psensor-server</pre>
-</div>
-</div>
-<div class="paragraph">
-<p>Daily trunk build which may contain major bugs and partialy
-implemented features:</p>
-</div>
-<div class="listingblock">
-<div class="content">
-<pre>sudo apt-get apt-add-repository ppa:/jfi/psensor-daily-trunk
-sudo apt-get update
-sudo apt-get install psensor
-sudo apt-get install psensor-server</pre>
-</div>
-</div>
 </div>
 </div>
 </div>
@@ -343,7 +305,7 @@ have extracted the ATI ADL SDK. Other steps are indentical.</p>
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2018-09-29 00:17:24 CEST
+Last updated 2018-10-19 23:37:37 CEST
 </div>
 </div>
 Feed: <a href="https://wpitchoune.net/news/feed.xml">RSS 2.0</a>
index 0905b03..df06e28 100644 (file)
@@ -51,7 +51,7 @@ the variable <code>Build-depends</code> of the file <code>debian/control</code>)
 </div>
 <div class="listingblock">
 <div class="content">
-<pre>git clone https://git.wpitchoune.net/psensor-pkg-debian.git</pre>
+<pre>git clone https://gitlab.com/jeanfi/psensor-pkg-debian.git</pre>
 </div>
 </div>
 <div class="paragraph">
@@ -110,7 +110,7 @@ example to check the compilation on the 'testing' flavor of <code>Debian</code>.
 </div>
 <div class="listingblock">
 <div class="content">
-<pre>git clone https://git.wpitchoune.net/psensor-pkg-debian.git</pre>
+<pre>git clone https://gitlab.com/jeanfi/psensor-pkg-debian.git</pre>
 </div>
 </div>
 <div class="paragraph">
@@ -141,7 +141,7 @@ example to check the compilation on the 'testing' flavor of <code>Debian</code>.
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2018-09-28 20:13:23 CEST
+Last updated 2018-10-19 23:33:03 CEST
 </div>
 </div>
 Feed: <a href="https://wpitchoune.net/news/feed.xml">RSS 2.0</a>
index 63e5eee..a02936b 100644 (file)
@@ -27,7 +27,6 @@
 <li><a href="#S_Contribute">How to contribute?</a></li>
 <li><a href="#S_UbuntuInstall">How to install Psensor on Ubuntu?</a></li>
 <li><a href="#S_DebianInstall">How to install Psensor on Debian?</a></li>
-<li><a href="#S_PPA">What is the difference between the 3 Ubuntu PPAs?</a></li>
 <li><a href="#S_ArchLinuxInstall">How to install Psensor on ArchLinux?</a></li>
 <li><a href="#S_OtherInstall">How to install Psensor on my Linux distribution?</a></li>
 <li><a href="#S_LOG">How to log sensors temperatures?</a></li>
@@ -302,28 +301,6 @@ at: <a href="http://packages.qa.debian.org/p/psensor.html" class="bare">http://p
 </div>
 </div>
 <div class="sect1">
-<h2 id="S_PPA">What is the difference between the 3 Ubuntu PPAs?</h2>
-<div class="sectionbody">
-<div class="ulist">
-<ul>
-<li>
-<p>ppa:jfi/ppa: last stable version.</p>
-</li>
-<li>
-<p>ppa:jfi/psensor-unstable: last development version, no
-major bug is expected.</p>
-</li>
-<li>
-<p>ppa:jfi/psensor-daily-trunk: build each day directly from
-the GIT source repository. It may contain major bugs or
-incomplete features. Useful for contributors or testing
-whether a bug is fixed.</p>
-</li>
-</ul>
-</div>
-</div>
-</div>
-<div class="sect1">
 <h2 id="S_ArchLinuxInstall">How to install Psensor on ArchLinux?</h2>
 <div class="sectionbody">
 <div class="paragraph">
@@ -476,7 +453,7 @@ of sensors.conf(5).</p>
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2018-09-29 00:17:24 CEST
+Last updated 2018-10-19 23:37:37 CEST
 </div>
 </div>
 Feed: <a href="https://wpitchoune.net/news/feed.xml">RSS 2.0</a>
index 3fbf6b7..d8d3e97 100644 (file)
@@ -38,7 +38,7 @@
 <p>the temperature of the NVidia GPUs (using XNVCtrl).</p>
 </li>
 <li>
-<p>the temperature of ATI/AMD GPUs (not enabled in Ubuntu PPAs or official
+<p>the temperature of ATI/AMD GPUs (not enabled in official
 distribution repositories, see the <a href="README.html#_ati_amd_gpu_support">instructions for enabling its support</a>).</p>
 </li>
 <li>
@@ -180,9 +180,6 @@ don’t hesitate to report it.</p>
 <p><a href="http://packages.qa.debian.org/p/psensor.html">package for Debian</a> is in the standard repository since 7.0</p>
 </li>
 <li>
-<p><a href="https://launchpad.net/~jfi/+archive/ubuntu/ppa">PPA for Ubuntu</a></p>
-</li>
-<li>
 <p><a href="http://software.opensuse.org/package/psensor">package for OpenSuse</a></p>
 </li>
 <li>
@@ -249,7 +246,7 @@ or click on:</p>
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2018-09-28 23:45:28 CEST
+Last updated 2018-10-19 23:30:16 CEST
 </div>
 </div>
 Feed: <a href="https://wpitchoune.net/news/feed.xml">RSS 2.0</a>
index abe90c0..99f35cb 100644 (file)
@@ -73,32 +73,6 @@ sudo apt-get install psensor</pre>
 </div>
 </div>
 <div class="sect2">
-<h3 id="_development_version">Development Version</h3>
-<div class="paragraph">
-<p>The development version is providing the last features and should not have any major bugs. It can be installed by using a dedicated PPA with the following command lines:</p>
-</div>
-<div class="listingblock">
-<div class="content">
-<pre>sudo apt-add-repository ppa:jfi/psensor-unstable
-sudo apt-get update
-sudo apt-get install psensor</pre>
-</div>
-</div>
-</div>
-<div class="sect2">
-<h3 id="_daily_snapshot">Daily Snapshot</h3>
-<div class="paragraph">
-<p>Each day a package is automatically built directly from the source repository. The purpose of this daily build is to test Psensor and report bugs.  It can be installed by using a dedicated PPA with the following command lines:</p>
-</div>
-<div class="listingblock">
-<div class="content">
-<pre>sudo apt-add-repository ppa:jfi/psensor-daily-trunk
-sudo apt-get update
-sudo apt-get install psensor</pre>
-</div>
-</div>
-</div>
-<div class="sect2">
 <h3 id="_installation_from_source_archive">Installation From Source Archive</h3>
 <div class="paragraph">
 <p>Of course, it is also possible to compile and install Psensor from the source archive. There is no real benefit except to tune compilation settings or hack the source code.</p>
@@ -142,7 +116,7 @@ make clean all</pre>
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2018-09-28 23:49:22 CEST
+Last updated 2018-10-19 23:30:57 CEST
 </div>
 </div>
 Feed: <a href="https://wpitchoune.net/news/feed.xml">RSS 2.0</a>