Source: ledgersmb
Version: 1.6.9+ds-1
Severity: wishlist
Hi,
Upstream has made numerous new upstream releases since 1.6.9. From
what I can tell there's an 1.8.x branch already.
Please consider packaging new versions.
Chris
The LedgerSMB development team is happy to announce the first
release of a new release branch: 1.9.0. This series features
a wide variety of new features, improvements, bug fixes and
cleanup. To name a few:
* Emailed documents are added to the database as attachments
* Orders and invoices show change history
* Command line application for administrative tasks (bin/ledgersmb-admin)
* Faster HTML response generation (optimized HTML preprocessing)
* Report filters and account settings hide GIFI when not configured
* Configuration setting 'Only Timeout Locks' removed
* Clicking 'Update' no longer clobbers saved invoices and transactions
* Fixed mailing of aging reports (regression since 1.3.42)
* Optimize balance sheet report (use balance snapshots from period closing)
* Reformat UI HTML templates & HTML5 upgrade (from 4.01 Transitional)
* Code cleanup reducing the number of warnings in the server logs
* JavaScript now built using WebPack (no longer using Dojo's build only)
* Removal of licence-incompatible code in utils/lib/
* Performance tuning of UI template handling code
For the full changelog see https://github.com/ledgersmb/LedgerSMB/blob/1.9/Changelog
For a more in-depth coverage of notable changes in this release, please consult the
release notes at https://ledgersmb.org/content/19-release-notes
For installation instructions and system requirements, see
https://github.com/ledgersmb/LedgerSMB/blob/1.9.0/README.md
The release can be downloaded from our download site at
https://download.ledgersmb.org/f/Releases/1.9.0
The release can be downloaded from GitHub at
https://github.com/ledgersmb/LedgerSMB/releases/tag/1.9.0
Or pulled from Docker Hub using the command
$ docker pull ledgersmb/ledgersmb:1.9.0
These are the sha256 checksums of the uploaded files:
7892ceab986c80ccaf4d5722096c21bac2ff9cfdfc240e9681326fb033c50b11 ledgersmb-1.9.0.tar.gz
6d9985c146bb992ba97c3b5bb31e37dbc47204d7011f84dc21c81abb9ed98498 ledgersmb-1.9.0.tar.gz.asc
Hi,
As one of the last steps in the release process leading up to the release
of 1.9.0, there's the release of 1.9.0-rc1, release candidate 1. This
release is considered production ready and provided for general testing and
last-minute bug feedback.
The release notes for the 1.9.0 release apply to this release as well and
can be found at https://ledgersmb.org/content/19-release-notes ; please
report any issues with the release notes just as well as with the released
software!
The release is available as a docker image and can be run using the updated
docker compose file at
https://github.com/ledgersmb/ledgersmb-docker/blob/1.9/docker-compose.yml
or with the docker command:
$ docker pull ledgersmb/ledgersmb:1.9
The release tarball can be downloaded from our download site at
https://download.ledgersmb.org/f/Beta Releases/1.9.0-rc1
Please provide your feedback in reply to this e-mail or as issues filed on
the GitHub site at https://github.com/ledgersmb/LedgerSMB
--
Bye,
Erik.
http://efficito.com -- Hosted accounting and ERP.
Robust and Flexible. No vendor lock-in.
The LedgerSMB development team is happy to announce yet another new
version of its open source ERP and accounting application.
This release contains the following fixes and improvements:
Changelog for 1.8.21
* Prevent draft approval by user without permission (#5984)
* Fix UI consistency (missing CSS class) in purchase invoice (#5988)
* Fix performance problem deleting huge draft transactions (#5993)
For installation instructions and system requirements, see
https://github.com/ledgersmb/LedgerSMB/blob/1.8.21/README.md
The release can be downloaded from our download site at
https://download.ledgersmb.org/f/Releases/1.8.21
The release can be downloaded from GitHub at
https://github.com/ledgersmb/LedgerSMB/releases/tag/1.8.21
Or pulled from Docker Hub using the command
$ docker pull ledgersmb/ledgersmb:1.8.21
These are the sha256 checksums of the uploaded files:
d75d9d4dfbc4dadf02f0a25d3c64a22c348802ca3d926a8c550af4d705d90027 ledgersmb-1.8.21.tar.gz
6659d193b4922d6c11b8c09162484e15bd019e502aebc29faf4942809a997679 ledgersmb-1.8.21.tar.gz.asc
Hi all,
Yesterday, I've uploaded the first beta for LedgerSMB 1.9.0
(ledgersmb-1.9.0-beta1). This release is available for download from
https://download.ledgersmb.org/f/Beta%20Releases/1.9.0-beta1/
Or as a docker image with the command
$ docker pull ledgersmb/ledgersmb:1.9.0-beta1
This beta is a feature complete version of ledgersmb-1.9.0 made available
for testing and evaluation. Please send any bug reports, questions or
surprises to the developers mailing list at devel(a)lists.ledgersmb.org or
create an issue in the GitHub Issue tracker at
https://github.com/ledgersmb/LedgerSMB/issues
The 1.9.0 release has an impressive list of changes, available in the
Changelog file at
https://github.com/ledgersmb/LedgerSMB/blob/master/Changelog#L6-L90 ; if
you have any questions regarding the items listed, please feel free to join
the LedgerSMB chat channel at
https://app.element.io/#/room/#ledgersmb:matrix.org or post your question
to the developers mailing list.
--
Bye,
Erik.
http://efficito.com -- Hosted accounting and ERP.
Robust and Flexible. No vendor lock-in.
FYI: The status of the ledgersmb source package
in Debian's testing distribution has changed.
Previous version: 1.6.9+ds-2
Current version: 1.6.9+ds-2.1
--
This email is automatically generated once a day. As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.
The LedgerSMB development team is happy to announce yet another new
version of its open source ERP and accounting application.
This release contains the following fixes and improvements:
Changelog for 1.8.20
* Fix for chart of accounts headings import from CSV (#5987)
* Correctly set the payment account in invoices and transactions (#5801)
* Fix regression in CVE-2021-3693 failing to show errors as popups (#5921)
* Fix regression in CVE-2021-3693 with broken downloads of backups (#5931)
In addition to the above, it should be noted that the Docker images
have been built with a new build procedure which provides better mapping
of Perl dependencies to Debian packages. Due to this change, dependencies
will be updated automatically. Should there be any issues with the images
despite this improvement, please report to the GitHub issue tracker for the
Docker images at: https://github.com/ledgersmb/ledgersmb-docker/issues
For installation instructions and system requirements, see
https://github.com/ledgersmb/LedgerSMB/blob/1.8.20/README.md
The release can be downloaded from our download site at
https://download.ledgersmb.org/f/Releases/1.8.20
The release can be downloaded from GitHub at
https://github.com/ledgersmb/LedgerSMB/releases/tag/1.8.20
Or pulled from Docker Hub using the command
$ docker pull ledgersmb/ledgersmb:1.8.20
These are the sha256 checksums of the uploaded files:
fd9c6dd36e656df592a2a241d1d3c1296e9fc45eb94610beccf5e0eab7db6541 ledgersmb-1.8.20.tar.gz
870128cf20b30f3b17d6d57ccbebd1769190ad72994ad28cd69e869b807d717e ledgersmb-1.8.20.tar.gz.asc
The LedgerSMB development team is happy to announce yet another new
version of its open source ERP and accounting application.
This release contains the following fixes and improvements:
Changelog for 1.7.35
* Fix for chart of accounts headings import from CSV (#5987)
* Correctly set the payment account in invoices and transactions (#5801)
* Fix regression in CVE-2021-3693 failing to show errors as popups (#5921)
* Fix regression in CVE-2021-3693 with broken downloads of backups (#5931)
In addition to the above, it should be noted that the Docker images
have been built with a new build procedure which provides better mapping
of Perl dependencies to Debian packages. Due to this change, dependencies
will be updated automatically. Should there be any issues with the images
despite this improvement, please report to the GitHub issue tracker for the
Docker images at: https://github.com/ledgersmb/ledgersmb-docker/issues
For installation instructions and system requirements, see
https://github.com/ledgersmb/LedgerSMB/blob/1.7.35/README.md
The release can be downloaded from our download site at
https://download.ledgersmb.org/f/Releases/1.7.35
The release can be downloaded from GitHub at
https://github.com/ledgersmb/LedgerSMB/releases/tag/1.7.35
Or pulled from Docker Hub using the command
$ docker pull ledgersmb/ledgersmb:1.7.35
These are the sha256 checksums of the uploaded files:
ea291741c44c228b8a07e0bd738ada754457af5d9bee861e54057a42a5cd4512 ledgersmb-1.7.35.tar.gz
78e49149a015ac311d75367d88f23083da9648619f976bc17d3acbf165d8e5ce ledgersmb-1.7.35.tar.gz.asc