2

When delivering a product, Release notes clearly contain known issues found by customer in the previous build. But should we include defects that we, as a supplier, found during our testing, those unresolved and hence present in the build? I mean, it makes sense to me but I would love to know what more experienced people think about that problem.

mguassa
7075 silver badges14 bronze badges
asked Dec 13, 2014 at 16:38

2 Answers 2

3

Yes.

Otherwise, your customers may find those bugs themselves, and give you bug reports for things you've already fixed. This wastes everybody's time.

In addition, bugs may be causing your customers problems that they are unaware of. Getting notice of these issues may induce them to upgrade more quickly, reducing the scope of the issue. (Imagine for instance that you are shipping a library, and that library is being used in a commerce application. Suppose the defect in your library has a snowball effect that causes tax to be collected improperly for a particular state, but your customer has not noticed yet. This may change their decision from "Upgrade at next release" to "OMFG we need a hotfix!")

answered Dec 13, 2014 at 17:08
1
  • Eaxactly my point, I am trying to find some support in management books/standards but with no success so far. Commented Dec 13, 2014 at 17:13
1

In general, you should include information about known defects in release notes to inform your users. You can see many software vendors have public bug trackers, so it obviously is a common practice.

Reasons to have a list of known issues:

  • Issue may never be fixed, because newer major version of software is going to be released. That newer version may be incompatible with previous one, so some users may stuck with older version for some time (may be forever).
  • You can save the time of your customers, because they're no longer have to discover and examine defects themselves, probably writing bug reports.
  • You can reduce your customer's irritation caused by encountering defects by providing a description of defects and a way to avoid/mitigate them.
  • You make yourself a good reputation: you care about your product and your users.

As for citations from books on management or standards, I've never seen one.

Important exceptions:

  • Defects that imply some security risks. You should not give any information about vulnerabilities to potential attackers. Instead, you should fix such security-related defects ASAP.
  • Defects that may significantly hurt your reputation. That may be bugs which don't cause any serious problems, but just make you look stupid.
answered Dec 13, 2014 at 20:30

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.