Skip to content

Commit

Permalink
prepare 1.6-A10
Browse files Browse the repository at this point in the history
  • Loading branch information
choisa committed Apr 7, 2021
1 parent 6d5ea15 commit 1aefd3c
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 5 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ Latest:
------
For even more detail, use "git log" or visit https://github.com/mantechnology/bsr

1.6-A10 (api:genl2/proto:86-114/transport:15)
--------

1.6-A9 (api:genl2/proto:86-114/transport:15)
--------

Expand Down
5 changes: 4 additions & 1 deletion bsr-kernel.spec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Name: bsr-kernel
Summary: Kernel driver for BSR
Version: 1.6
Release: A9%{?dist}
Release: A10%{?dist}

# always require a suitable userland
# Requires:
Expand Down Expand Up @@ -100,6 +100,9 @@ echo "override bsr * weak-updates" \
rm -rf %{buildroot}

%changelog
* Wed Apr 7 2021 Man Technology Inc. <[email protected]> - 1.6-A10
- New upstream release.

* Thu Feb 4 2021 Man Technology Inc. <[email protected]> - 1.6-A9
- New upstream release.

Expand Down
3 changes: 3 additions & 0 deletions bsr-utils/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ Latest:
------
For even more detail, use "git log" or visit https://github.com/mantechnology/bsr

1.6-A10
--------

1.6-A9
--------

Expand Down
5 changes: 4 additions & 1 deletion bsr-utils/bsr.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
Name: bsr
Summary: BSR driver for Linux
Version: 1.6
Release: A9@RPM_DIST_TAG@
Release: A10@RPM_DIST_TAG@
%global tarball_version %(echo "%{version}-%{?release}" | sed -e "s,%{?dist}$,,")
Source: bsr-utils-%{tarball_version}.tar.gz
License: GPLv2+
Expand Down Expand Up @@ -307,6 +307,9 @@ fi


%changelog
* Wed Apr 7 2021 Man Technology Inc. <[email protected]> - 1.6-A10
- New upstream release.

* Thu Feb 04 2021 Man Technology Inc. <[email protected]> - 1.6-A9
- New upstream release.

Expand Down
2 changes: 1 addition & 1 deletion bsr-utils/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ m4_include([m4/AX_CXX_COMPILE_STDXX.m4])
m4_include([m4/AX_CXX_COMPILE_STDXX_11.m4])

dnl What we are, our version, who to bug in case of problems
AC_INIT(BSR, 1.6-A9, [[email protected]])
AC_INIT(BSR, 1.6-A10, [[email protected]])

dnl Sanitize $prefix. Autoconf does this by itself, but so late in the
dnl generated configure script that the expansion does not occur until
Expand Down
6 changes: 6 additions & 0 deletions bsr-utils/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
bsr-utils (1.6-A10) unstable; urgency=medium

* New upstream release

-- Man Technology Inc. <[email protected]> Wed, 7 Apr 2021 00:00:00 +0900

bsr-utils (1.6-A9) unstable; urgency=medium

* New upstream release
Expand Down
4 changes: 2 additions & 2 deletions bsr/linux/bsr_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ extern const char *bsr_buildtag(void);

/* End of external module for 2.6.33 stuff */

#define TAG_VERSION "1.6(2021.02.04_A9)"
#define REL_VERSION "1.6-A9"
#define TAG_VERSION "1.6(2021.04.07_A10)"
#define REL_VERSION "1.6-A10"
#define PRO_VERSION_MIN 86
// DW-1293 protocol version 112 starts to support fast invalidate(remote)
// DW-1601 protocol version 113 remove association to act_log and resync_lru
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
bsr (1.6-A10) unstable; urgency=medium

* New upstream release

-- Man Technology Inc. <[email protected]> Wed, 7 Apr 2021 00:00:00 +0900

bsr (1.6-A9) unstable; urgency=medium

* New upstream release
Expand Down

0 comments on commit 1aefd3c

Please sign in to comment.