This repository has been archived by the owner on Oct 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change-Id: I0987e7a7ebf9cd82b883766c95e3132438d5757e Signed-off-by: Artem Bityutskiy <[email protected]>
- Loading branch information
Showing
4 changed files
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
bmap-tools (3.1) unstable; urgency=low | ||
|
||
* Change bmap format version from 1.4 to 2.0, because there are incompatible | ||
changes in 1.4 comparing to 1.3, so the right version number is 2.0 | ||
* Add backward and forward bmap format compatibility unit-tests | ||
|
||
-- Artem Bityutskiy <[email protected]> Thu, 07 Nov 2013 17:26:57 +0200 | ||
|
||
bmap-tools (3.0) unstable; urgency=low | ||
|
||
* Switch from using SHA1 for checksumming to SHA256. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
Thu Nov 7 15:26:57 UTC 2013 - Artem Bityutskiy <[email protected]> 3.1-1 | ||
- Change bmap format version from 1.4 to 2.0, because there are incompatible | ||
changes in 1.4 comparing to 1.3, so the right version number is 2.0 | ||
- Add backward and forward bmap format compatibility unit-tests | ||
|
||
Wed Oct 2 06:30:22 UTC 2013 - Artem Bityutskiy <[email protected]> 3.0-1 | ||
- Switch from using SHA1 for checksumming to SHA256. | ||
- Start supporting OpenPGP signatures. Both detached and clearsign signatures | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters