Skip to content
Commits on Source (4)
Release 1.1.0-dev
YYYY-MM-DD
Release 1.1.0
2019-07-27
# Important / Breaking Changes
......
......@@ -5,7 +5,7 @@ RT Topology Library
| OSGeo | GitLab |
|:--- |:--- |
| [![Build Status](https://drone.osgeo.org/api/badges/rttopo/librttopo/status.svg)] (https://drone.osgeo.org/rttopo/librttopo) | [![Gitlab-CI](https://gitlab.com/rttopo/rttopo/badges/master/build.svg)] (https://gitlab.com/rttopo/rttopo/commits/master) |
| [![Build Status](https://dronie.osgeo.org/api/badges/rttopo/librttopo/status.svg?branch=master)] (https://dronie.osgeo.org/rttopo/librttopo?branch=master) | [![Gitlab-CI](https://gitlab.com/rttopo/rttopo/badges/master/build.svg)] (https://gitlab.com/rttopo/rttopo/commits/master) |
## About
......@@ -23,7 +23,7 @@ The RT Topology Library was funded by "Regione Toscana - SITA"
(CIG: 6445512CC1), which also funded many improvements in the
originating liblwgeom.
Official code repository is https://git.osgeo.org/gitea/rttopo/librttopo.
Official code repository is https://git.osgeo.org/gitea/rttopo/librttopo
A mirror exists at https://gitlab.com/rttopo/rttopo, automatically
updated on every push to the official repository.
......
......@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
AC_INIT(librttopo, 1.1.0-dev, strk@kbt.io)
AC_INIT(librttopo, 1.1.0, strk@kbt.io)
AC_LANG(C)
AC_CONFIG_MACRO_DIR([m4])
......
librttopo (1.1.0~rc1-1~exp4) UNRELEASED; urgency=medium
librttopo (1.1.0-1) unstable; urgency=medium
* New upstream release.
* Bump Standards-Version to 4.4.0, no changes.
* Add Build-Depends-Package field to symbols file.
* Update gbp.conf to use --source-only-changes by default.
* Move from experimental to unstable.
-- Bas Couwenberg <sebastic@debian.org> Sat, 04 Aug 2018 14:47:40 +0200
-- Bas Couwenberg <sebastic@debian.org> Sat, 27 Jul 2019 09:06:12 +0200
librttopo (1.1.0~rc1-1~exp3) experimental; urgency=medium
......