Message ID | 1427749208-8961-6-git-send-email-anuj.phogat@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Mon, Mar 30, 2015 at 02:00:08PM -0700, Anuj Phogat wrote: > This is required due to new macros added to i915_drm.h. > These macros are used by i965 driver. > > Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com> > --- Hi, Bumping the libdrm number is done when releasing, so we can't quite take patches like this unless we're doing a release just after applying them. Usually the person doing the release bumps the version number at the same time.
On Tue, Mar 31, 2015 at 7:28 AM, Damien Lespiau <damien.lespiau@intel.com> wrote: > On Mon, Mar 30, 2015 at 02:00:08PM -0700, Anuj Phogat wrote: >> This is required due to new macros added to i915_drm.h. >> These macros are used by i965 driver. >> >> Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com> >> --- > > Hi, > > Bumping the libdrm number is done when releasing, so we can't quite take > patches like this unless we're doing a release just after applying them. > Usually the person doing the release bumps the version number at the > same time. OK. > > -- > Damien > >> configure.ac | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/configure.ac b/configure.ac >> index 155d577..17c0e71 100644 >> --- a/configure.ac >> +++ b/configure.ac >> @@ -20,7 +20,7 @@ >> >> AC_PREREQ([2.63]) >> AC_INIT([libdrm], >> - [2.4.60], >> + [2.4.61], >> [https://bugs.freedesktop.org/enter_bug.cgi?product=DRI], >> [libdrm]) >> >> -- >> 2.3.4 >> >> _______________________________________________ >> Intel-gfx mailing list >> Intel-gfx@lists.freedesktop.org >> http://lists.freedesktop.org/mailman/listinfo/intel-gfx
On Tue, Mar 31, 2015 at 10:51:12AM -0700, Anuj Phogat wrote: > On Tue, Mar 31, 2015 at 7:28 AM, Damien Lespiau > <damien.lespiau@intel.com> wrote: > > On Mon, Mar 30, 2015 at 02:00:08PM -0700, Anuj Phogat wrote: > >> This is required due to new macros added to i915_drm.h. > >> These macros are used by i965 driver. > >> > >> Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com> > >> --- > > > > Hi, > > > > Bumping the libdrm number is done when releasing, so we can't quite take > > patches like this unless we're doing a release just after applying them. > > Usually the person doing the release bumps the version number at the > > same time. > OK. Also this is all done by the release script to make sure it follows procedure and nothing is forgotten (like building&uploading tarballs and sending out the release announcement). -Daniel
diff --git a/configure.ac b/configure.ac index 155d577..17c0e71 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ AC_PREREQ([2.63]) AC_INIT([libdrm], - [2.4.60], + [2.4.61], [https://bugs.freedesktop.org/enter_bug.cgi?product=DRI], [libdrm])
This is required due to new macros added to i915_drm.h. These macros are used by i965 driver. Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com> --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)