aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/changelog
AgeCommit message (Collapse)AuthorFilesLines
2024-12-25prepared v2.3.0 releasev2.3.0Robin Haberkorn1-0/+6
2024-12-09updated Debian package for v2.2.0 releaseRobin Haberkorn1-0/+6
2024-11-18Debian/Ubuntu, FreeBSD and website updates for v2.1.1 releaseRobin Haberkorn1-0/+6
2024-10-16updated ChangeLog, FreeBSD and Debian packages for v2.1.0 releaseRobin Haberkorn1-0/+6
2023-06-20Debian: updated/modernized config filesRobin Haberkorn1-2/+2
* This resolves must lintian warnings and errors.
2021-06-01debianized the Gtk UI (sciteco-gtk)Robin Haberkorn1-1/+1
* Added a Freedesktop file - only as part of the debian package yet. `make install` won't install a Desktop file since it would have to be generated. * Just like when installing manually, you can have a Curses and Gtk installation side by side using the same .teco_ini. * Common data between the Curses UI (sciteco-curses) and Gtk UI are in a new architecture-independant package sciteco-common. * The Gtk+ binaries are prefixed with `g` (gsciteco, gtedoc.tes, ggrosciteco.tes). * Debian source and binary packages can be built using `./distribute.mk debian` as usual. It should also be possible to push everything to the PPA for the next release, although that is not yet tested.
2021-05-30updated Debian packageRobin Haberkorn1-0/+6
* required a new changelog entry since the target release is now v2.0.0 * Glib dependency bumped
2015-03-18bumped release version to v0.6.4, updated ChangeLog and clarify libglib ↵Robin Haberkorn1-3/+5
minimum version * it was necessary to increase the upstream version so I could upload new versions to launchpad while debugging PPA build issues. * ChangeLog finalized for v0.6.4 * SciTECO requires at least libglib v2.28 (but that's only a guess)
2015-03-17updated Debian package and fixed ./distribute (for Debian packages)Robin Haberkorn1-4/+4
2014-02-16prepare new target release v0.6Robin Haberkorn1-0/+8
2013-03-20updated version to 0.5Robin Haberkorn1-1/+1
2013-03-20use a Debian version and branch by defaultRobin Haberkorn1-1/+1
* distributed binary packages are standard debian packages * ./distribute might fix up the package version and branch for Ubuntu/PPA
2013-03-19debianized SciTECORobin Haberkorn1-0/+7
* prepared for upload to Ubuntu PPA * debian package will not be in autoconf source distro * will only build as a non-native package based on a source bundle that contains scintilla, scinterm and has patches applied