Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,35 @@
NEWS
====

Version 1.6.1 (09 Jun 2026)
---------------------------


Summary
~~~~~~~
There was a clash between two libraries of the same name but with different versions and source url.
This has been fixed. Also adding publiccode.yml file to project root.

Notes
~~~~~

No database upgrade needed.

Contributors
~~~~~~~~~~~~

A big thanks to all the contributors to version 1.6.1 :

* Jeroen Baten
* Santiago Borrazas

Changes
~~~~~~~

* Merge pull request #2068 from sanbor/fix-woodstox-stax2-conflict-2067
* Exclude obsolete woodstox-core-asl from CXF transitive deps (fixes #2067).


Version 1.6.0 (17 Apr 2026)
----------------------------------

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.0
1.6.1
8 changes: 7 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
libreplan (1.6.1-1) squeeze; urgency=low

* Released LibrePlan 1.6.1

-- Jeroen Baten <jeroen@libreplan.dev> Wed, 10 Jun 2026 12:35:16 +0200

libreplan (1.6.0-1) squeeze; urgency=low

* Released LibrePlan 1.6.0

-- Jeroen Baten <jeroen@libreplan.dev> Tue May 5 15:44:40 CEST 2026
-- Jeroen Baten <jeroen@libreplan.dev> Tue, 05 May 2026 15:44:40 +0100

libreplan (1.4.1-2) UNRELEASED; urgency=low

Expand Down
2 changes: 1 addition & 1 deletion ganttzk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.libreplan</groupId>
<artifactId>libreplan</artifactId>
<version>1.6.0</version>
<version>1.6.1</version>
</parent>
<artifactId>ganttzk</artifactId>
<packaging>jar</packaging>
Expand Down
6 changes: 3 additions & 3 deletions ganttzk/src/main/resources/metainfo/zk/lang-addon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<language-name>xul/html</language-name>

<!-- When the version is changed, the browser will reload the JavaScript modules -->
<javascript-module name="ganttz" version="1.6.0" />
<javascript-module name="ganttz.resourceload" version="1.6.0" />
<javascript-module name="common" version="1.6.0" />
<javascript-module name="ganttz" version="1.6.1" />
<javascript-module name="ganttz.resourceload" version="1.6.1" />
<javascript-module name="common" version="1.6.1" />

<extension>zul</extension>
<extension>xul</extension>
Expand Down
2 changes: 1 addition & 1 deletion libreplan-business/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.libreplan</groupId>
<artifactId>libreplan</artifactId>
<version>1.6.0</version>
<version>1.6.1</version>
</parent>
<artifactId>libreplan-business</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion libreplan-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.libreplan</groupId>
<artifactId>libreplan</artifactId>
<version>1.6.0</version>
<version>1.6.1</version>
</parent>
<artifactId>libreplan-webapp</artifactId>
<packaging>war</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<language-name>xul/html</language-name>

<!-- When the version is changed, the browser will reload the JavaScript modules -->
<javascript-module name="webcommon" version="1.6.0" />
<javascript-module name="limitingresources" version="1.6.0" />
<javascript-module name="webcommon" version="1.6.1" />
<javascript-module name="limitingresources" version="1.6.1" />

<component>
<component-name>twowayselector</component-name>
Expand Down
8 changes: 6 additions & 2 deletions libreplan.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: libreplan
Version: 1.6.0
Version: 1.6.1
Release: 1
Summary: Web application for project planning, monitoring and control
License: AGPLv3
Expand Down Expand Up @@ -105,8 +105,12 @@ rm -rf ${RPM_BUILD_ROOT}
%{_datadir}/%{name}/conf/*

%changelog
* Wed Apr 15 2015 Jeroen Baten jeroen@libreplan.dev> - 1.6.0-1
* Wed Jun 10 2026 Jeroen Baten jeroen@libreplan.dev> - 1.6.1-1
- Released LibrePlan 1.6.1
* Wed Apr 15 2026 Jeroen Baten jeroen@libreplan.dev> - 1.6.0-1
- Released LibrePlan 1.6.0
* Wed Apr 15 2015 Jeroen Baten jbaten@i2rs.nl - 1.4.1-1
- Released LibrePlan 1.4.1
* Mon Apr 29 2012 Manuel Rego Casasnovas <rego@igalia.com> - 1.4.0-1
- Released LibrePlan 1.4.0
* Fri Dec 21 2012 Manuel Rego Casasnovas <rego@igalia.com> - 1.3.3-1
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.libreplan</groupId>
<artifactId>libreplan</artifactId>
<packaging>pom</packaging>
<version>1.6.0</version>
<version>1.6.1</version>
<name>LibrePlan</name>


Expand Down
88 changes: 88 additions & 0 deletions publiccode.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
publiccodeYmlVersion: 0.5.0
name: LibrePlan
url: https://github.com/LibrePlan/libreplan
softwareVersion: 1.6.0
releaseDate: 2026-05-15
platforms:
- web
- linux
categories:
- enterprise-project-management
- project-management
- project-collaboration
organisation:
uri: https://opencollective.com/libreplan
name: Open Collective Europe
roadmap: https://www.libreplan.dev/info/roadmap/
developmentStatus: stable
softwareType: standalone/web
description:
en:
localisedName: LibrePlan
shortDescription: open source web-based project management application
longDescription: >-
LibrePlan is an open source web-based project management application. It
allows project managers to plan projects, see the resource load (people
and machines), track time and materials during realization, report
progress, find deviations and connect to other systems. It has many, many
features, is stable and user friendly.


The LibrePlan team creates and supports this open source project
management application to help you plan, monitor and control projects.
features:
- project management
- Gantt overview
- Resource allocation
- Resource selection criteria
- email notification
- critical path
- resource load view
- pipeline view
- project documentation repositories
- jira integration
- REST interface
- web services interface
- reports
screenshots:
- https://www.libreplan.dev
videos:
- https://www.youtube.com/watch?v=gLxlLpbOQMA
- https://www.youtube.com/watch?v=u6QvX_Cwe9w
- https://www.youtube.com/watch?v=UI__mC9yZwk
legal:
license: AGPL-3.0-or-later
maintenance:
type: community
contacts:
- name: Jeroen Baten
email: jeroen@libreplan.dev
phone: "+31648519096"
affiliation: Project leader
localisation:
localisationReady: true
availableLanguages:
- nl
- fr
- de
- en
- it
- es
- ca
- ru
- uk
- zh
- zh-Hans
- ja
- nb
- nb-NO
- no
- cs
- cs-CZ
- fa-IR
- pl
- pl-PL
- pt
- pt-BR
- sv
- sv-SE
Loading