summaryrefslogtreecommitdiff
path: root/NEWS.md
Commit message (Collapse)AuthorAgeFilesLines
* Prepare v2.3.5.Donovan Baarda2023-02-191-0/+4
| | | | Prepare for development of the next v2.3.5 release.
* Release v2.3.4.Donovan Baarda2023-02-191-1/+1
| | | | | | | Update everything necessary in preparation for release of v2.3.2. Note CMakeLists.txt and TODO.md are already up to date. Also correct `CONTRIBUTING.md` release instructions for the right `html` path for doxygen docs.
* Fix #248 by putting `#include "config.h"` in most src/*.c files. (#249)Donovan Baarda2023-02-191-1/+9
| | | | | | | | | | | | | | | | | | * Fix #248 by putting `#include "config.h"` in all src/*.c files. The iwyu tool doesn't handle `config.h` files well, and these includes were incorrectly removed, which breaks things on some platforms. Add them back to most `src/*.c` files with `/* IWYU pragma: keep */` to make iwyu ignore them. We skip `src/hashtable.c` because it is a standalone tool that is platform independent. Also add `/* IWYU pragma: keep */` to includes in `src/fileutil.c` that are needed on some platforms but not others. This means we can remove the special exemptions to skip this file for the `iwyu` and `iwyu-fix` targets in `CMakeLists.txt`. Add some explicit typecasts to `rollsum.[ch]` and `patch.c` to silence warnings on windows. Update NEWS.md for `config.h` include fixes and added typecasts.
* Prepare for development of the next v2.3.4 release.Donovan Baarda2023-02-161-0/+4
|
* Update everything necessary in preparation for release of v2.3.3.Donovan Baarda2023-02-161-1/+1
| | | | Note CMakeLists.txt and TODO.md are already up to date.
* Fix #244 Add win32 install artifact to release instructions. (#245)Donovan Baarda2023-02-151-0/+12
| | | | | | * Add win32 install artifact to release instructions in `CONTRIBUTING.md`. This ensures we have a compiled win64 release artifact with each release. Also updated NEWS.md to include all pull requests since the last release.
* Update github actions and fix `iwyu` build target. (#243)Donovan Baarda2023-02-011-0/+7
| | | | | | | | | | | | | | | | | | | | | * Update github actions checkout and upload-artifact to v3. The old v2 versions of these github actions now produce errors warning you need to update them. * Fix lint.yml remove install of old libclang-common-9-dev package. The iwyu package dependencies have been fixed, and this old package doesn't exist any more. * Run `make iwyu-fix` to fix includes for `tests/rabinkarp_perf.c`. * Change the `iwyu` build target to use clang output format. This format is much more compact and easier to read. * Make `iwyu` build target trim noisy "note:" output and ignore fileutil.c. * Update NEWS.md for all #243 changes.
* Update NEWS.md with changes so far.Donovan Baarda2021-09-151-0/+13
|
* Make headings of markdown files more consistent.Donovan Baarda2021-08-241-1/+1
| | | | This also makes the doxygen `\ref` links a little nicer.
* Update NEWS.md with changes before and in this pull request.Donovan Baarda2021-08-201-0/+35
|
* Prepare for development of the next v2.3.3 release.Donovan Baarda2021-04-101-0/+4
|
* Prepare release v2.3.2.Donovan Baarda2021-04-101-7/+13
| | | | | Update release date and add entries in NEWS.md. Update changelog in librsync.spec. Note CMakeLists.txt is already up to date.
* Update NEWS.md with changes for #206.Donovan Baarda2020-06-041-0/+10
|
* Update NEWS with patch zero-length copy bug and copy_cb() handling info.Donovan Baarda2020-05-311-0/+6
|
* Prepare for development of the next v2.3.2 release.Donovan Baarda2020-05-191-1/+5
|
* Update NEWS.md with changes for release v2.3.1.Donovan Baarda2020-05-191-1/+7
|
* Update NEWS.md with latest merged hashtable improvments.Donovan Baarda2020-05-151-1/+2
|
* Update NEWS.md with more changes.Donovan Baarda2020-05-141-3/+3
|
* Update NEWS.md with all changes since v2.3.0 so far.Donovan Baarda2020-05-141-1/+17
|
* Prepare for development of the next v2.3.1 release.Donovan Baarda2020-04-071-0/+4
|
* Prepare release v2.3.0.Donovan Baarda2020-04-071-5/+5
| | | | | Update release date in NEWS.md. Note CMakeLists.txt and librsync.spec are already up to date.
* Update NEWS.md and bump minor version to 2.3.0.Donovan Baarda2020-04-071-1/+22
| | | | | | | In NEWS.md update with all changes applied so far. In CMakeLists.txt and librsync.spec bump the minor version to 2.3.0 to reflect addional rs_sig_args() and strong_len=-1 support.
* Update NEWS.md with mdfour 64bit fixes.Donovan Baarda2019-11-301-1/+2
|
* Update NEWS.md with recent changes.Donovan Baarda2019-11-301-0/+9
|
* Prepare for development of the next v2.2.2 librsync release.Donovan Baarda2019-10-171-0/+4
|
* Prepare release v2.2.1.Donovan Baarda2019-10-161-1/+1
|
* Add NEWS.md for fix #176.Donovan Baarda2019-10-161-0/+3
|
* Update for unreleased version to v2.2.1.Donovan Baarda2019-10-121-0/+4
| | | | | Add Unreleased v2.2.1 entry in NEWS.md. Update CMakeLists.txt and librsync.spec for v2.2.1.
* Prepare release v2.2.0.Donovan Baarda2019-10-121-2/+9
| | | | | | Update version to 2.2.0 in CMakeLists.txt, NEWS.md, and librsync.spec. Add NEWS.md entries for version bump and MSVS 2019 fixes. Add changelog entry to librsync.spec.
* Add NEWS.md entry for static library support and fixed warnings on windows.Donovan Baarda2019-10-021-0/+9
|
* Update NEWS.md with rs_file_size() returning -1 for "unknown".Donovan Baarda2019-10-021-2/+5
|
* Update news with single-byte literal commands in deltas.Donovan Baarda2019-09-111-0/+4
|
* Add NEWS.md entry about RabinKarp support.Donovan Baarda2019-09-101-0/+7
|
* fix build on MinGW-w64 and MSVCAndrew Sun2019-08-221-0/+5
|
* Update version to 2.1.1 and add NEWS.md entry.Donovan Baarda2019-08-191-1/+4
|
* Update NEWS.md in preparation for release v2.1.0.Donovan Baarda2019-08-181-1/+1
|
* Fix #155 remove redundant and broken `--paranoia` option from rdiff.Donovan Baarda2019-08-181-7/+18
| | | | Also update NEWS.md with all changes since v2.0.2.
* Bump version to 2.1.0 and update NEWS.md.Donovan Baarda2019-08-171-3/+13
|
* Add NEWS.md entry for Fix #130.Donovan Baarda2019-08-161-1/+4
|
* Add missing v2.0.2 entry about dropping perl as a build dependency.Donovan Baarda2018-02-271-0/+3
|
* Update version to 2.0.3 and add NEWS.md entry.Donovan Baarda2018-02-271-1/+5
|
* Update NEWS.md in preparation for release v2.0.2.Donovan Baarda2018-02-271-1/+4
|
* Update NEWS.md with formatting code with consistent style.Donovan Baarda2018-02-231-0/+4
|
* Fix trailing whitespace in NEWS.md.Donovan Baarda2018-02-051-1/+1
|
* Add update to NEWS.md for fixing key_t name collision.Donovan Baarda2018-02-051-0/+3
|
* Improve pull/issue references in NEWS.md.Donovan Baarda2018-02-051-3/+6
| | | | | | This makes the new references consistent with the rest of the document, and makes the reference more explicit for other repo's or sources.
* Update NEWS.md with changes since release of v2.0.1.Donovan Baarda2018-02-051-0/+5
|
* Update NEWS.md for release v2.0.1Donovan Baarda2017-10-171-4/+8
| | | | | Set a release date for v2.0.1, add an entry for the next release 2.0.2.
* Add NEWS.md entry for fixing #55.Donovan Baarda2017-10-161-0/+6
|
* Update NEWS.md with these changes and slack deltas for empty file sigs.Donovan Baarda2017-10-111-0/+8
|