Skip to content

Commit 293fe19

Browse files
committed
Merge branch 'develop'
2 parents 8afb4d1 + 35c0d39 commit 293fe19

13 files changed

Lines changed: 132 additions & 138 deletions

File tree

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ install:
5555
- cmd: echo %APPVEYOR_REPO_COMMIT:~0,7%
5656
- cmd: echo "Setting SocNetV current version..."
5757
# NOTE: This is changed by our update version bash script
58-
- cmd: set SOCNETV_VERSION=3.3
58+
- cmd: set SOCNETV_VERSION=3.3.1
5959
- cmd: echo %SOCNETV_VERSION%
6060
- cmd: echo "Setting build type"
6161
- cmd: set BUILD_TYPE=Release

.github/workflows/build-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
env:
99
APP_NAME: "SocNetV"
1010
UNIXNAME: "socnetv"
11-
SOCNETV_VERSION: "3.3" # TODO - READ FROM FILE
11+
SOCNETV_VERSION: "3.3.1" # TODO - READ FROM FILE
1212
VERSION: "3.3" # WILL BE UPDATED DYNAMICALLY BELOW
1313
QMAKE_PROJECT: "socnetv.pro"
1414
PUBLISHER: "Dimitris Kalamaras"

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ language: cpp
1414

1515
env:
1616
global:
17-
- SOCNETV_VERSION=3.3
17+
- SOCNETV_VERSION=3.3.1
1818
- UPLOADTOOL_ISPRERELEASE=true
1919

2020
jobs:

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ set(APP_NAME SocNetV)
5353
set(APP_NAME_LOWER socnetv)
5454

5555
project(SocNetV
56-
VERSION 3.3
56+
VERSION 3.3.1
5757
DESCRIPTION "SocNetV: Open-source social network analysis application based on Qt."
5858
HOMEPAGE_URL "https://socnetv.org"
5959
LANGUAGES CXX

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
socnetv (3.3.1-1) unstable; urgency=medium
2+
3+
* Upstream release 3.3.1
4+
5+
-- Dimitris V. Kalamaras <dimitris.kalamaras@gmail.com> Thu, 26 Feb 2026 18:18:08 +0200
6+
17
socnetv (3.3-1) unstable; urgency=medium
28

39
* Upstream release 3.3

docs/README_DEVELOPER_NOTES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,15 @@ The goal is to clarify loading flow and reduce Qt signal entanglement before att
157157

158158
* Considered part of observable behavior during refactors unless explicitly changed.
159159

160+
161+
### Launchpad PPA builds
162+
163+
Launchpad PPA builds are officially supported for:
164+
- Ubuntu 22.04 LTS (Jammy)
165+
- Ubuntu 24.04 LTS (Noble)
166+
167+
Other Ubuntu series are intentionally disabled to reduce maintenance surface and dependency drift.
168+
160169
---
161170

162171
## Mental Model for Contributors

man/socnetv.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH socnetv 1 "Feb 2026" "SocNetV-3.3" "Social Network Visualiser"
1+
.TH socnetv 1 "Feb 2026" "SocNetV-3.3.1" "Social Network Visualiser"
22
.SH NAME
33
socnetv - Visualize and analyze social networks
44
.SH SYNOPSIS

scripts/innosetup.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#define RELEASEFOLDER "release\"
44
#define EXECUTABLE APPSHORT + ".exe"
55
#define NUMERICVERSION GetVersionNumbersString(RELEASEFOLDER+EXECUTABLE)
6-
#define VERSION "3.3"
6+
#define VERSION "3.3.1"
77
#define URL "https://socnetv.org"
88
#define COPYRIGHT "2005-2026 " + URL
99

socnetv.appdata.xml

Lines changed: 38 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,38 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<component type="desktop-application">
3-
<id>org.socnetv.social_network_visualizer</id>
4-
<metadata_license>CC0-1.0</metadata_license>
5-
<project_license>GPL-2.0+</project_license>
6-
<name>Social Network Visualizer</name>
7-
<summary>Social Network Analysis and Visualization software application</summary>
8-
<description>
9-
<p>Social Network Visualizer (SocNetV) is a cross-platform, user-friendly free software tool for social network analysis and visualization. </p>
10-
<p>With SocNetV you can draw social networks with a few clicks on a virtual canvas, load field data from a file in a supported format (GraphML, GraphViz, Adjacency, EdgeList, GML, Pajek, UCINET, etc) or crawl the internet to create a social network of connected webpages.</p>
11-
<p>You can edit actors and ties through point-and-click, analyse graph and social network properties, produce beautiful HTML reports and embed visualization layouts to the network.</p>
12-
</description>
13-
<launchable type="desktop-id">socnetv.desktop</launchable>
14-
<url type="homepage">https://socnetv.org</url>
15-
<url type="bugtracker">https://github.com/socnetv/app/issues</url>
16-
<screenshots>
17-
<screenshot type="default">
18-
<image>https://socnetv.org/data/uploads/screenshots/30/socnetv-3.0.2.png</image>
19-
</screenshot>
20-
</screenshots>
21-
<releases>
22-
<release version="2.9" date="2021-06-14" />
23-
<release version="3.0" date="2021-07-30" />
24-
<release version="3.0.1" date="2021-07-30" />
25-
<release version="3.0.2" date="2021-07-30" />
26-
<release version="3.0.3" date="2021-07-30" />
27-
<release version="3.0.4" date="2021-07-30" />
28-
<release version="3.1" date="2023-06-12" />
29-
<release version="3.2" date="2025-04-01" />
30-
<release version="3.3" date="2026-02-25" />
31-
</releases>
32-
<developer_name>Dimitris B. Kalamaras</developer_name>
33-
<update_contact>dimitris.kalamaras_AT_gmail.com</update_contact>
34-
<provides>
35-
<binary>socnetv</binary>
36-
</provides>
37-
</component>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<component type="desktop-application">
3+
<id>org.socnetv.social_network_visualizer</id>
4+
<metadata_license>CC0-1.0</metadata_license>
5+
<project_license>GPL-2.0+</project_license>
6+
<name>Social Network Visualizer</name>
7+
<summary>Social Network Analysis and Visualization software application</summary>
8+
<description>
9+
<p>Social Network Visualizer (SocNetV) is a cross-platform, user-friendly free software tool for social network analysis and visualization. </p>
10+
<p>With SocNetV you can draw social networks with a few clicks on a virtual canvas, load field data from a file in a supported format (GraphML, GraphViz, Adjacency, EdgeList, GML, Pajek, UCINET, etc) or crawl the internet to create a social network of connected webpages.</p>
11+
<p>You can edit actors and ties through point-and-click, analyse graph and social network properties, produce beautiful HTML reports and embed visualization layouts to the network.</p>
12+
</description>
13+
<launchable type="desktop-id">socnetv.desktop</launchable>
14+
<url type="homepage">https://socnetv.org</url>
15+
<url type="bugtracker">https://github.com/socnetv/app/issues</url>
16+
<screenshots>
17+
<screenshot type="default">
18+
<image>https://socnetv.org/data/uploads/screenshots/30/socnetv-3.0.2.png</image>
19+
</screenshot>
20+
</screenshots>
21+
<releases>
22+
<release version="2.9" date="2021-06-14" />
23+
<release version="3.0" date="2021-07-30" />
24+
<release version="3.0.1" date="2021-07-30" />
25+
<release version="3.0.2" date="2021-07-30" />
26+
<release version="3.0.3" date="2021-07-30" />
27+
<release version="3.0.4" date="2021-07-30" />
28+
<release version="3.1" date="2023-06-12" />
29+
<release version="3.2" date="2025-04-01" />
30+
<release version="3.3" date="2026-02-25" />
31+
<release version="3.3.1" date="2026-02-26" />
32+
</releases>
33+
<developer_name>Dimitris B. Kalamaras</developer_name>
34+
<update_contact>dimitris.kalamaras_AT_gmail.com</update_contact>
35+
<provides>
36+
<binary>socnetv</binary>
37+
</provides>
38+
</component>

socnetv.pro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ TEMPLATE = app
1212
CONFIG += qt thread $${ALLOW_WARNINGS} $${MY_TARGET_BUILD}
1313
CONFIG += c++17
1414
TARGET = socnetv
15-
VERSION=3.3
15+
VERSION=3.3.1
1616
LANGUAGE = C++
1717

1818

@@ -172,8 +172,8 @@ RESOURCES = src/images.qrc \
172172

173173
# This is Windows only
174174
win32 {
175-
VERSION = 3.3.0.1 # major.minor.patch.build
176-
VERSION_PE_HEADER = 3.3
175+
VERSION = 3.3.1.1 # major.minor.patch.build
176+
VERSION_PE_HEADER = 3.3 # MSVC link.exe option /VERSION:x.y expects two numeric components (major.minor)
177177

178178
#RC_FILE = src/icon.rc
179179
RC_ICONS = src/images/socnetv.ico

0 commit comments

Comments
 (0)