This document summarizes a technique called partition-based regression verification (PRV) that aims to gradually verify software regressions by exploring differential partitions between program versions. The key points are: - PRV computes differential partitions based on test inputs that lead to different program states between versions. It then generates test cases to verify the partitions. - An empirical study on 83 program versions shows PRV finds regression-revealing test cases on average for 48% more versions and 63% faster than alternative approaches. - When applied to the Apache CLI project over 6 years, PRV suggested an average progression of 49%, regression of 18% and intermediate semantic changes of 33% between successive versions.