From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yw0-f42.google.com (mail-yw0-f42.google.com [209.85.213.42]) by speech.braille.uwo.ca (Postfix) with ESMTP id 75F68C1A2E0 for ; Thu, 7 Oct 2010 20:15:50 -0400 (EDT) Received: by ywi4 with SMTP id 4so191053ywi.29 for ; Thu, 07 Oct 2010 17:15:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:date:from:to:subject :message-id:mail-followup-to:mime-version:content-type :content-disposition:user-agent; bh=Inu4PDgSfCGWnBfy600symPqovEkKbaVbYl8GEHoklg=; b=ZvkpiYRKHpn9Ib0q4wVduR4zZlpCROXCianR9GDcy3/ycuCHb3tqMBr8+R5MWFSvSe 8/QbmJ8HAS6PqTlTeTmKad+rJBDCosEdXWQD7xFd9e9tQfimstsm3B73wt+Ow4Ui1mHl GVTqVJQkw7yhG7A7TeKB9qrYqXi/5fPrshwPU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mail-followup-to:mime-version :content-type:content-disposition:user-agent; b=p/pH81T/oX8FwtxBkvuDjjcCG/upTfb6csa3RATR+CtaQbiLpTKl9TMlKtXYvPmtdy y6yp2gOvW9OMUlWReOvpEPsH96y/JVgMCIvpkIMkLlla2R5UnS+4L6TJ1Jicy+qTlxxq HhiwQAEq3ZRRoAQGAuAalIevNkl4t9siaN228= Received: by 10.150.230.2 with SMTP id c2mr2042481ybh.412.1286496950004; Thu, 07 Oct 2010 17:15:50 -0700 (PDT) Received: from linux1 (cpe-76-183-49-63.tx.res.rr.com [76.183.49.63]) by mx.google.com with ESMTPS id v38sm2788194yba.11.2010.10.07.17.15.47 (version=SSLv3 cipher=RC4-MD5); Thu, 07 Oct 2010 17:15:49 -0700 (PDT) Received: by linux1 (sSMTP sendmail emulation); Thu, 07 Oct 2010 19:15:47 -0500 Date: Thu, 7 Oct 2010 19:15:47 -0500 From: William Hubbs To: speakup mailing list Subject: preparing speakup for staging Message-ID: <20101008001547.GB18994@linux1> Mail-Followup-To: speakup mailing list MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.13 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Oct 2010 00:15:50 -0000 All, I am currently going through the speakup code to start preparing it to be submitted to the kernel developers for the "staging" tree, which is the first step for kernel inclusion. One of those changes will make git speakup incompatible with kernels before 2.6.31. For the rest of the developers, the issue is that LINUX_VERSION_CODE is not supposed to be used in the version of speakup we send upstream. It was suggested to me that I should do that part of the sgaging work on a separate branch in our repository. But, I don't think that is a good idea, because it means that we would have to maintain two branches in the repository from now on and make sure that all changes to master went to the other branch as well. If no one objects by 0 utc on Sunday, I will consider the master branch fair game for pushing this change. Thanks, William