[latexila] Release 2.1.1 (see the branch releases-2-2)



commit 290e3603cfcc80c97662b46e8b290b1c9f86e6ed
Author: SÃbastien Wilmet <swilmet src gnome org>
Date:   Fri Jul 15 20:20:05 2011 +0200

    Release 2.1.1 (see the branch releases-2-2)

 CMakeLists.txt |    2 +-
 NEWS           |   26 +++++++++++++++++++++++---
 README         |    2 +-
 3 files changed, 25 insertions(+), 5 deletions(-)
---
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 25e1d2b..8ff5096 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3,7 +3,7 @@ cmake_minimum_required (VERSION 2.6.4)
 project ("latexila" C)
 
 set (APP_NAME "LaTeXila")
-set (APP_VERSION "2.1.0")
+set (APP_VERSION "2.1.1")
 
 message (STATUS "*** Building ${APP_NAME} ${APP_VERSION} ***")
 
diff --git a/NEWS b/NEWS
index f837175..e0a0e3a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,28 @@
 LaTeXila NEWS
 
-=============================
-* Release 2.1.0 (May 6, 2011)
-=============================
+====================================
+* Release 2.1.1 (May 6, 2011) [beta]
+====================================
+
+- Structure:
+	- better implemenation (custom Gtk.TreeModel)
+	- better performances (line-by-line parsing)
+	- simple lists of items, to find more quickly one element
+	- some actions: cut, copy, delete, select, comment, shift left/right
+
+- Build Tools: copy button to duplicate a build tool
+- Mallard documentation about the build tools
+- Build View: text is selectable, so we can copy/paste it
+- Cleanup Build Files: take into account projects
+- Show/hide the main toolbar
+- Fix: Build Tools not available on a .bib project file
+- dconf: scripts for migrating latexila 2.0.x -> 2.2.x
+- Some other little improvements and bug fixes
+
+
+====================================
+* Release 2.1.0 (May 6, 2011) [beta]
+====================================
 
 - Build Tools: Latexmk by default instead of Rubber (Rubber is still available)
 - New build tools: "low level" commands (latex, pdflatex, dvipdf, etc.)
diff --git a/README b/README
index 20416c4..3cf8c93 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is the version 2.1.0 of LaTeXila. 
+This is the version 2.1.1 of LaTeXila. 
 LaTeXila is an Integrated LaTeX Environment for the GNOME desktop.
 
 LaTeXila is released under the GNU General Public License (GPL) version 3 or



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]