[latexila] Release 2.2.0



commit c81d40f45e4c65af83bf15ff8c379b1de159fbf1
Author: SÃbastien Wilmet <swilmet src gnome org>
Date:   Sun Aug 14 13:10:43 2011 +0200

    Release 2.2.0

 AUTHORS        |   44 +-------------------------------------------
 CMakeLists.txt |    2 +-
 INSTALL        |    6 +++---
 NEWS           |   15 +++++++++++++++
 README         |    2 +-
 5 files changed, 21 insertions(+), 48 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index f49262e..a60c545 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -4,55 +4,13 @@ SÃbastien Wilmet <sebastien wilmet gmail com>
 
 Patches
 =======
+Tanguy Ortolo (manpage)
 Pieter Pareit
 Matias De la Puente
 StÃphane Roy
 Nathan Samson
 
-Packages
-========
-Arch Linux
-	Yannick Poirier
-	Bernd PrÃnster
-
-Debian
-	Tanguy Ortolo
-
-Fedora
-	Thibault North
-
-OpenSUSE
-	Matthias MailÃnder
-
-Ubuntu
-	Matthieu Baerts
-	Tanguy Ortolo
-
-Translations
-============
-Brazilian Portuguese
-	Ãtila CamurÃa
-	Darlildo Souza
-
-French
-	SÃbastien Wilmet
-
-German
-	Frederik Hahne
-	Max Schillinger
-	Johannes Wilde
-
-Italian
-	Vito Fasano
-
-Spanish
-	Matias De la Puente
-
 Graphic Design
 ==============
 Ãric Forgeot (logo, icon and web site)
 Ann Melnichuk (icon)
-
-Misc
-====
-Tanguy Ortolo (manpage)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e57dae1..d8780e9 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.1")
+set (APP_VERSION "2.2.0")
 
 message (STATUS "*** Building ${APP_NAME} ${APP_VERSION} ***")
 
diff --git a/INSTALL b/INSTALL
index 656b186..9100445 100644
--- a/INSTALL
+++ b/INSTALL
@@ -14,8 +14,8 @@ ITS Tool (http://itstool.org/)
 gsettings-desktop-schemas (optional)
 Vala 0.12.x >= 0.12.1 (may be optional)
 
-If you are installing LaTeXila from a tarball or from a 'releases-*' branch,
-you don't have to install Vala because the C code is already generated.
+If you are installing LaTeXila from a tarball, you don't have to install Vala
+because the C code is already generated.
 
 
 Simple install procedure
@@ -52,7 +52,7 @@ Configuration
 
 * Generate the C code from the Vala files
 
-	Default value: OFF if tarball or 'releases-*' branch. ON otherwise.
+	Default value: OFF in tarballs; ON in Git.
 
 	Run cmake with this option:
 	-DBUILD_VALA=ON
diff --git a/NEWS b/NEWS
index c90d2dd..2d077cf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,20 @@
 LaTeXila NEWS
 
+==============================
+* Release 2.2.0 (Aug 26, 2011)
+==============================
+
+- Integration with GNOME Damned Lies (use ITS Tool, â)
+- Structure: more robust, and more optimized
+- Latexmk post processor: extract Latexmk messages
+- BibTeX and MakeIndex: fix problems for writing *.blg or *.ind files
+- Some UI improvements
+- New CMake options: WITH_GNOME and COMPILE_SCHEMA
+- Open File: filter to show only .tex and .bib files
+- Translation updates: French, German and Spanish
+- Some other little improvements and bug fixes
+
+
 ======================================
 * Release 2.1.1 (July 15, 2011) [beta]
 ======================================
diff --git a/README b/README
index 9dee592..7310d7d 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is the version 2.1.1 of LaTeXila. 
+This is the version 2.2.0 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]