File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ socnetv (2.4-2) xenial; urgency=medium
2+
3+ * Fixed upstream version 2.4. See http://socnetv.org/ChangeLog
4+
5+ -- Dimitris V. Kalamaras <dimitris_kalamaras@yahoo.gr> Wed, 28 Feb 2018 14:18:03 +0300
6+
17socnetv (2.4-1) xenial; urgency=medium
28
39 * New upstream version 2.4. See http://socnetv.org/ChangeLog
Original file line number Diff line number Diff line change @@ -198,6 +198,8 @@ rm -rf %{buildroot}/%{_datadir}/doc/%{name}
198198#CHANGELOG SECTION
199199#
200200%changelog
201+ * Wed Feb 28 2018 Dimitris Kalamaras <dimitris.kalamaras@gmail.com> - 2.4-2
202+ - Synced with fixed table version from upstream
201203* Tue Feb 27 2018 Dimitris Kalamaras <dimitris.kalamaras@gmail.com> - 2.4-1
202204- Synced with new stable version from upstream
203205* Wed Jul 5 2017 Dimitris Kalamaras <dimitris.kalamaras@gmail.com> - 2.3-1
Original file line number Diff line number Diff line change @@ -13840,7 +13840,7 @@ void MainWindow::slotHelpCheckUpdateParse(QNetworkReply *reply) {
1384013840*/
1384113841void MainWindow::slotHelpAbout(){
1384213842 int randomCookie=rand()%fortuneCookie.count();
13843- QString BUILD="Tue Feb 27 21:13:49 EET 2018";
13843+ QString BUILD="Wed Feb 28 14:33:48 EET 2018";
1384413844 QMessageBox::about(
1384513845 this, tr("About SocNetV"),
1384613846 tr("<b>Soc</b>ial <b>Net</b>work <b>V</b>isualizer (SocNetV)") +
You can’t perform that action at this time.
0 commit comments